webdav.client 5.21.5846 → 5.21.5850
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 +7 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.File.html +83 -80
- package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +103 -100
- package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +63 -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.Groups.GroupManager.html +111 -0
- package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Settings.html +1 -1
- package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +12 -12
- package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +8 -8
- package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +12 -12
- package/ITHitWebDAVClient.js +2 -2
- package/Plugins/ITHitEditDocumentOpener.deb +0 -0
- package/Plugins/ITHitEditDocumentOpener.msi +0 -0
- package/Plugins/ITHitEditDocumentOpener.pkg +0 -0
- package/Plugins/ITHitEditDocumentOpener.rpm +0 -0
- package/index.d.ts +1180 -125
- package/index.js +1 -1
- package/package.json +1 -1
package/ITHitWebDAVClient.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// -----------------------------------------------------------------------
|
|
2
|
-
// IT Hit WebDAV Ajax Library v5.21.
|
|
2
|
+
// IT Hit WebDAV Ajax Library v5.21.5850.0
|
|
3
3
|
// Copyright © 2020 IT Hit LTD. All rights reserved.
|
|
4
4
|
// License: https://www.webdavsystem.com/ajax/
|
|
5
5
|
// -----------------------------------------------------------------------
|
|
@@ -84,4 +84,4 @@ ITHit.Temp.WebDAV_Phrases={
|
|
|
84
84
|
}
|
|
85
85
|
};
|
|
86
86
|
|
|
87
|
-
(function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_100,_101){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_100,_101);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _102={};var _103={};var _104={};for(var _105 in ITHit.LogLevel){_102[ITHit.LogLevel[_105]]=[];_104[ITHit.LogLevel[_105]]=[];}var _106=function(_107,_108,iTo,_10a){for(var _10b in ITHit.LogLevel){if(ITHit.LogLevel[_10b]>iTo){continue;}if(!ITHit.LogLevel[_10b]||(_108>=ITHit.LogLevel[_10b])){continue;}if(_107){_104[ITHit.LogLevel[_10b]].push(_10a);}else{for(var i=0;i<_104[ITHit.LogLevel[_10b]].length;i++){if(_104[ITHit.LogLevel[_10b]][i]==_10a){_104[ITHit.LogLevel[_10b]].splice(i,1);}}}}};_106.add=function(iTo,_10e){_106.increase(ITHit.LogLevel.Off,iTo,_10e);};_106.del=function(iTo,_110){_106.decrease(ITHit.LogLevel.Off,iTo,_110);};_106.increase=function(_111,iTo,_113){_106(true,_111,iTo,_113);};_106.decrease=function(_114,iTo,_116){_106(false,_114,iTo,_116);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_117,_118){if(_118==ITHit.LogLevel.Off){this.RemoveListener();}var _119=0;var _11a=0;outer:for(var _11b in _102){for(var i=0;i<_102[_11b].length;i++){if(_102[_11b][i]==_117){_119=_11b;_11a=i;break outer;}}}if(!_119){_102[_118].push(_117);_106.add(_118,_117);}else{if(_118!=_119){_102[_119].splice(_11a,1);_102[_118].push(_117);if(_118>_119){_106.increase(_119,_118,_117);}else{_106.decrease(_118,_119,_117);}}}},RemoveListener:function(_11d){outer:for(var _11e in _102){for(var i=0;i<_102[_11e].length;i++){if(_102[_11e][i]==_11d){_102[_11e].splice(i,1);_106.del(_11e,_11d);break outer;}}}return true;},SetLogLevel:function(_120,_121){return this.AddListener(_120,_121,true);},GetLogLevel:function(_122){for(var _123 in _102){for(var i=0;i<_102[_123].length;i++){if(_102[_123][i]==_122){return _123;}}}return false;},GetListenersForLogLevel:function(_125){return _104[_125];},GetCount:function(_126){return _104[_126].length;},WriteResponse:function(_127){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_127 instanceof HttpWebResponse){sStr+="\n"+_127.StatusCode+" "+_127.StatusDescription+"\n";}sStr+=_127.ResponseUri+"\n";for(var _129 in _127.Headers){sStr+=_129+": "+_127.Headers[_129]+"\n";}sStr+=_127.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12a,_12b){_12b=("undefined"==typeof _12b)?ITHit.LogLevel.Info:parseInt(_12b);if(ITHit.Logger.GetCount(_12b)){var _12c=this.GetListenersForLogLevel(_12b);var _12a=String(_12a).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12c.length;i++){try{_12c[i](_12a,ITHit.LogLevel.Info);}catch(e){if(!_12c[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12c[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_12e,_12f){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12e,_12f);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _130={};var _131=function(_132){this._arguments=_132;};_131.prototype.Replace=function(_133){var _134=_133.substr(1,_133.length-2);return ("undefined"!=typeof this._arguments[_134])?this._arguments[_134]:_133;};var _135=function(_136){this._phrase=_136;};_135.prototype.toString=function(){return this._phrase;};_135.prototype.Paste=function(){var _137=this._phrase;if(/\{\d+?\}/.test(_137)){var _138=new _131(arguments);_137=_137.replace(/\{(\d+?)\}/g,function(args){return _138.Replace(args);});}return _137;};var _13a=function(){};_13a.prototype.LoadJSON=function(_13b,_13c){var _13d=ITHit.Utils;if(_13c&&!_13d.IsString(_13c)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13e=this;if(_13c){_13e=ITHit.Declare(_13c);}try{var _13f=_13b;if(_13d.IsString(_13f)){_13f=eval("("+_13b+")");}this._AddPhrases(_13f,_13e);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13a.prototype.LoadLocalizedJSON=function(_140,_141,_142){var _143=ITHit.Utils,_144=_143.IsUndefined,_145=_143.IsObject;if(!_140||!_143.IsObjectStrict(_140)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_141&&!_143.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _146;if(_141){_146={};this._MergePhrases(_146,_141);this._MergePhrases(_146,_140);}else{_146=_140;}this.LoadJSON(_146,_142);};_13a.prototype._MergePhrases=function(dest,_148){var _149=ITHit.Utils,_14a=_149.IsUndefined,_14b=_149.IsObject;for(var prop in _148){if(!_148.hasOwnProperty(prop)){continue;}if(_14a(dest[prop])){dest[prop]=_148[prop];}else{if(_14b(dest[prop])){this._MergePhrases(dest[prop],_148[prop]);}}}};_13a.prototype._AddPhrases=function(_14d,_14e){_14e=_14e||this;for(var _14f in _14d){if(("object"!=typeof _14d[_14f])||!(_14d[_14f] instanceof Object)){switch(_14f){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_14f+"\" is reserved word.");break;}_14e[_14f]=new _135(_14d[_14f]);}else{this._AddPhrases(_14d[_14f],_14e[_14f]?_14e[_14f]:(_14e[_14f]={}));}}};return new _13a();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_150,_151){ITHit.Exceptions.XPathException.baseConstructor.call(this,_150,_151);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_152,_153,_154,_155,_156){if(("string"!=typeof _152)&&!(_152 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_153 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_154&&!(_154 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_155&&!(_155 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_154=_154||null;_155=_155||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _157=_153._get();var _158=_157.ownerDocument||_157;if(_155){_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_155._res);return;}var oRes=new ITHit.XPath.result(_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_156){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _157=_153._get();var _15a=false;try{_157.getProperty("SelectionNamespaces");_15a=true;}catch(e){}var _15b=false;if(3==ITHit.XMLDoc._version){var sXml=_157.xml.replace(/^\s+|\s+$/g,"");var _15d="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15e="cutted";if(-1!=sXml.indexOf(_15d)||true){var _15f=sXml.replace(_15d,_15e);var _160=new ITHit.XMLDoc();_160.load(_15f);if(_154){var oNs=_154.getAll();for(var _162 in oNs){if(_15d==oNs[_162]){oNs.add(_162,_15e);break;}}}_157=_160._get();_15a=true;_15b=true;}}if(_15a&&_154&&_154.length()){var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15b){_157=_157.documentElement;}try{if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15a&&(-2147467259==e.number)&&_154&&_154.length()){var sEl=new ITHit.XMLDoc(_157).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_157=oEl._get();var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));_157=_157.documentElement;if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_152+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_168,_169,_16a){return ITHit.XPath.evaluate(_168,_169,_16a,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16b,sNs){this._ns[_16b]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16d){delete this._ns[_16d];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16e){return this._ns[_16e]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _170 in this._ns){oOut[_170]=this._ns[_170];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_171){this._res=_171;this._i=0;this.length=_171.length?_171.length:_171.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_172){var mOut;if(!_172){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_172];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_174,_175){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_174,_175);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _176;var _177=1;var _178=2;var _179=3;var _17a=4;var _17b=5;var _17c=6;var _17d=7;var _17e=8;var _17f=9;var _180=10;var _181=11;var _182=12;var _183=function(_184){this._xml=null;this._encoding=null;if(null!==_184){if(!_184||("object"!=typeof _184)){if(undefined!==window.ActiveXObject){if(_176){this._xml=new window.ActiveXObject(_176);}else{var _185=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _186=[6,4,3];for(var i=0;i<_185.length;i++){try{this._xml=new window.ActiveXObject(_185[i]);_183._version=_186[i];_176=_185[i];break;}catch(e){if(3==_186[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_184;}}else{this._xml=null;return null;}};_183._version=0;_183.prototype.contentEncoding=function(_188){if(undefined!==_188){this._encoding=_188;}return this._encoding;};_183.prototype.load=function(_189){if(!ITHit.Utils.IsString(_189)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_189){return new _183();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_183._version){_189=_189.replace(/<\?.*\?>/,"");this._xml.loadXML(_189);}else{var _18b=new _183();if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18b.load(_189);this._xml=_18b._get();}}catch(e){var _18c=e;}}else{if(document.implementation.createDocument){try{var _18d=new DOMParser();oDoc=_18d.parseFromString(_189,"text/xml");this._xml=oDoc;}catch(e){var _18c=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18c){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18c);}};_183.prototype.appendChild=function(_18e){if(!_18e instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18e._get());};_183.prototype.createElement=function(_18f){return new _183(this._xml.createElement(_18f));};_183.prototype.createElementNS=function(sNS,_191){if(this._xml.createElementNS){var _192=this._xml.createElementNS(sNS,_191);return new ITHit.XMLDoc(_192);}else{try{return new _183(this._xml.createNode(_177,_191,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_183.prototype.createTextNode=function(_193){return new _183(this._xml.createTextNode(_193));};_183.prototype.getElementById=function(sId){return new _183(this._xml.getElementById(sId));};_183.prototype.getElementsByTagName=function(_195){return new _183(this._xml.getElementsByTagName(_195));};_183.prototype.childNodes=function(){var _196=this._xml.childNodes;var _197=[];for(var i=0;i<_196.length;i++){_197.push(new ITHit.XMLDoc(_196[i]));}return _197;};_183.prototype.getElementsByTagNameNS=function(_199,_19a){if(this._xml.getElementsByTagNameNS){var _19b=this._xml.getElementsByTagNameNS(_199,_19a);}else{var _19c=this.toString();var _19d=new ITHit.XMLDoc();_19d.load(_19c);var _19e=new ITHit.XPath.resolver();_19e.add("a",_199);var oRes=ITHit.XPath.evaluate(("//a:"+_19a),_19d,_19e);var _19b=oRes._get();}var aRet=[];for(var i=0;i<_19b.length;i++){var _1a2=new ITHit.XMLDoc(_19b[i]);aRet.push(_1a2);}return aRet;};_183.prototype.setAttribute=function(_1a3,_1a4){this._xml.setAttribute(_1a3,_1a4);};_183.prototype.hasAttribute=function(_1a5){return this._xml.hasAttribute(_1a5);};_183.prototype.getAttribute=function(_1a6){return this._xml.getAttribute(_1a6);};_183.prototype.removeAttribute=function(_1a7){this._xml.removeAttribute(_1a7);};_183.prototype.hasAttributeNS=function(_1a8){return this._xml.hasAttribute(_1a8);};_183.prototype.getAttributeNS=function(_1a9){return this._xml.getAttribute(_1a9);};_183.prototype.removeAttributeNS=function(_1aa){this._xml.removeAttribute(_1aa);};_183.prototype.removeChild=function(_1ab){if(!_1ab instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ab);return new ITHit.XMLDoc(_1ab);};_183.prototype.removeNode=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ac=_1ac._get();if(_1ac.removeNode){return new _183(_1ac.removeNode(true));}else{return new _183(_1ac.parentNode.removeChild(_1ac));}};_183.prototype.cloneNode=function(_1ad){if(undefined===_1ad){_1ad=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ad));};_183.prototype.getProperty=function(_1ae){return this._xml[_1ae];};_183.prototype.setProperty=function(_1af,_1b0){this._xml[_1af]=_1b0;};_183.prototype.nodeName=function(){return this._xml.nodeName;};_183.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_183.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_183.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_183.prototype.firstChild=function(){return new _183(this._xml.firstChild);};_183.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_183.prototype.nodeValue=function(){var _1b1="";if(this._xml){_1b1=this._xml.nodeValue;}if("object"!=typeof _1b1){return _1b1;}else{return new ITHit.XMLDoc(_1b1);}};_183.prototype.nodeType=function(){return this._xml.nodeType;};_183.prototype._get=function(){return this._xml;};_183.prototype.toString=function(_1b2){return _183.toString(this._xml,this._encoding,_1b2);};_183.toString=function(_1b3,_1b4,_1b5){if(!_1b3){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b6="";var _1b7=true;if(undefined!==_1b3.xml){_1b6=_1b3.xml.replace(/^\s+|\s+$/g,"");_1b7=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b6=new XMLSerializer().serializeToString(_1b3);_1b7=false;}}if(_1b6){if(_1b4){_1b4=" encoding=\""+this._encoding+"\"";}else{_1b4="";}var sOut=((!_1b5)?"<?xml version=\"1.0\""+_1b4+"?>":"")+_1b6.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b7){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b6;};return _183;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1b9){var _1ba="Variable \""+_1b9+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1ba);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bb,_1bc){if(_1bb===null){throw new ITHit.Exceptions.ArgumentNullException(_1bc);}},VerifyArgumentNotNullOrEmpty:function(_1bd,_1be){if(_1bd===null||_1bd===""){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},NormalizeEmptyToNull:function(_1bf){if(_1bf===null||_1bf===""){return null;}return _1bf;},NormalizeEmptyOrNoneToNull:function(_1c0){if(_1c0===null||_1c0===""||_1c0=="None"){return null;}return _1c0;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c4=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c4;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c5,_1c6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c5,"sName");this.Name=_1c5;this.NamespaceUri=_1c6;},Equals:function(oObj,_1c8){_1c8=_1c8||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c8?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1ca="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1ca,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1ca),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1ca),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1ca),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1ca),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1ca),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1ca),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1ca),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1ca),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1ca),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1ca),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1ca),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1ca),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1ca),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1ca),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1ca),Source:new ITHit.WebDAV.Client.PropertyName("source",_1ca),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1ca),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1ca),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1ca),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1ca),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1ca),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1ca),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1ca),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1ca),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cb,_1cc){_1cb+=" Variable name: \""+_1cc+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cb);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1ce){switch(_1ce.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1cf){this.Value=_1cf;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d0,_1d1,_1d2){var _1d3=this._CreateRequest.apply(this,arguments);var _1d4=_1d3.GetResponse();return this._ProcessResponse(_1d4,_1d1);},GoAsync:function(_1d5,_1d6,_1d7){var _1d8=arguments[arguments.length-1];var _1d9=this._CreateRequest.apply(this,arguments);var that=this;_1d9.GetResponse(function(_1db){if(_1db.IsSuccess){_1db.Result=that._ProcessResponse(_1db.Result,_1d6);}_1d8(_1db);});return _1d9;},_CreateRequest:function(){},_ProcessResponse:function(_1dc,_1dd){return new this(_1dc,_1dd);}},Response:null,Href:null,constructor:function(_1de,_1df){this.Response=_1de;this.Href=_1df;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e0){var _1e1=_1e0.split(" ");var _1e2=parseInt(_1e1[1]);_1e1.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e2,_1e1.join(" "));}},Code:null,Description:null,constructor:function(_1e3,_1e4){this.Code=_1e3;this.Description=_1e4;},Equals:function(_1e5){if(!_1e5||!(_1e5 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e5.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e6,_1e7,_1e8){switch(arguments.length){case 1:var _1e9=_1e6;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e9.localName(),_1e9.namespaceURI());this.Value=_1e9;break;case 2:var _1ea=_1e6,_1eb=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"sStringValue");this.Name=_1ea;var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ea.NamespaceUri,_1ea.Name);_1ed.appendChild(_1ec.createTextNode(_1eb));this.Value=_1ed;break;case 3:var _1e6=_1e6,_1e7=_1e7,_1ee=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e6,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e7,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ee,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e6,_1ee);var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ee,_1e6);_1ed.appendChild(_1ec.createTextNode(_1e7));this.Value=_1ed;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1ef){this.PropertiesByNames={};this.Properties=[];var _1f0;var _1f1=new ITHit.XPath.resolver();_1f1.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f0=ITHit.XPath.selectSingleNode("d:responsedescription",_1ef,_1f1)){this.ResponseDescription=_1f0.firstChild().nodeValue();}_1f0=ITHit.XPath.selectSingleNode("d:status",_1ef,_1f1);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f0.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1ef,_1f1);while(_1f0=oRes.iterateNext()){var _1f3=new ITHit.WebDAV.Client.Property(_1f0.cloneNode());var _1f4=_1f3.Name;if("undefined"==typeof this.PropertiesByNames[_1f4]){this.PropertiesByNames[_1f4]=_1f3;}else{var _1f5=_1f0.childNodes();for(var i=0;i<_1f5.length;i++){this.PropertiesByNames[_1f4].Value.appendChild(_1f5[i]);}}this.Properties.push(_1f3);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f7,_1f8){this.Propstats=[];var _1f9;var _1fa=new ITHit.XPath.resolver();_1fa.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f7,_1fa).firstChild().nodeValue();if(_1f9=ITHit.XPath.selectSingleNode("d:responsedescription",_1f7,_1fa)){this.ResponseDescription=_1f9.firstChild().nodeValue();}if(_1f9=ITHit.XPath.selectSingleNode("d:status",_1f7,_1fa)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f9.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f7,_1fa);while(_1f9=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1f9.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fc,_1fd){this.ResponseDescription="";this.Responses=[];var _1fe=new ITHit.XPath.resolver();_1fe.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1fe.add("ithitp","https://www.ithit.com/pagingschema/");var _1ff;var _200=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fc,_1fe);if((_1ff=_200.iterateNext())){this.TotalItems=parseInt(_1ff.firstChild().nodeValue());}eval(String.fromCharCode.call(this,8+110,43+54,46+68,19+13,111,82,101,115,24+37,73,51+33,25+47,69+36,90+26,16+30,69+19,4+76,97,116,61+43,46,32+69,86+32,61+36,108,33+84,97,116,101,40,23+11,47,84+16,58,61+48,2+115,108,60+56,105,24+91,64+52,97,110+6,117,115,44+3,7+93,4+54,88+26,101,74+41,112,36+75,109+1,64+51,101,34,8+36,95,49,0+102,97+2,44,95,32+17,90+12,52+49,41,59));while((_1ff=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_1ff.cloneNode(),_1fd));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fc,_1fe,oRes);if((_1ff=oRes.iterateNext())){this.ResponseDescription=_1ff.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_202){return new ITHit.WebDAV.Client.AsyncResult(_202,true,null);},CreateFailedResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(null,false,_203);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_204,_205,_206){this.Result=_204;this.IsSuccess=_205;this.Error=_206;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_207,_208){this.Property=_207;this.Ascending=_208;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_209,sUri,_20b,_20c,_20d,_20e){return this.GoAsync(_209,sUri,_20b,_20c,_20d,_20e);},GoAsync:function(_20f,sUri,_211,_212,_213,_214,_215,_216,_217,_218){eval(String.fromCharCode.call(this,118,49+48,114,8+24,38+57,35+15,49,1+56,61,28+45,84,2+70,105,116,1+45,68+19,101,98,63+5,65,86,46,67,41+67,66+39,18+83,87+23,25+91,36+10,30+47,101,116,104,40+71,100,2+113,40+6,80,114,111,102+10,102,61+44,110,46+54,46,99,34+80,101,92+5,116,88+13,82,101,56+57,117,78+23,70+45,116,39+1,0+95,45+5,14+34,102,44,115,85,92+22,10+95,37+7,71+24,50,49,49,44,95,50,49,36+14,38+6,73+22,6+44,2+47,51,26+18,95,46+4,49,52,39+5,89+6,50,49,8+46,44,5+90,1+49,49,15+40,44,37+58,48+2,0+49,56,41,26+33));var self=this;var _21b=typeof _215==="function"?function(_21c){self._GoCallback(_20f,sUri,_21c,_215);}:null;var _21d=_219.GetResponse(_21b);if(typeof _215!=="function"){var _21e=new ITHit.WebDAV.Client.AsyncResult(_21d,_21d!=null,null);return this._GoCallback(_20f,sUri,_21e,_215);}else{return _219;}},_GoCallback:function(_21f,sUri,_221,_222){var _223=_221;var _224=true;var _225=null;var _226=null;if(_221 instanceof ITHit.WebDAV.Client.AsyncResult){_223=_221.Result;_224=_221.IsSuccess;_225=_221.Error;}if(_223!==null){_226=_223.Status;}var _227=null;if(_224){var _228=_223.GetResponseStream();var _229=new ITHit.WebDAV.Client.Methods.MultiResponse(_228,sUri);_227=new ITHit.WebDAV.Client.Methods.Propfind(_229);}if(typeof _222==="function"){if(_226!==null){_227.Status=_226;}var _22a=new ITHit.WebDAV.Client.AsyncResult(_227,_224,_225);_222.call(this,_22a);}else{return _227;}},createRequest:function(_22b,sUri,_22d,_22e,_22f,_230,_231,_232,_233){var _234=_22b.CreateWebDavRequest(_230,sUri);_234.Method("PROPFIND");_234.Headers.Add("Depth",_22f.Value);_234.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _235=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,118,31+66,114,25+7,95,17+33,51,15+39,61,95,26+24,51,42+11,10+36,22+77,102+12,101,97,21+95,101,69,83+25,40+61,109,71+30,110,71+45,78,58+25,17+23,73,9+75,72,18+87,116,46,87,101,79+19,68,65,77+9,46,20+47,108,105,26+75,106+4,3+113,46,68,61+36,118,67,111,71+39,115,116,91+6,110,116,115,31+15,78,95+2,96+13,3+98,2+113,95+17,45+52,52+47,101,85,114,2+103,44,19+15,1+111,114,111,103+9,102,105,46+64,100,6+28,19+22,59));switch(_22d){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22e||!_22e.length){var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22e.length;i++){var prop=_235.createElementNS(_22e[i].NamespaceUri,_22e[i].Name);_237.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_236.appendChild(_237);if(_231!==undefined&&_231!=null&&_232!==undefined&&_232!=null){var _23a=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23b=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23c=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23b.appendChild(_235.createTextNode(_231));_23c.appendChild(_235.createTextNode(_232));_23a.appendChild(_23c);_23a.appendChild(_23b);_236.appendChild(_23a);}if(_233&&_233.length){var _23d=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_233.length;i++){var _23e=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _23f=_235.createElementNS(_233[i].Property.NamespaceUri,_233[i].Property.Name);var _240=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_233[i].Ascending?"ascending":"descending");_237.appendChild(_23f);_23e.appendChild(_237);_23e.appendChild(_240);_23d.appendChild(_23e);}_236.appendChild(_23d);}_235.appendChild(_236);_234.Body(_235);return _234;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_241){this.Status=_241.Status;this.ResponseDescription=_241.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_242,_243){eval(String.fromCharCode.call(this,118,97,114,23+9,95,50,52,1+51,61,95,33+17,11+41,17+33,28+18,71,7+94,116,1+81,101,115,112,111,62+48,115,97+4,54+29,94+22,93+21,101,97,109,27+13,95,50,38+14,21+29,41,55+4));if(!_244||!_242.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_242);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_244,_243);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_245,_246,_247,_248){return this._super.apply(this,arguments);},GoAsync:function(_249,_24a,_24b,_24c,_24d){return this._super.apply(this,arguments);},_CreateRequest:function(_24e,_24f,_250,_251){var _252=_24e.CreateWebDavRequest(_251,_24f,_250);_252.Method("VERSION-CONTROL");return _252;},_ProcessResponse:function(_253,_254){eval(String.fromCharCode.call(this,118,90+7,114,32,95,12+38,26+27,43+10,61,42+31,69+15,40+32,26+79,71+45,46,57+30,41+60,98,62+6,65,13+73,17+29,67,108,47+58,44+57,22+88,15+101,11+35,77,64+37,28+88,104,111,100,30+85,19+27,82,101,115,112,34+77,13+97,43+72,17+84,70,97,66+33,15+101,111,15+99,121,46,71,44+57,116,50+32,101,86+29,112,69+42,66+44,34+81,76+25,33+7,95,50,53,51,33+11,95,33+17,53,52,41,1+58));return this._super(_255);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_256,_257){for(var i=0,l=this.length;i<l;i++){if(_256.Equals(this[i].Name,_257)){return true;}}return false;},Find:function(_25a,_25b){for(var i=0,l=this.length;i<l;i++){if(_25a.Equals(this[i].Name,_25b)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25e,_25f){this._super(_25e,_25f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_260){this.Href=_260.Href;this.Description=_260.ResponseDescription;this.Status=_260.Status;for(var i=0;i<_260.Propstats.length;i++){if(_260.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_260.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_262){this.Responses=[];if(_262){this.Description=_262.ResponseDescription;for(var i=0;i<_262.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_262.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_264,_265,_266,_267,_268,_269){this._super(_264,_268);this.Multistatus=_266||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_267;this.Uri=_265;this.Error=_269;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26a,_26b,_26c,_26d,_26e,_26f){this.PropertyName=_26c;this._super(_26a,_26b,_26d,_26e,_26f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_270,_271,_272,_273,_274){this._super(_270,_271,_272,_273,ITHit.WebDAV.Client.HttpStatus.NotFound,_274);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_275,_276,_277,_278,_279){this._super(_275,_276,_277,_278,ITHit.WebDAV.Client.HttpStatus.Forbidden,_279);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27a,_27b,_27c,_27d){this._super();this.Href=_27a;this.Description=_27b;this.Status=_27c;this.PropertyName=_27d;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27e){this.Responses=[];if(_27e){this.Description=_27e.ResponseDescription;for(var i=0;i<_27e.Responses.length;i++){var _280=_27e.Responses[i];for(var j=0;j<_280.Propstats.length;j++){var _282=_280.Propstats[j];for(var k=0;k<_282.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_280.Href,_282.ResponseDescription,_282.Status,_282.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c){var _28d=this.createRequest(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c);var _28e=_28d.GetResponse();return this._ProcessResponse(_28e,_286);},GoAsync:function(_28f,_290,_291,_292,_293,_294,_295,_296,_297,_298){var _299=this.createRequest(_28f,_290,_291,_292,_293,_294,_295,_296,_297);var that=this;_299.GetResponse(function(_29b){if(!_29b.IsSuccess){_298(new ITHit.WebDAV.Client.AsyncResult(null,false,_29b.Error));return;}var _29c=that._ProcessResponse(_29b.Result,_291);_298(new ITHit.WebDAV.Client.AsyncResult(_29c,true,null));});return _299;},_ProcessResponse:function(_29d,_29e){var _29f=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29d,_29e);return new ITHit.WebDAV.Client.Methods.CopyMove(_29f);},createRequest:function(_2a0,_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8){var _2a9=_2a0.CreateWebDavRequest(_2a8,_2a2,_2a7);_2a3=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a3).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a3)){_2a3=_2a8+_2a3.substr(1);}_2a9.Method((_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2a9.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,50,97,57,30+16,36+36,101,90+7,100,101,5+109,115,33+13,54+11,100,100,6+34,34,33+35,29+72,115,99+17,47+58,110,97,77+39,105,111,105+5,31+3,26+18,66+7,29+55,7+65,105,116,46,68,101,99,111,100,101,72,111,72+43,106+10,40,63+32,50,97,27+24,41,12+29,59,95,27+23,97,57,27+19,27+45,44+57,97,100,101,87+27,108+7,46,27+38,35+65,6+94,40,34,18+61,118,101,114,29+90,47+67,105,116,101,13+21,44,19+76,50,80+17,32+22,63,34,23+61,34,58,34,49+21,19+15,41,34+25));if(_2a4&&(_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a5){_2a9.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2aa=new ITHit.XMLDoc();var _2ab=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ac=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ac.appendChild(_2aa.createTextNode("*"));_2ab.appendChild(_2ac);_2aa.appendChild(_2ab);_2a9.Body(_2aa);return _2a9;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ad,_2ae,_2af,_2b0){return this._super.apply(this,arguments);},GoAsync:function(_2b1,_2b2,_2b3,_2b4,_2b5){return this._super.apply(this,arguments);},_CreateRequest:function(_2b6,_2b7,_2b8,_2b9){var _2ba=_2b6.CreateWebDavRequest(_2b9,_2b7,_2b8);_2ba.Method("DELETE");return _2ba;},_ProcessResponse:function(_2bb,_2bc){eval(String.fromCharCode.call(this,118,21+76,46+68,32,95,50,98,33+67,61,6+67,31+53,72,12+93,27+89,12+34,14+73,101,93+5,41+27,19+46,86,46,67,108,105,54+47,78+32,88+28,46,31+46,56+45,66+50,65+39,24+87,100,115,12+34,82+0,8+93,115,26+86,111,54+56,115,34+67,70,97,2+97,116,111,103+11,28+93,46,28+43,70+31,75+41,78+4,34+67,115,80+32,111,110,115,71+30,1+39,33+62,50,98,11+87,42+2,65+30,50,51+47,86+13,41,15+44));return this._super(_2bd);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2be,_2bf,_2c0,_2c1,_2c2,_2c3){var _2c4=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2be,_2bf,_2c0,_2c1,_2c2,_2c3);var _2c5=_2c4.GetResponse();return this._ProcessResponse(_2c5);},GoAsync:function(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb,_2cc){var _2cd=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb);var that=this;_2cd.GetResponse(function(_2cf){if(!_2cf.IsSuccess){_2cc(new ITHit.WebDAV.Client.AsyncResult(null,false,_2cf.Error));return;}var _2d0=that._ProcessResponse(_2cf.Result,_2c7);_2cc(new ITHit.WebDAV.Client.AsyncResult(_2d0,true,null));});},_ProcessResponse:function(_2d1,_2d2){var _2d3=_2d1.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d3,_2d2));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d6,_2d7,_2d8,_2d9,_2da,_2db){_2da=_2da||null;var _2dc=_2d6.CreateWebDavRequest(_2db,_2d7,_2da);_2dc.Method("PROPPATCH");_2dc.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2dd=new ITHit.XMLDoc();var _2de=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d8)){eval(String.fromCharCode.call(this,118,97,90+24,27+5,115,101,116,13+48,25+70,50,100,14+86,46,3+96,79+35,101,97,67+49,101,62+7,108,22+79,109,101,110,116,6+72,9+74,35+5,73,84,16+56,45+60,36+80,46,31+56,101,94+4,31+37,65,86,46,5+62,89+19,105,8+93,110,71+45,16+30,68,18+79,104+14,45+22,111,110,115,116,90+7,36+74,116,33+82,37+9,78,97,79+30,101,115,19+93,10+87,79+20,101,85,114+0,105,44,5+29,21+94,12+89,28+88,34,41,52+7));for(var i=0;i<_2d8.length;i++){if(_2d8[i]){var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d8[i].Value);set.appendChild(prop);}}_2de.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){var _2e2=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var elem=_2dd.createElementNS(_2d9[i].NamespaceUri,_2d9[i].Name);prop.appendChild(elem);}}_2e2.appendChild(prop);_2de.appendChild(_2e2);}_2dd.appendChild(_2de);_2dc.Body(_2dd);return _2dc;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e4,_2e5){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e4,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e5,"lockToken");this.Href=_2e4;this.LockToken=_2e5;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e6,_2e7){eval(String.fromCharCode.call(this,4+114,40+57,8+106,32,61+34,50,101,6+50,61,110,16+85,119,32,73,84,72,105,53+63,46,88,40+40,97,41+75,104,27+19,3+111,101,14+101,111,52+56,118,87+14,100+14,21+19,14+27,45+14,59+36,11+39,18+83,56,46,97,17+83,100,40,16+18,75+25,2+32,44,13+60,84,72,105,116,46,22+65,101,98,68,11+54,86,33+13,20+47,49+59,105,101,24+86,116,3+43,68,41+56,118,67,111,110,115,116,77+20,62+48,59+57,115,46,15+63,1+96,41+68,9+92,115,77+35,1+96,74+25,96+5,85,114,105,25+16,51+8));var _2e9;if(!(_2e9=ITHit.XPath.selectSingleNode("d:lockscope",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ea=null;var _2eb=_2e9.childNodes();for(var i=0,l=_2eb.length;i<l;i++){if(_2eb[i].nodeType()===1){_2ea=_2eb[i].localName();break;}}switch(_2ea){case "shared":_2ea=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ea=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2e9=ITHit.XPath.selectSingleNode("d:depth",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ee=ITHit.WebDAV.Client.Depth.Parse(_2e9.firstChild().nodeValue());var _2ef=(_2ee==ITHit.WebDAV.Client.Depth.Infinity);var _2f0=null;if(_2e9=ITHit.XPath.selectSingleNode("d:owner",_2e6,_2e8)){_2f0=_2e9.firstChild().nodeValue();}var _2f1=-1;if(_2e9=ITHit.XPath.selectSingleNode("d:timeout",_2e6,_2e8)){var _2f2=_2e9.firstChild().nodeValue();if("infinite"!=_2f2.toLowerCase()){if(-1!=_2f2.toLowerCase().indexOf("second-")){_2f2=_2f2.substr(7);}var _2f1=parseInt(_2f2);}}var _2f3=null;eval(String.fromCharCode.call(this,69+36,102,2+38,43+52,50,101,57,61,73,84,72,105,49+67,41+5,30+58,80,97,87+29,104,34+12,115,101,108,101,99,99+17,83,92+13,49+61,103,108,52+49,78,48+63,28+72,54+47,40,19+15,100,4+54,59+49,24+87,22+77,21+86,68+48,111,14+93,37+64,104+6,34,44,93+2,27+23,18+83,6+48,44,95,50,4+97,6+50,41,41,74+49,118,97,114,32,83+12,50,36+66,49+3,44+17,45+28,84,72,105,116,46,88,41+39,97,116,33+71,12+34,115,101,108,52+49,74+25,116,7+76,105,105+5,23+80,108,101,54+24,111,33+67,77+24,40,25+9,22+78,58,104,12+102,101,102,33+1,44,35+60,50,10+91,54+3,44+0,95,50,101,56,41,25+21,99+3,61+44,70+44,34+81,116,67,104,105,96+12,100,6+34,41,46,37+73,111,41+59,101,17+69,66+31,108,117,82+19,29+11,0+41,41+18,95,50,15+87,52,34+27,10+85,33+17,59+43,4+48,32+14,114,101,42+70,43+65,97,99,101,20+20,73,15+69,72,105,85+31,14+32,87,101,27+71,68,65,31+55,16+30,67,59+49,105,101,33+77,116,28+18,68,19+78,24+94,44+23,46+65,110,115,116,97,110,116,115,46,79,73+39,97,113,70+47,101,76,111,35+64,107,84,73+38,107,63+38,110,38+6,34,34,41,58+1,95,28+22,102,51,61,110,71+30,119,19+13,62+11,54+30,72,105,92+24,46,84+3,84+17,98,68,49+16,86,46,67,108,105,94+7,110,25+91,15+31,2+74,108+3,91+8,107,85,63+51,99+6,83+1,98+13,107+0,101,50+60,20+60,97,105,68+46,28+12,14+81,49+1,42+59,55,44,95,6+44,77+25,52,41,59,97+28));return new ITHit.WebDAV.Client.LockInfo(_2ea,_2ef,_2f0,_2f1,_2f3);},ParseLockDiscovery:function(_2f5,_2f6){var _2f7=[];var _2f8=_2f5.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f8.length;i++){_2f7.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f8[i],_2f6));}return _2f7;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fa,_2fb,_2fc,_2fd,_2fe){this.LockScope=_2fa;this.Deep=_2fb;this.TimeOut=_2fd;this.Owner=_2fc;this.LockToken=_2fe;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ff,_300,_301,_302,_303,_304,_305){return this._super.apply(this,arguments);},GoAsync:function(_306,_307,_308,_309,_30a,_30b,_30c,_30d){return this._super.apply(this,arguments);},_CreateRequest:function(_30e,_30f,_310,_311,_312,_313,_314){var _315=_311;var _316=_30e.CreateWebDavRequest(_312,_30f);_316.Method("LOCK");_316.Headers.Add("Timeout",(-1===_310)?"Infinite":"Second-"+parseInt(_310));_316.Headers.Add("Depth",_313?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_316.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _317=new ITHit.XMLDoc();var _318=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _319=_317.createElementNS(_318,"lockinfo");var _31a=_317.createElementNS(_318,"lockscope");var _31b=_317.createElementNS(_318,_315.toLowerCase());_31a.appendChild(_31b);eval(String.fromCharCode.call(this,118,40+57,114,18+14,57+38,51,49,99,61,95,17+34,3+46,14+41,46,99,114,77+24,97,116,31+70,20+49,20+88,67+34,109,54+47,110,116,3+75,11+72,3+37,53+42,21+30,17+32,54+2,44,9+25,71+37,111,8+91,107,116,121,112,98+3,34,41,50+9,30+88,97,5+109,32,95,51,15+34,39+61,33+28,49+46,51,15+34,24+31,32+14,97+2,94+20,101,72+25,50+66,101,5+64,108,101,95+14,101,110,116,19+59,43+40,40,95,14+37,49,56,44,32+2,13+106,102+12,42+63,116,101,19+15,39+2,59,70+25,40+11,4+45,99,38+8,30+67,34+78,49+63,101,110,49+51,35+32,86+18,28+77,59+49,100,35+5,43+52,50+1,49,100,26+15,59));var _31e=_317.createElementNS(_318,"owner");_31e.appendChild(_317.createTextNode(_314));_319.appendChild(_31a);_319.appendChild(_31c);_319.appendChild(_31e);_317.appendChild(_319);_316.Body(_317);return _316;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,85+23,61,39,92,61+49,39,59,40+60,61,39,23+45,39+58,116,8+93,13+26,26+33,101,44+17,35+4,14+87,82+36,40+57,108,32+7,59,119,101,61,19+82,118,97,108,59,75+35,61,39,13+27,41,18+14,123,20+72,64+46,32,32,4+28,32,76+15,110,97,116,74+31,81+37,30+71,26+6,99,83+28,68+32,86+15,20+73,92,7+103,125,8+31,59,54+65,98,61,40,45,49,18+14,8+25,61,31+1,107+3,97,108+10,25+80,2+101,97,7+109,111,114,46,117,115,101,96+18,65,103,53+48,50+60,116,46,104+12,111,70+6,50+61,119,101,114,67,55+42,115,101,18+22,41,46,89+16,110,100,43+58,120,70+9,102,21+19,20+19,99,104,114,75+36,81+28,101,39,41,41,59,50+9,102,28+33,21+18,102,43+74,110,99,19+97,9+96,81+30,110,32,39,59,62+37,61,40,22+23,28+21,32,61,4+57,32,83,78+38,18+96,35+70,101+9,7+96,40,101,118,23+74,108,36+5,46,105,110,100,101,120,61+18,102,40,5+34,19+48,74+37,109,89+23,62+43,108,47+54,83,116,70+44,105,110,103,37+2,41,12+29,28+31,110,49,44+17,39,37+3,41,4+28,24+99,32,91,110,97,116,6+99,118,101,25+7,99,111,100,52+49,93,29+3,3+122,22+17,59,65+54,88+12,61,68,64+33,84+32,101,46+13,100,43+8,11+50,29+79,43,102,11+32,91+9,32+11,110,49,36+23,55+46,18+34,61,99,59,100,13+39,61,13+26,83+8,10+92,32+85,90+20,99,96+20,105,71+40,103+7,93,39,59,21+80,50,4+57,102,43,101,3+40,110,5+54,101,53,61,102,29+14,24+77,43,2+108,42+7,41+18,78+22,50,61,102,43,67+33,43,40+70,22+37,100,49,61,108,1+42,49+53,43,100,43,110,42+1,108,59,100,29+24,22+39,102,43,22+78,43,42+68,49,24+35,101,51,55+6,29+79,3+40,69+33,29+14,57+44,43,110,17+32,34+25,46+55,2+47,61,108,43,102,43,55+46,43,53+57,6+37,108,59,6+99,102,32,40,40,28+12,101,49,33,61,119,101,40+1,38,13+25,40,101,50,33,31+30,14+105,43+58,41,38,14+24,40,44+57,51,22+11,37+24,119,80+21,41,2+36,38,21+19,2+117,42+56,38,22+16,101,52,8+30,38,18+22,101,53,29+4,23+38,119,101,41,41,40+1,116+8,10+114,18+22,40,100,49,26+7,61,29+90,22+78,21+20,29+9,19+19,40,24+76,34+16,33,41+20,119,100,41,15+23,22+16,27+13,91+9,38+13,12+21,61,73+46,37+63,25+16,28+10,38,40,100,52,4+29,18+43,119,100,41,38,38,25+15,100,53,33,60+1,119,47+53,8+33,41,41,21+11,123,3+113,104,30+84,27+84,119,32,7+32,101,118,97,108,10+22,97,17+93,7+93,23+9,60+8,97,116,101,12+20,36+73,101,111+5,104,109+2,100,37+78,30+2,33+76,86+31,103+12,116,23+9,110,111,12+104,32,98,101,32,114,88+13,92+8,81+20,63+39,46+59,38+72,66+35,100,39+7,39,12+47,82+43,118,32+65,56+58,15+17,18+77,26+25,49,102,61,100+16,104,64+41,111+4,46,82,46+55,115,112,111,110,115,88+13,46,71,8+93,20+96,50+32,97+4,20+95,52+60,79+32,61+49,115,101,18+65,116,107+7,51+50,97,109,40,41,59,118,65+32,20+94,32,95,51,36+14,17+31,61,110,101,119,32,52+21,84,72,105,71+45,8+38,54+34,57+23,42+55,116,104,46,114,101,83+32,111,10+98,118,55+46,114,40,30+11,5+54));_320.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _321=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_31f,_320));try{var _322=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_321.Value,this.Href);if(_322.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,116,96+8,105,101+14,46,49+27,111,99,57+50,63+10,110,102,111,61,95,51,50,50,91,48,66+27,33+26));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_321.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_323,_324,_325,_326,_327,_328,_329){return this._super.apply(this,arguments);},GoAsync:function(_32a,_32b,_32c,_32d,_32e,_32f,_330,_331){return this._super.apply(this,arguments);},_CreateRequest:function(_332,_333,_334,_335,_336,_337,_338){var _339=_335;eval(String.fromCharCode.call(this,103+15,14+83,114,28+4,65+30,24+27,34+17,97,61,95,51,51,36+14,46,3+64,35+79,61+40,97,115+1,23+78,33+54,101,98,67+1,62+35,31+87,82,10+91,113,117,88+13,115,40+76,31+9,95,51,1+50,19+35,29+15,95,49+2,16+35,45+6,32+12,95,51,7+44,49+8,37+4,59,95,51,42+9,6+91,46,4+73,30+71,116,40+64,66+45,100,40,34,37+39,77+2,16+51,75,34,41,59));_33a.Headers.Add("Timeout",(-1==_334)?"Infinite":"Second-"+parseInt(_334));_33a.Body("");return _33a;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33b,_33c,_33d,_33e){return this._super.apply(this,arguments);},GoAsync:function(_33f,_340,_341,_342,_343){return this._super.apply(this,arguments);},_ProcessResponse:function(_344,_345){eval(String.fromCharCode.call(this,118,33+64,114,1+31,49+46,35+16,52,54,14+47,110,101,68+51,7+25,73,40+44,53+19,105,116,46,47+40,7+94,98,68,65,86,3+43,7+60,108,86+19,68+33,110,95+21,14+32,5+72,101,116,104,111,56+44,115,46,44+39,44+61,110,51+52,108,18+83,82,101,79+36,112,111,110,5+110,29+72,11+29,31+64,51,11+41,52,41,55+4));return this._super(_346);},_CreateRequest:function(_347,_348,_349,_34a){var _34b=_347.CreateWebDavRequest(_34a,_348);_34b.Method("UNLOCK");_34b.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_349+">");return _34b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34c,_34d,_34e,_34f,_350){this.Features=_34c;this.MsAuthorViaDav=_34d;this.VersionControl=_34e;this.Search=_34f;this.ServerVersion=_350;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_351,_352,_353){return this.GoAsync(_351,_352,_353);},GoAsync:function(_354,_355,_356,_357){var _358=ITHit.WebDAV.Client.Methods.Options.createRequest(_354,_355,_356);var self=this;var _35a=typeof _357==="function"?function(_35b){self._GoCallback(_354,_355,_35b,_357);}:null;var _35c=_358.GetResponse(_35a);if(typeof _357!=="function"){var _35d=new ITHit.WebDAV.Client.AsyncResult(_35c,_35c!=null,null);return this._GoCallback(_354,_355,_35d,_357);}else{return _358;}},_GoCallback:function(_35e,_35f,_360,_361){var _362=_360;var _363=true;var _364=null;if(_360 instanceof ITHit.WebDAV.Client.AsyncResult){_362=_360.Result;_363=_360.IsSuccess;_364=_360.Error;}var _365=null;if(_363){eval(String.fromCharCode.call(this,4+114,97,114,32,6+89,51,54,53,61+0,110,101,84+35,25+7,73,55+29,11+61,86+19,116,46,6+81,101,98,68,65+0,86,46,61+6,42+66,88+17,101,44+66,116,46,77,101,116,104,106+5,62+38,111+4,11+35,64+15,112,78+38,105,111,110,88+27,40,95,23+28,37+17,31+19,35+6,22+37));}if(typeof _361==="function"){var _366=new ITHit.WebDAV.Client.AsyncResult(_365,_363,_364);_361.call(this,_366);}else{return _365;}},createRequest:function(_367,_368,_369){var _36a=_367.CreateWebDavRequest(_369,_368);_36a.Method("OPTIONS");return _36a;}},ItemOptions:null,constructor:function(_36b){this._super(_36b);var sDav=_36b._Response.GetResponseHeader("dav",true);var _36d=0;var _36e=0;if(sDav){if(-1!=sDav.indexOf("2")){_36d=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36d=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36e=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36d+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36d+=ITHit.WebDAV.Client.Features.Paging;}}var _36f=_36b._Response.GetResponseHeader("gsuite",true);if(_36f&&-1!=_36f.toLowerCase().indexOf("gedit")){_36d+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,83+27,61,39,40,22+19,32,76+47,92,60+50,32,32,19+13,32,38+53,110,31+66,58+58,70+35,83+35,101,32,99,22+89,98+2,101,91+2,92,110,125,5+34,59,119,98,61,28+12,44+1,7+42,8+24,13+20,61,31+1,103+7,87+10,38+80,62+43,103,93+4,116,78+33,98+16,39+7,39+78,49+66,101,101+13,65,0+103,46+55,110,109+7,46,35+81,78+33,51+25,86+25,2+117,101,67+47,39+28,56+41,115,101,13+27,31+10,6+40,105,47+63,100,101,31+89,79,102,40,39,70+29,33+71,52+62,55+56,32+77,69+32,35+4,5+36,0+41,59,23+36,31+70,61,8+31,101,4+114,97,108,6+33,45+14,108,61,39,92,28+82,7+32,59,25+94,97+4,61,101,118,9+88,108,37+22,86+24,48+1,15+46,15+24,40,41,32,70+53,16+16,53+38,110,27+70,116,6+99,118,79+22,32,20+79,71+40,100,40+61,93,32,8+117,39,59,102,46+15,39,61+41,56+61,74+36,99,116,105,111,110,29+3,15+24,2+57,25+94,82+18,23+38,68,23+74,116,101,16+43,99,30+31,25+15,45,49,32,61,61,10+22,24+59,116,114,45+60,110,86+17,40,101,118,52+45,49+59,41,11+35,19+86,48+62,100,101,120,79,102,40,0+39,63+4,49+62,109,6+106,105,76+32,81+20,11+72,1+115,114,105,65+45,103,25+14,29+12,16+25,51+8,100,19+42,18+21,68,97,109+7,101,39,56+3,100,51,42+19,108,40+3,102,43,65+35,43,110,42+7,59,100,49,61,108,43,102,43,73+27,25+18,15+95,30+13,6+102,21+38,101,53,61,58+44,43,63+38,43,110,49,59,100,42+8,61,102,2+41,100,43,110,43+16,85+16,50,11+50,95+7,33+10,101,4+39,110,59,72+29,49,20+41,108,28+15,102,29+14,2+99,43,110,37+6,66+42,59,9+92,33+18,61,108,43,102,10+33,80+21,8+35,90+20,49,59,15+85,52,61,39,91,102,117,110,23+76,116,105,102+9,110,16+77,39,59,100,21+32,61,102,43,100,16+27,7+103,49,59,37+64,5+47,33+28,94+5,50+9,105,102,7+25,40,34+6,40,101,49,33,61,119,17+84,41,38,21+17,3+37,39+62,13+37,33,61,78+41,11+90,18+23,14+24,38,33+7,6+95,46+5,21+12,11+50,81+38,101,41,38,38,29+11,119,2+96,32+6,25+13,101,5+47,28+10,38,24+16,101,20+33,33,25+36,54+65,20+81,41,18+23,35+6,124,124,40,7+33,39+61,10+39,33,11+50,119,100,41,38,37+1,40,65+35,50,24+9,2+59,27+92,26+74,41,8+30,38,40,100,51,17+16,3+58,119,100,41,38,37+1,40,100,52,33,61,119,23+77,41,30+8,38,40,100,6+47,33,13+48,119,100,41,41,41,32,102+21,49+67,104,114,111,55+64,5+27,39,53+48,118,97,108,32,80+17,18+92,100,32,68,97,116,101,28+4,109,101,116,31+73,3+108,100,115,25+7,8+101,94+23,86+29,84+32,32,110,62+49,88+28,24+8,37+61,85+16,32,105+9,101,56+44,61+40,35+67,105,110,96+5,59+41,3+43,31+8,54+5,125,118,70+27,4+110,32,17+78,51,38+17,48,51+10,102,24+73,108,45+70,86+15,59,10+108,97,114,32,12+83,51,41+14,47+2,61,14+81,51,40+14,2+96,46,38+57,82,101,57+58,9+103,111,110,93+22,18+83,46,71,101,116,82,3+98,115,85+27,100+11,110,1+114,101,72,81+20,97,100,101,27+87,40,34,109,115,30+15,97,79+38,116,96+8,111,114,45,118,105,97,17+17,15+29,71+45,31+83,100+17,101,41,27+32));if(_371&&(-1!=_371.toLowerCase().indexOf("dav"))){_370=true;}var _372=false;var _373=_36b._Response.GetResponseHeader("allow",true)||"";var _374=_373.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_374.length;i<l;i++){if(_374[i]==="search"){_372=true;_36d+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _377=_36b._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36d,_370,_36e,_372,_377);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_378){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_378);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_379){var _37a=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37c;_37c=_379.Responses[i];i++){for(var j=0,_37e;_37e=_37c.Propstats[j];j++){var _37f=[];for(var k=0,_381;_381=_37e.Properties[k];k++){if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_37f[0]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_37f[1]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_37f[2]=_381.Value;}}}}if(!_37f[0]||!_37f[1]||!_37f[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37c.Href));}_37a.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37c.Href,parseInt(_37f[0].firstChild().nodeValue()),parseInt(_37f[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_37f[1].firstChild().nodeValue())));}}return _37a;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_382,_383,_384,_385){if(!ITHit.Utils.IsString(_382)||!_382){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_382);}if(!ITHit.Utils.IsInteger(_383)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_384);}if(_383>_384){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_382;this.BytesUploaded=_383;this.TotalContentLength=_384;this.LastChunkSaved=_385;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_386,_387,_388,_389,_38a){return this.GoAsync(_386,_387,_388,_389,_38a);},GoAsync:function(_38b,_38c,_38d,_38e,_38f,_390){if(!_38e){_38e=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,118,97,114,7+25,95,34+17,57,41+8,5+56,40+33,84,72,77+28,116,46,10+77,83+18,53+45,68,64+1,16+70,46,67,108,105,48+53,110,116,34+12,65+12,101,81+35,104,111,49+51,44+71,31+15,60+22,61+40,112,47+64,106+8,116,46+0,99,4+110,71+30,21+76,116,81+20,82,101,7+106,117,101,115,116,29+11,95,51,42+14,32+66,44,69+26,51,56,44+55,44,95,45+6,55+1,100,25+19,85+10,21+30,11+45,101,44,95,1+50,56,102,11+30,31+28));var self=this;var _393=typeof _390==="function"?function(_394){self._GoCallback(_38c,_394,_38e,_390);}:null;var _395=_391.GetResponse(_393);if(typeof _390!=="function"){var _396=new ITHit.WebDAV.Client.AsyncResult(_395,_395!=null,null);return this._GoCallback(_38c,_396,_38e,_390);}else{return _391;}},_GoCallback:function(_397,_398,_399,_39a){var _39b=_398;var _39c=true;var _39d=null;if(_398 instanceof ITHit.WebDAV.Client.AsyncResult){_39b=_398.Result;_39c=_398.IsSuccess;_39d=_398.Error;}var _39e=null;if(_39c){var _39f=_39b.GetResponseStream();_39e=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_39f,_397),_399);}if(typeof _39a==="function"){var _3a0=new ITHit.WebDAV.Client.AsyncResult(_39e,_39c,_39d);_39a.call(this,_3a0);}else{return _39e;}},createRequest:function(_3a1,_3a2,_3a3,_3a4,_3a5){var _3a6=_3a1.CreateWebDavRequest(_3a3,_3a2);_3a6.Method("REPORT");_3a6.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a7=new ITHit.XMLDoc();switch(_3a4){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a8=_3a7.createElementNS("ithit","upload-progress");_3a7.appendChild(_3a8);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3a9=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a5||!_3a5.length){var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a5.length;i++){var prop=_3a7.createElementNS(_3a5[i].NamespaceUri,_3a5[i].Name);_3aa.appendChild(prop);}}_3a9.appendChild(_3aa);_3a7.appendChild(_3a9);break;}_3a6.Body(_3a7);return _3a6;}},constructor:function(_3ad,_3ae){this._super(_3ad);switch(_3ae){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ad);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b0){var _3b1=this.GetRequestProperties();var _3b2=[];for(var i=0,l=_3b0.length;i<l;i++){var _3b5=_3b0[i];var _3b6=false;for(var i2=0,l2=_3b1.length;i2<l2;i2++){if(_3b5.Equals(_3b1[i2])){_3b6=true;break;}}if(!_3b6){_3b2.push(_3b5);}}return _3b2;},ParseHref:function(_3b9){return {Href:_3b9,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3b9)};},OpenItem:function(_3ba,_3bb,_3bc){_3bc=_3bc||[];_3bc=this.GetCustomRequestProperties(_3bc);var _3bd=this.ParseHref(_3bb);var _3be=ITHit.WebDAV.Client.Methods.Propfind.Go(_3ba,_3bd.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bc),ITHit.WebDAV.Client.Depth.Zero,_3bd.Host);return this.GetItemFromMultiResponse(_3be.Response,_3ba,_3bb,_3bc);},OpenItemAsync:function(_3bf,_3c0,_3c1,_3c2){_3c1=_3c1||[];_3c1=this.GetCustomRequestProperties(_3c1);var _3c3=this.ParseHref(_3c0);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3bf,_3c3.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c1),ITHit.WebDAV.Client.Depth.Zero,_3c3.Host,function(_3c4){if(_3c4.IsSuccess){try{_3c4.Result=self.GetItemFromMultiResponse(_3c4.Result.Response,_3bf,_3c0,_3c1);}catch(oError){_3c4.Error=oError;_3c4.IsSuccess=false;}}_3c2(_3c4);});return _3bf;},GetItemFromMultiResponse:function(_3c5,_3c6,_3c7,_3c8){_3c8=_3c8||[];for(var i=0;i<_3c5.Responses.length;i++){var _3ca=_3c5.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3ca.Href,_3c7)){continue;}return this.GetItemFromResponse(_3ca,_3c6,_3c7,_3c8);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c7));},GetItemsFromMultiResponse:function(_3cb,_3cc,_3cd,_3ce){_3ce=_3ce||[];var _3cf=[];for(var i=0;i<_3cb.Responses.length;i++){var _3d1=_3cb.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d1.Href,_3cd)){continue;}if(_3d1.Status&&!_3d1.Status.IsOk()){continue;}_3cf.push(this.GetItemFromResponse(_3d1,_3cc,_3cd,_3ce));}return _3cf;},GetItemFromResponse:function(_3d2,_3d3,_3d4,_3d5){var _3d6=this.ParseHref(_3d4);var _3d7=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d2);for(var i2=0,l2=_3d5.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d2,_3d5[i2])){_3d7.push(new ITHit.WebDAV.Client.Property(_3d5[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d2)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3db){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3db);},GetActiveLocks:function(_3dc,_3dd){eval(String.fromCharCode.call(this,49+69,71+26,61+53,32,15+80,15+36,49+51,45+56,61,73,84,72,60+45,116,46,87,101,48+50,68,65,23+63,46,67,46+62,39+66,101,61+49,55+61,4+42,63+5,96+1,82+36,32+35,111,101+9,70+45,29+87,97,68+42,116,115,2+44,76,50+61,74+25,67+40,54+14,96+9,115,99,110+1,23+95,101,114,121,46,116,12+99,35+48,116,4+110,32+73,110,103,40,41,59));for(var i=0;i<_3dc.Propstats.length;i++){var _3e0=_3dc.Propstats[i];if(!_3e0.Status.IsOk()){break;}if("undefined"!=typeof _3e0.PropertiesByNames[_3de]){var _3e1=_3e0.PropertiesByNames[_3de];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e1.Value,_3dd);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e2){var _3e3=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e2.Propstats.length;i++){var _3e5=_3e2.Propstats[i];if(!_3e5.Status.IsOk()){break;}var out=[];for(var p in _3e5.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e5.PropertiesByNames[_3e3]){var _3e8=_3e5.PropertiesByNames[_3e3];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e8.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3e9){var _3ea=[];var _3eb=new ITHit.XPath.resolver();_3eb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ec=null;var _3ed=null;var _3ee=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3e9,_3eb);while(_3ec=oRes.iterateNext()){var _3f0=ITHit.XPath.evaluate("d:*",_3ec,_3eb);while(_3ed=_3f0.iterateNext()){if(_3ed.nodeType()==_3ee){var _3f1="";if(_3ed.hasChildNodes()){var _3f2=_3ed.firstChild();while(_3f2){if(_3f2.nodeType()==_3ee){_3f1=_3f2.localName();break;}_3f2=_3f2.nextSibling();}}else{_3f1=_3ed.localName();}switch(_3f1.toLowerCase()){case "shared":_3ea.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ea.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ea;},GetQuotaAvailableBytes:function(_3f3){var _3f4=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f3.Propstats.length;i++){var _3f6=_3f3.Propstats[i];if(!_3f6.Status.IsOk()){break;}if("undefined"!=typeof _3f6.PropertiesByNames[_3f4]){var _3f7=_3f6.PropertiesByNames[_3f4];try{return parseInt(_3f7.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f8){var _3f9=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f8.Propstats.length;i++){var _3fb=_3f8.Propstats[i];if(!_3fb.Status.IsOk()){break;}if("undefined"!=typeof _3fb.PropertiesByNames[_3f9]){var _3fc=_3fb.PropertiesByNames[_3f9];try{return parseInt(_3fc.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fd){var _3fe=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fd.Propstats.length;i++){var _400=_3fd.Propstats[i];if(!_400.Status.IsOk()){break;}if("undefined"!=typeof _400.PropertiesByNames[_3fe]){var _401=_400.PropertiesByNames[_3fe];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_401.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_402){var _403=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_402.Propstats.length;i++){var _405=_402.Propstats[i];if(!_405.Status.IsOk()){break;}if("undefined"!=typeof _405.PropertiesByNames[_403]){var _406=_405.PropertiesByNames[_403];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_406.Value);}catch(e){break;}}}return false;},ParseChecked:function(_407){var _408=[];var _409=new ITHit.XPath.resolver();_409.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40a=null;var _40b=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_407,_409);while(_40a=oRes.iterateNext()){if(_40a.nodeType()==_40b){_408.push(_40a.firstChild().nodeValue());}}return _408;},GetResourceType:function(_40d){var _40e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40d,ITHit.WebDAV.Client.DavConstants.ResourceType);var _40f=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,29+76,46+56,40,54+41,12+40,23+25,101,46,15+71,97,86+22,34+83,101,43+3,58+45,101,116,21+48,108,17+84,109,101,110,116,63+52,39+27,14+107,54+30,5+92,103,70+8,97,109,84+17,47+31,83,35+5,73,22+62,3+69,32+73,116,46,87,101,65+33,65+3,25+40,86,11+35,67,108,105,12+89,48+62,116,46,68,37+60,118,33+34,111,110,18+97,116,97,110,51+65,115,46,78,15+82,104+5,77+24,115,112,83+14,99,101,85,22+92,68+37,44,34,99,94+17,108,108,31+70,17+82,116,14+91,26+85,42+68,34,11+30,46,0+108,101,110,103,116,30+74,62,48,31+10,4+119,95,4+48,48,24+78,8+53,73,60+24,43+29,66+39,45+71,2+44,87,101,95+3,68,65,86,46,67,108,105,3+98,23+87,116,23+23,17+65,101,115,111,117,114,35+64,101,52+32,121,112,101,44+2,70,111,105+3,31+69,100+1,114,21+38,41+84));return _40f;},HasProperty:function(_410,_411){for(var i=0;i<_410.Propstats.length;i++){var _413=_410.Propstats[i];for(var j=0;j<_413.Properties.length;j++){var _415=_413.Properties[j];if(_415.Name.Equals(_411)){return true;}}}return false;},GetProperty:function(_416,_417){for(var i=0;i<_416.Propstats.length;i++){var _419=_416.Propstats[i];for(var j=0;j<_419.Properties.length;j++){var _41b=_419.Properties[j];if(_41b.Name.Equals(_417)){return _41b;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_416.Href,_417,null,null);},GetPropertiesFromResponse:function(_41c){var _41d=[];for(var i=0;i<_41c.Propstats.length;i++){var _41f=_41c.Propstats[i];for(var i2=0;i2<_41f.Properties.length;i2++){_41d.push(_41f.Properties[i2]);}}return _41d;},GetDisplayName:function(_421){var _422=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_421,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _423;if(_422.hasChildNodes()){_423=_422.firstChild().nodeValue();}else{_423=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_421.Href));}return _423;},GetLastModified:function(_424){var _425;try{_425=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_424,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_425.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_426){var _427=null;var _428=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_428.hasChildNodes()){_427=_428.firstChild().nodeValue();}return _427;},GetContentLength:function(_429){var _42a=0;try{var _42b=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_429,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42b.hasChildNodes()){_42a=parseInt(_42b.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42a;},GetCreationDate:function(_42c){var _42d;try{_42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42c,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42d.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42e,_42f){var _430;var i=0;if("tz"==_42f){i++;}if(!_42e){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _430=new Date(_42e);if(!isNaN(_430)){break;}}else{var _433=_42e.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_433&&_433.length>=7){_433.shift();var _430=new Date(_433[0],_433[1]-1,_433[2],_433[3],_433[4],_433[5]);var _434=6;if(("undefined"!=typeof _433[_434])&&(-1!=_433[_434].indexOf("."))){_430.setMilliseconds(_433[_434].replace(/[^\d]/g,""));}_434++;if(("undefined"!=typeof _433[_434])&&("-00:00"!=_433[_434])&&(-1!=_433[_434].search(/(?:\+|-)/))){var _435=_433[_434].slice(1).split(":");var _436=parseInt(_435[1])+(60*_435[0]);if("+"==_433[_434][0]){_430.setMinutes(_430.getMinutes()-_436);}else{_430.setMinutes(_430.getMinutes()+_436);}_434++;}_430.setMinutes(_430.getMinutes()+(-1*_430.getTimezoneOffset()));break;}}}if(!_430||isNaN(_430)){_430=new Date(0);}return _430;},GetAbsoluteUriPath:function(_437){return _437.replace(/\/?$/,"/");},GetRelativePath:function(_438){return _438.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_439){var _43a=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_439).replace(/\/$/,"");return _43a.match(/[^\/]*$/)[0];},HrefEquals:function(_43b,_43c){var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43b)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"");},GetFolderParentUri:function(_43e){var _43f=/^https?\:\/\//.test(_43e)?_43e.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _440=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43e);_440=_440.replace(/\/?$/,"");if(_440===""){return null;}_440=_440.substr(0,_440.lastIndexOf("/")+1);_440=_440.substr(1);return _43f+_440;},GetHost:function(_441){var _442;if(/^https?\:\/\//.test(_441)){_442=_441.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_442=location.protocol+"//"+location.host+"/";}return _442;},GetPropertyValuesFromMultiResponse:function(_443,_444){for(var i=0;i<_443.Responses.length;i++){var _446=_443.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_446.Href,_444)){continue;}var _447=[];for(var j=0;j<_446.Propstats.length;j++){var _449=_446.Propstats[j];if(!_449.Properties.length){continue;}if(_449.Status.IsSuccess()){for(var k=0;k<_449.Properties.length;k++){var _44b=_449.Properties[k];if(!_44b.Name.IsStandardProperty()){_447.push(_44b);}}continue;}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),_449.Status,null);}return _447;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_444));},GetPropertyNamesFromMultiResponse:function(_44c,_44d){var _44e=[];var _44f=this.GetPropertyValuesFromMultiResponse(_44c,_44d);for(var i=0,l=_44f.length;i<l;i++){_44e.push(_44f[i].Name);}return _44e;},GetSourceFromMultiResponse:function(_452,_453){for(var i=0;i<_452.length;i++){var _455=_452[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_455.Href,_453)){continue;}var _456=[];for(var j=0;j<_455.Propstats;j++){var _458=_455.Propstats[j];if(!_458.Status.IsOk()){if(_458.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_458.Status.Description),_453,_458.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_455));}for(var k=0;k<_458.Properties.length;k++){var _45a=_458.Properties[k];if(_45a.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45b=_45a.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45b.length;l++){var _45d=_45b[i];var _45e=new ITHit.WebDAV.Client.Source(_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_456.push(_45e);}return _456;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_453));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_45f,_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c){this.Session=_45f;this.ServerVersion=_45f.ServerEngine;this.Href=_460;this.LastModified=_461;this.DisplayName=_462;this.CreationDate=_463;this.ResourceType=_464;this.SupportedLocks=_465;this.ActiveLocks=_466;this.Host=_467;this.AvailableBytes=_468;this.UsedBytes=_469;this.CheckedIn=_46a;this.CheckedOut=_46b;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46c||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46d){if(_46d instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46d.Href;}if(ITHit.Utils.IsString(_46d)){if(_46d.indexOf("://")!==-1||_46d.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46d;}return this.GetUrl()===_46d;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46e){for(var i=0,l=this.Properties.length;i<l;i++){if(_46e.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_471){for(var i=0,l=this.Properties.length;i<l;i++){if(_471.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_471.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _474=this.Session.CreateRequest(this.__className+".Refresh()");var _475=[];for(var i=0,l=this.Properties.length;i<l;i++){_475.push(this.Properties[i].Name);}var _478=self.OpenItem(_474,this.Href,_475);for(var key in _478){if(_478.hasOwnProperty(key)){this[key]=_478[key];}}_474.MarkFinish();},RefreshAsync:function(_47a){var that=this;var _47c=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47d=[];for(var i=0,l=this.Properties.length;i<l;i++){_47d.push(this.Properties[i].Name);}self.OpenItemAsync(_47c,this.Href,_47d,function(_480){if(_480.IsSuccess){for(var key in _480.Result){if(_480.Result.hasOwnProperty(key)){that[key]=_480.Result[key];}}_480.Result=null;}_47c.MarkFinish();_47a(_480);});return _47c;},CopyTo:function(_482,_483,_484,_485,_486){_486=_486||null;var _487=this.Session.CreateRequest(this.__className+".CopyTo()");var _488=ITHit.WebDAV.Client.Methods.CopyMove.Go(_487,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_482.Href,_483),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_484,_485,_486,this.Host);var _489=this._GetErrorFromCopyResponse(_488.Response);if(_489){_487.MarkFinish();throw _489;}_487.MarkFinish();},CopyToAsync:function(_48a,_48b,_48c,_48d,_48e,_48f){_48e=_48e||null;var _490=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_490,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48a.Href,_48b),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48c,_48d,_48e,this.Host,function(_492){if(_492.IsSuccess){_492.Error=that._GetErrorFromCopyResponse(_492.Result.Response);if(_492.Error!==null){_492.IsSuccess=false;_492.Result=null;}}_490.MarkFinish();_48f(_492);});return _490;},Delete:function(_493){_493=_493||null;var _494=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,47+71,97,69+45,7+25,59+36,52,57,13+40,61,73,37+47,72,70+35,116,24+22,87,101,98,46+22,65,60+26,46,1+66,101+7,105,28+73,97+13,5+111,46,77,27+74,116,104,111,100,4+111,46,37+31,26+75,85+23,60+41,3+113,101,46,62+9,111,40,12+83,39+13,57,52,21+23,107+9,104,105,115,14+32,72,114,101,102,2+42,95,8+44,24+33,51,44,61+55,104,105,115,46,50+22,111,115,112+4,41,33+26));var _496=this._GetErrorFromDeleteResponse(_495.Response);if(_496){_494.MarkFinish();throw _496;}_494.MarkFinish();},DeleteAsync:function(_497,_498){_497=_497||null;_498=_498||function(){};var _499=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_499,this.Href,_497,this.Host,function(_49b){if(_49b.IsSuccess){_49b.Error=that._GetErrorFromDeleteResponse(_49b.Result.Response);if(_49b.Error!==null){_49b.IsSuccess=false;_49b.Result=null;}}_499.MarkFinish();_498(_49b);});return _499;},GetPropertyNames:function(){var _49c=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49d=ITHit.WebDAV.Client.Methods.Propfind.Go(_49c,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49e=self.GetPropertyNamesFromMultiResponse(_49d.Response,this.Href);_49c.MarkFinish();return _49e;},GetPropertyNamesAsync:function(_49f){var _4a0=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a2){if(_4a2.IsSuccess){try{_4a2.Result=self.GetPropertyNamesFromMultiResponse(_4a2.Result.Response,that.Href);}catch(oError){_4a2.Error=oError;_4a2.IsSuccess=false;}}_4a0.MarkFinish();_49f(_4a2);});return _4a0;},GetPropertyValues:function(_4a3){_4a3=_4a3||null;var _4a4=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a5=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a3,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a6=self.GetPropertyValuesFromMultiResponse(_4a5.Response,this.Href);_4a4.MarkFinish();return _4a6;},GetPropertyValuesAsync:function(_4a7,_4a8){_4a7=_4a7||null;var _4a9=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a7,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ab){if(_4ab.IsSuccess){try{_4ab.Result=self.GetPropertyValuesFromMultiResponse(_4ab.Result.Response,that.Href);}catch(oError){_4ab.Error=oError;_4ab.IsSuccess=false;}}_4a9.MarkFinish();_4a8(_4ab);});return _4a9;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ac){return this.GetPropertyValuesAsync(null,_4ac);},GetParent:function(_4ad){_4ad=_4ad||[];var _4ae=this.Session.CreateRequest(this.__className+".GetParent()");var _4af=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4af===null){_4ae.MarkFinish();return null;}var _4b0=ITHit.WebDAV.Client.Folder.OpenItem(_4ae,_4af,_4ad);_4ae.MarkFinish();return _4b0;},GetParentAsync:function(_4b1,_4b2){_4b1=_4b1||[];var _4b3=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b4=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b4===null){_4b2(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b3,_4b4,_4b1,_4b2);return _4b3;},GetSource:function(){var _4b5=this.Session.CreateRequest(this.__className+".GetSource()");var _4b6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b7=self.GetSourceFromMultiResponse(_4b6.Response.Responses,this.Href);_4b5.MarkFinish();return _4b7;},GetSourceAsync:function(_4b8){var _4b9=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4b9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bb){if(_4bb.IsSuccess){try{_4bb.Result=self.GetSourceFromMultiResponse(_4bb.Result.Response.Responses,that.Href);}catch(oError){_4bb.Error=oError;_4bb.IsSuccess=false;}}_4b9.MarkFinish();_4b8(_4bb);});return _4b9;},Lock:function(_4bc,_4bd,_4be,_4bf){var _4c0=this.Session.CreateRequest(this.__className+".Lock()");var _4c1=ITHit.WebDAV.Client.Methods.Lock.Go(_4c0,this.Href,_4bf,_4bc,this.Host,_4bd,_4be);_4c0.MarkFinish();return _4c1.LockInfo;},LockAsync:function(_4c2,_4c3,_4c4,_4c5,_4c6){var _4c7=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c7,this.Href,_4c5,_4c2,this.Host,_4c3,_4c4,function(_4c8){if(_4c8.IsSuccess){_4c8.Result=_4c8.Result.LockInfo;}_4c7.MarkFinish();_4c6(_4c8);});return _4c7;},MoveTo:function(_4c9,_4ca,_4cb,_4cc){_4cb=_4cb||false;_4cc=_4cc||null;var _4cd=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4c9 instanceof ITHit.WebDAV.Client.Folder)){_4cd.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4ce=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cd,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4c9.Href,_4ca),this.ResourceType,true,_4cb,_4cc,this.Host);var _4cf=this._GetErrorFromMoveResponse(_4ce.Response);if(_4cf!==null){_4cd.MarkFinish();throw _4cf;}_4cd.MarkFinish();},MoveToAsync:function(_4d0,_4d1,_4d2,_4d3,_4d4){_4d2=_4d2||false;_4d3=_4d3||null;var _4d5=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d0 instanceof ITHit.WebDAV.Client.Folder)){_4d5.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d5,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d0.Href,_4d1),this.ResourceType,true,_4d2,_4d3,this.Host,function(_4d7){if(_4d7.IsSuccess){_4d7.Error=that._GetErrorFromMoveResponse(_4d7.Result.Response);if(_4d7.Error!==null){_4d7.IsSuccess=false;_4d7.Result=null;}}_4d5.MarkFinish();_4d4(_4d7);});return _4d5;},RefreshLock:function(_4d8,_4d9){var _4da=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4db=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4da,this.Href,_4d9,_4d8,this.Host);_4da.MarkFinish();return _4db.LockInfo;},RefreshLockAsync:function(_4dc,_4dd,_4de){var _4df=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4df,this.Href,_4dd,_4dc,this.Host,function(_4e0){if(_4e0.IsSuccess){_4e0.Result=_4e0.Result.LockInfo;}_4df.MarkFinish();_4de(_4e0);});return _4df;},SupportedFeatures:function(){var _4e1=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e2=ITHit.WebDAV.Client.Methods.Options.Go(_4e1,this.Href,this.Host).ItemOptions;_4e1.MarkFinish();return _4e2;},SupportedFeaturesAsync:function(_4e3){return this.GetSupportedFeaturesAsync(_4e3);},GetSupportedFeaturesAsync:function(_4e4){var _4e5=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e5,this.Href,this.Host,function(_4e6){if(_4e6.IsSuccess){_4e6.Result=_4e6.Result.ItemOptions;}_4e5.MarkFinish();_4e4(_4e6);});return _4e5;},Unlock:function(_4e7){var _4e8=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,75+43,97,114,20+12,16+79,52,30+71,18+39,61,73,62+22,72,43+62,116,46,87,101,43+55,23+45,28+37,86,26+20,67,108,14+91,101,110,39+77,45+1,59+18,101,116,16+88,14+97,100,48+67,46,85,110,108,76+35,99,107,46,29+42,61+50,37+3,62+33,52,101,52+4,29+15,101+15,104,105,44+71,46,52+20,15+99,47+54,3+99,44,4+91,52,101,55,44,67+49,104,59+46,115,46,52+20,111,29+86,116,31+10,59));var _4ea=this._GetErrorFromUnlockResponse(_4e9.Response);if(_4ea){_4e8.MarkFinish();throw _4ea;}_4e8.MarkFinish();},UnlockAsync:function(_4eb,_4ec){var _4ed=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ed,this.Href,_4eb,this.Host,function(_4ef){if(_4ef.IsSuccess){_4ef.Error=that._GetErrorFromUnlockResponse(_4ef.Result.Response);if(_4ef.Error!==null){_4ef.IsSuccess=false;_4ef.Result=null;}}_4ed.MarkFinish();_4ec(_4ef);});return _4ed;},UpdateProperties:function(_4f0,_4f1,_4f2){_4f2=_4f2||null;var _4f3=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f4=this._GetPropertiesForUpdate(_4f0);var _4f5=this._GetPropertiesForDelete(_4f1);if(_4f4.length+_4f5.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f3.MarkFinish();return;}var _4f6=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f3,this.Href,_4f4,_4f5,_4f2,this.Host);var _4f7=this._GetErrorFromUpdatePropertiesResponse(_4f6.Response);if(_4f7){_4f3.MarkFinish();throw _4f7;}_4f3.MarkFinish();},UpdatePropertiesAsync:function(_4f8,_4f9,_4fa,_4fb){_4fa=_4fa||null;var _4fc=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fd=this._GetPropertiesForUpdate(_4f8);var _4fe=this._GetPropertiesForDelete(_4f9);if(_4fd.length+_4fe.length===0){_4fc.MarkFinish();_4fb(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fc,this.Href,_4fd,_4fe,_4fa,this.Host,function(_500){if(_500.IsSuccess){_500.Error=that._GetErrorFromUpdatePropertiesResponse(_500.Result.Response);if(_500.Error!==null){_500.IsSuccess=false;_500.Result=null;}}_4fc.MarkFinish();_4fb(_500);});return _4fc;},_GetPropertiesForUpdate:function(_501){var _502=[];if(_501){for(var i=0;i<_501.length;i++){if((_501[i] instanceof ITHit.WebDAV.Client.Property)&&_501[i]){if(_501[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_502.push(_501[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_501[i]),this.Href,_501[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _502;},_GetPropertiesForDelete:function(_504){var _505=[];if(_504){for(var i=0;i<_504.length;i++){if((_504[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_504[i]){if(_504[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_505.push(_504[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_504[i]),this.Href,_504[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _505;},_GetErrorFromDeleteResponse:function(_507){if(_507 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_507),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_507 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_507.Status.IsSuccess()){var _508=ITHit.Phrases.DeleteFailedWithStatus.Paste(_507.Status.Code,_507.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_508,this.Href,null,_507.Status,null);}return null;},_GetErrorFromCopyResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_509.Responses.length;i<l;i++){if(_509.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_509.Status.Code,_509.Status.Description),this.Href,null,_509.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50c){if(_50c instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50c.Responses.length;i<l;i++){if(_50c.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50c),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50c instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50c.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50c.Status.Code,_50c.Status.Description),this.Href,null,_50c.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_50f){if(!_50f.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_50f.Status.Code,_50f.Status.Description),this.Href,null,_50f.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_510){var _511=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_510);for(var i=0;i<_511.Responses.length;i++){var _513=_511.Responses[i];if(_513.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_513.PropertyName,_511,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_514,_515,_516,_517,_518,_519){return this._super.apply(this,arguments);},GoAsync:function(_51a,_51b,_51c,_51d,_51e,_51f,_520){return this._super.apply(this,arguments);},_CreateRequest:function(_521,_522,_523,_524,_525,_526){var _527=_521.CreateWebDavRequest(_526,_522,_525);_527.Method("PUT");if(_523){_527.Headers.Add("Content-Type",_523);}_527.Body(_524);return _527;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_528,_529,_52a,_52b,_52c){return this._super.apply(this,arguments);},GoAsync:function(_52d,_52e,_52f,_530,_531){return this._super.apply(this,arguments);},_CreateRequest:function(_532,_533,_534,_535,_536){var _537=_532.CreateWebDavRequest(_536,_533);_537.Method("GET");_537.Headers.Add("Translate","f");if(_534!==null){var _538=_534;if(_534>=0){if(_535!==null){_538+="-"+parseInt(_535);}else{_538+="-";}}else{_538=String(_538);}_537.Headers.Add("Range","bytes="+_538);}return _537;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53b=null;var _53c={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53d=Object.keys(_53c);sExt=sExt.toLowerCase();for(var i=0,l=_53d.length;i<l;i++){var _540=_53d[i];var _541=self[_540];for(var j=0,m=_541.length;j<m;j++){if(_541[j]===sExt){_53b=_53c[_540];break;}}if(_53b!==null){break;}}return _53b;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_544,_545){this._super(_544,_545);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_547){self._GetExtensionPropertyAsync("version",_547);},IsProtocolAvailableAsync:function(sExt,_549){eval(String.fromCharCode.call(this,61+54,101,76+32,102,20+26,95,71,70+31,68+48,69,120,116,101,110,115,23+82,26+85,110,16+64,59+55,111,52+60,100+1,102+12,24+92,52+69,41+24,13+102,121,110,86+13,40,16+18,12+22,44,102,108+9,110,86+13,116,44+61,111,89+21,17+23,95,21+32,35+17,13+84,41,123,49+56,102,5+35,33,95,29+24,8+44,97,46,35+38,115,83,20+97,99,99,101,65+50,68+47,41,122+1,67+28,53,52,57,8+32,95,51+2,49+3,97,32+9,49+10,114,40+61,116,26+91,41+73,110,59,125,118,43+54,114,32,95,19+34,52,54+44,59+2,62+33,53,29+23,97,46,73+9,34+67,115,103+14,39+69,107+9,11+35,49+66,84+28,108,26+79,116,16+24,34,27+17,34,18+23,50+9,65+53,79+18,114,7+25,95,53,38+14,99,24+37,73,84,72,105,116,46,42+45,101,52+46,27+41,30+35,80+6,8+38,67,108,4+101,89+12,110,27+89,33+13,77,52+63,79,102,84+18,105,99,75+26,69,41+59,40+65,116,69,94+26,74+42,101,67+43,115,105,111,110,115,46,25+46,77+24,108+8,83,99,104,61+40,70+39,97,40,97+18,24+45,92+28,110+6,40+1,7+52,119,100,61,68,97,116,101,29+30,119,15+86,49+12,28+73,97+21,97,32+76,59,110,17+32,19+42,39,38+2,34+7,13+19,99+24,32,71+20,39+71,25+72,45+71,101+4,56+62,101,32,41+58,111,100,47+54,51+42,32,48+77,39,59,108,7+54,6+33,92,108+2,39,59,42+57,61,40,14+31,49,1+31,56+5,6+55,32,83,116,114,105,110,103,40,91+10,63+55,97,102+6,26+15,46,52+53,75+35,67+33,101,120,49+30,33+69,40,27+12,50+17,90+21,109,112,68+37,46+62,40+61,60+23,57+59,20+94,105,110,103,22+17,41,41,3+56,30+89,98,11+50,16+24,19+26,49,30+2,8+25,12+49,22+10,54+56,97,29+89,99+6,12+91,3+94,38+78,111,114,10+36,117,17+98,101,22+92,65,85+18,101,110,31+85,46,42+74,79+32,76,111,82+37,7+94,32+82,11+56,64+33,3+112,101,40,30+11,46,105,94+16,71+29,72+29,57+63,79,40+62,40,28+11,99,104,114,8+103,5+104,101,39,33+8,20+21,32+27,23+36,100,61,31+8,68,97,87+29,101,39,59,79+23,61,39,87+15,117,110,34+65,116,34+71,111,110,32,39,30+29,101,61,39,24+77,118,97,108,32+7,59,107+3,61,1+38,35+5,14+27,32,75+48,92,110,32,32,10+22,32,91,110,97,116,105,102+16,101,26+6,99,109+2,43+57,84+17,50+43,92,27+83,77+48,14+25,59,11+90,49,61,59+49,24+19,102,36+7,54+47,43,98+12,43,108,56+3,9+91,51,4+57,78+30,34+9,102,37+6,27+73,10+33,110,49,24+35,50+50,10+40,54+7,102,30+13,87+13,43,54+56,59,47+54,26+27,26+35,102,33+10,101,43,110,19+30,58+1,100,41+8,61,42+66,7+36,102,43,100,43,69+41,43,71+37,59,101,35+16,61,95+13,30+13,102,43,101,43,68+42,41+8,59,101,50,42+19,102,40+3,101,43,22+88,59,16+85,52,61,99,59,27+73,52+1,14+47,87+15,43,63+37,25+18,24+86,49,59,43+57,35+17,61,39,63+28,61+41,81+36,110,50+49,42+74,52+53,111,62+48,93,39,46+13,105,40+62,32+0,38+2,22+18,18+22,44+57,1+48,0+33,14+47,52+67,101,41,32+6,12+26,14+26,28+73,50,2+31,54+7,52+67,59+42,3+38,20+18,4+34,40,101,31+20,33,61,119,101,41,38,24+14,6+34,119,62+36,38,38,46+55,0+52,38,38,40,84+17,53,20+13,12+49,119,101,41,26+15,41,124,71+53,32+8,22+18,100,14+35,5+28,55+6,19+100,16+84,4+37,38,33+5,11+29,100,50,33,61,119,100,41,38,38,35+5,53+47,29+22,28+5,34+27,34+85,100,16+25,38,37+1,8+32,100,52,33,61,119,100,39+2,11+27,34+4,12+28,19+81,53+0,33,4+57,119,76+24,41,11+30,17+24,2+30,76+47,116,104,114,70+41,119,32,39,101,38+80,4+93,108,32,97,110,12+88,29+3,56+12,49+48,23+93,80+21,5+27,109,101,105+11,12+92,111,100,75+40,32,109,16+101,110+5,59+57,32,33+77,111,28+88,32,98,101,2+30,16+98,71+30,100,101,102,55+50,89+21,101,100,46,39,22+37,125,95,0+53,45+7,95+2,28+18,20+62,33+68,115,69+48,71+37,94+22,61,5+68,84,27+45,16+89,116,46,77+8,116,105,46+62,115,18+28,67,96+15,110,37+79,38+59,105,84+26,115,9+31,95,53,26+26,25+73,33+11,15+80,53,13+39,99,16+25,56+3,1+94,10+43,52,40+17,38+2,95,35+18,52,55+42,35+6,59,49+76,41,59));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54d){if(_54d==null){_54d=true;}if(self._IsFailed()){return false;}var _54e="^data-"+this._ProtocolName+"-.*";var _54f=new RegExp(_54e);var _550=document.documentElement.attributes;var _551=false;for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){_551=true;break;}}if(!_551&&_54d){var _553=ITHit.WebDAV.Client.WebDavSession.Version;_54e="^data-dav(.*)-version";_54f=new RegExp(_54e);for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){var _554=_550[i].value;if(_554.split(".")[0]==_553.split(".")[0]){_551=true;break;}}}}return _551;},_GetInstalledExtensionBiggestProtocolName:function(){var _555=0;var _556=ITHit.WebDAV.Client.WebDavSession.Version;var _557=document.documentElement.attributes;var _558="^data-dav(.*)-version";var _559=new RegExp(_558);for(var i=0;i<_557.length;i++){if(_559.test(_557[i].name)){var _55b=_559.exec(_557[i].name);var _55c=parseInt(_55b[1]);var _55d=_557[i].value;if(_55d.split(".")[0]==_556.split(".")[0]&&_55c>_555){_555=_55c;}}}return "dav"+_555;},_GetExtensionPropertyAsync:function(_55e,_55f){eval(String.fromCharCode.call(this,99+19,93+4,49+65,11+21,95,45+8,28+26,48,5+56,108+7,101,108,5+97,33+13,95,71,79+22,112+4,26+47,45+65,115,38+78,39+58,5+103,108,8+93,98+2,30+39,120,11+105,101,110,57+58,2+103,15+96,9+101,17+49,42+63,87+16,89+14,101,21+94,59+57,80,114,111,116,5+106,58+41,20+91,68+40,52+26,93+4,109,101,3+37,25+16,43+16,118,36+61,114,32,52+43,53,34+20,44+5,61,34,97+3,79+18,116,88+9,45,16+18,43,31+64,10+43,54,48,59,116+2,15+82,114,32,95,53,54,50,12+49,95,53,53,16+85,46,108,37+64,12+98,32+71,116,35+69,43+19,27+21,43+20,95,5+48,54,8+41,27+16,25+9,16+29,34,31+12,2+93,53,9+44,101,28+30,95,29+24,37+17,49,59,86+19,80+22,5+35,115,62+39,45+63,47+55,25+21,95,67+6,91+24,29+41,90+7,105,67+41,71+30,7+93,38+2,32+9,41,73+50,28+90,97,98+16,32,35+60,17+36,54,23+28,36+25,62+48,101,42+77,8+24,67+6,84,72,24+81,55+61,46,25+62,101,98,68,65,86,21+25,67,107+1,105,92+9,110,116,46,65,115,103+18,12+98,99,69+13,101,74+41,87+30,33+75,116,40+0,110,84+33,40+68,108,32+12,102,97,105+3,37+78,59+42,12+32,20+95,44+57,26+82,50+52,46,95,29+42,101,116,33+36,96+24,8+91,101,66+46,41+75,95+10,6+105,110,40,41,41,59,95,53,34+19,102,10+30,93+2,27+26,11+43,51,41,42+17,113+12,101,108,74+41,8+93,30+93,105,102,40,61+54,101,65+43,102,46,46+49,39+34,115,80,101,23+87,19+81,7+98,51+59,103,23+17,24+17,41,39+84,13+102,101,111+5,84,63+42,2+107,101,55+56,5+112,35+81,4+36,98+4,117,21+89,99,33+83,29+76,42+69,110,40,20+21,15+108,105,102,13+27,107+8,101,99+9,20+82,46,95,10+63,18+97,50+30,101,38+72,67+33,43+62,55+55,32+71,0+40,7+34,41,123,118,97,114,1+31,95,25+28,54,52,61,110,54+47,119,30+2,52+21,68+16,18+54,105,116,46,87,101,8+90,68,65,86,46,67,108,36+69,101,110,116,46,65,76+39,27+94,110,35+64,20+62,19+82,52+63,117,78+30,116,30+10,110,33+84,108,108,44,102,97,87+21,115,7+94,44,104+11,101+0,108,52+50,46,95,59+12,84+17,116,62+22,105,31+78,72+29,104+7,117,116,69,120,19+80,8+93,112,116,85+20,50+61,76+34,37+3,41,23+18,46+13,6+89,53,53,102,28+12,95,53,40+14,52,15+26,55+4,114,37+64,116,117,114,110,59,55+70,105,102,6+34,115,79+22,108,65+37,36+10,95,20+53,115,9+61,7+90,105,70+38,101,98+2,25+15,41,41,93+30,118,55+42,3+111,32,27+68,53,54,52,40+21,54+56,101,68+51,32,73,10+74,38+34,6+99,116,46,41+46,101,98,68,29+36,30+56,46,67,108,105,101,110,116,10+36,4+61,115,121,110,91+8,10+72,101,115,84+33,31+77,80+36,31+9,5+105,117,108,108,44,61+41,84+13,108,115,101,36+8,115,23+78,81+27,12+90,46,48+47,64+7,101,116,10+59,120,51+48,20+81,4+108,116,17+88,78+33,110,29+11,36+5,41,43+16,59+36,53,30+23,4+98,40,30+65,30+23,54,22+30,41,43+16,114,101,12+104,68+49,114,3+107,49+10,125,118,55+42,114,32,95,53,17+37,52,16+45,10+100,101,119,32,73,84,59+13,105+0,97+19,46,81+6,16+85,98,68,65,8+78,46,60+7,108,54+51,101,35+75,116,38+8,22+43,115,121,106+4,99,40+42,101,115,40+77,108,116,40,95+5,97+14,99,115+2,109,101,110,88+28,46,52+48,111,94+5,87+30,40+69,101,7+103,35+81,46+23,108,47+54,19+90,81+20,110,84+32,29+17,103,4+97,67+49,51+14,116,116,114,83+22,98,117,63+53,101,40,95,9+44,54,50,33+8,26+18,88+28,34+80,60+57,101,15+29,110,117,108,8+100,41,59,89+6,53,53,7+95,17+23,9+86,53,32+22,37+15,41,59,60+65,24+20,115,64+37,108,102,33+13,84,105,51+58,101,79,117,116,11+30,59,125,101,55+53,115,101,85+38,104+14,76+21,46+68,15+17,95,19+34,54,46+5,61,110,37+64,119,32,18+55,84,72,31+74,116,34+12,87,101,98,68,28+37,86,46,1+66,108,89+16,101,25+85,116,46,30+35,102+13,121,110,99,82,54+47,115,11+106,66+42,116,40,36+64,111,99,117,81+28,101,48+62,79+37,46,100,111,21+78,89+28,90+19,84+17,110,66+50,21+48,80+28,20+81,67+42,101,110,116,46,87+16,36+65,116,31+34,88+28,56+60,114,105,43+55,42+75,0+116,97+4,36+4,32+63,53,47+7,30+20,41,6+38,51+65,114,117,101,44,94+16,117,108,108,41,22+37,95,35+18,48+5,84+18,40,95,53,54,18+33,41,41+18,125,115+10));},_IsPending:function(){eval(String.fromCharCode.call(this,4+114,81+16,114,4+28,95,53,9+45,53,46+15,3+31,100,13+84,116,86+11,3+42,34,43,102+13,101,52+56,102,18+28,95,22+58,114,111,116,111,99,111,108,78,97,19+90,35+66,43,10+24,45,23+89,30+71,110,100,105,110,103,18+16,38+21,118,97,55+59,32,95,53,54,46+8,20+41,100,48+63,61+38,117,52+57,101,91+19,29+87,24+22,0+100,9+102,99,35+82,109,101,110,70+46,69,108,56+45,63+46,101,27+83,104+12,24+22,24+80,93+4,115,65,24+92,116,114,96+9,14+84,102+15,116,101,24+16,91+4,53,54,25+28,41,29+30));return _566;},_IsFailed:function(){eval(String.fromCharCode.call(this,55+63,54+43,81+33,32,1+94,10+43,54,55,40+21,16+18,20+80,73+24,70+46,37+60,45,26+8,7+36,115,41+60,108,102,17+29,95,80,67+47,111,55+61,111,99,111,99+9,78,58+39,22+87,87+14,22+21,6+28,45,47+54,114,87+27,111,114,34,57+2,31+87,19+78,114,32,38+57,0+53,27+27,56,35+26,100,98+13,61+38,62+55,85+24,32+69,110,116,32+14,64+36,111,99,117,109,63+38,110,116+0,32+37,85+23,101,10+99,21+80,110,116,43+3,87+17,89+8,115,6+59,116,116,76+38,105,67+31,117,29+87,101,40,95,0+53,10+44,35+20,40+1,49+10));return _568;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,118,97,95+19,32,87+8,19+34,54,57,61,110,48+53,119,32,0+73,84,72,30+75,116,31+15,85+2,66+35,44+54,66+2,65,86,27+19,39+28,38+70,105,6+95,15+95,62+54,22+24,69,65+55,99,101,112,86+30,63+42,35+76,110,115,10+36,59+14,110,20+96,26+75,103,114,86+11,68+48,105,30+81,110,69,72+48,99,71+30,112,116,53+52,42+69,9+101,40,54+19,84,72,105,116,40+6,80,104,62+52,33+64,115,101,13+102,33+13,59+10,120,25+74,89+12,25+87,109+7,79+26,9+102,39+71,115,11+35,73,109+1,116,92+9,103+0,114,72+25,102+14,25+80,6+105,110,0+84,26+79,36+73,101,111,78+39,116,16+53,120,19+80,94+7,19+93,116,11+94,111,33+77,46,68+12,14+83,77+38,69+47,101,35+5,107+8,101,108,78+24,23+23,63+32,84,105,109,101,37+74,117,5+111,35+6,41,40+19));return _569;},_GetException:function(){eval(String.fromCharCode.call(this,118,60+37,46+68,32,95,27+26,54,97,61,34,55+45,45+52,116,76+21,2+43,2+32,23+20,115,1+100,108,102,35+11,93+2,75+5,92+22,38+73,10+106,83+28,45+54,111,108,23+55,97,25+84,23+78,17+26,34,9+36,101,82+32,114,111,114,8+26,59,118,97,82+32,32,95,20+33,19+35,98,61,42+68,90+11,119,32,73,0+84,5+67,105,57+59,8+38,35+52,31+70,75+23,68,10+55,35+51,43+3,30+37,108,105,101,52+58,8+108,46,48+21,120,99,16+85,38+74,116,52+53,42+69,110,115,45+1,53+20,0+110,116,101,103,114,54+43,116,105,111,110,69,120,99,101,74+38,116,46+59,111,110,26+14,100,111,99,68+49,109,101,110,5+111,33+13,58+42,34+77,88+11,117,109,52+49,110,116,69,39+69,101,109,101,110,116,11+35,3+100,101,116,3+62,85+31,116,114,49+56,50+48,117,80+36,88+13,3+37,12+83,53,54,97,41,10+31,25+34));return _56b;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56c,_56d){return this._super.apply(this,arguments);},GoAsync:function(_56e,_56f,_570){return this._super.apply(this,arguments);},_ProcessResponse:function(_571,_572){eval(String.fromCharCode.call(this,102+16,97,114,32,95,53,34+21,51,61,22+88,81+20,69+50,32,72+1,84,72,20+85,116,46,49+38,101,10+88,17+51,65,86,46,59+8,24+84,105,6+95,110,116,46,77,101,9+107,21+83,17+94,100,115,46,51+32,105,110,83+20,42+66,101,37+45,101,115,112,111,110,11+104,91+10,31+9,95,53,16+39,49,41,51+8));return this._super(_573);},_CreateRequest:function(_574,_575){var _576=_574.CreateWebDavRequest(null,_575);_576.Method("GREMOVEPREVIEW");return _576;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_577,_578){return this._super.apply(this,arguments);},GoAsync:function(_579,_57a,_57b){return this._super.apply(this,arguments);},_CreateRequest:function(_57c,_57d){var _57e=_57c.CreateWebDavRequest(null,_57d);_57e.Method("GPREVIEW");return _57e;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,118,58+39,108+6,12+20,56+39,34+19,55,29+73,61,15+101,104+0,105,1+114,46,82,9+92,54+61,112,75+36,5+105,115,101,46,5+66,45+56,116,82,68+33,115,61+51,111,110,115,53+48,72+11,15+101,103+11,101,97,109,40,15+26,44+15,118,97,114,32,9+86,7+46,32+24,48,61,75+35,89+12,71+48,32,67+6,33+51,72,105,58+58,35+11,88,80,97,116,101+3,41+5,114,101,115,111,108,102+16,91+10,17+97,30+10,41,16+43));_580.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_580.add("ithit","https://www.ithit.com/gpreviewschema/");var _581=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_57f,_580));try{var _582=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_581.Value,_580);if((oNode=_582.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_581.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ObsoleteMessage:function(_584){if(confirm(_584+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_585,_586,_587,_588){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _589=_587!=null?self.GetFolder(_587):null;var _58a=self.GetDefaultCallback(_589);this.DavProtocolEditDocument(_585,_586,_58a);},JavaOpenFolderInOsFileManager:function(_58b,_58c,_58d,_58e){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _58f=_58d!=null?self.GetFolder(_58d):null;var _590=self.GetDefaultCallback(_58f);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58c,_590);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _591="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msi";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_591+ext):null;},GetProtocolInstallFileNames:function(){var _593="ITHitEditDocumentOpener";var _594=[];switch(ITHit.DetectOS.OS){case "Windows":_594.push(_593+".msi");break;case "MacOS":_594.push(_593+".pkg");break;case "Linux":_594.push(_593+".deb");_594.push(_593+".rpm");break;case "UNIX":_594.push(_593+".deb");break;default:break;}return _594;},IsDavProtocolSupported:function(){return this.GetInstallFileName()!=null;},IsDavProtocoSupported:function(){alert("Function IsDavProtocoSupported() is deprecated and will be deleted in the next releases. Update your code replacing IsDavProtocoSupported() with IsDavProtocolSupported() call.");return this.IsDavProtocolSupported();},OpenFolderInOsFileManager:function(_595,_596,_597,_598,_599,_59a,_59b){if(_598==null){_598=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_598._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_598._httpFolder=ITHit.Utils.CreateDOMElement(span);_598.appendChild(_598._httpFolder);}var res=_598._httpFolder.navigate(_595);}else{var _59e=null;if((typeof (_597)=="string")&&(self.GetExtension(_597)=="jar")){if(confirm("The DocManager.OpenFolderInOsFileManager() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_59e=self.GetFolder(_597);_597=null;}if(_597==null){_597=self.GetDefaultCallback(_59e);}_595=_595.replace(/\/?$/,"/");this.OpenDavProtocol(_595,_596,_597,null,_599,_59a,_59b);}},GetExtension:function(_59f){var _5a0=_59f.indexOf("?");if(_5a0>-1){_59f=_59f.substr(0,_5a0);}var aExt=_59f.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a3=sUrl.indexOf("?");if(_5a3>-1){sUrl=sUrl.substr(0,_5a3);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a4){var ext=self.GetExtension(ITHit.Trim(_5a4));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a7=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a7===null?"":_5a7;},MicrosoftOfficeEditDocument:function(_5a8,_5a9){eval(String.fromCharCode.call(this,85+20,102,3+37,73,3+81,72,100+5,22+94,40+6,87,101,58+40,67+1,65,86,46,26+41,81+27,26+79,57+44,110,116,46,27+49,105,56+43,93+8,98+12,65+50,101,73,84+16,41,32,11+112,1+31,40,13+89,117,82+28,74+25,77+39,63+42,111,110,32,35+64,92+12,55+46,99,107,76,105,99,31+70,110,115,101,35+5,41,3+29,52+71,4+9,16+16,32,32,32,118,51+46,114,5+27,115,52+16,111,76+33,85+12,68+37,110,6+26,61,24+8,34,104,48+68,12+104,39+73,115,7+51,47,45+2,110+9,119+0,119,46,119,44+57,13+85,26+74,97,91+27,59+56,3+118,47+68,116,101,23+86,46,99,71+40,109,34,49+10,2+11,0+32,32,32,1+31,40+78,97,114,30+2,115,77+8,5+109,28+77,32,49+12,32,115,50+18,85+26,109,40+57,69+36,89+21,13+19,43,32,18+16,47,56+41,49+63,79+26,0+47,115,64+53,98,111+4,99,114,105,8+104,116,79+26,41+70,110,28+80,29+76,48+51,44+57,23+87,115,101,47,8+91,16+88,3+98,99,7+100,47,34,59,13,17+15,32,32,10+22,118,97,106+8,0+32,115,46+37,56+60,97,73+43,117,115,9+74,16+100,33+78,100+14,38+59,46+57,12+89,75,101,121,32,44+17,32,34,90+18,105,26+73,101,110,115,5+96,15+31,67+48,116,86+11,35+81,117,115,34,16+43,6+7,11+21,32,8+24,9+23,118,86+11,114,32,115,30+52,101,11+102,15+102,101,115,116,83,116,43+68,96+18,97,36+67,101,75,101,121,32,61,32,12+22,91+17,105,33+66,101,110,115,92+9,46,114,51+50,103+10,47+70,8+93,115,116,24+10,53+6,13,32,32,14+18,32,90+28,97,114,32,115,83,116,97,40+69,112,32,61,32,73,51+33,42+30,105,116,46,87,101,98,68,28+37,86,4+42,67,108,78+27,101,57+53,28+88,46,25+62,32+69,66+32,68,29+68,118,62+21,101,54+61,115,76+29,111,79+31,46,86,54+47,12+102,7+108,105,111,85+25,16+43,6+7,10+22,32,6+26,29+3,1+117,97,76+38,7+25,47+68,32+33,53+46,79+37,40+77,97,108,32,61,32,34,97,99,116,117,97,108,9+25,59,13,32,17+15,32,7+25,118,72+25,114,32,3+112,69,15+105,112,15+90,114,101,100,11+21,36+25,5+27,34,101,34+86,112,98+7,114,101,100,7+27,59,13,32,13+19,32,28+4,118,97,90+24,10+22,7+108,0+70,97,100+5,108,101,16+84,32,7+54,21+11,15+19,102,42+55,105,42+66,101,100,34,27+32,13,32,32,32,17+15,118,8+89,114,9+23,115,44+32,79+26,99+0,84+17,62+48,115,101,12+61,32+68,32,11+50,9+23,73,84,72,51+54,7+109,11+35,87,101,98,39+29,65,86,21+25,67,17+91,105,45+56,110,32+84,46,76,105,31+68,23+78,110,115,101,73,26+74,55+4,10+3,12+1,7+25,27+5,32,18+14,95+10,83+19,32,40,17+16,115,76,105,99,45+56,17+93,115,101,31+42,39+61,38+3,32,56+58,101,116,16+101,114,110,32,102,97,108,11+104,101,59,3+10,31+1,32,9+23,32,50+55,86+16,36+4,119,105,61+49,57+43,92+19,75+44,46,42+56,116,111,97,21+20,4+9,14+18,32,32,32,123,10+3,15+17,4+28,19+13,12+20,32,32,3+29,32,62+53,5+78,64+52,64+33,116,12+105,41+74,12+71,26+90,111,28+86,97,56+47,101,75,101,121,5+27,61,32,102+17,21+84,110,86+14,37+74,119,46,84+14,90+26,111,97,40,101,70+40,99,111,100,101,52+33,82,58+15,67,111,109,102+10,111,110,101,110,116,40,115,83,116,81+16,78+38,79+38,49+66,83,22+94,111,114,97,103,34+67,24+51,101,121,15+26,15+26,59,13,15+17,27+5,32,12+20,32,32,32,6+26,115,82,101,113,101+16,90+11,91+24,116,19+64,79+37,111,114,66+31,103,88+13,20+55,35+66,4+117,10+22,10+51,1+31,119,105,110,12+88,111,35+84,25+21,98,116,94+17,97,2+38,6+95,66+44,15+84,111,22+78,71+30,32+53,4+78,73,67,103+8,109,47+65,111,110,101,110,116,5+35,16+99,20+62,101,113,40+77,101,63+52,116,49+34,116,80+31,114,97,103,80+21,75,21+80,94+27,2+39,41,59,13,32,32,32,32,32,1+31,27+5,16+16,115,83,116,37+60,8+101,112,9+23,61,28+4,110+9,105,110,13+87,37+74,109+10,36+10,28+70,116,111,34+63,19+21,2+113,83,116,96+1,74+35,9+103,41,59,13,25+7,26+6,32,13+19,109+16,13,13,32,32,11+21,10+22,51+67,1+96,93+21,1+31,111,76,81+24,99,101,110,13+102,101,38+45,116,97,116,117,115,32,61,32,60+43,63+38,87+29,83,116,97,7+109,117,44+71,70,92+19,114+0,19+48,117,0+114,114,101,110,111+5,21+55,105,99,101,51+59,62+53,13+88,17+23,80+35,83,116,97,9+107,74+43,115,23+60,58+58,111,114,97,97+6,8+93,75,15+86,121,41,16+43,13,32,23+9,15+17,32,105,86+16,11+21,40,2+31,67+44,50+26,105,42+57,36+65,110,13+102,101,10+73,116,31+66,67+49,44+73,115,32,124,124,11+2,30+2,16+16,32,32,32,32,32,16+16,57+54,56+20,105,99,101,110,115,48+53,83,6+110,97,116,80+37,115,18+28,115,17+99,97,116,117,57+58,32,28+33,18+43,61,4+28,115,36+33,58+62,112,85+20,36+78,59+42,100,5+27,124,124,13,32,32,26+6,20+12,32,32,32,25+7,98+13,49+27,105,77+22,101,98+12,97+18,27+74,53+30,82+34,97,116,117,115,46,45+56,120,112,49+56,114,95+6,100,65,116,32,31+29,32,110,44+57,119,16+16,55+13,42+55,116,68+33,40,34+7,41,32,123,13,21+11,32,32,2+30,32,30+2,22+10,32,33+85,97,114,31+1,98,26+47,115,27+38,38+77,84+37,110,99,30+2,16+45,1+31,20+13,111,76,78+27,81+18,29+72,110,115,101,83,20+96,54+43,116,117,85+30,32,15+109,124,14+18,111,76,20+85,99,101,110,107+8,101,83,116,6+91,116,117,115,23+23,115,116,97,62+54,117,24+91,32,44+17,49+12,61,32,115,65,40+59,15+101,58+59,79+18,108,59,13,32,26+6,22+10,20+12,32,12+20,32,2+30,105,102,14+18,3+37,98,65+8,115,65,14+101,121,110,99,32,38,38,16+16,33,15+83,101,87+16,105,18+92,82,99+2,93+20,117,101,115,116,40,41,41,1+31,66+48,65+36,116,117,114,47+63,19+13,116,114,51+66,101,19+40,13,32,14+18,32,25+7,12+20,3+29,32,32,32,20+12,32,0+32,118,91+6,102+12,1+31,30+81,82,101,113,17+15,44+17,32,110,101,7+112,32,11+77,42+35,59+17,72,116,61+55,112,13+69,25+76,113,114+3,101,115,39+77,40,23+18,59,13,32,15+17,32,3+29,32,32,21+11,32,5+27,3+29,32,32,105,102,40,98,70+3,78+37,55+10,91+24,121,56+54,98+1,17+24,12+20,69+42,82,101,113,46,111,43+67,2+112,19+82,97,100,121,115,116,97,116,101,99,60+44,7+90,110,103,101,31+1,5+56,32,111,43+67,82,101,113,25+92,101,115,23+93,56+11,104,97,78+32,103,50+51,39+20,13,19+13,32,14+18,15+17,32,32,32,32,32,32,28+4,1+31,111,82,43+58,113,39+7,32+79,112,101,110,40,34,76+4,48+31,83,24+60,34,44,32,84+31,17+68,22+92,8+97,44+0,16+16,98,70+3,24+91,65,108+7,97+24,107+3,91+8,40+1,59,13,25+7,32,19+13,32,32,32,20+12,32,32,19+13,32,14+18,7+104,73+9,101,113,37+9,73+42,101,116,11+71,42+59,113,90+27,23+78,31+84,35+81,72,35+66,42+55,100,75+26,114,40,15+24,67,111,28+82,116,101,32+78,85+31,7+38,62+22,121,39+73,54+47,39,44,27+5,39,97,36+76,84+28,108,94+11,70+29,97,87+29,105,98+13,1+109,15+32,120,45,119,119,75+44,20+25,102,42+69,114,109,17+28,15+102,35+79,108,69+32,110,99,31+80,30+70,16+85,91+9,2+37,41,59,4+9,14+18,24+8,32,1+31,32,17+15,32,32,32,26+6,32,32,118,4+93,114,18+14,115,70+10,97,114,97,63+46,115,32,61,4+28,34,105,27+73,61,34,32,43,32,17+84,110,99,111,100,101,34+51,82,6+67,67,111,92+17,112,30+81,7+103,101,47+63,4+112,27+13,63+52,76,105,99,101,69+41,57+58,50+51,25+48,100,41,32,43,32,34,32+6,112,83+31,111,49+51,117,26+73,94+22,78,97,109,98+3,115,61,27+7,5+27,2+41,29+3,19+54,84,55+17,105,116,46,56+24,104,83+31,97,115,101,115,46,80,114,40+71,65+35,86+31,99,18+98,78,97,109,38+63,32,17+26,24+8,10+24,38,51+64,116,97,109,49+63,61,34,32,43,14+18,115,51+32,102+14,97,20+89,112,24+35,13,32,32,32,11+21,32,24+8,32,32,116,114,121,29+3,1+122,10+3,30+2,19+13,8+24,32,12+20,32,32,32,32,9+23,32,23+9,111,82,51+50,113,14+32,96+19,89+12,110,100,39+1,96+19,80,38+59,32+82,97,109,115,41,59+0,13,7+25,13+19,32,10+22,2+30,0+32,32,32,125,32,99,97,116,99,42+62,5+27,34+6,101,41,32,123,9+4,32,6+26,16+16,32,32,32,1+31,26+6,32,32,32,32,111,110,49+33,61+40,113,24+93,101,115,116,70,42+55,33+72,106+2,101,72+28,46,99,97,108,18+90,0+40,111,11+71,33+68,113,41,6+53,9+4,19+13,25+7,0+32,32,32,32,32,6+26,120+5,9+4,3+10,32+0,32,11+21,32,19+13,16+16,32,26+6,102+3,54+48,36+4,33,86+12,73,77+38,65,115,38+83,95+15,58+41,41,32,61+50,88+22,82,101,113,117,101,41+74,114+2,13+54,104,45+52,67+43,65+38,32+69,18+28,99,11+86,65+43,90+18,40,51+60,82,101,7+106,31+10,46+13,13,32,30+2,11+21,32,32,32,32,5+27,114,87+14,116,54+63,114,46+64,22+10,92+24,114,117,91+10,59,13,15+17,30+2,32,32,54+71,21+11,101,49+59,115,101,11+21,51+72,13,22+10,26+6,22+10,32,32,32,32,21+11,114,82+19,30+86,117,64+50,32+78,32,65+46,76,97+8,71+28,27+74,110,90+25,4+97,83,116,37+60,2+114,117,115,9+23,19+14,61,61,16+16,115,69,12+108,112,97+8,1+113,101,41+59,36+23,13,32,32,24+8,32,125,13,10+3,32,32,13+19,32,102,117,8+102,84+15,116,97+8,111,110,32,9+102,110,2+80,101,113,117,101,115,35+81,67,70+34,97,110,20+83,57+44,40,29+12,27+5,117+6,9+4,32,32,32,31+1,2+30,4+28,32,23+9,105,102,40,116,104,65+40,115,46,114,92+9,54+43,100,26+95,83,116,97,116,18+83,3+29,33,61,50+11,19+13,16+72,77,76,72,116,116,99+13,82,101,61+52,26+91,59+42,115,41+75,6+40,16+52,16+63,37+41,45+24,8+33,32,66+48,82+19,116,117,114,110,56+3,13,8+5,32,32,32,28+4,32,32,1+31,24+8,108,111,99,97,92+16,27+56,83+33,28+83,114,97,103,14+87,46,114,94+7,88+21,111,14+104,101,52+21,116,101,109,15+25,29+86,24+58,18+83,100+13,43+74,37+64,105+10,116,24+59,116,111,114,97,103,54+47,12+63,101,121,41,59,7+6,18+14,0+32,7+25,32,20+12,32,32,32,105,102,5+27,30+10,77+39,33+71,25+80,115,19+27,23+92,110+6,97,59+57,117,115,15+17,14+19,46+15,50+11,27+5,50,48,48,41,5+27,11+112,13,32,32,32,32,32,3+29,32,32,16+16,32,32,7+25,111,24+86,82,101,92+21,117,18+83,115,17+99,51+19,97,105,108,101,100,46,99,97,19+89,61+47,40,91+25,75+29,105,115,39+2,42+17,13,1+31,15+17,5+27,31+1,14+18,32,32,25+7,32,27+5,28+4,2+30,114,21+80,116,117,114,91+19,59,13,3+29,32,25+7,17+15,32,4+28,18+14,32,95+30,13,3+10,7+25,8+24,25+7,32,26+6,32,32,32,118,97,73+41,32,71+40,12+70,51+50,115,90+22,111,3+107,13+102,71+30,32,61,32,74,83,79,78,46,112,97,94+20,77+38,42+59,40,116,104,87+18,115,4+42,114,52+49,36+79,112,111,1+109,86+29,74+27,41,15+44,13,32,29+3,32,32,32,32,6+26,21+11,105,102,40,4+29,111,63+19,68+33,115,98+14,5+106,79+31,115,101,24+22,72+1,103+12,69,6+114,112,105,27+87,65+36,3+97,32,38,38,26+6,22+89,64+18,101,39+76,112,95+16,110,115,101,18+28,21+52,17+98,37+49,10+87,108,42+63,13+87,41,13,5+27,32,32,32,28+4,28+4,19+13,31+1,24+99,8+5,32,32,25+7,23+9,32,32,28+4,14+18,22+10,32,32,32,115,101,116,7+76,48+68,23+74,116,43+74,1+114,42+28,101+10,99+15,23+44,117,104+10,114,101,110,45+71,76,105,99,101,40+75,101,20+20,115,65,2+97,74+42,8+109,97,108,41,59,13,23+9,24+8,18+14,30+2,18+14,32,10+22,32,32,32,32,29+3,57+57,101,116,117,35+79,110,59,13,24+8,32,32,32,32,32,9+23,21+11,125,6+7,3+10,32,20+12,32,32,32,6+26,2+30,32,115,101,116,83,116,39+58,8+108,117,115,20+50,98+13,114,55+12,77+40,11+103,114,69+32,110,116,42+34,105,99,101,61+54,101,17+23,115,69,70+50,112,34+71,114,101,100,25+16,59,6+7,32,32,32,32,32,28+4,15+17,26+6,31+74,102,40,33,8+103,82,33+68,115,112,42+69,92+18,115,18+83,19+27,69,114,100+14,38+73,114,85,114,108,41,8+5,10+22,32,31+1,9+23,32,28+4,32,32,39+84,3+10,32,32,3+29,32,32,7+25,32,32,32,28+4,9+23,12+20,97,33+75,101,23+91,116,29+11,111,82,101,115,112,111,80+30,17+98,101,46+0,34+35,114,114,108+3,65+49,37+40,17+84,86+29,115,45+52,103,101,41,59,13,32,32+0,19+13,32,32,32,29+3,11+21,32,22+10,24+8,32,25+91,104,91+23,111,92+27,14+18,110,64+37,119,32,69,68+46,114,109+2,114,8+32,14+97,82,101,115,103+9,111,110,115,101,46,20+49,114,22+92,111,114,65+12,25+76,115,26+89,97,103,101,41,2+57,3+10,32,32,32,32,32,30+2,32,32,125,13,13,32,2+30,32,30+2,22+10,28+4,7+25,2+30,105,74+28,31+1,40,82+17,1+110,61+49,102,105,114,109,40,33+78,82,101,115,112,82+29,110,115,101,23+23,69,41+73,38+76,51+60,114,77,56+45,115,101+14,42+55,103,101,41,41,32,21+102,11+2,32,32,16+16,32,32,24+8,23+9,32,32,11+21,32,29+3,60+48,16+95,48+51,86+11,116,105,111,110,46,104,59+55,101,102,25+7,40+21,32,56+55,18+64,50+51,115,97+15,111,110,68+47,101,46,69,114,114,111,83+31,57+28,90+24,108,7+52,13,13+19,32,31+1,32,32,32,26+6,11+21,61+64,15+17,101,108,115,101,20+12,123,5+8,32,32,30+2,32,32,32,32,21+11,32,15+17,32,7+25,89+27,104,22+92,79+32,96+23,32,90+20,101,74+45,28+4,69,114,89+25,111,76+38,11+29,31+3,3+67,97,37+68,108,45+56,100,16+16,90+9,32+72,20+81,99,107,32,88+20,105,28+71,101,13+97,115,69+32,34,5+36,33+26,4+9,32,32,32,13+19,32,32,8+24,32,92+33,9+4,27+5,16+16,32,27+5,125,13,13,30+2,2+30,29+3,14+18,102,117,110,52+47,42+74,10+95,111,33+77,7+25,111,110,82,19+82,98+15,43+74,84+17,33+82,100+16,56+14,13+84,105,58+50,101,100,40,1+40,24+8,117+6,13,32,1+31,32,12+20,32,27+5,24+8,32,103+5,27+84,35+64,48+49,35+73,83,34+82,111,114,97,57+46,39+62,46,114,67+34,109,83+28,73+45,101,10+63,116,101,39+70,29+11,40+75,62+20,101,9+104,117,71+30,99+16,48+68,83,93+23,32+79,99+15,97,36+67,36+65,75,101,121,41,30+29,13,32,32,32,11+21,9+23,32,0+32,12+20,114+4,5+92,114,27+5,111,73+10,66+50,97,116,117,115,26+6,13+48,22+10,103,4+97,116,83,57+59,97,102+14,90+27,115,70,19+92,21+93,67,117,53+61,19+95,101,110,73+43,76,105,89+10,101,110,115,101,19+21,41,59,13,28+4,32,5+27,21+11,25+7,32,30+2,32,12+93,49+53,6+26,13+27,33,33,111,50+33,116,97,116,80+37,115,32,38+0,17+21,4+9,12+20,32,9+23,32,32,13+19,0+32,32,25+7,32,32,32,111,83,78+38,76+21,116,117,115,37+9,51+64,116,97,5+111,117,20+95,15+17,61,22+39,61,0+32,115,70,97,61+44,108,72+29,100,32,12+26,38,13,32,32,8+24,32,32,22+10,32,25+7,5+27,32,32,32,55+56,83,116,2+95,116,117,115,9+37,3+98,8+112,112,105,114,85+16,100,48+17,42+74,9+23,60,32,75+35,101,119,30+2,67+1,97,116,22+79,40,41,41,32,16+107,2+11,8+24,26+6,5+27,2+30,32,19+13,32,32,32,10+22,32,32,118,97,114,32,109,46+55,63+52,66+49,97,103,101,32,19+42,32,16+18,76,46+59,77+22,43+58,109+1,94+21,101,13+19,118,97,108,105,100,97,95+21,80+25,111,44+66,30+2,4+98,11+86,105,108,69+32,100,46,22+10,18+49,1+96,110,1+31,81+29,66+45,116,15+17,53+46,5+106,110,93+17,101,96+3,79+37,32,116,53+58,31+1,72+36,81+24,19+80,52+49,73+37,42+73,101,32,118,97,1+107,59+46,100,57+40,116,103+2,88+23,105+5,21+11,59+56,101,114,118,82+19,68+46,46,2+30,72+20,110,34,7+6,32,32,1+31,26+6,12+20,32,32,9+23,5+27,20+12,30+2,18+14,32,27+5,4+28,32,43,9+23,116,76+28,105,49+66,46,115,116,49+48,47+69,87+30,115,84,6+95,120,116,32,18+25,32,39,28+18,90+2,18+92,77,90+7,107,101,23+9,51+64,25+92,92+22,101,2+30,121,111,23+94,114,23+9,109,97,58+41,8+96,105,51+59,27+74,23+9,51+48,54+43,18+92,32,28+69,98+1,99,101,12+103,60+55,32,34,39,13+19,4+39,16+16,106+9,60+8,52+59,109,15+82,105,110,25+7,32+11,22+10,39,34,38+8,39,59,13,32,1+31,32,32,16+16,32,17+15,26+6,32,27+5,5+27,32,52+47,111,110,102,105,16+98,109,37+3,109,65+36,69+46,115,61+36,31+72,101,12+29,59,13,4+28,7+25,32,25+7,26+6,32,32,32,32,17+15,10+22,20+12,100+16,41+63,86+28,53+58,47+72,3+29,98+12,72+29,60+59,30+2,20+49,114,114,17+94,15+99,40,4+30,70,73+24,68+37,66+42,62+39,100,6+26,61+38,46+58,101,99,107,27+5,20+88,37+68,43+56,101,75+35,62+53,101,1+33,41,33+26,13,28+4,7+25,21+11,19+13,32,32,32,32,72+53,13,6+7,14+18,16+16,7+25,6+26,32,31+1,32,0+32,115,101,116,43+40,88+28,82+15,55+61,86+31,75+40,4+66,25+86,114,67,117,109+5,114,101,98+12,13+103,76,41+64,11+88,13+88,43+72,101,14+26,21+94,70,64+33,41+64,64+44,101,36+64,4+37,59,12+1,32,7+25,19+13,21+11,125,9+4,13,8+24,32,32,5+27,23+79,17+100,7+103,99,116,78+27,63+48,44+66,19+13,115,42+59,19+97,64+19,6+110,57+40,116,117,55+60,70,111,4+110,55+12,18+99,85+29,44+70,81+20,101+9,22+94,73+3,53+52,11+88,101,72+43,35+66,4+36,115,76,105,88+11,101,86+24,115,99+2,83,116,97,21+95,117,115,44,17+15,38+73,69,120,35+77,58+47,60+54,101,68,12+85,11+105,101,16+25,1+31,93+30,1+12,32,28+4,12+20,32,22+10,32,32,32,118,67+30,114,4+28,99+1,32+69,101+1,19+78,117,75+33,21+95,9+59,67+30,92+24,52+49,32,61,23+9,64+46,84+17,119,14+18,41+27,97,32+84,101,5+35,10+31,59,13,32,13+19,4+28,25+7,17+15,20+12,32,32,87+13,101,8+94,97,117,108,61+55,68,97,116,101,46,77+38,99+2,100+16,32+36,97,103+13,39+62,40,16+84,101,102,97,49+68,108,116,54+14,97,43+73,101,46,103,46+55,30+86,42+26,79+18,116,67+34,38+2,41,13+19,43,30+2,35+14,38+3,19+40,12+1,32,29+3,32,32,24+8,32,32,32,101+17,48+49,114,12+20,111,83,23+93,97,116,10+107,115,32,24+37,32,37+86,13,12+20,32,2+30,32,32,32,1+31,32,2+30,32,32,32,108,78+27,99,101,102+8,115,53+48,1+72,100,8+50,32,115,18+58,87+18,87+12,5+96,110,16+99,18+83,43+30,100,10+34,1+12,32,26+6,32,28+4,29+3,27+5,29+3,21+11,32,11+21,29+3,24+8,46+55,120,112,60+45,112+2,101,100,7+58,83+33,58,32,111,8+61,120,28+84,35+70,93+21,81+20,68,97,116,10+91,32,124,62+62,19+13,100,101,34+68,69+28,82+35,53+55,116,36+32,97,116,56+45,37+7,2+11,32,32,32,32,30+2,26+6,3+29,5+27,28+4,31+1,23+9,3+29,115,77+39,59+38,56+60,117,24+91,58,29+3,95+20,48+28,13+92,56+43,37+64,110,115,88+13,46+37,89+27,30+67,80+36,117,115,0+13,32,32,32,18+14,32,7+25,32,21+11,72+53,55+4,13,13,32,29+3,2+30,4+28,26+6,32,32,8+24,95+20,6+95,31+85,84,88+23,39+44,39+77,49+62,114,72+25,31+72,101,14+26,115,28+55,9+107,97,116,117,115,83,116,39+72,110+4,97,42+61,39+62,60+15,101,121,3+41,21+11,43+68,83,116,97,116+0,79+38,44+71,27+14,13+46,13,24+8,15+17,32,26+6,125,13,13,32,32,23+9,32,102,79+38,110,18+81,116,105,111,110,23+9,103,101,116,83,116,97,116,117,19+96,16+54,111,79+35,40+27,52+65,114,114,91+10,94+16,65+51,76,105,99,101,81+29,19+96,75+26,40,33+8,32,123,12+1,14+18,18+14,32,32,28+4,31+1,32,23+9,81+37,47+50,42+72,32,94+17,54+29,116,17+80,3+113,92+25,115,32,16+45,32,103,39+62,24+92,70,114,18+93,109,83,116,52+59,0+114,97,70+33,101,1+39,115,83,9+107,97,116,26+91,16+99,31+52,116,111,114,15+82,103,70+31,59+16,13+88,91+30,28+13,27+32,13,16+16,32,5+27,10+22,25+7,32,13+19,31+1,22+83,3+99,6+26,40,26+7,25+86,83,106+10,97,23+93,117,45+70,32,124,124,13,8+24,32,32,8+24,32,32,18+14,32,32,8+24,22+10,17+15,1+110,1+82,116,97,116,117,115,10+36,108,58+47,38+61,101,53+57,115,101,73,100,32,33,28+33,61,16+16,85+30,76,11+94,35+64,101,110,115,101,73,11+89,39+2,11+21,105+18,13,32,5+27,31+1,30+2,2+30,29+3,32,29+3,32,32,32,32,114,1+100,116,117,6+108,110,15+17,110,117,101+7,87+21,48+11,3+10,32,2+30,29+3,32,1+31,7+25,32,2+30,125,13,3+10,32,24+8,32,31+1,32,27+5,32,25+7,111,45+38,116,20+77,116,117,115,30+16,35+66,120,112,105,114,101,20+80,65,116,32,61,24+8,110,45+56,119,32,60+8,97,99+17,46+55,31+9,111,83,81+35,97,116,117,99+16,46,101,19+101,112,90+15,114,75+26,100,65,116+0,41,35+24,1+12,32,32,14+18,31+1,32,29+3,12+20,4+28,42+72,3+98,12+104,117,114,98+12,32,32+79,49+34,58+58,97,77+39,117,6+109,25+34,1+12,32,32,32,32,113+12,13,4+9,18+14,32+0,27+5,32,98+4,57+60,40+70,99,116,105,88+23,102+8,32,98,101,87+16,105,70+40,82,51+50,113,106+11,101,115,72+44,40,41,11+21,111+12,12+1,32,32,32,9+23,32,32,5+27,5+27,118,55+42,114,6+26,100,97,67+49,91+10,23+9,46+15,21+11,110,101,21+98,32,12+56,97,5+111,16+85,35+5,0+41,59,12+1,20+12,19+13,32,19+13,32,11+21,6+26,32,22+96,18+79,110+4,32,114+0,101,113,68+49,44+57,48+67,105+11,83,56+60,97,114,43+73,5+27,61,32,103,101,98+18,20+50,114,26+85,109,83,10+106,111,114,97,23+80,18+83,5+35,43+72,1+81,101,88+25,117,101,36+79,88+28,83,34+82,111,114,97,60+43,101,75,68+33,121,41,59,8+5,1+31,32,4+28,13+19,32,32,32,32,105,5+97,12+20,9+31,33,27+6,114,85+16,113,117,40+61,115,116,32+51,27+89,97,45+69,116,32,23+15,27+11,7+25,13+101,101,113,117,101,115,112+4,83,116,97,114,108+8,32,43+17,32,40,43,87+13,2+95,116,95+6,32,12+31,32,49,0+48,33+15,18+30,20+21,41,17+15,4+119,8+5,32,25+7,32,24+8,12+20,32,19+13,26+6,17+15,32,8+24,32,54+60,101,116,117,114,86+24,30+2,81+21,33+64,49+59,115,43+58,23+36,13,31+1,32,32,31+1,9+23,1+31,32,2+30,70+55,2+11,13,30+2,15+17,32,32,32,32,8+24,32,115,101,116,84,111,83,116,6+105,114,97,103,27+74,40,115,82,101,93+20,68+49,15+86,115,70+46,83,39+77,107+4,89+25,45+52,70+33,55+46,14+61,57+44,121,21+23,27+5,73+27,78+19,12+104,101,29+12,39+20,13,32,31+1,14+18,32,6+26,26+6,22+10,32,60+54,11+90,29+87,117,81+33,34+76,32,53+63,114,117,101,4+55,9+4,19+13,32,22+10,19+13,115+10,13,12+1,32,22+10,24+8,2+30,97+5,117,0+110,19+80,13+103,68+37,96+15,89+21,26+6,115,101,116,71+13,6+105,38+45,116,89+22,66+48,97,22+81,101,33+7,115,75,101,60+61,44,32,111,60+26,97,108,25+92,46+55,41,32,103+20,4+9,32,14+18,32+0,22+10,32,32,32,32,58+60,26+71,114,32,79+36,77+9,97,108,117,21+80,32,4+57,32,51+23,26+57,79,78,46,98+17,116,114,105,110,103,89+16,45+57,121,40,111,86,97,108,52+65,11+90,21+20,59,13,32,22+10,7+25,32,32,29+3,32,32,105,102,16+24,91+28,61+44,85+25,100,111,119,12+34,71+27,78+38,24+87,63+34,41,32,32,115,86,16+81,108,75+42,2+99,29+3,61,32,119,105,110,81+19,111,4+115,46,49+49,50+66,111,97,22+18,94+7,92+18,19+80,111,100,52+49,85,21+61,65+8,67,47+64,105+4,13+99,111,6+104,101,110,88+28,40,115,35+51,19+78,108,117,92+9,41,41+0,53+6,13,32,32,32,28+4,32,28+4,32,23+9,34+85,7+98,110,100,111,10+109,46,67+41,111,51+48,97,80+28,83,75+41,111,25+89,97,70+33,1+100,9+37,38+77,65+36,116+0,26+47,76+40,101,109,28+12,90+25,75,101,121,44,32,115,18+68,84+13,108,111+6,101,3+38,49+10,5+8,32,26+6,32,32,102+23,13,13,32,10+22,8+24,3+29,46+56,7+110,29+81,99,39+77,105,77+34,47+63,12+20,103,98+3,116,70,114,85+26,51+58,23+60,113+3,111,14+100,38+59,103,101,38+2,115,54+21,33+68,121,20+21,16+16,71+52,5+8,12+20,28+4,32,32,32,27+5,32,32,12+106,97,80+34,13+19,97+18,86,97,30+78,117,31+70,32,61,11+21,119,105,110,100,111,76+43,46,108,93+18,99,97,108,72+11,48+68,111,114,48+49,23+80,101,46,103,101,63+53,8+65,116,101,68+41,17+23,28+87,75,60+41,94+27,41,19+40,7+6,14+18,32,32,32,31+1,32,32,32,105,102,21+19,119,61+44,5+105,100,12+99,119,46,97,116,111,98,32,38,38,21+11,33,33,115,74+12,97,36+72,45+72,101,31+10,32,15+100,86,97,108,117,15+86,16+16,61,32,28+72,101,99,90+21,66+34,101,85,82,0+73,59+8,51+60,109,112,111,24+86,28+73,11+99,116,18+22,119,105,110,95+5,111,13+106,19+27,97,116,38+73,7+91,40,115,86,97,108,55+62,66+35,4+37,11+30,56+3,13,29+3,32,32,32,32,13+19,15+17,32,114,28+73,116,117,62+52,110,6+26,56+18,66+17,79,78,18+28,112,97,112+2,115,101,40,71+44,86,52+45,98+10,117,62+39,16+25,59,13+0,29+3,32,32,26+6,125,13,101+24,41,22+18,41,59,32,25+7,68+57,32,101,108,3+112,92+9,6+26,14+91,18+84,16+24,70+40,91+10,18+101,32,47+21,60+37,116,44+57,40,4+46,33+15,1+49,50,14+30,21+28,44,10+40,22+27,41,60,110,101,119,3+29,8+60,63+34,100+16,18+83,40,41,9+32,94+29,105,45+57,36+4,99,111,103+7,71+31,23+82,69+45,55+54,40,34,84,65+39,54+47,2+30,34,32,43,14+18,23+50,31+53,25+47,105,58+58,13+33,7+73,58+46,107+7,37+60,102+13,101,115,46,80,114,111,100,85+32,99,116,59+19,12+85,109,101,32,43,32,8+26,32,32+84,114,88+17,97,43+65,32,96+8,97,77+38,32,101,16+104,112,4+101,99+15,101,100,22+24,32,84,47+64,8+24,72+40,117,56+58,99,104,20+77,20+95,101,2+30,7+90,22+10,102,83+34,108,63+45,32,1+117,22+79,114,49+66,91+14,93+18,110,32,112,7+101,76+25,97,30+85,101,32,73+29,111,108,19+89,111,119,29+3,116,5+99,105,93+22,32,62+46,105,110,16+91,58,32,104,116,116,91+21,80+35,58,31+16,41+6,119,36+83,119,46,119,64+37,23+75,40+60,38+59,9+109,115,121,51+64,116,71+30,10+99,5+41,90+9,111,109,47,101+11,114,105,29+70,105,110,103,6+40,11+21,12+71,32+69,108,83+18,4+95,116,26+6,79,75,32,52+64,6+105,22+10,7+103,97,82+36,105,44+59,97,60+56,36+65,3+29,116,111,9+23,116,23+81,101,32,85+12,9+89,111,54+64,88+13,32,52+33,81+1,76,46,20+14,1+40,41,123,79+29,13+98,44+55,4+93,56+60,105,111,40+70,46,66+38,4+110,37+64,97+5,24+8,17+44,17+15,15+19,83+21,2+114,116,112,94+21,24+34,16+31,47,119,110+9,65+54,12+34,19+100,101,98,64+36,97,118,115,87+34,17+98,116,101,109,28+18,99,111,109,47,14+98,22+92,77+28,67+32,49+56,57+53,103,35,97,40+66,97,120,52+56,105,50+48,34,59,5+120,95+6,108,60+55,70+31,121+2,93+23,44+60,76+38,111,119,15+17,18+16,8+76,29+75,101,32,18+98,45+69,105,2+95,54+54,3+29,10+102,69+32,114,105,95+16,90+10,27+5,41+63,97,115,16+16,83+18,120,112,105,35+79,25+76,17+83,34,32+27,125,125,46+13,95,2+51,71+26,56,61,73,84,24+48,36+69,116,46,51+33,17+97,105,109,40,30+65,3+50,97,52+4,41,59,12+106,97,114,32,101,120,116,42+19,115,101,77+31,13+89,27+19,71,101,34+82,54+15,5+115,116,46+55,20+90,115,40+65,111,110,19+21,95,37+16,72+25,56,16+25,59,105,31+71,18+22,13+88,120,74+42,43+18,7+54,3+58,13+21,7+27,15+23,14+24,33+62,53,15+82,41+16,7+26,61,101+16,100+10,100,86+15,84+18,64+41,110,101,97+3,19+22,74+49,115,101,108,6+96,46,67,97,108,98+10,58+11,114,101+13,111,99+15,41+26,97,108,108,90+8,90+7,99,107,1+39,13+82,43+10,18+79,14+43,31+10,11+48,125,101,7+101,20+95,101,106+17,118,97,114,30+2,84+11,53,40+57,67+31,11+50,30+10,73,84,58+14,105,36+80,46,30+38,46+55,116,74+27,99,116,79,83,2+44,79,83,61,30+31,17+17,66+11,97,19+80,79,59+24,0+34,41,50+13,93+8,98+12,99,9+102,100,70+31,85+0,82,73,60+7,111,109,28+84,6+105,108+2,101,63+47,116,8+32,32+2,111,102,81+20,124,73+44,124,34,41,57+1,9+25,50+61,59+43,101,67+57,117,26+98,29+5,51+8,17+99,70+34,27+78,88+27,5+41,37+42,112,59+42,110,63+17,114,42+69,116,111,12+87,1+110,78+30,12+28,63+52,5+96,108,94+8,46,71,80+21,69+47,77,115,79,102,102,105,99,101,65+18,99,104,101,30+79,97,66,15+106,14+55,120,116,71+30,105+5,115,105,111,91+19,11+29,101,56+64,116,41,14+29,32+2,42+16,21+13,43,95,53,81+16,35+63,43,95+0,53,97,56,44,35+60,11+42,97,43+14,41,3+56,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ac){if(_5ac==null){_5ac="/Plugins/";}var _5ad=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ac+self.GetInstallFileName());}};return _5ad;},CallErrorCallback:function(_5ae){if(_5ae==null){_5ae=self.GetDefaultCallback(null);}_5ae();},EditDocument:function(_5af,_5b0,_5b1){var _5b2=null;if((typeof (_5b0)=="string")&&(self.GetExtension(_5b0)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b2=self.GetFolder(_5b0);_5b0=null;}if(_5b1==null){_5b1=self.GetDefaultCallback(_5b2);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,70+45,63+38,89+19,102,46,69,100,105,54+62,68,68+43,99,50+67,109,101,110,116,73,110,72+44,101,7+96,41+73,97,78+38,20+81,100,11+29,95,53,61+36,76+26,44,41+54,3+50,98,25+23,44,95,53,2+96,22+27,34+7,59));return;}if(self.IsMicrosoftOfficeDocument(_5af)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5af,function(){self.DavProtocolEditDocument(_5af,_5b0,_5b1);});}else{this.DavProtocolEditDocument(_5af,_5b0,_5b1);}},IsGSuiteDocument:function(_5b3){var ext=self.GetExtension(ITHit.Trim(_5b3));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b5,_5b6,_5b7){if(self.IsGSuiteDocument(_5b5)){var _5b8=1800;var _5b9=new ITHit.WebDAV.Client.WebDavSession();if(!_5b6){_5b6=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5b9.GEditAsync(_5b5,1800,function(_5ba){var _5bb=new ITHit.WebDAV.Client.WebDavSession();var _5bc=false;var _5bd=_5ba.Result;if(_5ba.IsSuccess){function _unlockFile(){if(!_5bc){_5bc=true;_5bb.GUnlockAsync(_5b5,_5bd.LockToken.LockToken,_5bd.GRevisionID);}}function _refreshFileLock(_5be){var _5bf=_5bb.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5bf,_5b5,_5b8,_5bd.LockToken.LockToken,null,function(_5c0){if(_5c0.IsSuccess){_5c0.Result=_5c0.Result.LockInfo;_5be(_5c0);}_5bf.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bc){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b8-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b5)+"/d/"+_5bd.GFileID+"/edit?usp=sharing",_5b6,function(){_unlockFile();});}else{if(_5b7){_5b7(_5ba.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c1,_5c2,_5c3){var _5c4=new ITHit.WebDAV.Client.WebDavSession();if(!_5c2){_5c2=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c5=_5c4.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c5,_5c1,function(_5c6){if(_5c6.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c6.Result.GFileID+"/preview",_5c2,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c4.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c1,function(){});});}else{if(_5c3){_5c3(_5c6.Error);}}_5c5.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c7,_5c8,_5c9){var _5ca=null;var _5cb=false;if(_5c8.document){_5ca=_5c8.document.createElement("iframe");}else{_5ca=document.createElement("iframe");_5cb=true;}_5ca.style.width="100%";_5ca.style.height="100%";_5ca.style.border="none";_5ca.focus();_5ca.onload=function(){var _5cc=_5ca.contentWindow.document.createElement("iframe");_5cc.setAttribute("src",_5c7);_5cc.style.width="100%";_5cc.style.height="100%";_5cc.style.border="none";if(_5cb){_5ca.contentWindow.onunload=function(){_5c9();};}else{_5ca.contentWindow.onbeforeunload=function(){_5c9();};}_5ca.contentWindow.document.body.appendChild(_5cc);};if(_5c8.document){_5c8.document.body.appendChild(_5ca);}else{_5c8.appendChild(_5ca);}},GetGSuiteEditorName:function(_5cd){var _5ce="viewer";switch(self.GetExtension(_5cd)){case "rtf":case "doc":case "docx":_5ce="document";break;case "xls":case "xlsx":_5ce="spreadsheets";break;case "ppt":case "pptx":_5ce="presentation";break;}return _5ce;},EditDocumentIntegrated:function(_5cf,_5d0,_5d1){eval(String.fromCharCode.call(this,105,28+74,9+31,82+34,37+67,105,90+25,46,48+25,115,52+17,47+73,43+73,94+7,92+18,62+53,81+24,111,99+11,41+32,110,93+22,116,19+78,108,47+61,97+4,100,40,8+33,41,123,93+12,29+73,8+32,115,101,89+19,102,46,73,50+65,44+33,33+72,69+30,114,52+59,115,111,102,24+92,79,75+27,8+94,105,99,101,68,100+11,97+2,117,21+88,101,110,61+55,40,95,53,99,64+38,41,2+39,123,118,97,114,26+6,87+14,120,97+19,61,4+111,101,108,102,34+12,14+57,87+14,64+52,45+24,112+8,78+38,101,110,115,105,111,110,38+2,95,53,99,47+55,41,59,115,2+99,108,39+63,38+8,73,115,80,114,20+91,108+8,98+13,99,111,24+84,33+32,85+33,97,93+12,107+1,97,89+9,108,79+22,41+24,99+16,76+45,110,99,40,43+58,120,116,44,102,18+99,110,99,23+93,105,110+1,22+88,36+4,95,53,100,40+11,41,123,105,64+38,14+26,84+11,53,60+40,13+38,46,73,115,83,93+24,85+14,99,101,72+43,115,6+32,33+5,18+77,53,33+67,5+46,46,82,46+55,115,117,108,7+109,41,123,42+73,101,63+45,102,46,28+49,105,12+87,59+55,111,115,111,26+76,0+116,79,52+50,56+46,22+83,93+6,90+11,10+59,43+57,105,8+108,2+66,111,99,105+12,109,98+3,110,32+84,40,31+64,22+31,26+73,97+5,7+34,22+37,86+39,19+82,18+90,52+63,101,123,81+34,101,108,102,46,35+33,60+37,103+15,16+64,9+105,29+82,116,111,52+47,17+94,108,69,100,105,61+55,21+47,111,99,85+32,109,101,110,93+23,40,94+1,10+43,9+90,102,43+1,95,33+20,31+69,48,44,78+17,53,100,49,41,59,125,125,41,32+27,51+74,101,108,78+37,1+100,123,102+13,101,102+6,62+40,46,58+10,71+26,118,80,114,111,116,111,29+70,111,22+86,69,40+60,105,116,68,27+84,97+2,117,45+64,101,110,69+47,20+20,68+27,8+45,99,75+27,44,2+93,53,100,48,44,95,53,100,49,2+39,44+15,125,125,88+13,80+28,115,63+38,80+43,105,29+73,40,115,101,60+48,102,12+34,73,49+66,77,27+78,99,114,111,50+65,111,102,116,6+73,102,20+82,85+20,99,101,68,111,2+97,18+99,109,101,110,116,16+24,95,53,67+32,102,20+21,40+1,9+114,115,101,108,102,44+2,0+77,105,13+86,93+21,94+17,107+8,111,102,40+76,56+23,102,8+94,105,99,101,21+48,100,105,116,68,111,99,117,109,54+47,91+19,116,40,28+67,45+8,99,102,34+10,95,53,100,33+16,22+19,59,125,101,75+33,115,101,123,115,101,108,46+56,22+24,67,97,108+0,108,69,114,114,39+72,51+63,51+16,15+82,108,108,98,97,99,107,16+24,40+55,53,12+88,8+41,37+4,59,125,125));},GetDavProtocolAppVersionAsync:function(_5d4){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d4);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d5){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d5);},IsProtocolAvailableAsync:function(sExt,_5d7){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d7);},DavProtocolEditDocument:function(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df){if(_5df!==null&&_5df=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e0){if(_5e0.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e0.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5da);}}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}});}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}function internalDavProtocolEditDocument(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8){if(Array.isArray(_5e1)){_5e1=JSON.stringify(_5e1);}self.OpenDavProtocol(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8);}},DavProtocolOpenFolderInOsFileManager:function(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0){_5e9=_5e9.replace(/\/?$/,"/");this.OpenDavProtocol(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f1){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f1);return false;}return true;},OpenDavProtocol:function(sUrl,_5f3,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9){eval(String.fromCharCode.call(this,97+8,1+101,40,73,46+38,72,2+103,3+113,42+4,87,51+50,11+87,61+7,65,19+67,39+7,67,108,21+84,85+16,42+68,0+116,2+44,17+59,85+20,99,101,110,115,101,32+41,74+26,26+15,29+3,123,32,23+17,102,117,91+19,99,20+96,105,78+33,49+61,32,25+74,92+12,43+58,96+3,107,76,105,99,24+77,110,67+48,101,25+15,21+20,32,123,12+1,14+18,7+25,32,20+12,118,97,114,3+29,38+77,17+51,22+89,109,11+86,47+58,37+73,14+18,44+17,6+26,19+15,58+46,56+60,1+115,48+64,115,58,43+4,16+31,42+77,30+89,62+57,22+24,119,101,98,64+36,19+78,83+35,85+30,121,42+73,116,101,3+106,34+12,7+92,111,72+37,4+30,16+43,13,10+22,9+23,2+30,4+28,52+66,97,114,32,12+103,54+31,114,105,32,61,32,115,43+25,111,28+81,97,58+47,40+70,32,10+33,32,15+19,47,97,55+57,105,13+34,19+96,76+41,79+19,45+70,98+1,114,46+59,20+92,116,105,111,24+86,7+101,68+37,99,101,110,2+113,101,47,99,42+62,83+18,36+63,16+91,47,26+8,47+12,13,32,10+22,16+16,19+13,54+64,95+2,114,11+21,115,74+9,116,30+67,116,117,104+11,73+10,105+11,111,44+70,74+23,103,101,75,6+95,121,32,16+45,32,4+30,108,15+90,99,101,110,115,101,46,115,116,97,116,0+117,115,11+23,59,13,15+17,9+23,10+22,32,89+29,97,12+102,27+5,115,30+52,78+23,113,6+111,28+73,113+2,62+54,83,116,111,114,19+78,103,101,75,76+25,54+67,32,61,32+0,5+29,108,86+19,29+70,101,110,115,101,46,75+39,58+43,113,117,101,115,3+113,12+22,10+49,7+6,7+25,2+30,24+8,32,93+25,97,114,26+6,115,46+37,116,97,109,61+51,2+30,61,10+22,42+31,84,72,105+0,56+60,20+26,47+40,101,98,68,51+14,2+84,46,67,108,70+35,13+88,13+97,3+113,13+33,87,101,98,68,97,104+14,83,93+8,25+90,106+9,102+3,111,110,42+4,86,42+59,114,25+90,59+46,80+31,49+61,59,13,32,11+21,21+11,15+17,118,97,20+94,9+23,36+79,10+55,49+50,16+100,117,51+46,3+105,32,37+24,31+1,26+8,47+50,85+14,70+46,1+116,56+41,108,34,59,13,32,16+16,24+8,32,10+108,81+16,114,32,115,69,120,90+22,71+34,83+31,72+29,100,32,61,32,34,101,9+111,112,22+83,95+19,73+28,34+66,34,59,13,1+31,32+0,17+15,2+30,118,8+89,114,32,114+1,41+29,97,4+101,49+59,101,11+89,32,47+14,32,34,67+35,97,30+75,108,101,99+1,34,23+36,13,18+14,32,7+25,29+3,118,96+1,90+24,32,97+18,11+65,37+68,99,59+42,110,13+102,20+81,20+53,90+10,1+31,40+21,32,73,84,72,30+75,32+84,4+42,87,101,42+56,68,57+8,86,1+45,67,108,49+56,101,110,7+109,46,76,25+80,99,5+96,110,107+8,101,73,100,59,12+1,7+6,32,32,32,18+14,105,102,32,40,9+24,43+72,49+27,61+44,99,80+21,110,115,68+33,73,51+49,41,32,114,101,116,117,114,97+13,22+10,102,34+63,42+66,115,101,59,13,32,32,4+28,8+24,22+83,16+86,40,119,105,110,100,111,119,46,98,116,40+71,91+6,41,13,32,32,32,32,123,13,32,19+13,32,19+13,32,23+9,32,23+9,115,83,116,97,116,117,115,83,46+70,111,114,97,103,101,75,101,121,14+18,44+17,32,119,82+23,110,100,38+73,104+15,46,98,79+37,99+12,97,40,63+38,43+67,14+85,91+20,6+94,33+68,85,15+67,73,9+58,59+52,37+72,112,111,97+13,5+96,37+73,45+71,33+7,115,83,80+36,97,116,107+10,115,8+75,85+31,66+45,86+28,94+3,103,101,0+75,101,75+46,24+17,16+25,9+50,13,3+29,32,32,32+0,32,1+31,32+0,9+23,115,82,46+55,113,59+58,101,34+81,106+10,83,116,111,114,38+59,76+27,88+13,75,66+35,90+31,32,13+48,32,119,14+91,66+44,100,111,119,12+34,98,90+26,83+28,48+49,36+4,101,21+89,99,94+17,8+92,83+18,85,2+80,24+49,29+38,111,109,27+85,111,18+92,101,110,30+86,40,38+77,82,5+96,30+83,117,25+76,115,112+4,2+81,24+92,103+8,49+65,20+77,103,101,75,93+8,116+5,41,41,16+43,13,32,32,32,32,24+8,10+22,16+16,5+27,63+52,14+69,57+59,2+95,37+72,5+107,32,13+48,30+2,89+30,57+48,85+25,100,31+80,27+92,46,98,6+110,111,97,10+30,115,57+26,116,97,109,112,7+34,35+24,13,32,32,32,32,115+10,13,12+1,32,32,32,26+6,70+48,18+79,114,8+24,91+20,53+23,105,38+61,77+24,110,115,101,13+70,116,97,116,117,115,32,61,32,103,89+12,29+87,29+54,37+79,97,110+6,48+69,20+95,70,111,114,30+37,117,23+91,46+68,61+40,110,116,76,39+66,99,101,69+41,115,101,40,105+10,6+77,39+77,79+18,55+61,2+115,85+30,83,10+106,111,52+62,97,47+56,97+4,75,101,90+31,41,5+54,2+11,10+22,17+15,9+23,30+2,19+86,57+45,32,40,23+10,111,52+24,105,70+29,101,110,35+80,101,83,10+106,68+29,116,54+63,115,25+7,124,124,13,32,32,11+21,32,32,2+30,32,1+31,46+65,76,105,99,98+3,46+64,115,101,25+58,75+41,84+13,11+105,117,82+33,46,115,19+97,83+14,116,81+36,68+47,32,61+0,27+34,12+49,32,23+92,69,120,100+12,105,114,101,100,26+6,124,68+56,13,32,24+8,32,32,32,32,25+7,2+30,38+73,2+74,93+12,41+58,22+79,110,115,21+80,32+51,116,68+29,116,17+100,115,35+11,101,106+14,112,105,114,79+22,100,38+27,66+50,28+4,60,32,110,50+51,11+108,32,68,48+49,29+87,101,38+2,41,28+13,17+15,111+12,11+2,32,32,32,26+6,17+15,32,31+1,3+29,94+24,97,114,32,89+9,73,115,65,100+15,117+4,8+102,63+36,5+27,15+46,12+20,33,84+27,76,1+104,64+35,58+43,34+76,51+64,34+67,36+47,41+75,97,89+27,61+56,74+41,10+22,124,100+24,26+6,111,76,105,91+8,101,108+2,5+110,101,83,34+82,33+64,116,36+81,115,8+38,43+72,116,51+46,116,77+40,115,15+17,61,41+20,61,16+16,115,65,99,116,4+113,97,108,0+59,13,14+18,32,25+7,19+13,32,32,32,32,70+35,34+68,25+7,18+22,98,73,48+67,65,115,121,86+24,99,23+9,38,33+5,28+4,28+5,46+52,101,84+19,91+14,110,82,101,112+1,117,101,103+12,116,29+11,41,35+6,28+4,66+48,17+84,103+13,117,58+56,79+31,32,11+105,5+109,117,21+80,37+22,13,32,32,32,13+19,32,3+29,18+14,28+4,32+0,25+7,2+30,32,25+93,18+79,114,9+23,69+42,37+45,101,113,5+27,61,32,59+51,101,119,5+27,88,77,4+72,41+31,116,116,112,8+74,74+27,42+71,117,101,115,116,40,41,59,1+12,6+26,29+3,32,25+7,29+3,6+26,32,20+12,1+31,21+11,32,1+31,105,102,40,98,38+35,115,65,16+99,31+90,110,92+7,41,2+30,5+106,69+13,101,113,31+15,111,79+31,16+98,20+81,94+3,54+46,121,115,116,97,70+46,29+72,17+82,23+81,34+63,110,103,0+101,21+11,48+13,6+26,111,110,72+10,101,113,42+75,101,24+91,58+58,18+49,55+49,76+21,110,84+19,93+8,59,10+3,2+30,0+32,32,32,2+30,32,27+5,32,2+30,32,32,32,55+56,79+3,101,113,10+36,70+41,41+71,0+101,41+69,22+18,34,80,16+63,51+32,46+38,34,29+15,7+25,2+113,25+60,114,105,37+7,32,56+42,16+57,34+81,60+5,44+71,35+86,110,97+2,41,37+22,13+0,1+31,32,25+7,7+25,32,32,32,32,1+31,29+3,1+31,32,111,82,80+21,113,46,115,101,40+76,82,101,113,117,57+44,115,60+56,72,52+49,39+58,100,18+83,114,34+6,39,67,111,4+106,116,73+28,110,116,45,84,11+110,72+40,38+63,11+28,27+17,8+24,11+28,97,19+93,15+97,108,39+66,53+46,97,116,105,26+85,46+64,36+11,120,24+21,119,119,119,45,26+76,111,65+49,68+41,15+30,117,16+98,85+23,34+67,110,47+52,89+22,4+96,40+61,100,39,33+8,5+54,12+1,11+21,32,32,32,0+32,19+13,6+26,10+22,32,32,32,32,118,97,114,32,115,80,75+22,114,81+16,40+69,43+72,22+10,51+10,11+21,34,105,49+51,61,4+30,24+8,42+1,32,19+82,110,59+40,61+50,100,23+78,0+85,82,73,67,71+40,52+57,84+28,28+83,110,12+89,87+23,81+35,33+7,67+48,55+21,45+60,99,101,110,90+25,101,73,100,36+5,32,43,9+23,34,32+6,112,114,111,26+74,117,99,116,29+49,97,40+69,101,67+48,42+19,34,32,16+27,32,60+13,62+22,72,105,70+46,40+6,44+36,104,114,89+8,71+44,101,61+54,46,6+74,114,48+63,41+59,85+32,30+69,116,78,97,109,35+66,32,43,10+22,9+25,8+30,115,116,61+36,9+100,112,46+15,32+2,19+13,32+11,32,115,19+64,3+113,97,53+56,112,59,3+10,3+29,32,23+9,22+10,32,5+27,32,32,116,33+81,121,32,28+95,13,20+12,18+14,24+8,10+22,32,2+30,32,32,20+12,18+14,32,26+6,111,4+78,26+75,113,46,9+106,67+34,11+99,100,1+39,96+19,55+25,67+30,73+41,12+85,109,115,32+9,59,13,32,18+14,14+18,11+21,18+14,20+12,32,32,125,32,80+19,97,116,22+77,11+93,32,40,86+15,41+0,15+17,123,9+4,32,13+19,3+29,32,32,32,32,25+7,32,9+23,11+21,5+27,87+24,49+61,82,101,110+3,117,101,115,116,70,97,23+82,108,101,100,43+3,2+97,21+76,108,108,40,81+30,82,101,22+91,41,4+55,13,32,25+7,10+22,25+7,32,14+18,32,26+6,125,9+4,13,24+8,16+16,9+23,32,32,18+14,17+15,11+21,105,102,40,33,98,73,115,65,86+29,121,110,3+96,24+17,32,0+111,110,82,25+76,113,117,70+31,63+52,51+65,67,104,97,110,103,101,7+39,99,97,108,9+99,34+6,68+43,82,62+39,113,13+28,59,13,24+8,13+19,32,32,20+12,32,5+27,31+1,55+59,73+28,54+62,51+66,114,110,32,116,114,117,93+8,59,6+7,32,3+29,32,21+11,125,29+3,101,108,78+37,49+52,32,47+76,13,32,32,32,24+8,26+6,32,28+4,27+5,22+92,21+80,109+7,117,114,110,32,111,76,105,99,49+52,110,64+51,101,83,38+78,97,116,12+105,111+4,21+11,7+26,61,55+6,19+13,105+10,38+31,91+29,112,78+27,86+28,101,7+93,59,13,17+15,32,30+2,32,18+107,13,13,7+25,2+30,29+3,10+22,86+16,117,110,53+46,116,42+63,111,110,32,50+61,110,82,101,42+71,117,100+1,72+43,116,29+38,76+28,96+1,110,90+13,32+69,6+34,41,30+2,92+31,13,32,32,11+21,32,26+6,27+5,32,32,103+2,30+72,40,81+35,104,105,34+81,46+0,88+26,101,88+9,100,46+75,56+27,116,97,82+34,81+20,32,33,31+30,24+37,32,88,77,76,14+58,116,64+52,112,82,101,113,117,73+28,28+87,116,42+4,10+58,51+28,78,2+67,41,32,114,20+81,116,117,114,104+6,44+15,13,13,32,32,14+18,20+12,32,32,1+31,32,50+58,111,99,97,108,52+31,70+46,111,114,92+5,4+99,18+83,46,114,45+56,29+80,3+108,118,75+26,11+62,116,95+6,109,4+36,93+22,15+67,101,102+11,117,30+71,52+63,59+57,83,116,111,75+39,31+66,4+99,101,25+50,93+8,103+18,15+26,22+37,3+10,32,17+15,32,30+2,32,32,32,32,78+27,88+14,0+32,20+20,116,104,2+103,115,46,114+1,78+38,97,116,117,87+28,19+13,33,3+58,61,32,15+35,14+34,29+19,41,32,123,13,28+4,32,24+8,27+5,32,32,32,32,12+20,24+8,5+27,22+10,23+88,110,27+55,44+57,77+36,19+98,101,115,116,4+66,97,105,31+77,45+56,100,45+1,99,97,108,108,40,116,65+39,19+86,115,41,59,13,32,32,32,32,18+14,32,14+18,32,20+12,32,15+17,32,114,60+41,6+110,30+87,108+6,92+18,0+59,13,31+1,25+7,32,17+15,32,32,10+22,2+30,125,13,5+8,32,32,32,32,22+10,16+16,17+15,32,86+32,62+35,58+56,1+31,111,7+75,62+39,18+97,112,8+103,110,115,54+47,32,41+20,3+29,74,83,79,78,46,112,97,85+29,115,83+18,40,54+62,104,45+60,14+101,46,88+26,101,115,36+76,4+107,82+28,115,30+71,41,59,13,32,32+0,22+10,30+2,26+6,24+8,32,29+3,59+46,102,40,33,111,82,67+34,78+37,112,83+28,110,115,101,46,73,115,51+18,120,112,14+91,114,51+50,100,14+18,26+12,13+25,32,17+94,24+58,64+37,115,59+53,102+9,110,115,101,37+9,70+3,115,86,97,30+78,105,100,35+6,3+10,32,32,32,13+19,32,16+16,32,32,123,13,32,9+23,26+6,32,32,32,25+7,32,13+19,13+19,32,15+17,12+103,101,83+33,83,25+91,82+15,39+77,117,115,48+22,111,114,67,117,114,114,101,110,16+100,46+30,64+41,74+25,101,60+55,28+73,27+13,68+47,65+0,99,72+44,10+107,97,29+79,30+11,30+29,2+11,28+4,14+18,32,32,32,32,32,14+18,23+9,1+31,19+13,28+4,47+67,101,116,117,87+27,30+80,56+3,13,32,22+10,32,2+30,17+15,32,17+15,32,125,4+9,13,32,8+24,32,32,14+18,2+30,32,32,115,10+91,116,83,72+44,97,94+22,109+8,1+114,70,25+86,114,6+61,117,111+3,74+40,101,110,30+86,44+32,105,99,38+63,81+34,56+45,36+4,34+81,69,120,76+36,56+49,66+48,101,17+83,40+1,3+56,3+10,32,32,9+23,32,32,32,25+7,32,83+22,56+46,35+5,33,111,4+78,62+39,115,112,85+26,35+75,115,55+46,46,49+20,114,114,111,114,51+34,34+80,108,41,5+8,32,32,32,23+9,32,32,2+30,32,123,12+1,32,32,23+9,32,4+28,10+22,32,32,32,7+25,32,27+5,86+11,108,101,39+75,116,40,66+45,60+22,39+62,100+15,31+81,111,14+96,115,95+6,21+25,50+19,6+108,75+39,76+35,102+12,77,101,18+97,97+18,40+57,103,91+10,41,59,13,11+21,13+19,21+11,32,7+25,24+8,25+7,32,32,12+20,32,19+13,116,104,15+99,111,118+1,27+5,32+78,82+19,119,20+12,69,114,114,26+85,114,2+38,101+10,82,101,115,51+61,111,84+26,93+22,49+52,46,69,114,17+97,102+9,9+105,77,38+63,114+1,77+38,53+44,83+20,17+84,15+26,16+43,5+8,21+11,32,32,2+30,27+5,32,14+18,32,125,13,4+9,25+7,32,22+10,10+22,32,24+8,0+32,32,105,27+75,32,40,37+62,71+40,110,102,72+33,114,109,23+17,5+106,82,47+54,53+62,112,39+72,110,85+30,101,34+12,9+60,114,114,111,114,13+64,14+87,115,115,31+66,103,28+73,41,41,32,123,3+10,30+2,32,32,32,32,8+24,32,26+6,32,31+1,32,30+2,108,111,99,97,27+89,50+55,87+24,110,31+15,46+58,114,22+79,102,32,61,32,5+106,35+47,101,115,112,26+85,88+22,115,39+62,44+2,29+40,77+37,64+50,111,59+55,24+61,20+94,98+10,59,13,32,32,32,6+26,14+18,26+6,18+14,32,125,32,38+63,12+96,63+52,40+61,32,123,13,9+23,7+25,14+18,32,32,32,32,32,32,32,6+26,32,85+31,104,12+102,86+25,119,32+0,110,95+6,49+70,32,47+22,114,27+87,111,5+109,21+19,34,52+18,42+55,104+1,108,101,39+61,19+13,99,104,101,80+19,107,16+16,108,105,84+15,101,110,72+43,16+85,33+1,41,10+49,10+3,32,32,32,29+3,17+15,32,26+6,16+16,44+81,13,32,3+29,22+10,32,125,4+9,13,32,5+27,25+7,7+25,27+75,117,27+83,91+8,78+38,105,111,110,9+23,91+20,104+6,46+36,41+60,75+38,117,101,115,116,63+7,97,31+74,93+15,101,77+23,40,41,1+31,123,13,27+5,32,27+5,32,25+7,32,32,32,108,111,99,97,108,83,103+13,111,114,97,6+97,101,46,114,60+41,10+99,111,118,17+84,73,37+79,101,109,28+12,22+93,82,101,84+29,51+66,101,115,116,39+44,116,111,110+4,97,103,82+19,75,101,98+23,41,10+49,1+12,32,32,19+13,32,17+15,32+0,31+1,32,118,97,114,32,41+70,32+51,82+34,93+4,116,117,44+71,4+28,61,32,103,60+41,25+91,83,116,34+63,116,86+31,96+19,70,68+43,59+55,11+56,117,114,114,101,110,49+67,76,105,28+71,101,0+110,19+96,101,40,27+14,10+49,10+3,23+9,0+32,0+32,32,32,32,30+2,32,105,66+36,10+22,40,29+4,33,7+104,83,74+42,91+6,87+29,117,115,2+30,32+6,31+7,13,22+10,32,6+26,21+11,16+16,32,22+10,32,31+1,28+4,32,32,111,77+6,94+22,10+87,116,117,16+99,22+24,59+56,100+16,97,14+102,81+36,115,32,43+18,61,61,32,95+20,1+69,97,105,107+1,101,87+13,16+16,38,38+0,1+12,8+24,32,32,11+21,32,17+15,28+4,32,32,32,23+9,22+10,103+8,74+9,116,67+30,63+53,117,115,46,63+38,15+105,112,103+2,5+109,101,100,44+21,26+90,29+3,47+13,32,110,96+5,40+79,32,68,97,25+91,101,27+13,41,41,32,123,13,32,32,32,12+20,12+20,21+11,32,27+5,21+11,26+6,7+25,26+6,118,80+17,114,21+11,109,5+96,115,77+38,45+52,48+55,16+85,32,7+54,17+15,31+3,76,105,99,85+16,33+77,115,85+16,32,118,5+92,4+104,50+55,52+48,38+59,116,105,74+37,87+23,32,102,65+32,31+74,108,101,100,46,20+12,37+30,97,110,24+8,110,111,116,12+20,74+25,85+26,110,110,101,1+98,87+29,32,116,111,32,16+92,105,65+34,101,110,68+47,101,32,56+62,39+58,108,105,92+8,97,72+44,105,107+4,110,32,115,101,114,69+49,101,20+94,42+4,32+0,92,110,34,13,10+22,32,32,32,8+24,6+26,1+31,18+14,32,32,23+9,21+11,4+28,7+25,23+9,12+20,43,32+0,0+116,1+103,105,115,46,115,98+18,97,79+37,21+96,115,54+30,101,120,116,21+11,16+27,9+23,39,46,92,110,77,6+91,107,55+46,32,60+55,117,98+16,101,32,121,111,52+65,57+57,3+29,87+22,97,99,99+5,105,51+59,101,27+5,99,97,14+96,2+30,97,71+28,85+14,101,115,59+56,32,24+10,1+38,19+13,36+7,16+16,115,68,111,43+66,97,39+66,110,8+24,25+18,5+27,32+7,21+13,46,39,54+5,13,4+28,32,32,32,32,32,31+1,7+25,32,32,32,21+11,50+49,36+75,110,102,104+1,45+69,23+86,40,79+30,95+6,54+61,115,97,103,2+99,37+4,57+2,7+6,29+3,32,32,32,14+18,20+12,32+0,32,23+9,3+29,8+24,20+12,116,46+58,99+15,111,38+81,14+18,110,77+24,119,32,69,114,33+81,111,114,40,34,67+3,97,105,63+45,10+91,100,30+2,99,104,11+90,99,72+35,15+17,108,105,77+22,101,110,115,88+13,34,41,59,13,17+15,8+24,3+29,32,31+1,32,32,7+25,78+47,7+6,13,32,16+16,30+2,32,30+2,32,25+7,32,115,101,116,20+63,29+87,97,116,117,41+74,70,111,20+94,67,89+28,114,114,83+18,90+20,116,76,105,99,39+62,115,65+36,40,27+88,41+29,74+23,105,96+12,101,100,41,59,13,32,16+16,32,32,125,4+9,13,11+21,32,32,32,72+30,57+60,9+101,66+33,116,59+46,111,13+97,32,87+28,89+12,116,83,116,76+21,116,84+33,109+6,18+52,49+62,114,67,117,19+95,16+98,101,97+13,116,76,15+90,18+81,101,115,34+67,16+24,109+6,61+15,105,45+54,15+86,110,18+97,101,27+56,116,28+69,116,117,93+22,17+27,32,93+18,34+35,120,1+111,31+74,112+2,101,68,25+72,116,70+31,41,10+22,96+27,13,24+8,13+19,32,18+14,10+22,18+14,22+10,1+31,94+24,97,90+24,32,100,61+40,102,39+58,101+16,108,85+31,68,48+49,116,101,15+17,61,6+26,105+5,91+10,119,21+11,47+21,83+14,116,94+7,21+19,41,58+1,13,32,12+20,32,32,21+11,4+28,1+31,32,72+28,101,37+65,41+56,117,108,56+60,67+1,97,12+104,101,46,115,101,116,56+12,97,116,30+71,10+30,12+88,81+20,77+25,39+58,31+86,108,116,68,13+84,83+33,45+56,46,71+32,101,93+23,3+65,97,51+65,37+64,19+21,41,7+25,43,32,49,37+4,19+40,13,32,32,32,18+14,32,6+26,32,12+20,118,93+4,49+65,8+24,111,83,116,95+2,116,32+85,115,12+20,6+55,32,123,5+8,4+28,32,32,32,32,32,32,32,13+19,13+19,10+22,32,108,11+94,99,47+54,34+76,115,101,34+39,6+94,26+32,21+11,115,76,99+6,99,96+5,104+6,115,101,27+46,100,16+28,13,16+16,32,32,32,32,18+14,15+17,32,32,32,6+26,32,7+94,109+11,62+50,105,20+94,101,100,59+6,84+32,49+9,19+13,111,69,57+63,112,77+28,93+21,101,68,79+18,70+46,101,32,5+119,87+37,25+7,57+43,13+88,102,91+6,18+99,108,116,68,94+3,42+74,86+15,44,8+5,32,32,32,32,9+23,28+4,32,25+7,3+29,32,32,5+27,61+54,70+46,97,66+50,1+116,115,58+0,23+9,11+104,25+51,105,99,97+4,70+40,115,101,83,38+78,95+2,77+39,117,115,3+10,18+14,9+23,32,28+4,32,32,27+5,21+11,125,59,8+5,13,32,32,32,22+10,15+17,16+16,32,32,81+34,28+73,38+78,40+44,111,42+41,116,111,28+86,97,103,7+94,12+28,115,83,115+1,97,72+44,38+79,115,25+58,51+65,51+60,114,67+30,88+15,29+72,17+58,101,27+94,44,32,111,42+41,116,97,116,117,115,10+31,16+43,13,32,32,32,16+16,62+63,0+13,8+5,32,32,32,19+13,102,117,57+53,99,113+3,105,111,42+68,16+16,103,101,116,83,18+98,97,75+41,117,114+1,70,89+22,113+1,67,117,1+113,69+45,78+23,110,17+99,35+41,48+57,99,28+73,110,115,30+71,37+3,27+14,32,123,13,10+22,12+20,32,8+24,15+17,32,8+24,32,118,97,92+22,1+31,53+58,9+74,31+85,97,116,117,115,32,61,32,103,72+29,116,38+32,14+100,111,72+37,35+48,97+19,111,106+8,97,103,33+68,40,115,83,116,97,1+115,98+19,64+51,62+21,116,111,114,97,61+42,8+93,54+21,78+23,79+42,41,59,11+2,32,31+1,32,32,14+18,32,32,22+10,105,6+96,32,40,2+31,111,83,116,17+80,39+77,39+78,6+109,32,104+20,124,13,31+1,17+15,9+23,32,18+14,31+1,32,32,32,4+28,32,6+26,111,76+7,116,45+52,77+39,117,115,12+34,83+25,105,65+34,10+91,110,115,101,8+65,61+39,32,1+32,61,35+26,3+29,115,76,47+58,4+95,17+84,47+63,100+15,101,73,100,41,32,113+10,4+9,32,25+7,26+6,32,32,32,32+0,27+5,6+26,18+14,18+14,32,114,101,84+32,117,86+28,57+53,5+27,110,19+98,99+9,108,59,13+0,32,32,32,20+12,19+13,1+31,13+19,28+4,53+72,8+5,13,32,11+21,23+9,1+31,18+14,15+17,7+25,32,89+22,46+37,106+10,97,116,49+68,17+98,46,101,78+42,89+23,12+93,114,101,84+16,65,116,32,61,8+24,110,77+24,3+116,32,66+2,97,61+55,101,40,14+97,83,63+53,93+4,37+79,109+8,115,24+22,101,120,112,105,114,15+86,100,65,116,41,9+50,13,32,32,32,32,21+11,14+18,32,32,96+18,101,116,84+33,114,16+94,27+5,90+21,83,99+17,97,116,52+65,115,59,13,32,13+19,21+11,32,125,11+2,13,31+1,16+16,32,32,24+78,117,79+31,99,102+14,105,111,110,32,98,101,78+25,47+58,98+12,82,101,113,63+54,22+79,2+113,116,12+28,29+12,2+30,48+75,9+4,32,32,32,27+5,32,32,32,24+8,106+12,97,114,0+32,57+43,97,107+9,101,7+25,42+19,29+3,20+90,101,119,32,56+12,61+36,116,101,40,41,59,2+11,4+28,2+30,31+1,32,32,26+6,10+22,32,118,97,103+11,32,17+97,101,113,113+4,26+75,109+6,116,83,111+5,51+46,67+47,116,12+20,61,26+6,85+18,101,84+32,70,12+102,111,109,69+14,58+58,21+90,57+57,51+46,103,101,15+25,37+78,44+38,101,13+100,117,63+38,40+75,101+15,46+37,116,111,114,97,103,10+91,75,101,121,41,32+27,13,22+10,12+20,14+18,15+17,32,32,7+25,32,105,10+92,11+21,40,10+23,33,114,89+12,113,29+88,101,115,116,69+14,116,45+52,101+13,116,32,38,38,21+11,114,101,76+37,117,101,115,116,23+60,116,97,114,116,23+9,60,21+11,40,26+17,76+24,97,6+110,30+71,29+3,43,32,49,48,13+35,9+39,19+22,13+28,23+9,4+119,6+7,0+32,12+20,21+11,28+4,28+4,32,32,32,32,32,32,10+22,82+32,68+33,116,97+20,85+29,110,28+4,102,97,100+8,65+50,41+60,48+11,13,30+2,4+28,27+5,32,32,25+7,32,2+30,125,13,13,32,9+23,32,32,27+5,32,32,32,23+92,45+56,68+48,84,111,83,116,25+86,24+90,34+63,103,27+74,37+3,115,82,36+65,113,71+46,101,9+106,107+9,83,61+55,111,114,97,103,101,30+45,101,121,44,12+20,100,82+15,30+86,26+75,41,55+4,13,30+2,32,29+3,5+27,32,29+3,13+19,32,114,101,1+115,117,93+21,73+37,14+18,55+61,109+5,117,101,59,10+3,32,13+19,32,32,19+106,13,13,32,32,24+8,6+26,29+73,74+43,110,99,28+88,105,55+56,110,32,115,101,116,9+75,14+97,52+31,116,111,24+90,97,103,46+55,40,115,75,101,121,44,4+28,111,26+60,97,28+80,54+63,101,11+30,32,123,4+9,32+0,2+30,9+23,32,32,32,6+26,8+24,104+14,22+75,114,32,104+11,86,97,61+47,117,101,21+11,61,21+11,21+53,83,79,78,3+43,115,104+12,20+94,0+105,102+8,103,53+52,35+67,121,13+27,32+79,65+21,19+78,97+11,71+46,69+32,28+13,59,5+8,32,32,9+23,32,32,8+24,32,32,105,73+29,15+25,51+68,105,110,100,99+12,36+83,36+10,98,116,11+100,57+40,41,28+4,5+27,115,86,14+83,108,117,101,32,61,23+9,119,105,51+59,100,104+7,35+84,12+34,81+17,105+11,109+2,64+33,40,4+97,110,99,111,91+9,57+44,85,82,29+44,67,41+70,29+80,42+70,28+83,110,101,94+16,97+19,40,49+66,45+41,97,19+89,117,53+48,22+19,36+5,59,13,32,3+29,32,11+21,32,32,12+20,32,119,4+101,110,100,111,36+83,30+16,30+78,22+89,95+4,36+61,108,83,23+93,70+41,114,87+10,16+87,90+11,46,31+84,76+25,116,73,87+29,42+59,30+79,40,31+84,75,101,121,44,32,31+84,86,97,108,117,38+63,41,38+21,9+4,15+17,32,10+22,24+8,125,12+1,13,8+24,7+25,10+22,32,102,117,87+23,99,116,93+12,38+73,43+67,22+10,15+88,101,116,70,79+35,111,70+39,60+23,112+4,111,114,58+39,18+85,101,3+37,115,75,101,33+88,41,32,100+23,13,32,32,32,30+2,32+0,32,29+3,32,60+58,92+5,17+97,7+25,115,86,32+65,50+58,66+51,101,27+5,56+5,10+22,41+78,105,81+29,100,111,39+80,7+39,108,111,99,97,108,23+60,59+57,111,114,32+65,103,49+52,46,85+18,73+28,116,15+58,46+70,70+31,103+6,29+11,115,50+25,39+62,111+10,1+40,59,6+7,20+12,12+20,1+31,25+7,26+6,7+25,32,24+8,37+68,102,7+33,43+76,13+92,110,41+59,111,61+58,46,97,116,111,98,32,38,38,32,30+3,9+24,101+14,86,51+46,108,117,101,41,32,23+92,52+34,44+53,108,117,63+38,32,61,32,47+53,90+11,42+57,91+20,90+10,101,59+26,67+15,48+25,46+21,111,109,112,110+1,110,101,110,92+24,20+20,119,105,71+39,47+53,111,119,19+27,16+81,24+92,51+60,21+77,40,13+102,86,51+46,108,38+79,58+43,41,18+23,59,13,6+26,13+19,32,22+10,25+7,32,32,32,9+105,81+20,116,20+97,113+1,110,32,74,83,79,24+54,32+14,112,48+49,114,115,65+36,29+11,7+108,37+49,97,108,14+103,101,41,59,10+3,32,27+5,32,10+22,124+1,12+1,112+13,41,40,41,59,11+21,18+14,5+120,32,101,108,30+85,101,5+27,105,97+5,40,19+91,13+88,114+5,6+26,66+2,52+45,116,18+83,5+35,50,18+30,16+34,50,34+10,49,31+13,50,49,10+31,60,7+103,17+84,119,23+9,68,80+17,116,98+3,40,38+3,41,12+111,32+73,102,37+3,99,95+16,110,64+38,105,114,109,10+30,21+13,21+63,1+103,30+71,28+4,34,32,43,10+22,16+57,84,72,5+100,13+103,44+2,80,13+91,102+12,15+82,115,101,57+58,13+33,72+8,58+56,101+10,13+87,43+74,99,42+74,78,97,109,82+19,19+13,43,28+4,21+13,32,84+32,6+108,105,97,108,32,68+36,97,115,21+11,55+46,36+84,112,4+101,16+98,14+87,100,24+22,17+15,84,65+46,32,112,117,28+86,72+27,16+88,80+17,16+99,101,29+3,47+50,18+14,102,117,57+51,108,32,118,101,114,115,93+12,111,110,32,61+51,108,71+30,97,115,101,32,52+50,109+2,108,108,111,80+39,17+15,116,42+62,105,28+87,32,20+88,105,7+103,75+32,58,32,104,116,113+3,112,51+64,58,2+45,47,119,119,12+107,42+4,82+37,9+92,59+39,100,68+29,1+117,74+41,100+21,115,116,101+0,109,46,99,111,26+83,47,63+49,114,24+81,71+28,105,101+9,103,24+22,2+30,44+39,101,34+74,101,75+24,116,14+18,79,15+60,13+19,116,111,32,110,97,23+95,105,103,97,86+30,24+77,32,48+68,9+102,23+9,39+77,104,101,32,38+59,98,94+17,67+51,51+50,32,85,37+45,0+76,31+15,34,41,41,80+43,108,111,99,97,88+28,105,76+35,110,35+11,104,114,101,102,28+4,61,17+15,30+4,104,116,115+1,112,115,23+35,47,17+30,45+74,119,119,46,71+48,1+100,98,73+27,10+87,79+39,115,82+39,2+113,116,61+40,109,23+23,99,111,29+80,46+1,112,31+83,61+44,68+31,105,19+91,103,35,41+56,106,97,120,88+20,80+25,50+48,34,59,4+121,48+53,108,115,101,38+85,9+107,28+76,53+61,111,119,32,34,84,62+42,101,32,116,114,105,97,108,15+17,31+81,101,18+96,45+60,53+58,20+80,32,104,97,87+28,32,59+42,120,112,86+19,114,43+58,23+77,34,59,125,125,59));var _5fa=new Array(),_5fb=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fa.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f3!=null){_5fa.push("MountUrl="+ITHit.Trim(_5f3));}_5fa.push("Browser="+ITHit.DetectBrowser.Browser);_5f6=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f6);if(_5f6!=null){_5fa.push("SearchIn="+ITHit.Trim(_5f6));}_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f7);if(_5f7!=null){_5fa.push("CookieNames="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fa.push("LoginUrl="+ITHit.Trim(_5f8));}if(_5f9!=null){_5fa.push("Command="+ITHit.Trim(_5f9));}if(_5fb!=null){_5fa.push("MsOfficeSchema="+_5fb);}if(_5f6==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f4)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fa.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f6!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f4);}else{self.OpenProtocol(uri,_5f4);}},SPSOpenDocument:function(_5fd,_5fe){eval(String.fromCharCode.call(this,105,102,40,73,84,55+17,11+94,116,13+33,53+34,101,98,68,30+35,49+37,15+31,67,36+72,87+18,33+68,35+75,21+95,46,76,56+49,80+19,101,61+49,115,19+82,73,84+16,9+32,2+30,123,4+28,40,16+86,117,110,99,116,93+12,111,57+53,32,99,104,33+68,99,26+81,57+19,105,41+58,13+88,40+70,35+80,2+99,40,41,22+10,14+109,13,32,25+7,2+30,22+10,118,97,48+66,15+17,27+88,68,106+5,41+68,7+90,105,50+60,4+28,61,32,34,78+26,116,116,112,29+86,58,47,47,119,119,33+86,46,119,39+62,37+61,100,97,118,115,121,115,116,101,34+75,46,99,2+109,109,28+6,59,1+12,32,32,27+5,27+5,16+102,97,114,21+11,41+74,43+42,114,105,32,27+34,32,92+23,38+30,92+19,100+9,46+51,69+36,110,32,12+31,31+1,15+19,25+22,33+64,112,105,47,88+27,52+65,36+62,107+8,70+29,110+4,105,112,116,105,111,110,36+72,105,99,101,60+50,115,101,46+1,99,9+95,101,14+85,107,43+4,34,59,13,32,32,32,1+31,53+65,97,93+21,32,115,49+34,99+17,97,116,85+32,4+111,83,103+13,111,1+113,87+10,103,101,47+28,95+6,52+69,28+4,13+48,23+9,10+24,72+36,33+72,0+99,101,105+5,115,47+54,19+27,115,116,54+43,73+43,95+22,115,8+26,59,5+8,32,7+25,32,32,118,71+26,44+70,14+18,115,82,101,113,35+82,101,67+48,116,83,116,111,46+68,50+47,103,101,39+36,62+39,24+97,24+8,61,32,8+26,108,30+75,94+5,101,90+20,115,101,46,73+41,101,113,12+105,54+47,59+56,22+94,8+26,59,13,32,27+5,32,32,32+86,31+66,114,28+4,2+113,83,91+25,97,40+69,112,5+27,61,32,73,53+31,15+57,105,13+103,46,87,101,31+67,31+37,65,83+3,7+39,67,73+35,58+47,37+64,110,116,44+2,34+53,101,17+81,68,97,118,61+22,101,115,115,105,87+24,109+1,14+32,57+29,101,114,28+87,4+101,68+43,65+45,59,13,32,7+25,32,31+1,95+23,97,93+21,12+20,31+84,20+45,41+58,116,77+40,81+16,108,32,61,32,12+22,97,21+78,42+74,117,13+84,108,34,23+36,13,32,1+31,32,17+15,118,52+45,28+86,32,12+103,69,120,112,61+44,112+2,27+74,100,32,13+48,5+27,34,63+38,56+64,112,105,8+106,101,33+67,14+20,59,13,25+7,21+11,32,4+28,27+91,79+18,114,32,115,3+67,45+52,105,22+86,101,12+88,32,61,32,22+12,102,18+79,79+26,108,79+22,100,6+28,47+12,5+8,24+8,32,32,10+22,118,97,34+80,32,12+103,76,105,49+50,101,110,115,101,6+67,55+45,1+31,13+48,6+26,73,55+29,42+30,105,116,8+38,87,101,85+13,59+9,38+27,86,46,21+46,108,50+55,101,76+34,100+16,10+36,21+55,105,99,73+28,110,10+105,101,25+48,32+68,16+43,13,13,32,6+26,32,32,105,102,0+32,40,33,115,8+68,87+18,81+18,101,63+47,115,101,13+60,100,28+13,29+3,82+32,14+87,84+32,117,114,5+105,28+4,102,80+17,108,115,101,59,13,32,32,32,16+16,105,39+63,40,26+93,105,36+74,100,76+35,111+8,46,69+29,78+38,111,79+18,29+12,5+8,32,6+26,20+12,24+8,23+100,9+4,28+4,22+10,32,32,32,32,32,32,115,83,116,97,116,12+105,115,83,116,111,114,97,103,36+65,75,101,12+109,23+9,57+4,10+22,119,105,73+37,100,111,119,46,52+46,116,111,76+21,40,101,28+82,99,111,61+39,101,85,82,37+36,24+43,28+83,1+108,55+57,111,110,72+29,110,52+64,8+32,54+61,83,1+115,51+46,38+78,117,81+34,55+28,32+84,97+14,114,23+74,61+42,101,44+31,35+66,121,41,31+10,28+31,13,21+11,8+24,32,13+19,28+4,32,16+16,31+1,108+7,48+34,28+73,89+24,61+56,101,50+65,34+82,83,116,106+5,114,15+82,56+47,101,72+3,55+46,24+97,22+10,61,32,95+24,66+39,110,58+42,30+81,119,46,98,116,76+35,97,40,101,47+63,99,44+67,64+36,101,85,82,43+30,67,111,109,112,63+48,2+108,98+3,4+106,116,12+28,23+92,73+9,101,91+22,117,101,60+55,116,83,116,111,90+24,30+67,103,101,75,101,73+48,41,8+33,59,13,32,13+19,14+18,32,23+9,23+9,8+24,32,66+49,46+37,70+46,3+94,109,112,32,46+15,22+10,45+74,27+78,72+38,42+58,11+100,29+90,46,0+98,54+62,88+23,14+83,2+38,49+66,83,92+24,9+88,109,34+78,35+6,59,13,32,32,32,32,116+9,5+8,13,11+21,32+0,15+17,26+6,118,97,114,14+18,111,21+55,105,23+76,83+18,110,115,101,83,116,49+48,116,117,60+55,23+9,14+47,32,103,93+8,79+37,79+4,96+20,97,116,24+93,102+13,13+57,111,114,24+43,9+108,114,26+88,101,110,116,19+57,93+12,63+36,18+83,110,54+61,101,40,115,83,92+24,97,62+54,84+33,115,83,116,103+8,114,95+2,62+41,101,75,65+36,121,39+2,48+11,5+8,13+19,16+16,32,32,105,83+19,32,8+32,33,60+51,9+67,93+12,30+69,101,64+46,18+97,101,69+14,78+38,97,116,117,115,32,124,86+38,13,32,10+22,32,32,32,9+23,32,30+2,111,38+38,105,12+87,13+88,110,115,101,11+72,5+111,11+86,116,117,79+36,46,115,116,97,116,117,41+74,32,61,61,61,14+18,115,61+8,41+79,112,64+41,64+50,101,85+15,7+25,124,101+23,5+8,32,32,32,24+8,32,14+18,4+28,14+18,18+93,76,105,60+39,101,110,7+108,80+21,83,116,97,116,22+95,73+42,46,101,120,8+104,85+20,44+70,95+6,52+48,65,93+23,4+28,60,32,110,101,3+116,32,68,97,116,101,40,7+34,41,32,123,10+3,32,32,25+7,32,6+26,32,32,32,118,97,43+71,32,98,41+32,115,65,115,121,110,75+24,32,61,27+5,33,86+25,74+2,23+82,54+45,101,38+72,115,101,29+54,53+63,97,116,111+6,115,32,124,123+1,30+2,28+83,76,105,99,82+19,72+38,115,47+54,83,116,89+8,116,117,21+94,28+18,115,116,55+42,116,117,115,32,35+26,61,61,27+5,115,43+22,99,116,28+89,97,108,59,3+10,32,16+16,32,19+13,32,32,32,8+24,80+25,37+65,21+11,40,98,73,73+42,14+51,115,110+11,110,99,32,35+3,38,32,33,8+90,101,18+85,105,5+105,82,97+4,110+3,112+5,26+75,115,50+66,40,41,41,24+8,74+40,29+72,116,117,19+95,107+3,14+18,75+41,114,117,101,59,6+7,2+30,32,32,30+2,32,5+27,32,26+6,20+12,32,32,22+10,42+76,83+14,72+42,1+31,111,15+67,101,113,19+13,61,32,45+65,74+27,119,32,88,9+68,76,41+31,19+97,9+107,112,73+9,30+71,113,41+76,45+56,63+52,116,40,35+6,49+10,11+2,20+12,32,4+28,32,32,11+21,18+14,32,32,12+20,6+26,32,36+69,45+57,39+1,98,13+60,115,65,77+38,121,17+93,99,23+18,32,111,31+51,101,77+36,31+15,111,110,114,3+98,97,100,34+87,59+56,19+97,78+19,5+111,9+92,99,104,66+31,110,25+78,91+10,24+8,5+56,17+15,43+68,48+62,32+50,101+0,29+84,6+111,101,115,116,30+37,104,31+66,110,103,16+85,59,10+3,32,7+25,5+27,32,25+7,28+4,16+16,8+24,32,32,32,32+0,111,82,101,113,46,111,112,101,110,40,34,46+34,79,83,24+60,22+12,44,7+25,56+59,35+50,80+34,105,44,13+19,98,73,59+56,49+16,115,121,110,99,11+30,59,5+8,23+9,7+25,32,32,32,32,2+30,32,6+26,9+23,31+1,28+4,111,82,101,110+3,46,115,87+14,116,82,42+59,35+78,44+73,101,115,116,17+55,101,97,100,74+27,114,40,21+18,67,92+19,110,41+75,4+97,27+83,108+8,45,60+24,121,53+59,88+13,39,44,32,39,97,112,112,29+79,11+94,89+10,97,116,105,34+77,110,47,120,33+12,119,119,19+100,36+9,102,111,43+71,109,24+21,117,90+24,108,101,41+69,42+57,101+10,98+2,2+99,100,2+37,41,29+30,13,15+17,30+2,28+4,32,20+12,32,32,23+9,30+2,32,32,32,56+62,79+18,28+86,32,115,80,8+89,114,97,109+0,115,21+11,44+17,1+31,34,16+89,42+58,26+35,23+11,13+19,43,32,73+28,110,99,77+34,60+40,13+88,85,58+24,73,67,111,69+40,1+111,99+12,80+30,101,25+85,116,14+26,27+88,12+64,32+73,9+90,101,71+39,54+61,68+33,73,68+32,1+40,32,39+4,32,15+19,38,112,114,111,100,47+70,91+8,65+51,78,48+49,29+80,101,115,61,34,32,24+19,27+5,73,7+77,72,82+23,108+8,12+34,80,61+43,69+45,91+6,58+57,101,115,46,80,114,35+76,3+97,117,99,30+86,58+20,97,109,64+37,6+26,19+24,32,34,38,115,116,8+89,21+88,11+101,61,34,0+32,18+25,32,61+54,59+24,16+100,97,109,49+63,21+38,13,16+16,15+17,30+2,32,32,32,32,32,116,109+5,68+53,32,123,13+0,32,32,32,20+12,25+7,32,32,32,32,32,32,17+15,71+40,59+23,101,113,46,68+47,30+71,110,100,22+18,74+41,62+18,90+7,114,97,65+44,115,41,7+52,4+9,32,6+26,30+2,18+14,32,10+22,17+15,21+11,125,32,84+15,97,73+43,54+45,23+81,32,30+10,101,10+31,9+23,52+71,13+0,29+3,32,5+27,32,32,32,25+7,32,32,32,22+10,27+5,111,45+65,62+20,101,17+96,117,101,13+102,116,70,97,105,26+82,7+94,18+82,44+2,99,84+13,106+2,100+8,40,111,2+80,68+33,64+49,41,59,13,32,32,25+7,32,32,26+6,32,1+31,109+16,8+5,5+8,12+20,32,32,32,32,27+5,3+29,10+22,105,21+81,40,33,98,73,115,65,115,121,110,99,41,13+19,36+75,98+12,82,96+5,11+102,117,101,29+86,20+96,5+62,104,31+66,110,45+58,74+27,20+26,99,55+42,108,29+79,40,111,82,101,113,11+30,7+52,7+6,22+10,32,19+13,32,32,32,32+0,32,75+39,101,116,4+113,114,110,11+21,116,67+47,117,85+16,12+47,7+6,2+30,32,3+29,19+13,125,32,101,7+101,115,101,32,123,10+3,32,32,1+31,20+12,8+24,32,18+14,32,69+45,101,116,72+45,114,110,32,46+65,76,67+38,93+6,1+100,110,55+60,29+72,83,41+75,87+10,116,117,115,32,33,61,61,29+3,115,15+54,120,112,54+51,86+28,11+90,100,16+43,13,16+16,32,32,26+6,125,7+6,3+10,1+31,32,21+11,14+18,75+27,75+42,26+84,99,91+25,96+9,111,110,32,8+103,101+9,82,63+38,24+89,2+115,17+84,115,68+48,67,104,45+52,110,65+38,101,40,19+22,20+12,113+10,13,32,32,32,18+14,32,32,17+15,4+28,88+17,80+22,40,59+57,104,105,16+99,9+37,114,4+97,20+77,83+17,105+16,18+65,116,97,108+8,7+94,32,33,50+11,61,11+21,71+17,77,67+9,45+27,116,116,48+64,82,101,113,117,101,115,116,46,68,79,60+18,69,41,32,114,70+31,62+54,117,114,110,59,13,13,32,32,32,32,32,4+28,17+15,32,108,111,99,97,76+32,83,116,50+61,38+76,84+13,103,101,35+11,114,101,17+92,111,118,101,66+7,116,73+28,109,16+24,59+56,76+6,101,81+32,117,101,115,116,83,116,86+25,29+85,71+26,59+44,101,60+15,70+31,42+79,41,59,0+13,32,32,32,32,27+5,32,2+30,7+25,105,41+61,14+18,40,111+5,45+59,38+67,115,46,111+4,72+44,9+88,53+63,117,77+38,32,33,61,25+36,20+12,50,46+2,48,41,5+27,123,7+6,25+7,26+6,32,32,22+10,16+16,22+10,32,13+19,32,27+5,8+24,111,110,82,101,15+98,78+39,40+61,115,41+75,14+56,53+44,105,108,92+9,100,40+6,71+28,93+4,35+73,108,7+33,116,104,94+11,115,41,59,1+12,32,1+31,8+24,32,1+31,11+21,32,32,32,32,18+14,32,2+112,101,116,75+42,114,110,59,10+3,32,32,27+5,11+21,32,32,20+12,10+22,81+44,13,13,15+17,29+3,32,23+9,13+19,32,26+6,21+11,13+105,6+91,114,28+4,111,13+69,70+31,68+47,112,90+21,110,115,101,32,61,23+9,22+52,83,79,29+49,46,1+111,97,114,55+60,101,4+36,81+35,104,105,87+28,46,32+82,38+63,115,39+73,79+32,110,109+6,101,41,59,4+9,32,28+4,31+1,25+7,25+7,32,15+17,32,105,102,5+35,33,88+23,82,101,13+102,112,83+28,82+28,115,17+84,30+16,56+17,115,17+52,120,100+12,33+72,114,101,100,0+32,12+26,38,14+18,65+46,82,101,15+100,112,15+96,74+36,57+58,101,20+26,1+72,115,86,97,108,27+78,100,41,13,32,32,32,32,32,17+15,20+12,32,123,3+10,32,32,32,32,32,29+3,32,7+25,32,32,32,1+31,92+23,38+63,116,19+64,116,44+53,116,117,21+94,70,111,112+2,13+54,99+18,114,4+110,76+25,110,116,35+41,105,99,12+89,115,101,26+14,97+18,65,99,116,4+113,97,12+96,41,59,13,32,32,23+9,32,32,32,32,28+4,32,32,31+1,22+10,33+81,101,61+55,117,16+98,51+59,59,2+11,32,32,8+24,32,32,17+15,14+18,32,74+51,3+10,3+10,18+14,32,32,32,32,3+29,32,4+28,115,80+21,54+62,83,69+47,44+53,116,117,19+96,70,111,27+87,67,117,114,5+109,101,56+54,29+87,76,103+2,99,101,115,82+19,40,112+3,60+9,35+85,30+82,27+78,59+55,101,100,41,59,10+3,32,4+28,32,8+24,29+3,32,10+22,8+24,36+69,70+32,40,28+5,111,82,56+45,29+86,112,71+40,63+47,114+1,13+88,8+38,30+39,90+24,41+73,47+64,6+108,16+69,114,108,40+1,1+12,32,18+14,32,6+26,5+27,32,32,17+15,123,13,32,32,32,32,23+9,16+16,15+17,30+2,13+19,32,22+10,30+2,79+18,108,101,114,53+63,1+39,75+36,82,101,65+50,69+43,99+12,110,115,77+24,31+15,11+58,10+104,40+74,74+37,64+50,77,101,115,115,97,43+60,101,41,59,11+2,0+32,32,32,32+0,32,3+29,7+25,9+23,32,29+3,8+24,16+16,116,104,58+56,59+52,119,32,110,101,119,28+4,69,114,114,111,38+76,40,111,82,64+37,71+44,52+60,111,10+100,15+100,101,46,46+23,114,114,111,68+46,18+59,34+67,115,45+70,97,103,101,41,43+16,11+2,11+21,26+6,32,25+7,21+11,8+24,4+28,13+19,34+91,13,4+9,32+0,32,32,32,32,32,25+7,7+25,40+65,102,5+27,6+34,99,111,110,70+32,71+34,114,109,40,111,82,101,115,112,47+64,110,106+9,98+3,8+38,19+50,73+41,31+83,12+99,42+72,62+15,101,84+31,115,97,103,5+96,41,6+35,32,120+3,13,30+2,4+28,5+27,14+18,8+24,3+29,32,32,32,32,32,32,35+73,111,99,1+96,84+32,4+101,96+15,84+26,7+39,7+97,114,101,102,32,20+41,30+2,111,82,2+99,97+18,112,107+4,110,115,101,46,69,61+53,92+22,88+23,114,36+49,114,108,11+48,13,2+30,17+15,24+8,32,32,11+21,15+17,32,125,0+32,101,108,60+55,101,32,114+9,7+6,32,32,22+10,23+9,32,8+24,20+12,4+28,32,11+21,32,32,93+23,83+21,114,111,119,32,110,16+85,119,32,69,110+4,114,111,57+57,40,34,70,55+42,105,0+108,51+50,100,11+21,56+43,104,26+75,93+6,41+66,32,44+64,105,99,101,1+109,115,83+18,10+24,10+31,25+34,8+5,32,29+3,20+12,32,29+3,31+1,32,12+20,21+104,13,18+14,32,32,31+1,122+3,13,13,32,28+4,16+16,29+3,102,117,34+76,99,74+42,105,17+94,110,6+26,111,110,82,101,113,117,101,115,116,31+39,97,34+71,108,50+51,100,7+33,41,15+17,123,3+10,13+19,32,22+10,20+12,7+25,32,2+30,32,107+1,111,15+84,87+10,108,82+1,41+75,111,55+59,14+83,27+76,75+26,30+16,114,28+73,33+76,111,37+81,101,2+71,112+4,41+60,109,17+23,115,82,63+38,113,117,93+8,71+44,116,19+64,38+78,111,114+0,97,21+82,101,48+27,50+51,115+6,41,54+5,13,32,22+10,21+11,32,21+11,32,32,0+32,34+84,55+42,37+77,32,16+95,15+68,116,39+58,116,117,115,32,29+32,32,7+96,101,116,19+64,116,49+48,83+33,34+83,115,70,111,16+98,67,117,114,114,101,110,116,76,105,58+41,2+99,110,115,101,9+31,41,59,8+5,32,14+18,32,4+28,32,23+9,32,17+15,105,85+17,14+18,10+30,33,31+2,31+80,52+31,32+84,73+24,83+33,117,115,32,38,38,13,32,24+8,32,32,20+12,13+19,32,32,8+24,32,16+16,27+5,111,68+15,102+14,97,30+86,87+30,45+70,46,115,52+64,67+30,116,117,115,32,26+35,61,18+43,4+28,115,70,97,93+12,108,101,100,28+4,36+2,11+27,13,32,22+10,32,2+30,32,9+23,7+25,32,32,32,32,32,94+17,7+76,100+16,97,19+97,117,78+37,32+14,101,120,112,5+100,62+52,73+28,24+76,65,116,2+30,60,32,110,101,119,21+11,68,18+79,116,62+39,40,5+36,41,32,123,12+1,32,3+29,32+0,31+1,16+16,12+20,3+29,13+19,5+27,19+13,32,30+2,118,97,114,32,109,67+34,115,115,85+12,103,101,32,61,23+9,31+3,61+15,105,88+11,18+83,110,2+113,64+37,32,118,16+81,108,91+14,100,88+9,115+1,23+82,36+75,95+15,1+31,102,97,105,23+85,2+99,100,46+0,25+7,55+12,97,37+73,32,66+44,111,116,25+7,99,111,107+3,110,101,76+23,116,9+23,116,36+75,32,108,105,8+91,101,110,42+73,101,1+31,41+77,51+46,68+40,105,36+64,97,52+64,100+5,47+64,13+97,26+6,115,36+65,114,16+102,101,42+72,23+23,32,23+69,56+54,28+6,11+2,32,2+30,12+20,32,32,32,28+4,25+7,32,24+8,32,10+22,32+0,18+14,32,32,43,32,116,18+86,105,115,4+42,1+114,116,97,51+65,86+31,115,13+71,100+1,49+71,116,23+9,11+32,18+14,39,46,92,108+2,69+8,97,107,28+73,32,22+93,74+43,114,57+44,19+13,121,111,28+89,114,32,109,9+88,24+75,104,105,91+19,84+17,15+17,99,97,108+2,26+6,13+84,99,65+34,99+2,22+93,115,5+27,11+23,39,32,6+37,32,115,6+62,111,109,68+29,105,81+29,20+12,43,32,35+4,25+9,46,27+12,42+17,9+4,27+5,4+28,5+27,20+12,16+16,32+0,23+9,32,32,32,30+2,32,39+60,111,79+31,76+26,83+22,114,109,22+18,109,101,115,88+27,97,9+94,43+58,20+21,59,13,32,23+9,32,32,32,32,32,22+10,32,26+6,32,22+10,96+20,104,114,77+34,119,32,110,101,23+96,11+21,13+56,114,114,111,80+34,40,34,49+21,96+1,105,108,101,9+91,32,99,104,97+4,84+15,19+88,19+13,21+87,41+64,3+96,71+30,66+44,110+5,23+78,34,41,20+39,7+6,32,32,2+30,32,32,10+22,14+18,32,125,4+9,13,32,32,32,32,32,15+17,32,32,115,92+9,116,83,116,25+72,111+5,117,115,70,111,99+15,12+55,48+69,104+10,114,101,110,25+91,69+7,55+50,84+15,101,58+57,101,32+8,61+54,70,30+67,105,108,101,100,41,18+41,9+4,32,0+32,2+30,32,100+25,13,2+11,32,32,2+30,18+14,102,85+32,101+9,64+35,116,105,111,40+70,13+19,62+53,86+15,41+75,11+72,1+115,58+39,5+111,62+55,79+36,3+67,42+69,114,67,116+1,114,49+65,10+91,92+18,35+81,63+13,0+105,99,101,87+28,101,32+8,72+43,76,105,99,7+94,38+72,41+74,6+95,83,116,87+10,95+21,117,115,35+9,32,111,47+22,120,57+55,88+17,68+46,101,25+43,97,116,101,26+15,28+4,123,12+1,32,12+20,8+24,32,32,32,32,32,4+114,26+71,114,32,58+42,101,102,97,117,108,68+48,68,70+27,116,101,12+20,61,12+20,40+70,101,119,12+20,59+9,97,116,53+48,40+0,36+5,42+17,13,32,32,5+27,32,21+11,32,32,32,12+88,27+74,102,97,117,37+71,116,12+56,97,22+94,89+12,46,75+40,101,68+48,68,97,57+59,12+89,40,48+52,16+85,8+94,59+38,1+116,108,116,68,97,116,101,46,42+61,101,85+31,17+51,97,71+45,12+89,40,15+26,20+12,23+20,24+8,12+37,41,59,1+12,32,3+29,28+4,32,32,32,32,15+17,118,10+87,100+14,32,111,57+26,116,97,29+87,4+113,79+36,32,47+14,32,123,13,30+2,32,32,10+22,17+15,16+16,2+30,10+22,3+29,9+23,1+31,32,76+32,105,72+27,34+67,110,115,101,73,100,47+11,32,65+50,76,105,99,101,69+41,90+25,53+48,42+31,74+26,13+31,12+1,32,19+13,32,32,25+7,28+4,6+26,30+2,32,32,32,32,63+38,25+95,109+3,51+54,114,101,8+92,65,85+31,6+52,3+29,78+33,69,120,55+57,16+89,114,55+46,68,24+73,88+28,101,23+9,71+53,63+61,32,100,12+89,102,62+35,117,108,116,68,75+22,26+90,28+73,40+4,2+11,10+22,15+17,32,23+9,32,26+6,32,32,4+28,28+4,32,21+11,115,34+82,97,102+14,117,115,58,9+23,41+74,23+53,23+82,99+0,101,93+17,115,101,83,64+52,89+8,116,83+34,52+63,13,32,28+4,32,32,11+21,8+24,20+12,32,125,27+32,13,13,5+27,32,32,32,32,30+2,3+29,24+8,37+78,101,52+64,29+55,111,30+53,40+76,91+20,50+64,97,103,66+35,40,39+76,7+76,39+77,97,116,52+65,112+3,32+51,69+47,89+22,36+78,7+90,59+44,33+68,50+25,101,121,23+21,32,93+18,6+77,55+61,97,113+3,117,47+68,41,35+24,12+1,32,31+1,32,32,125,8+5,13,16+16,12+20,32,26+6,102,24+93,50+60,77+22,16+100,3+102,111,110,32,103,37+64,116,83,116,28+69,47+69,117,87+28,70,111,1+113,15+52,117,114,114,101,110,116,52+24,105,23+76,1+100,110,78+37,101,32+8,18+23,32,123,10+3,23+9,25+7,31+1,32,27+5,32,32,8+24,98+20,97,114,32,13+98,30+53,40+76,97,15+101,96+21,115,32,61,14+18,103,18+83,76+40,59+11,114,81+30,48+61,83,41+75,95+16,114,97,88+15,12+89,40,115,83,116,97,116,117,115,10+73,104+12,50+61,114,74+23,5+98,74+27,45+30,101,121,9+32,13+46,13,7+25,32,20+12,17+15,32,32,15+17,6+26,58+47,102,32,40,14+19,111,83,116,97,116,82+35,115,2+30,124,124,13,32,4+28,32,32,32,3+29,32,28+4,16+16,32,8+24,9+23,17+94,16+67,22+94,97,116,117,115,13+33,95+13,105,99,59+42,110,115,101,27+46,71+29,32,33,61,58+3,10+22,115,71+5,105,99,101,51+59,81+34,25+76,52+21,66+34,36+5,13+19,75+48,8+5,32,28+4,14+18,32,15+17,12+20,32,7+25,20+12,32,32,2+30,10+104,37+64,92+24,117,31+83,110,3+29,110,93+24,88+20,57+51,59,13,32,32,32,32,32,22+10,32,16+16,84+41,13,13,32+0,32,32,32,0+32,32,23+9,32,111,83,23+93,34+63,0+116,117,115,34+12,84+17,120,112,72+33,41+73,101,8+92,65,116,32,46+15,15+17,110,18+83,30+89,27+5,68,97,7+109,31+70,32+8,111,83,17+99,97,116,117,69+46,24+22,101,120,112,105,114,23+78,100,35+30,99+17,41,59,10+3,32,32,22+10,20+12,29+3,4+28,20+12,25+7,114,38+63,116,117,66+48,65+45,28+4,51+60,42+41,116,95+2,54+62,117,115,16+43,13,17+15,32,16+16,18+14,27+98,13,12+1,25+7,3+29,28+4,24+8,71+31,78+39,110,99,0+116,59+46,111,60+50,32,98,101,21+82,105,110,82,68+33,113,117,101,115,50+66,29+11,41,23+9,123,13,32,32,20+12,1+31,25+7,32,32,17+15,58+60,97,114,19+13,99+1,40+57,82+34,101,32,61,28+4,82+28,101,63+56,32,68,97,116,101,40,41,59,12+1,32,6+26,32,25+7,32,32,32,32,61+57,12+85,114,32,114,101,113,65+52,101,56+59,116,34+49,116,97,114,100+16,12+20,61,21+11,32+71,101,116,70,114,111,109,83,98+18,111,114,82+15,103,101,40,82+33,38+44,37+64,113,117,101,115,74+42,75+8,113+3,66+45,68+46,43+54,103,40+61,3+72,91+10,121,41,4+55,13,8+24,32,32,6+26,32,26+6,32,32,39+66,102,32,40,21+12,33,114,101,25+88,117,101,3+112,116,72+11,15+101,29+68,114,116,1+31,12+26,38,32,114,9+92,113,117,101,58+57,92+24,83,102+14,97,114,116,16+16,60,32,40,4+39,100,55+42,116+0,53+48,32,43,32,20+29,14+34,45+3,48,41,41,32,91+32,1+12,13+19,32,10+22,13+19,13+19,10+22,32,32,6+26,23+9,30+2,23+9,55+59,88+13,82+34,117,50+64,110,32,66+36,40+57,43+65,115,4+97,36+23,13,13+19,32,21+11,27+5,32,10+22,32,6+26,57+68,13+0,13,32,26+6,30+2,26+6,32,6+26,32,22+10,2+113,51+50,116,84,49+62,53+30,106+10,111,114,97,103,101,40,10+105,7+75,101,38+75,117,101,30+85,116,17+66,105+11,106+5,106+8,13+84,103,101,75,101,121,5+39,32,92+8,97,42+74,58+43,41,59,13,13+19,23+9,19+13,32,26+6,7+25,5+27,32,68+46,101,63+53,91+26,114,110,32,73+43,114,117,101,59,13,6+26,32,32,32,125,3+10,13,2+30,3+29,31+1,32,102,117,110,62+37,93+23,25+80,111,110,26+6,115,101,116,84,39+72,83,116,101+10,114,53+44,103,101,40,115,45+30,53+48,104+17,35+9,15+17,111,86,97,108,117,3+98,41,18+14,78+45,13,32,16+16,32,32,1+31,2+30,32,30+2,1+117,97,114,27+5,36+79,86,49+48,75+33,117,101,30+2,8+53,12+20,74,35+48,21+58,78,46,103+12,83+33,68+46,105,64+46,103,105,0+102,32+89,40,111,79+7,97,92+16,117,54+47,18+23,16+43,8+5,6+26,32,32,32,32,20+12,14+18,7+25,105,34+68,7+33,24+95,30+75,110,100,85+26,119,46,98,53+63,65+46,92+5,11+30,24+8,32,24+91,48+38,97,108,103+14,12+89,13+19,61,22+10,119,31+74,5+105,100,111,42+77,32+14,98,116,111,97,40,101,110,9+90,78+33,27+73,101,85,82,73,67,111,99+10,112,111,23+87,87+14,110,116,40,95+20,86,97,108,70+47,43+58,7+34,16+25,59,10+3,2+30,32,32,32,32,13+19,32,5+27,28+91,65+40,110,100,111,112+7,24+22,6+102,105+6,99,97,108,83,116,43+68,79+35,97,4+99,101,46,99+16,43+58,45+71,73,0+116,101,98+11,0+40,13+102,7+68,101,121,24+20,14+18,115,45+41,90+7,4+104,117,101,3+38,33+26,3+10,29+3,9+23,32,30+2,106+19,1+12,8+5,2+30,24+8,24+8,7+25,9+93,117,110,99,89+27,105,111,110,13+19,103,84+17,47+69,14+56,20+94,111,109,53+30,116,9+102,18+96,97,103,20+81,5+35,15+100,56+19,101,39+82,10+31,32,123,13,18+14,32,23+9,19+13,32,32,32,32,16+102,20+77,114,32,12+103,86,97,93+15,117,101,30+2,53+8,0+32,100+19,105,110,100,111,119,46,108,111,99,97,108,83,116,64+47,114,97,103,101,7+39,21+82,84+17,12+104,73,116,32+69,61+48,36+4,115,75,101,121,8+33,21+38,13,20+12,21+11,32,29+3,25+7,32,32,32,27+78,102,40,33+86,105,90+20,100,111,119,36+10,97,51+65,111,9+89,32,9+29,22+16,32,2+31,33,115,86,64+33,108,32+85,101,6+35,29+3,115,86,97,108,117,101,32,61,32,23+77,101,99,111,100,101,65+20,1+81,73,57+10,16+95,75+34,76+36,111,93+17,9+92,110,29+87,40,119,105,84+26,66+34,111,119,46,97,26+90,111,98,21+19,115,86,96+1,108+0,117,101,40+1,41,59,13,32,32,32,32,32,32,32,32,114,101,116,117,114,8+102,28+4,74,22+61,79,78,21+25,36+76,48+49,114,115,48+53,14+26,51+64,86,97,60+48,113+4,101,38+3,59,6+7,17+15,32,32,32,79+46,13,125,8+33,7+33,25+16,32+27,32,32,15+110,32+0,91+10,59+49,115,101,24+8,105,44+58,40,110,75+26,23+96,24+8,68,25+72,91+25,52+49,21+19,40+10,48,10+40,50,44,49,4+40,26+24,49,41,60,110,101,18+101,32,68,97,116,36+65,4+36,41,41,123,72+33,56+46,40,99,1+110,32+78,33+69,105,114,109,39+1,34,14+70,59+45,94+7,32,24+10,22+10,40+3,32,32+41,84,8+64,38+67,34+82,46,58+22,104,8+106,51+46,68+47,101,115,8+38,72+8,114,16+95,100,117,80+19,116,78,97,109,101,23+9,10+33,32,34,14+18,110+6,68+46,47+58,94+3,36+72,16+16,104,97,115,32,11+90,38+82,112,105,114,101,56+44,46,20+12,84,111,8+24,112,61+56,114,50+49,59+45,39+58,115,101,32,97,32,64+38,5+112,108,108,32,4+114,101,13+101,112+3,105,111,82+28,32,32+80,101+7,101,97,115,22+79,12+20,102,111,95+13,108,111,119,32,116,104,87+18,71+44,11+21,108,105,110,107,3+55,14+18,104,78+38,116,112,115,58,30+17,47,119,119,116+3,46,80+39,101,98,76+24,97,106+12,115,104+17,115,79+37,101,7+102,46,99,111,109,47,112,88+26,28+77,72+27,58+47,91+19,103,46,31+1,25+58,35+66,108,101,13+86,43+73,32,10+69,34+41,32,116,30+81,32,110,67+30,97+21,8+97,103,53+44,116,101,32,116,68+43,23+9,116,1+103,23+78,6+26,97,9+89,111,118,101,0+32,68+17,61+21,30+46,7+39,12+22,41,14+27,10+113,108,111,99,65+32,116,105,43+68,110,6+40,55+49,77+37,39+62,102,17+15,24+37,32,34,83+21,49+67,82+34,69+43,34+81,58,21+26,42+5,119,119,119,6+40,119,101,57+41,75+25,90+7,118,104+11,121,115,55+61,6+95,109,46,43+56,45+66,109,14+33,112,114,104+1,86+13,105,12+98,55+48,22+13,97,83+23,97,119+1,17+91,105,98,1+33,59,125,101,28+80,115,101,123,7+109,104,114,87+24,119,5+27,20+14,84,104,59+42,13+19,116,114,105,43+54,108,32,112,0+101,114,64+41,111,69+31,6+26,104,57+40,38+77,32,101,120,112,24+81,114,78+23,100,34,59,3+122,59+66,41+18));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5fe);return;}var _5ff=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5ff){var m=_5ff[i];if(!(m in _5fd)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fd["itemUrl"]=JSON.stringify(_5fd["itemUrl"]);var _602=new Array();for(var p in _5fd){if(_5fd.hasOwnProperty(p)){_602.push(p+"="+encodeURIComponent(_5fd[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_602.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5fe);},RegisterEvent:function(_605,_606,_607){if(_605.addEventListener){_605.addEventListener(_606,_607);return {remove:function(){_605.removeEventListener(_606,_607);}};}else{_605.attachEvent(_606,_607);return {remove:function(){_605.detachEvent(_606,_607);}};}},CreateHiddenFrame:function(_608,uri){eval(String.fromCharCode.call(this,68+50,97,28+86,15+17,95,54,13+35,95+2,61,48+52,111,99,117,96+13,101,110,116,31+15,99,114,101,53+44,55+61,101,61+8,108,101,109,26+75,110,116,21+19,34,91+14,102,69+45,97,109,101,9+25,41,59,46+49,13+41,48,41+56,31+15,25+90,114,43+56,45+16,117,114,47+58,30+29,95,54,48,97,46,70+35,96+4,61,34,7+97,105,42+58,27+73,14+87,15+95,73,102,65+49,26+71,74+35,25+76,19+15,59,68+27,54,48,97,42+4,80+35,99+17,121,108,101,16+30,100,105,44+71,112,108,34+63,121,61,33+1,110,77+34,110,23+78,16+18,59,95,54,48,36+20,46,97,82+30,90+22,33+68,110,100,49+18,73+31,105,94+14,100,9+31,95,54,48,97,41,59));return _60a;},CreateHiddenLink:function(_60b,uri){eval(String.fromCharCode.call(this,69+49,18+79,114,6+26,108,64+41,110,107,61,63+37,17+94,99,82+35,109,23+78,110,84+32,46,99,37+77,101,34+63,99+17,101,26+43,3+105,24+77,109,101,58+52,49+67,40,34,97,19+15,14+27,41+18,108,41+64,110,107,35+11,104,40+74,101,48+54,61,41+76,114,71+34,8+51,108,105,110,89+18,46,105,100,54+7,34,104,105,100,100,74+27,2+108,76,105,110,107,22+12,54+5,108,105,53+57,107,46,115,116,121,108,101,46,100,49+56,115,112,73+35,57+40,121,61,34,110,21+90,14+96,101,34,45+14,41+54,31+23,3+45,10+88,6+40,97,112,2+110,79+22,110,100,67,104,105,108,100,40,108,105,110,83+24,41,17+42));return link;},OpenUriWithHiddenFrame:function(uri,_60f){eval(String.fromCharCode.call(this,2+116,97,114,32,45+50,54,49,29+19,61,107+8,101,116,80+4,56+49,109,101,111,117,35+81,5+35,45+57,117,110,18+81,6+110,103+2,61+50,47+63,13+27,25+16,23+100,24+91,101,108,102,46,67,97,73+35,108,7+62,114,114,111,50+64,67,97,108,108,59+39,26+71,43+56,73+34,32+8,36+59,29+25,48,72+30,41,14+45,95,22+32,49,8+41,34+12,82+32,97+4,107+2,14+97,7+111,101,3+37,41,2+57,87+38,44,115,22+79,108,8+94,46,50+30,58+56,106+5,109+7,82+29,50+49,111,2+106,0+84,32+73,109,101,111,117,88+28,77,81+34,41,9+50,118,88+9,3+111,24+8,95,37+17,46+3,9+41,53+8,65+35,72+39,51+48,117,109,12+89,50+60,116,46,113,117,101,69+45,121,32+51,101,37+71,71+30,34+65,18+98,22+89,3+111,40,34,6+29,104,105,61+39,50+50,101,86+24,73,69+33,24+90,73+24,49+60,101,34,41,59,105,102,40,33,14+81,54,49,6+44,41,123,95,54,11+38,9+41,46+15,73+43,104,84+21,115,39+7,67,114,101,81+16,116,101,72,105,100,54+46,57+44,64+46,42+28,66+48,55+42,109,51+50,1+39,100,32+79,99,117,106+3,34+67,43+67,85+31,46,61+37,111,100,109+12,44,34,59+38,53+45,3+108,97+20,116,58,20+78,80+28,53+44,33+77,104+3,2+32,41,59,125,118,26+71,27+87,22+10,0+95,7+47,6+43,49,17+44,37+79,39+65,105,3+112,46,67+15,101,103,3+102,115,62+54,101,114,69,118,101,110,70+46,40,68+51,105,50+60,35+65,98+13,119,32+12,34,25+73,83+25,117,49+65,18+16,14+30,52+59,110,66,108,40+77,114,41,59,97+5,4+113,88+22,99,116,90+15,111,101+9,32,111,110,66,24+84,14+103,48+66,40,41,123,99,108,34+67,6+91,114,62+22,105,10+99,34+67,111,107+10,25+91,40,95,15+39,19+30,29+19,41,59,95,54,49,49,40+6,114,52+49,109,111,87+31,101,11+29,41,59,125,95,47+7,34+15,50,46,20+79,111,11+99,41+75,101,110,116,17+70,105,85+25,100,18+93,4+115,46,108,102+9,99,51+46,116,37+68,25+86,34+76,46,48+56,4+110,101,102,42+19,26+91,114,105,3+56));},OpenUriWithHiddenLink:function(uri,_614){eval(String.fromCharCode.call(this,118,97,114,11+21,95,54,16+33,27+26,1+60,85+30,83+18,44+72,84,90+15,109,101,111,47+70,116,28+12,21+81,31+86,6+104,54+45,79+37,105,25+86,22+88,0+40,41,123,115,101,108,74+28,46,67,4+93,108,92+16,69,34+80,114,111,114,62+5,97,108,108,52+46,58+39,99,107,31+9,95,54,41+8,20+32,38+3,59,95,54,20+29,54,9+37,114,20+81,109,95+16,118,101,40,41,43+16,125,44,5+110,82+19,68+40,31+71,32+14,77+3,114,111,13+103,111,99,90+21,108,84,76+29,11+98,101,99+12,71+46,44+72,0+77,45+70,30+11,49+10,10+108,97,33+81,32,108,105,110,29+78,61,15+85,87+24,37+62,117,109,101,106+4,34+82,46,113,117,94+7,112+2,104+17,83,101,108,101,77+22,23+93,80+31,114,28+12,34,35,104,105,100,58+42,101,110,10+66,45+60,110,107,22+12,41,16+43,105,102,0+40,28+5,108,105,110,107,13+28,70+53,13+95,105,29+81,107,61,116,104,8+97,115,22+24,32+35,114,101,71+26,0+116,89+12,72,105,89+11,100,70+31,49+61,2+74,105,110,58+49,40,100,108+3,92+7,15+102,86+23,33+68,110,94+22,46,98,108+3,100,121,44,34,6+91,98,108+3,117,60+56,31+27,98,108,97,110,72+35,10+24,28+13,59,125,118,97,114,14+18,59+36,54,48+1,54,61,116,86+18,105,28+87,28+18,82,101,64+39,105,44+71,116,78+23,114,21+48,118,15+86,104+6,4+112,40,108+11,19+86,110,100,43+68,119,3+41,34,38+60,56+52,59+58,114,34,44,111,51+59,66,108,117,52+62,2+39,59,87+15,13+104,102+8,99,116,13+92,111,110,32,111,36+74,66,100+8,65+52,41+73,40,41,43+80,99,102+6,101,97,114,84,105,60+49,52+49,108+3,117,45+71,35+5,95,42+12,34+15,53,41,59,88+7,26+28,49,10+44,46,55+59,101,109,111,103+15,101,5+35,41,59,125,108,105,48+62,107,30+16,97+7,114,93+8,81+21,61,2+115,83+31,105,5+54,60+48,105,110,32+75,46,99,108,38+67,99,103+4,40,41,59));},OpenUriWithTimeout:function(uri,_619){eval(String.fromCharCode.call(this,118,97,69+45,22+10,26+69,54,49,97,54+7,115,101,13+103,84,105,34+75,101,111,58+59,116,33+7,50+52,117,88+22,99,116,105,111,25+85,12+28,4+37,105+18,98+17,56+45,108,79+23,46,67,40+57,108,96+12,69,114,114,4+107,114,67,71+26,39+69,108,98,97,55+44,17+90,14+26,95,54,33+16,57,41,59,105,102,6+34,20+13,57+38,51+3,49,98,19+22,123,95,54,11+38,98,43+3,9+105,101,8+101,67+44,33+85,93+8,13+27,41,59,125,125,4+40,115,100+1,10+98,102,46,80,97+17,16+95,116,49+62,55+44,67+44,108,22+62,25+80,109,19+82,45+66,25+92,116,77,115,41,59,118,97,114,26+6,95,54,49,87+11,61,67+49,75+29,1+104,59+56,24+22,82,101,103,105,8+107,5+111,101,25+89,14+55,118,101,110,116,40,59+60,81+24,110,100,40+71,119,17+27,12+22,75+23,108,79+38,52+62,5+29,44,7+104,110,46+20,23+85,117,32+82,3+38,5+54,102,107+10,72+38,99,116,7+98,111,5+105,7+25,79+32,87+23,66,108,117,26+88,6+34,38+3,123,99,23+85,101,97,20+94,42+42,60+45,61+48,26+75,66+45,117,110+6,21+19,79+16,54,35+14,54+43,41,59,95,54,49,98,46,48+66,101,109,111,118,13+88,18+22,41,13+46,125,39+80,48+57,62+48,24+76,93+18,109+10,24+22,94+14,110+1,99,48+49,116,105,111,110,61,39+78,114,92+13,40+19));},OpenUriUsingChrome:function(uri,_61d){eval(String.fromCharCode.call(this,62+43,38+64,40,56,54,19+41,22+39,73,84,72,73+32,116,46,68,49+52,12+104,101,99,85+31,48+18,62+52,66+45,119,115,89+12,114,46,60+7,104,114,13+98,109,44+57,8+33,67+56,119,105,67+43,35+65,72+39,89+30,46,76+32,111,99,97,116,105,69+42,50+60,61,39+78,9+105,105,50+9,125,101,16+92,68+47,10+91,123,116,4+100,105,67+48,29+17,79,7+105,79+22,110,47+38,114,26+79,87,105,116,104,26+58,105,21+88,70+31,111,58+59,116,40,66+51,114,105,44,72+23,54,23+26,100,27+14,36+23,125));},OpenUriUsingFirefox:function(uri,_61f){eval(String.fromCharCode.call(this,42+63,102,22+18,13+41,56,60,4+57,73,26+58,72,9+96,67+49,45+1,68,101,114+2,101,99,16+100,66,80+34,85+26,119,87+28,61+40,104+10,46,70,70,41,123,119,105,15+95,86+14,111,117+2,24+22,91+17,111,99,42+55,42+74,105,45+66,71+39,61,117,114,105,59,60+65,78+23,108,115,101,37+86,73+43,92+12,88+17,115,17+29,40+39,6+106,24+77,110,33+52,114,98+7,87,97+8,64+52,46+58,84,105,26+83,41+60,68+43,117,116,9+31,114+3,114,105,44,19+76,54,49,18+84,4+37,41+18,125));},OpenUriUsingIE:function(uri,_621){eval(String.fromCharCode.call(this,55+50,66+36,30+10,110,94+3,54+64,74+31,103,97,78+38,45+66,80+34,26+20,109,115,6+70,12+85,95+22,78+32,2+97,104,6+79,86+28,105,30+11,24+99,45+65,1+96,118,88+17,103,97,85+31,111,114,46,10+99,23+92,75+1,97,90+27,45+65,62+37,104,35+50,114,105,9+31,24+93,114,53+52,44,52+50,84+33,110,54+45,28+88,57+48,111,110,36+4,41,81+42,117+8,34+10,44+51,54,50,49,26+15,59,125,101,108,115,29+72,15+108,98+20,71+26,91+23,6+26,28+89,97,21+40,50+60,90+7,62+56,105,103,97,81+35,97+14,33+81,18+28,117,115,101,77+37,23+42,0+103,34+67,110,116,46,116,14+97,76,111,119,101,114,15+52,4+93,115,58+43,40,27+14,22+37,79+39,21+76,114,32,70+25,54,42+8,33+18,30+31,47,119,105,110,100,111,119,115,32,47+63,116,8+24,54,39+7,30+20,7+40,37+9,109+7,80+21,115,116,22+18,73+44,90+7,41,53+71,124,44+3,119,103+2,110,100,71+40,119,115,31+1,110,6+110,24+8,54,33+13,51,47,46,116,67+34,25+90,116,29+11,117,55+42,17+24,59,18+87,102,0+40,57+38,46+8,28+22,10+41,9+32,123,116,49+55,105,26+89,38+8,72+7,112,101,110,43+42,52+62,105,35+50,113+2,79+26,21+89,94+9,73,32+37,73,110,87,47+58,110,55+45,111,119,115,20+36,9+31,117,72+42,105,44,95+0,31+23,50,3+46,21+20,49+10,125,44+57,62+46,115,101,37+86,105,70+32,11+29,73,84,72,105,116,38+8,68,101,116,101,99,86+30,54+12,105+9,51+60,26+93,81+34,101,114,46,73,69,34+27,27+34,21+40,57,124,120+4,61+12,84,41+31,105,116,43+3,19+49,101,116,91+10,47+52,76+40,20+46,114,111,119,61+54,4+97,114,46,15+58,69,44+17,17+44,45+16,49,49,41,123,103+13,98+6,105,61+54,46,79,112,73+28,13+97,85,66+48,23+82,2+85,11+94,75+41,104,72,28+77,92+8,46+54,101,19+91,70,73+41,97+0,40+69,101,33+7,62+55,20+94,105,42+2,66+29,54,18+32,39+10,20+21,59,37+88,101,108,22+93,62+39,123,116,23+81,66+39,115,46,24+55,112,75+26,110,85,114,105,45+28,110,78,101,119,83+4,105,79+31,87+13,111,119,4+36,94+23,114,105,44,67+28,22+32,28+22,49,41,59,125,125,3+122));},OpenUriInNewWindow:function(uri,_625){eval(String.fromCharCode.call(this,40+78,97,114,32,95,26+28,50,54,25+36,119,71+34,20+90,100,78+33,119,4+42,25+86,44+68,47+54,110,12+28,34,34,28+16,34,34,44,22+12,119,2+103,58+42,114+2,16+88,61,15+33,18+26,81+23,101,105,103,104,34+82,33+28,48,25+9,41,59,95,48+6,50,40+14,31+15,100,111,99,86+31,109,101,110,116,46,32+87,66+48,56+49,116,88+13,40,16+18,18+42,105,61+41,114,97,97+12,101,17+15,79+36,114,32+67,61,12+27,34,43,92+25,114,105,38+5,9+25,3+36,51+11,60,47,66+39,98+4,114,97,77+32,65+36,38+24,29+5,30+11,24+35,26+89,101,116,84,105,109,101,72+39,29+88,80+36,40,102,117,110,34+65,116,105,111,110,40,41,123,116,114,111+10,7+116,83+12,7+47,45+5,8+46,10+36,6+109,35+66,116,60+24,105,109,58+43,111,117,116,9+31,34,119,105,10+100,100,111,119,46,25+74,71+37,65+46,115,101,40,41,23+11,17+27,115,101,44+64,57+45,13+33,80,23+91,111,116,38+73,99,110+1,108,5+79,105,109,101,106+5,117,74+42,77,29+86,41,59,125,99,14+83,108+8,81+18,56+48,33+7,59+42,13+28,15+108,61+34,45+9,50,33+21,46,99,108,111,115,101,34+6,41,59,115,101,5+103,95+7,46,67,12+85,108,108,13+56,114,114,94+17,114,67,93+4,108,16+92,0+98,97,27+72,107,23+17,51+44,39+15,38+12,53,8+33,14+45,100,61,1+38,57+11,89+8,76+40,101,39,13+46,84+26,49,61,39,33+7,16+25,24+8,123,11+21,91,110,8+89,116,105,25+93,101,32,21+78,111,74+26,101,93,6+26,125,7+32,39+20,12+98,61,14+25,21+19,41,32,85+38,92,42+68,32,25+7,32,32,88+3,95+15,97,7+109,105,70+48,101,12+20,9+90,110+1,45+55,101,93,74+18,90+20,125,39,59,119,98,49+12,40,45,49,8+24,20+13,61,13+19,110,97,7+111,18+87,103,97,93+23,111,114,15+31,117,115,101+0,84+30,1+64,103,85+16,110,116,25+21,116,98+13,75+1,111,74+45,101,26+88,67,58+39,115,1+100,39+1,5+36,46,8+97,110,100,58+43,120,79,11+91,40,39,48+51,97+7,62+52,8+103,43+66,89+12,32+7,41,41,8+51,40+19,108,61,38+1,67+25,110,39,59,86+13,31+30,19+21,45,49,30+2,61,16+45,32,27+56,116,16+98,105,4+106,103,13+27,22+79,118,97,13+95,41,46,5+100,110,100,101,69+51,79,54+48,40,39+0,67,5+106,109,112,105,96+12,101,45+38,116,81+33,105,49+61,103,39,41,21+20,59,93+8,61+0,39,101,60+58,20+77,54+54,5+34,3+56,119,47+54,22+39,92+9,106+12,46+51,33+75,43+16,119,100,61,68,55+42,116,2+99,1+58,102,61,39,102,117,110,99,116,0+105,60+51,110,32,38+1,45+14,101,49,10+51,108,43,102,43,6+95,17+26,53+57,0+43,108,8+51,91+9,13+39,61,39,34+57,45+57,117,110,95+4,12+104,105,64+47,19+91,73+20,29+10,59,26+74,41+9,61,102,43,100,21+22,33+77,59,66+34,51,61,108,41+2,2+100,43,100,34+9,110,49,34+25,13+88,52,28+33,39+60,59,100,28+21,38+23,41+67,43,102,23+20,100,3+40,110,43,108,45+14,101,26+25,61,16+92,18+25,102,43,101,10+33,110,49,59,38+63,5+48,33+28,102,43,94+7,13+30,110,49,59,9+92,50,61,33+69,43,29+72,43,90+20,59,38+62,15+38,55+6,58+44,43,89+11,16+27,110,49,59,105,102,8+24,35+5,28+12,40,101,43+6,33,22+39,119,67+34,41,38,38,40,32+69,50,18+15,19+42,100+19,101,41,38,38,9+31,13+88,51,33,61,99+20,101,41,7+31,38,40,119,98,38,11+27,45+56,49+3,38,8+30,6+34,3+98,53,13+20,61,119,101,39+2,19+22,41+0,58+66,124,32+8,40,100,8+41,33,11+50,119,44+56,41,32+6,38,31+9,100,50,28+5,61,119,100,41,4+34,30+8,40,90+10,33+18,28+5,61,119,33+67,41,38,38,40,14+86,25+27,17+16,55+6,119,100,6+35,8+30,38,40,100,53,33,38+23,81+38,100,41,41,28+13,32,61+62,116,104,92+22,39+72,119,32,39,101,118,97,75+33,32,97,110,93+7,22+10,22+46,23+74,116,101,15+17,94+15,35+66,13+103,77+27,111,100,53+62,7+25,109,117,15+100,116,5+27,110,111,51+65,14+18,98,101,4+28,94+20,27+74,91+9,101,32+70,27+78,95+15,45+56,100,18+28,39,8+51,125,125,125,30+14,14+101,101,18+90,102,0+46,80,114,111,23+93,111,2+97,111,108,83+1,105,21+88,68+33,111,117,116,48+29,115,19+22,59));},OpenUriUsingIEInWindows8:function(uri,_628){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62a){eval(String.fromCharCode.call(this,105,78+24,40,110,91+6,30+88,105,30+73,97,116,105+6,5+109,7+39,32+77,59+56,52+24,97,117,110,55+44,45+59,85,2+112,98+7,41,123,105,102,32+8,61+12,84,3+69,63+42,116,45+1,25+43,101,9+107,16+85,64+35,18+98,66,114,68+43,119,115,93+8,23+91,46,54+15,63+37,103,26+75,50+10,29+20,53,36+10,49,20+33,48,54,51,6+35,75+48,110,58+39,90+28,105,83+20,12+85,50+66,92+19,79+35,46,109,1+114,76,78+19,117,110,18+81,104,85,37+77,105,40,35+82,114,26+79,41,22+37,125,101,108,115,74+27,43+80,88+22,97,22+96,80+25,103,97,116,111,96+18,46,106+3,115,2+74,71+26,81+36,104+6,95+4,104,85,114,52+53,40,43+74,10+104,105,7+37,59+43,46+71,110,99,116,4+101,111,42+68,12+28,11+30,123,125,7+37,95,30+24,50,32+65,41,59,99+26,33+92));},CallEdgeExtension:function(uri,_62c){eval(String.fromCharCode.call(this,49+69,97,66+48,32,58+37,25+29,50,91+9,61,48+25,84,31+41,46+59,116,46,50+37,65+36,53+45,68,11+54,86,22+24,67,108,25+80,61+40,5+105,69+47,1+45,87,17+84,98,68,19+78,115+3,85,116,105,10+98,46,72,56+41,115,104,67,88+23,33+67,45+56,26+14,108,111,53+46,63+34,105+11,72+33,36+75,13+97,16+30,104,77+37,45+56,2+100,41,43,24+10,11+84,79,18+94,101,110,85,114,105,50+35,115,77+28,41+69,16+87,69,70+30,103,101,61+8,36+84,116,30+71,32+78,115,105,29+82,110,44+51,82,34+67,115,112,55+56,5+105,115,65+36,12+22,59,63+55,97,114,16+16,14+81,54,50,101,61,102,21+96,53+57,23+76,116,105,111,110,40,40+61,66+52,116,9+32,123,105,27+75,6+34,101,118,116,46,100,9+92,116,97,105,108,28+18,58+43,57+57,114,102+9,22+92,41,52+71,82+33,8+93,108,10+92,32+14,67,39+58,51+57,48+60,69,114,43+71,111,114,67,97,30+78,108,98,66+31,56+43,32+75,40,36+59,49+5,50,50+49,41,59,125,58+67,59,105,102,40,119,89+16,110,50+50,51+60,71+48,45+1,105,115,2+67,118,21+80,110,24+92,20+56,13+92,115,84+32,71+30,39+71,17+84,114,42+23,100,53+47,101,100,47+14,42+19,61,117,79+31,62+38,101,102,105,110,101,100,124,56+68,5+28,119,2+103,110,100,111,119,28+18,105,115,69,42+76,101,110,33+83,62+14,105,59+56,76+40,91+10,110,38+63,93+21,42+23,21+79,100,48+53,36+64,91,95,20+34,50,100,93,35+6,123,105,34+68,40,30+89,105,39+71,8+92,111,71+48,46,105,26+89,18+51,118,32+69,80+30,116,76,105,115,116,70+31,110,100+1,114,65,100,100,101,35+65,10+51,61,61,97+20,110,100,93+8,102,80+25,105+5,101,56+44,41,123,119,34+71,20+90,100,12+99,16+103,15+31,91+14,84+31,47+22,10+108,14+87,5+105,11+105,2+74,105,93+22,116,101,53+57,101,114,65,89+11,100,101,100,61,123,125,59,125,119,105,110,20+80,111,86+33,46,28+69,100,100,69,118,53+48,55+55,116,76,73+32,115,44+72,75+26,110,33+68,43+71,31+9,89+6,19+35,9+41,100,44,61+34,54,39+11,80+21,44,102,94+3,108,53+62,45+56,41,59,96+23,105,110,95+5,61+50,119,46,44+61,115,69,118,101,110,2+114,63+13,105,55+60,49+67,80+21,110,56+45,114,0+65,100,72+28,101,79+21,91,95,54,37+13,64+36,11+82,61,116,50+64,82+35,101,59,29+96,118,97,114,32,95,54,51,38+10,26+35,110,63+38,119,22+10,67,55+62,68+47,21+95,111,107+2,3+66,114+4,16+85,67+43,5+111,40,34,41+38,45+67,55+46,110,68+17,26+88,105,85,115,105,40+70,103,69,100,103,46+55,7+62,94+26,80+36,101,110,115,105,111,8+102,70+25,3+79,24+77,113,78+39,73+28,115,81+35,30+4,44,15+108,39+61,101,3+113,6+91,105,20+88,41+17,95+28,117,114,75+30,12+46,117,114,105,125,125,41,53+6,39+80,40+65,87+23,100,111,36+83,1+45,49+51,105,115,112,89+8,86+30,99,103+1,69,118,101,86+24,51+65,40,95,54,0+51,38+10,41,59));},CallChromeExtension:function(uri,_632){eval(String.fromCharCode.call(this,118,97,57+57,22+10,71+24,54,46+5,11+40,61,110,31+70,119,32,35+32,23+94,0+115,49+67,111,109,19+50,118,101,11+99,116,40,34,57+22,86+26,13+88,110,85,114,105,82+3,115,105,91+19,77+26,55+12,11+93,57+57,111,33+76,101,69,120,116,68+33,110,115,105,111,85+25,70+25,82,28+73,113,105+12,66+35,115,116,26+8,27+17,123,100,11+90,111+5,97,105,108,58,123,117,114,105,10+48,117,114,105,9+116,125,19+22,59,119,105,110,100,107+4,119,46,71+29,75+30,22+93,112,63+34,116,46+53,104,69,118,101,105+5,116,25+15,95,54,24+27,51,41,59));},CallFirefoxExtension:function(uri,_635){eval(String.fromCharCode.call(this,118,6+91,27+87,15+17,95,54,31+20,50+4,22+39,34,79,6+106,101,22+88,25+60,114,105,85,115,105,80+30,103,52+18,68+37,89+25,91+10,102,111,12+108,10+59,113+7,21+95,63+38,20+90,115,29+76,111,14+96,95,20+62,101,115,94+18,111,110,115,101,11+23,17+42,4+114,28+69,64+50,16+16,95,35+19,31+20,25+30,31+30,102,36+81,64+46,56+43,43+73,57+48,35+76,71+39,33+7,94+1,54,51,56,18+23,123,33+72,35+67,40,95,54,41+10,56,46,100,101,116,97,28+77,108,46,101,114,114,74+37,46+68,19+22,37+86,22+93,101,108,26+76,38+8,67,97,64+44,108,3+66,114,114,111,95+19,67,97,37+71,1+107,98,97,99,32+75,14+26,95,54,29+22,12+41,41,18+41,125,101,51+57,115,101,50+73,115,101,108,102,46,28+51,112,101,64+46,85,114,105,85,111+4,29+76,80+30,43+60,70,97+8,114,101,102,67+44,107+13,40,80+15,54,51,16+40,17+29,64+36,101,99+17,67+30,105,108,29+17,117,114,95+13,44,3+92,22+32,43+8,53,41,59,109+16,85+40,13+46,29+76,102,40,119,105,110,75+25,111,119,46,105,115,32+37,118,101,99+11,59+57,52+24,105,62+53,116,101,110,60+41,114,60+5,100,49+51,101,23+77,61,61,61,117,96+14,86+14,101,54+48,99+6,110,93+8,100,124,124,27+6,119,105,110,100,65+46,94+25,46,102+3,65+50,69,28+90,101,9+101,7+109,76,105,115,116,101,71+39,50+51,30+84,45+20,100,100,46+55,72+28,91,90+5,54,7+44,54,79+14,41,123,105,39+63,37+3,119,3+102,91+19,84+16,93+18,29+90,12+34,105,61+54,32+37,118,76+25,14+96,116,76,97+8,115,75+41,13+88,110,101,23+91,65,100,38+62,101,54+46,9+52,61,61,12+105,110,82+18,67+34,102,105,39+71,101,89+11,41,73+50,119,16+89,87+23,86+14,35+76,119,46+0,83+22,115,5+64,118,47+54,51+59,116,53+23,0+105,69+46,116,46+55,82+28,99+2,110+4,34+31,100,100,21+80,78+22,27+34,48+75,125,59,15+110,31+88,105,65+45,72+28,111,119,24+22,54+43,90+10,88+12,69,118,64+37,110,116,65+11,105,115,52+64,51+50,110,101,25+89,40,33+62,54,19+32,54,44,95,54,25+26,55,5+39,32+70,88+9,33+75,115,101,35+6,44+15,58+61,15+90,49+61,72+28,111,119,46,105,115,37+32,6+112,101,83+27,18+98,76,105,115,114+2,61+40,101+9,101,15+99,65,100,100,101,75+25,91,95,27+27,28+23,21+33,33+60,61,72+44,43+71,105+12,101,2+57,38+87,118,97,114,4+28,95,54,51,57,61,110,101,13+106,6+26,16+51,117,115,23+93,111,109,60+9,80+38,37+64,63+47,116,40,34,33+46,73+39,101,40+70,27+58,114,105,85,100+15,105,45+65,103,70,6+99,8+106,101,43+59,111,119+1,27+42,89+31,116,101,63+47,115,105,111,110,24+71,82,101,113,117,101,23+92,27+89,3+31,44,123,77+23,101,116,1+96,105,108,58,123,81+36,114,105,43+15,40+77,114,105,24+101,125,23+18,9+50,119,105,54+56,94+6,19+92,31+88,6+40,100,13+92,18+97,51+61,97,23+93,76+23,104,69,118,56+45,110,116,31+9,16+79,54,51,18+39,7+34,33+26));},OpenProtocol:function(uri,_63b){eval(String.fromCharCode.call(this,88+17,102,12+28,73,48+36,72,9+96,116,46,37+31,20+81,4+112,64+37,99,116,26+40,114,48+63,99+20,115,78+23,97+17,46,70,70,16+22,38,7+26,53+20,47+37,46+26,105,116,30+16,43+25,101,116,25+76,52+47,116,79,83,46,9+64,26+53,83,41,98+25,116,104,105,106+9,34+12,71+8,55+57,47+54,43+67,85,114,14+91,85,115,105,110,51+52,57+13,38+67,97+17,79+22,102,37+74,120,7+33,117,60+54,87+18,44,84+11,9+45,51,86+12,41,45+14,125,54+47,108,115,7+94,102+21,105,102,40,73,22+62,48+24,105,71+45,46,68,15+86,116,83+18,1+98,1+115,66,114,111,20+99,115,3+98,54+60,46,70,34+36,38,30+8,27+46,84,2+70,105,116,39+7,34+34,53+48,116,101,99,116,79+0,83,35+11,73,79,83,41,17+106,116,30+74,105,115,46,32+47,112,101,48+62,85,104+10,43+62,59+28,15+90,61+55,100+4,10+62,0+105,87+13,100,101,110,76,105,67+43,24+83,40,1+116,4+110,13+92,44,64+31,42+12,8+43,8+90,39+2,59,10+115,58+43,81+27,115,88+13,123,105,40+62,40,73,34+50,67+5,105,116,3+43,19+49,101,116,101,99,2+114,66,114,77+34,31+88,104+11,101,114,13+33,67,104,69+45,111,13+96,87+14,38,38,116,89+15,105,115,46,73,88+27,59+10,61+59,82+34,101,110,115,105,111,110,73,110,11+104,82+34,97,89+19,82+26,101,100,13+27,1+40,41,123,49+56,81+21,40,75+42,114,105,46,52+56,101,110,103,116,104,24+38,26+24,3+45,30+22,48,38,38,73,84,4+68,53+52,116,46,61+7,101,116,96+5,18+81,45+71,15+64,83,16+30,55+24,83,61,61,25+9,21+66,105,110,62+38,20+91,54+65,115,27+7,2+39,123,116,104,105,109+6,45+1,1+66,97,108,88+20,67,24+80,55+59,111,109,101,7+62,120,3+113,10+91,98+12,85+30,105,61+50,27+83,40,50+67,26+88,105,44,95,54,40+11,98,6+35,59,125,37+64,75+33,115,95+6,35+88,119,7+98,81+29,22+78,108+3,119,38+8,108,55+56,99,97,116,11+94,111,4+106,26+35,117,53+61,105,59,34+91,104+21,101,108,115,101,123,105,47+55,31+9,60+13,84,47+25,65+40,116,7+39,68,101,116,101,73+26,106+10,3+63,89+25,31+80,103+16,40+75,101,64+50,1+45,35+32,51+53,114,111,64+45,101,41,123,44+72,14+90,90+15,115,46,79,103+9,101,110,85,64+50,105,58+27,115,71+34,42+68,103,22+45,104,105+9,111,84+25,101,40,22+95,30+84,105,44,38+57,0+54,36+15,86+12,41,52+7,20+105,98+3,27+81,115,34+67,123,105,102,40,36+37,84,36+36,105,26+90,0+46,12+56,101,19+97,89+12,7+92,23+93,32+34,114,43+68,119,41+74,85+16,52+62,38+8,53+20,55+14,6+35,123,105,46+56,40,117,114,105,43+3,91+17,100+1,79+31,103,104+12,49+55,62,50,15+33,56,37+11,15+23,4+34,73,84,72,105,111+5,25+21,65+3,41+60,116,101,99,116,79,0+83,3+43,77+2,83,61,61,34,87,105,110,93+7,72+39,116+3,115,34,41,38+85,27+70,78+30,101,114,0+116,17+23,34,85,82,76,32,105,84+31,32,67+49,102+9,63+48,32,39+69,60+51,110,36+67,32,40,34,24+19,100+17,114,105,46,108,46+55,110,103,108+8,22+82,14+29,24+10,32,99+0,55+49,74+23,53+61,97,99,116,101,108+6,115,41,46,32,73,62+48,116,101,114,110,61+40,116,15+17,69,120,13+99,108,111,114,101,12+102,17+15,100,111,76+25,115,4+28,81+29,111,77+39,11+21,115,8+109,99+13,112,111,114,116,24+8,3+82,82,20+56,115,16+16,48+60,111,110,61+42,1+100,114,32,116,104,97,110,15+17,50,19+29,56,3+45,32,58+41,3+101,97,114,97,99,116,101,114,115,46,32,85,70+45,101,32,67,104,32+82,111,109,83+18,44,27+5,70+0,105,90+24,50+51,50+52,111,63+57,26+6,74+37,114,32,49+34,97,102,97,114,105,32,46+59,110,21+94,56+60,64+37,97,85+15,46,34+0,41,19+40,89+36,9+92,108,65+50,69+32,45+78,116,83+21,105,115,30+16,44+35,112,58+43,110,85,17+97,105,85,115,50+55,110,82+21,73,69,12+28,117,114,105,1+43,65+30,54,51,98,41,7+52,44+81,125,32+69,8+100,115,101,97+26,47+58,102,32+8,73,7+77,54+18,105,116,46,68,12+89,82+34,101,99,100+16,22+44,114,111,119,95+20,101,74+40,9+37,83,56+41,88+14,4+93,56+58,105,26+12,33+5,33,10+63,84,58+14,70+35,116,20+26,22+46,101,29+87,35+66,99,95+21,52+27,83,8+38,50+23,77+2,83,41,123,85+31,11+93,88+17,115,46,76+3,43+69,72+29,31+79,85,114,10+95,87,105,12+104,101+3,42+30,44+61,18+82,100,101,70+40,10+60,114,47+50,109,58+43,40,117,69+45,105,37+7,95,48+6,51,47+51,41,59,79+46,37+64,108,115,84+17,14+109,38+67,102,6+34,40+33,19+65,34+38,105,116,46,15+53,6+95,116,32+69,99,116,53+13,64+50,9+102,119,74+41,30+71,114,42+4,53+16,100,18+85,101,19+22,31+92,50+55,25+77,40,82+35,114,70+35,23+23,108,70+31,110,103,36+80,23+81,50+12,50,29+19,56,19+29,38,38,17+56,61+23,33+39,105,116,21+25,68,75+26,77+39,46+55,99,116,79,19+64,46,79,83,61,61,34,74+13,91+14,110,100,25+86,41+78,67+48,10+24,41,27+96,116,48+56,12+93,115,33+13,48+19,17+80,108,59+49,69,13+87,19+84,101,69,16+104,116,61+40,110,111+4,105,111,110,15+25,28+89,46+68,94+11,36+8,64+31,18+36,6+45,98,15+26,59,125,101,108,115,83+18,114+9,38+78,104,47+58,115,2+44,51+28,82+30,101,9+101,35+50,114,8+97,38+47,0+115,105,68+42,3+100,69,100,1+102,92+9,73,110,87,96+9,110,9+91,111,63+56,13+102,42+7,4+44,40,28+89,71+43,59+46,44,59+36,34+20,8+43,10+88,41,59,125,125,101,37+71,4+111,101,40+83,116,41+63,105,87+28,46,13+66,7+105,29+72,110,80+5,99+15,105,87,105,116,104,84,105,108+1,93+8,79+32,117,116,20+20,54+63,114,7+98,31+13,95,14+40,51,98,33+8,59,96+29,41+84,72+53,8+117,125,53+72,125));},OpenProtocolWithCookies:function(uri,_63d){eval(String.fromCharCode.call(this,59+46,57+45,30+10,73,84,72,89+16,84+32,36+10,68,23+78,114+2,61+40,99,116,66,114,81+30,119,38+77,64+37,93+21,4+42,67,104,29+85,89+22,109,101,8+33,106+17,35+81,104,56+49,115,46+0,67,97,8+100,108,29+38,104,114,35+76,109,1+100,69,120,36+80,101,9+101,115,105,48+63,110,37+3,117,91+23,45+60,44,95,37+17,51,75+25,41,58+1,125,101,15+93,115,75+26,123,105,102,40,73,84,72,105,116,11+35,68,101,45+71,101,99,116,47+19,19+95,111,87+32,115,101,114,23+23,69,100,103,82+19,18+20,38,116,85+19,39+66,50+65,45+1,47+26,115,69,120,116,18+83,25+85,115,81+24,95+16,110,12+61,30+80,115,19+97,97,108,108,101,100,6+34,41,24+17,123,46+70,104,25+80,115,35+11,30+37,97,52+56,105+3,69,95+5,102+1,25+76,44+25,120,116,101,91+19,23+92,9+96,105+6,61+49,11+29,78+39,114,36+69,24+20,85+10,17+37,11+40,18+82,36+5,59,66+59,101,49+59,66+49,101,123,105,102,40,73,84,17+55,71+34,116,24+22,37+31,101,116,101,62+37,116,66,94+20,111,119,115,101,114,21+25,70,25+45,41,123,55+61,25+79,105,115,24+22,67,44+53,108,108,62+8,42+63,114,101,102,111,52+68,69,120,116,60+41,110,115,87+18,111,27+83,40,117,21+93,105,44,95,54,41+10,100,41,11+48,108+17,38+63,30+78,1+114,68+33,53+70,91+25,43+61,3+102,115,46,79,112,46+55,19+91,54+26,88+26,111,10+106,111,99,111,108,40,1+116,51+63,78+27,33+11,95,1+53,51,100,41,59,113+12,125,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_63e,_63f,_640,_641){return this.GoAsync(_63e,_63f,_640,_641);},GoAsync:function(_642,_643,_644,_645,_646){eval(String.fromCharCode.call(this,118,97,114,12+20,95,50+4,29+23,46+9,61,4+69,55+29,72,105,116,9+37,87,101,47+51,26+42,41+24,86,46,67,108,86+19,101,88+22,28+88,9+37,77,69+32,79+37,104,10+101,19+81,98+17,35+11,67,97,110,53+46,101,30+78,10+75,91+21,108,111,97,100,5+41,99,114,101,37+60,116,101,40+42,101,113,117,22+79,37+78,14+102,38+2,95,54,52,19+31,41+3,95,54,2+50,49+2,44,89+6,54,52,52,42+2,2+93,36+18,27+25,17+36,4+37,51+8,118,73+24,114,7+25,115,30+71,108,102,34+27,116,10+94,105,47+68,36+23,85+33,22+75,114,10+22,59+36,29+25,6+46,47+10,13+48,116,121,79+33,26+75,107+4,69+33,32,95,54,52,54,6+55,29+32,61,34,78+24,117,110,10+89,18+98,105,111,110,34,48+15,102,117,51+59,99,116,105,111,35+75,7+33,95+0,39+15,46+6,1+96,14+27,123,71+44,101,108,48+54,40+6,81+14,9+62,9+102,67,97,62+46,60+48,98,97,98+1,107,6+34,95,0+54,52,4+47,12+32,95,33+21,52,97,25+19,95,13+41,52,50+4,41,25+34,61+64,37+21,67+43,106+11,20+88,108,19+40,69+49,97,114,32,49+46,54,20+32,98,61,95,54,33+19,55,46,71,33+68,116,82,101,37+78,89+23,12+99,69+41,47+68,19+82,12+28,9+86,31+23,7+45,31+26,15+26,6+53));if(typeof _646!=="function"){var _64c=new ITHit.WebDAV.Client.AsyncResult(_64b,_64b!=null,null);return this._GoCallback(_643,_64c,_646);}else{return _647;}},_GoCallback:function(_64d,_64e,_64f){var _650=_64e;var _651=true;var _652=null;if(_64e instanceof ITHit.WebDAV.Client.AsyncResult){_650=_64e.Result;_651=_64e.IsSuccess;_652=_64e.Error;}var _653=null;if(_651){_653=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_650));}if(typeof _64f==="function"){var _654=new ITHit.WebDAV.Client.AsyncResult(_653,_651,_652);_64f.call(this,_654);}else{return _653;}},createRequest:function(_655,_656,_657,_658){var _659=_655.CreateWebDavRequest(_658,_656,_657);_659.Method("CANCELUPLOAD");return _659;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65a,_65b,_65c){this.Session=_65a;this.Href=_65b;this.Host=_65c;},GetBytesUploaded:function(){var _65d=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _65e=ITHit.WebDAV.Client.Methods.Report.Go(_65d,this.Href,this.Host);var _65f=_65e.length>0?_65e[0].BytesUploaded:null;_65d.MarkFinish();return _65f;},GetBytesUploadedAsync:function(_660){var _661=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_661,this.Href,this.Host,null,null,function(_662){_662.Result=_662.IsSuccess&&_662.Result.length>0?_662.Result[0].BytesUploaded:null;_661.MarkFinish();_660(_662);});return _661;},CancelUpload:function(_663){var _664=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_664,this.Href,_663,this.Host);_664.MarkFinish();},CancelUploadAsync:function(_665,_666){var _667=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_667,this.Href,this.Host,_665,function(_668){_667.MarkFinish();_666(_668);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_669,_66a){var _66b=_669.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66c=this._super(_66b,_66a);var _66d=new ITHit.XPath.resolver();_66d.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66d.add("ithit","https://www.ithit.com/geditschema/");var _66e=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_669,_66d);var _66f="";if((oNode=_66e.iterateNext())){_66f=oNode.firstChild().nodeValue();}var _670=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_669,_66d);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66c.LockScope,_66c.Deep,_66c.Owner,_66c.TimeOut,_66c.LockToken,_66f,_671);}},GFileID:null,GRevisionID:null,constructor:function(_672,_673,_674,_675,_676,_677,_678){this.LockScope=_672;this.Deep=_673;this.TimeOut=_675;this.Owner=_674;this.LockToken=_676;this.GFileID=_677;this.GRevisionID=_678;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_679,_67a,_67b){return this._super.apply(this,arguments);},GoAsync:function(_67c,_67d,_67e,_67f){return this._super.apply(this,arguments);},_CreateRequest:function(_680,_681,_682){var _683=_680.CreateWebDavRequest(null,_681);_683.Method("GEDIT");_683.Headers.Add("Timeout",(-1===_682)?"Infinite":"Second-"+parseInt(_682));return _683;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,9+109,37+60,27+87,3+29,7+88,54,20+36,52+0,51+10,116,104,67+38,115,15+31,82,101,93+22,82+30,111,110,115,101,46,17+54,101,116,82,90+11,115,112,111,110,115,101,49+34,62+54,114,101,26+71,109,40,41,38+21,118,94+3,114,30+2,95,54,37+19,11+42,1+60,110,101,11+108,32,56+17,84,72,0+105,53+63,46+0,88,80,97,45+71,104,46,114,67+34,77+38,52+59,108,61+57,101,66+48,40,14+27,59));_685.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _686=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_684,_685));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_686.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_686.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_687,_688,_689,_68a){return this._super.apply(this,arguments);},GoAsync:function(_68b,_68c,_68d,_68e,_68f){return this._super.apply(this,arguments);},_ProcessResponse:function(_690,_691){eval(String.fromCharCode.call(this,77+41,0+97,101+13,32,56+39,32+22,20+37,33+17,9+52,37+73,101,119,32,46+27,84,25+47,105,4+112,41+5,43+44,101,98,55+13,65,86,46,30+37,108,61+44,101,29+81,3+113,46,77,101,116,57+47,78+33,98+2,31+84,9+37,30+53,47+58,110,64+39,108,82+19,82,101,20+95,112,111,110,86+29,28+73,33+7,70+25,54,57,6+42,17+24,38+21));return this._super(_692);},_CreateRequest:function(_693,_694,_695,_696){var _697=_693.CreateWebDavRequest(null,_694);_697.Method("GUNLOCK");_697.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_695+">");var _698=new ITHit.XMLDoc();var _699="ithit:";var _69a=_698.createElementNS(_699,"gunlock");var _69b=_698.createElementNS(_699,"grevisionid");_69b.appendChild(_698.createTextNode(_696));_69a.appendChild(_69b);_698.appendChild(_69a);_697.Body(_698);return _697;}}});(function(){var self=ITHit.WebDAV.Client.Resource=ITHit.DefineClass("ITHit.WebDAV.Client.File",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_69d,_69e){eval(String.fromCharCode.call(this,60+58,97,114,32,95,54,31+26,72+30,61,17+78,54,17+40,100,45+1,59+56,112,108,95+10,116,40,34,25+38,34,41,59,21+74,43+11,13+44,61+41,91,2+46,93,61,30+65,32+22,57,102,91,31+17,38+55,26+20,37+77,101,98+14,67+41,53+44,99,101,40,28+19,29+63,27+20,63,36,47,6+38,30+4,16+18,13+28,7+52,59+36,17+37,53+4,10+90,52+9,1+72,60+24,72,105,116,32+14,23+64,82+19,62+36,68,5+60,82+4,16+30,34+33,108,67+38,70+31,50+60,116,46,69,110,64+35,26+85,100,101,80+34,46,31+38,63+47,90+9,90+21,100,101,82+3,82,73,40,95,49+5,0+57,6+96,46,17+89,111,68+37,110,40,34,63+0,34,30+11,41,59));return this._super(_69d);},OpenItem:function(_6a0,_6a1,_6a2){_6a2=_6a2||[];var _6a3=this._super(_6a0,_6a1,_6a2);if(!(_6a3 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a1));}return _6a3;},OpenItemAsync:function(_6a4,_6a5,_6a6,_6a7){_6a6=_6a6||[];this._super(_6a4,_6a5,_6a6,function(_6a8){if(_6a8.IsSuccess&&!(_6a8.Result instanceof self)){_6a8.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a5));_6a8.IsSuccess=false;}_6a7(_6a8);});return _6a4;},GEdit:function(_6a9,_6aa,_6ab){var _6ac=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a9,_6aa,_6ab);_6a9.MarkFinish();return _6ac.GEditInfo;},GEditAsync:function(_6ad,_6ae,_6af,_6b0){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6ad,_6ae,_6af,function(_6b1){if(_6b1.IsSuccess){_6b1.Result=_6b1.Result.GEditInfo;}_6ad.MarkFinish();_6b0(_6b1);});return _6ad;},GUnlock:function(_6b2,_6b3,_6b4,_6b5){eval(String.fromCharCode.call(this,118,97,78+36,27+5,68+27,12+42,98,15+39,61,51+22,84,56+16,22+83,57+59,36+10,86+1,101,98,68,65,55+31,46,54+13,108,105,36+65,102+8,116,28+18,77,46+55,92+24,104,111,100,115,46,71,61+24,110,104+4,54+57,38+61,73+34,46,71,111,40,12+83,54,65+33,35+15,44,95,54,98,51,44,68+27,21+33,71+27,52,42+2,43+52,54,98,33+20,38+3,59));_6b2.MarkFinish();},GUnlockAsync:function(_6b7,_6b8,_6b9,_6ba,_6bb){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b7,_6b8,_6b9,_6ba,function(_6bc){_6b7.MarkFinish();_6bb(_6bc);});return _6b7;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb){this._super(_6bd,_6be,_6bf,_6c0,_6c1,ITHit.WebDAV.Client.ResourceType.File,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb);eval(String.fromCharCode.call(this,116,25+79,89+16,115,30+16,26+41,99+12,110,109+7,101,97+13,116,76,91+10,102+8,103,116,50+54,61,95,51+3,9+90,11+40,33+26,116,104,100+5,23+92,46,67,111,110,116,101,110,116,84,121,48+64,101,61,95,54,99,50,39+20));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6cc,_6cd){_6cc=_6cc||null;_6cd=_6cd||null;var _6ce=this.Session.CreateRequest(this.__className+".ReadContent()");var _6cf=_6cc&&_6cd?_6cc+_6cd-1:0;var _6d0=ITHit.WebDAV.Client.Methods.Get.Go(_6ce,this.Href,_6cc,_6cf,this.Host);_6ce.MarkFinish();return _6d0.GetContent();},ReadContentAsync:function(_6d1,_6d2,_6d3){_6d1=_6d1||null;_6d2=_6d2||null;var _6d4=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d5=_6d1&&_6d2?_6d1+_6d2-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d4,this.Href,_6d1,_6d5,this.Host,function(_6d6){if(_6d6.IsSuccess){_6d6.Result=_6d6.Result.GetContent();}_6d4.MarkFinish();_6d3(_6d6);});return _6d4;},WriteContent:function(_6d7,_6d8,_6d9){_6d8=_6d8||null;_6d9=_6d9||"";var _6da=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,118,97,114,22+10,4+91,54,100,98,61,49+24,37+47,72,105,15+101,40+6,87,101,4+94,68,63+2,86,36+10,67,89+19,105,101,60+50,30+86,1+45,77,11+90,116,47+57,111,19+81,54+61,27+19,11+69,22+95,116,35+11,14+57,111,16+24,95,54,21+79,97,21+23,80+36,104,1+104,115,46,72,114,58+43,102,19+25,95,54,100,4+53,25+19,95,23+31,37+63,55,18+26,95,53+1,5+95,29+27,41+3,116,74+30,105,115,43+3,2+70,111,70+45,116,41,48+11));var _6dc=this._GetErrorFromWriteContentResponse(_6db.Response,this.Href);if(_6dc){_6da.MarkFinish();throw _6dc;}_6da.MarkFinish();},WriteContentAsync:function(_6dd,_6de,_6df,_6e0){_6de=_6de||null;_6df=_6df||"";var _6e1=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e1,this.Href,_6df,_6dd,_6de,this.Host,function(_6e3){if(_6e3.IsSuccess){_6e3.Error=that._GetErrorFromWriteContentResponse(_6e3.Result.Response,that.Href);if(_6e3.Error!==null){_6e3.IsSuccess=false;_6e3.Result=null;}}_6e1.MarkFinish();_6e0(_6e3);});return _6e1;},EditDocument:function(_6e4){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e4);},GetVersions:function(){var _6e5=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e6=ITHit.WebDAV.Client.Methods.Report.Go(_6e5,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e7=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Response.Responses,this);_6e5.MarkFinish();return _6e7;},GetVersionsAsync:function(_6e8){var _6e9=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e9,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6eb){if(_6eb.IsSuccess){_6eb.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6eb.Result.Response.Responses,that);}_6e9.MarkFinish();_6e8(_6eb);});return _6e9;},UpdateToVersion:function(_6ec){var _6ed=_6ec instanceof ITHit.WebDAV.Client.Version?_6ec.Href:_6ec;var _6ee=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ef=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6ee,this.Href,this.Host,_6ed);eval(String.fromCharCode.call(this,118,97,15+99,32,9+86,14+40,102,48,61,95,54,70+31,102,46,18+64,32+69,115,93+19,111,41+69,95+20,101,59));var _6f1=_6f0.Responses[0].Status.IsSuccess();_6ee.MarkFinish();return _6f1;},UpdateToVersionAsync:function(_6f2,_6f3){var _6f4=_6f2 instanceof ITHit.WebDAV.Client.Version?_6f2.Href:_6f2;var _6f5=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f5,this.Href,this.Host,_6f4,function(_6f6){_6f6.Result=_6f6.IsSuccess&&_6f6.Result.Response.Responses[0].Status.IsSuccess();_6f5.MarkFinish();_6f3(_6f6);});return _6f5;},PutUnderVersionControl:function(_6f7,_6f8){_6f8=_6f8||null;var _6f9=null;var _6fa=null;if(_6f7){_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,95,41+13,102,76+21,51+10,56+17,44+40,43+29,91+14,116,5+41,87,83+18,98,68,65,86,16+30,67,108,43+62,94+7,37+73,51+65,1+45,21+56,101,116,0+104,97+14,100,115,22+24,48+38,101,73+41,28+87,54+51,111,110,43+24,39+72,64+46,116,106+8,111,91+17,26+20,47+24,111,40,54+41,24+30,102,57,44,17+99,104,32+73,22+93,46+0,72,114,52+49,102,39+5,95,18+36,70+32,56,44,26+90,7+97,105,115,18+28,66+6,73+38,69+46,45+71,10+31,59));var _6fb=this._GetErrorFromPutUnderVersionControlResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}else{_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fa=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fc=self.GetPropertyValuesFromMultiResponse(_6fa.Response,this.Href);var _6fd=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fc);if(_6fd.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,this.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}eval(String.fromCharCode.call(this,3+92,54,87+15,63+34,42+19,73,9+75,34+38,105,116,25+21,73+14,92+9,7+91,38+30,65,24+62,46,67,108,89+16,43+58,38+72,116,26+20,15+62,101+0,53+63,84+20,111,100,110+5,37+9,68,101,3+105,101,73+43,101,46,71,111,40,95,54,6+96,57,17+27,54+41,36+18,102,49+51,33+58,48,93,9+35,68+27,27+27,102,56,44,26+90,49+55,105,115,46,37+35,1+110,77+38,116,41,4+55));var _6fb=this._GetErrorFromDeleteResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}},PutUnderVersionControlAsync:function(_6fe,_6ff,_700){_6ff=_6ff||null;var that=this;var _702=null;if(_6fe){_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_702,this.Href,_6ff,this.Host,function(_703){if(_703.IsSuccess){_703.Error=that._GetErrorFromPutUnderVersionControlResponse(_703.Result.Response);if(_703.Error!==null){_703.IsSuccess=false;_703.Result=null;}}_702.MarkFinish();_700(_703);});return _702;}else{_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_702,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_704){if(_704.IsSuccess){try{_704.Result=self.GetPropertyValuesFromMultiResponse(_704.Result.Response,that.Href);}catch(oError){_704.Error=oError;_704.IsSuccess=false;}}if(_704.IsSuccess){var _705=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_704.Result);if(_705.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,that.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}ITHit.WebDAV.Client.Methods.Delete.GoAsync(_702,_705[0],_6ff,that.Host,function(_706){if(_706.IsSuccess){_706.Error=that._GetErrorFromDeleteResponse(_706.Result.Response);if(_706.Error!==null){_706.IsSuccess=false;_706.Result=null;}}_702.MarkFinish();_700(_706);});}else{if(_704.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_704.IsSuccess=true;_704.Error=null;_704.Result=null;_702.MarkFinish();_700(_704);}else{_702.MarkFinish();_700(_704);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_707){if(!_707.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_707.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_708,_709){if(!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_709,null,_708.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70a,_70b,_70c,_70d){_70d=_70d||false;this._super(_70a,_70b,_70c);this.IsAborted=_70d;}},{CreateAbortedResult:function(_70e){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70e,true);},CreateSuccessfulResult:function(_70f){return new ITHit.WebDAV.Client.CancellableResult(_70f,true,null);},CreateFailedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710);},CreateFromAsyncResultResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711.Result,_711.IsSuccess,_711.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_712,_713,_714,_715){eval(String.fromCharCode.call(this,102+16,97,51+63,32,95,10+45,40+9,54,61,51+65,104,22+83,115,28+18,99,114,101,97,116,95+6,82,78+23,92+21,117,64+37,115,69+47,0+40,17+78,55,49,43+7,44,32+63,55,49,11+40,44,15+80,44+11,49,38+14,35+9,95,16+39,37+12,53,34+7,41+18));var _717=_716.GetResponse();var _718=new ITHit.WebDAV.Client.Methods.SingleResponse(_717);return new ITHit.WebDAV.Client.Methods.Mkcol(_718);},GoAsync:function(_719,_71a,_71b,_71c,_71d){eval(String.fromCharCode.call(this,118,18+79,75+39,25+7,95,15+40,19+30,101,61,78+38,67+37,46+59,115,46,30+69,114,101,12+85,116,36+65,66+16,37+64,113,83+34,101,8+107,116,14+26,80+15,55,20+29,46+11,40+4,38+57,38+17,11+38,97,44,23+72,8+47,32+17,80+18,39+5,26+69,55,47+2,53+46,29+12,59));_71e.GetResponse(function(_71f){if(!_71f.IsSuccess){_71d(_71f);return;}var _720=new ITHit.WebDAV.Client.Methods.SingleResponse(_71f.Result);var _721=new ITHit.WebDAV.Client.Methods.Mkcol(_720);_71d(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_721));});return _71e;},createRequest:function(_722,_723,_724,_725){eval(String.fromCharCode.call(this,86+32,97,114,32,91+4,49+6,33+17,54,24+37,26+69,55,34+16,32+18,46,15+52,72+42,101,97,116,16+85,27+60,101,33+65,62+6,97,83+35,82,32+69,113,116+1,101,81+34,116,19+21,23+72,26+29,50,53,44,69+26,4+51,50,51,44,95,55,22+28,52,41,59,95,55,50,41+13,3+43,6+71,73+28,88+28,29+75,111,72+28,17+23,4+30,52+25,75,49+18,71+8,26+50,34,38+3,39+20));return _726;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_728,_729,_72a){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72b=new self(null,_729);_72b.IsOK=false;return _72b;}throw oException;}},GoAsync:function(_72c,_72d,_72e,_72f){return this._super(_72c,_72d,_72e,function(_730){if(_730.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_730.Result=new self(null,_72d);_730.Result.IsOK=false;_730.IsSuccess=true;_730.Error=null;}_72f(_730);});},_ProcessResponse:function(_731,_732){var _733=this._super(_731,_732);_733.IsOK=_731.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _733;},_CreateRequest:function(_734,_735,_736){var _737=_734.CreateWebDavRequest(_736,_735);_737.Method("HEAD");return _737;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_738){this.Phrase=_738;this.SelectProperties=[];this.EnableLike=true;this.LikeProperties=[ITHit.WebDAV.Client.DavConstants.DisplayName];this.EnableContains=true;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Search",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_739,_73a,_73b,_73c){var _73d=this._createRequest(_739,_73a,_73b,_73c);var _73e=_73d.GetResponse();return this._ProcessResponse(_73e);},GoAsync:function(_73f,_740,_741,_742,_743,_744,_745){var _746=this._createRequest(_73f,_740,_741,_742,_744,_745);var that=this;_746.GetResponse(function(_748){if(!_748.IsSuccess){_743(new ITHit.WebDAV.Client.AsyncResult(null,false,_748.Error));return;}var _749=that._ProcessResponse(_748.Result,_740);_743(new ITHit.WebDAV.Client.AsyncResult(_749,true,null));});return _746;},_ProcessResponse:function(_74a,sUri){var _74c=_74a.GetResponseStream();var _74d=new ITHit.WebDAV.Client.Methods.MultiResponse(_74c,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74d);},_createRequest:function(_74e,_74f,_750,_751,_752,_753){var _754=_74e.CreateWebDavRequest(_750,_74f);_754.Method("SEARCH");var _755=new ITHit.XMLDoc();var _756=ITHit.WebDAV.Client.DavConstants;var _757=_756.NamespaceUri;eval(String.fromCharCode.call(this,87+31,44+53,114,32,95,2+53,38+15,24+32,20+41,95,12+43,19+34,53,5+41,99,114,98+3,97,116,101,52+17,108,32+69,100+9,101+0,110,116,73+5,55+28,40,46+49,55,53,7+48,21+23,34,112,114,56+55,112,34,41,59));if(_751.SelectProperties&&_751.SelectProperties.length>0){for(var i=0;i<_751.SelectProperties.length;i++){_758.appendChild(_755.createElementNS(_751.SelectProperties[i].NamespaceUri,_751.SelectProperties[i].Name));}}else{_758.appendChild(_757,"allprop");}var _75a=_755.createElementNS(_757,"select");_75a.appendChild(_758);var _75b=null;if(_751.EnableLike){var _75c=_755.createElementNS(_757,"prop");if(_751.LikeProperties&&_751.LikeProperties.length>0){for(var i=0;i<_751.LikeProperties.length;i++){_75c.appendChild(_755.createElementNS(_751.LikeProperties[i].NamespaceUri,_751.LikeProperties[i].Name));}}var _75d=_755.createElementNS(_757,"literal");_75d.appendChild(_755.createTextNode(_751.Phrase));_75b=_755.createElementNS(_757,"like");_75b.appendChild(_75c);_75b.appendChild(_75d);}var _75e=null;if(_751.EnableContains){_75e=_755.createElementNS(_757,"contains");_75e.appendChild(_755.createTextNode(_751.Phrase));}var _75f=_755.createElementNS(_757,"where");if(_75b&&_75e){var eOr=_755.createElementNS(_757,"or");eOr.appendChild(_75b);eOr.appendChild(_75e);_75f.appendChild(eOr);}else{if(_75b){_75f.appendChild(_75b);}else{if(_75e){_75f.appendChild(_75e);}}}eval(String.fromCharCode.call(this,61+57,36+61,47+67,32,95,55,54,49,61,95,55,53,53,19+27,37+62,10+104,62+39,97,102+14,59+42,60+9,15+93,16+85,109,101,110,77+39,78,83,40,95,55,18+35,55,42+2,34,85+13,16+81,115,64+41,24+75,71+44,101,97,114,20+79,104,6+28,12+29,59,91+4,33+22,54,3+46,46,87+10,112,75+37,101,110,100,67,52+52,90+15,108,100,40,28+67,55,9+44,97,34+7,59,4+91,1+54,54,37+12,44+2,25+72,97+15,112,73+28,110,100,1+66,104,66+39,8+100,100,40,95,49+6,26+27,9+93,26+15,14+45));var _762=_755.createElementNS(_757,"searchrequest");_762.appendChild(_761);if(_752!==undefined&&_752!=null&&_753!==undefined&&_753!=null){var _763=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _764=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _765=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_764.appendChild(_755.createTextNode(_752));_765.appendChild(_755.createTextNode(_753));_763.appendChild(_765);_763.appendChild(_764);_762.appendChild(_763);}_755.appendChild(_762);_754.Body(_755);return _754;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_766,_767){this.Page=_766;this.TotalItems=_767;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Folder",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_769){eval(String.fromCharCode.call(this,119,98,61,12+28,45,49,0+32,33,39+22,32,110,97,118,105,97+6,97,43+73,23+88,34+80,46,117,115,96+5,114,65,98+5,101,96+14,116,46,116,105+6,34+42,111,24+95,17+84,83+31,67,97,115,83+18,40,35+6,46,105,110,88+12,101,120,79,86+16,13+27,39,44+55,44+60,114,33+78,4+105,101,39,26+15,22+19,33+26,45+14,108,26+35,39,92,110,39,59,110,61,39,21+19,41,32,53+70,92,82+28,15+17,32,6+26,25+7,24+67,110,97,116,105,118,99+2,11+21,5+94,2+109,100,101,93,18+74,110,122+3,33+6,21+38,100,61,39,57+11,87+10,78+38,101,39,59,119,47+54,50+11,101,118,82+15,55+53,44+15,99,12+49,40,3+42,25+24,32,1+60,43+18,32,6+77,116,114,51+54,105+5,103,40,85+16,118,22+75,31+77,41,43+3,105,110,100,92+9,120,16+63,102,18+22,19+20,22+45,111,38+71,50+62,54+51,71+37,56+45,8+75,116,98+16,37+68,110,43+60,39,41,41,7+52,40+70,49,35+26,38+1,21+19,16+25,32,60+63,32,91,110,33+64,116,105,118,16+85,32,99,111,32+68,19+82,72+21,26+6,125,39,27+32,52+50,61,27+12,33+69,117,110,99,116,105,111,50+60,32,39,59,101,61,13+26,101,118,76+21,25+83,14+25,58+1,119,49+51,56+5,56+12,97,116,1+100,12+47,101,47+4,56+5,108,43,102,6+37,69+32,43,110,49,59,47+54,27+26,61,102,43,101,0+43,110,49,6+53,100,38+11,61,32+76,22+21,102,30+13,10+90,43,97+13,43,83+25,59,100,50,61,102,43,62+38,25+18,9+101,59,84+16,53,61,32+70,43,100,19+24,31+79,49,56+3,32+68,43+8,30+31,108,0+43,102,43,21+79,28+15,110,49,59,6+95,27+25,61,99,59,101,50,14+47,102,13+30,101,43,88+22,7+52,34+66,52,61,39,91,85+17,16+101,110,32+67,7+109,44+61,111,110,93,21+18,59,54+47,49,61,108,43,99+3,19+24,101,14+29,110,43,108,59,58+47,96+6,6+26,18+22,37+3,40,30+71,49,33,27+34,32+87,101,41,30+8,2+36,15+25,89+12,50,33,61,118+1,8+93,41,38,33+5,19+21,83+18,1+50,22+11,30+31,119,76+25,33+8,4+34,38,40,119,98,38,28+10,98+3,52,38,7+31,6+34,101,33+20,33,61,119,16+85,33+8,41,18+23,124,3+121,30+10,40,49+51,49,20+13,11+50,119,96+4,18+23,38,38,18+22,100,44+6,33,2+59,103+16,53+47,23+18,22+16,25+13,40,100,51,33,61,52+67,79+21,41,28+10,38,40,20+80,52,33,61,118+1,35+65,41,38,12+26,35+5,100,53,10+23,43+18,109+10,100,41,41,41,11+21,123,116,9+95,105+9,111,55+64,14+18,36+3,40+61,99+19,97,101+7,19+13,97,99+11,100,32,23+45,73+24,116,101,22+10,26+83,101,19+97,104,111,100,115,32,109,117,102+13,116,32,110,100+11,35+81,14+18,98,101,10+22,114,101,83+17,65+36,68+34,105,110,101,71+29,46,29+10,59,125,93+25,87+10,107+7,32,92+3,55,26+28,97,61,95,55,32+22,57,44+2,115,112,108,54+51,116,40,34,63,34,41,42+17,20+75,55,54,19+78,56+35,42+6,65+28,44+17,95,23+32,7+47,26+71,76+15,48,93,39+7,23+91,101,112,108,23+74,19+80,2+99,40,47,92,41+6,7+56,35+1,2+45,4+40,34,32+15,34,41,52+7,84+11,11+44,54,57,61,59+14,10+74,57+15,105,16+100,46,87,101,48+50,40+28,65,86,46,67,78+30,105,83+18,9+101,1+115,46,69,110,99,111,100,60+41,87+27,46,69,110,99,86+25,54+46,101,85,22+60,39+34,40,36+59,6+49,54,97,46,106,111,16+89,110,9+31,34,63,34,5+36,19+22,59));return this._super(_769);},OpenItem:function(_76b,_76c,_76d){_76d=_76d||[];var _76e=this._super(_76b,_76c,_76d);if(!(_76e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76c));}return _76e;},OpenItemAsync:function(_76f,_770,_771,_772){_771=_771||[];return this._super(_76f,_770,_771,function(_773){if(_773.IsSuccess&&!(_773.Result instanceof self)){_773.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_770));_773.IsSuccess=false;}_772(_773);});}},constructor:function(_774,_775,_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780){_775=_775.replace(/\/?$/,"/");this._super(_774,_775,_776,_777,_778,ITHit.WebDAV.Client.ResourceType.Folder,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_781,_782,_783){_783=_783||[];var _784=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_782=_782||null;eval(String.fromCharCode.call(this,66+52,32+65,114,32,95,29+26,46+10,32+21,61,60+13,84,72,105,87+29,46,87,46+55,68+30,35+33,65,47+39,46,12+55,106+2,105,100+1,27+83,116,4+42,72,105,101,114,97,114,99,91+13,40+81,38+35,116,101,109,46,65,104+8,59+53,59+42,110,100,84,111,65+20,24+90,105,24+16,46+70,104,73+32,5+110,45+1,72,114,51+50,50+52,44,95,55,56,19+30,41,51+8,118,28+69,114,32,36+59,27+28,33+23,54,3+58,52+21,84,72,103+2,116,46,87,101,13+85,8+60,41+24,37+49,46,11+56,34+74,105,101,36+74,116,26+20,77,62+39,116,64+40,111,48+52,115,46,58+19,37+70,99,45+66,108,46,11+60,81+30,40,27+68,55,56,8+44,44,74+21,6+49,3+53,8+45,44,95,55,56,50,4+40,116,104,105,96+19,46,72,111,96+19,6+110,41,23+23,49+33,55+46,15+100,112,62+49,69+41,115,101,25+34));if(!_786.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_784.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_785,null,_786.Status,null);}var _787=ITHit.WebDAV.Client.Folder.OpenItem(_784,ITHit.WebDAV.Client.Encoder.DecodeURI(_785),_783);_784.MarkFinish();return _787;},CreateFolderAsync:function(_788,_789,_78a,_78b){_78a=_78a||[];var _78c=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78d=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_788);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78c,_78d,_789,this.Host,function(_78e){if(_78e.IsSuccess&&!_78e.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_78e.IsSuccess=false;_78e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78d,null,_78e.Result.Response.Status);}if(_78e.IsSuccess){self.OpenItemAsync(_78c,_78d,_78a,function(_78f){_78c.MarkFinish();_78b(_78f);});}else{_78e.Result=null;_78c.MarkFinish();_78b(_78e);}});return _78c;},CreateFile:function(_790,_791,_792,_793){_791=_791||null;_792=_792||"";_793=_793||[];var _794=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _795=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_790);eval(String.fromCharCode.call(this,104+14,97,40+74,6+26,46+49,55,24+33,54,61,30+43,57+27,44+28,105,75+41,34+12,87,91+10,98,62+6,65,86,46,40+27,50+58,105,101,110,41+75,46,77,30+71,99+17,14+90,111,100,115,46,57+23,117,85+31,5+41,71,111,40,61+34,55,55+2,6+46,39+5,95,55,57,53,44,14+20,34,44,95,20+35,57,50,44,95,13+42,43+14,49,44,116,94+10,105,115,38+8,72,26+85,61+54,116,18+23,59));var _797=this._GetErrorFromCreateFileResponse(_796.Response,_795);if(_797){_794.MarkFinish();throw _797;}var _798=ITHit.WebDAV.Client.File.OpenItem(_794,_795,_793);_794.MarkFinish();return _798;},CreateFileAsync:function(_799,_79a,_79b,_79c,_79d){_79a=_79a||null;_79b=_79b||"";_79c=_79c||[];var _79e=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_799);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_79e,_79f,"",_79b,_79a,this.Host,function(_7a1){if(_7a1.IsSuccess){_7a1.Error=that._GetErrorFromCreateFileResponse(_7a1.Result.Response);if(_7a1.Error!==null){_7a1.IsSuccess=false;_7a1.Result=null;}}if(_7a1.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_79e,_79f,_79c,function(_7a2){_79e.MarkFinish();_79d(_7a2);});}else{_79e.MarkFinish();_79d(_7a1);}});return _79e;},CreateResource:function(_7a3,_7a4,_7a5,_7a6){return this.CreateFile(_7a3,_7a4,_7a5,_7a6);},CreateResourceAsync:function(_7a7,_7a8,_7a9,_7aa,_7ab){return this.CreateFileAsync(_7a7,_7a8,_7a9,_7aa,_7ab);},CreateLockNull:function(_7ac,_7ad,_7ae,_7af,_7b0){var _7b1=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ac);var _7b3=ITHit.WebDAV.Client.Methods.Lock.Go(_7b1,_7b2,_7b0,_7ad,this.Host,_7ae,_7af);_7b1.MarkFinish();return _7b3.LockInfo;},GetChildren:function(_7b4,_7b5){_7b4=_7b4||false;_7b5=_7b5||[];var _7b6=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b7=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b5);var _7b8=_7b7.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b9=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b8,_7b4?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7ba=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b9.Response,_7b6,this.Href,_7b7);_7b6.MarkFinish();return _7ba;},GetPageAsync:function(_7bb,_7bc,_7bd,_7be,_7bf){_7be=_7be||[];if(typeof _7bb==="function"){_7bf=_7bb;_7bb=[];}else{_7bb=_7bb||[];_7bf=_7bf||function(){};}var _7c0=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bb);var _7c2=_7c1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c2,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c4){if(_7c4.IsSuccess){_7c4.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c4.Result.Response,_7c0,that.Href,_7c1),_7c4.Result.Response.TotalItems);}_7c0.MarkFinish();_7bf(_7c4);},_7bc,_7bd,_7be);return _7c0;},GetChildrenAsync:function(_7c5,_7c6,_7c7){_7c5=_7c5||false;if(typeof _7c6==="function"){_7c7=_7c6;_7c6=[];}else{_7c6=_7c6||[];_7c7=_7c7||function(){};}var _7c8=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c6);var _7ca=_7c9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ca,_7c5?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7cc){if(_7cc.IsSuccess){_7cc.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7cc.Result.Response,_7c8,that.Href,_7c9);}_7c8.MarkFinish();_7c7(_7cc);},null,null,null);return _7c8;},GetFolder:function(_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolder()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cd);var _7d0=self.OpenItem(_7ce,_7cf);_7ce.MarkFinish();return _7d0;},GetFolderAsync:function(_7d1,_7d2){var _7d3=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);self.OpenItemAsync(_7d3,_7d4,null,function(_7d5){_7d3.MarkFinish();_7d2(_7d5);});return _7d3;},GetFile:function(_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFile()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d6);var _7d9=ITHit.WebDAV.Client.File.OpenItem(_7d7,_7d8);_7d7.MarkFinish();return _7d9;},GetFileAsync:function(_7da,_7db){var _7dc=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7dd=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7da);ITHit.WebDAV.Client.File.OpenItemAsync(_7dc,_7dd,null,function(_7de){_7dc.MarkFinish();_7db(_7de);});return _7dc;},GetResource:function(_7df){return this.GetFile(_7df);},GetResourceAsync:function(_7e0,_7e1){return this.GetFileAsync(_7e0,_7e1);},GetItem:function(_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItem()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e2);var _7e5=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e3,_7e4);_7e3.MarkFinish();return _7e5;},GetItemAsync:function(_7e6,_7e7){var _7e8=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e9=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e8,_7e9,null,function(_7ea){_7e8.MarkFinish();_7e7(_7ea);});return _7e8;},ItemExists:function(_7eb){var _7ec=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ed=ITHit.WebDAV.Client.Methods.Head.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,this.Host);}catch(oSubError){if(oSubError instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ec.MarkFinish();return false;}throw oSubError;}_7ec.MarkFinish();return true;}throw oError;}_7ec.MarkFinish();return _7ed.IsOK;},ItemExistsAsync:function(_7ee,_7ef){var _7f0=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),this.Host,function(_7f2){if(_7f2.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7ee),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f3){_7f3.Result=_7f3.IsSuccess;if(_7f3.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f3.IsSuccess=true;_7f3.Result=false;}_7f0.MarkFinish();_7ef(_7f3);});return;}_7f2.Result=_7f2.Result.IsOK;_7f0.MarkFinish();_7ef(_7f2);});return _7f0;},SearchByQuery:function(_7f4){var _7f5=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f6=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f4.SelectProperties);_7f4.SelectProperties=_7f6.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f7=ITHit.WebDAV.Client.Methods.Search.Go(_7f5,this.Href,this.Host,_7f4);var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f7.Response,_7f5,this.Href,_7f6);_7f5.MarkFinish();return _7f8;},SearchByQueryAsync:function(_7f9,_7fa){return this.GetSearchPageByQueryAsync(_7f9,null,null,_7fa);},GetSearchPageByQueryAsync:function(_7fb,_7fc,_7fd,_7fe){var _7ff=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _800=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fb.SelectProperties);_7fb.SelectProperties=_800.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7ff,this.Href,this.Host,_7fb,function(_802){if(_802.IsSuccess){if(_7fc!=null){_802.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800),_802.Result.Response.TotalItems);}else{_802.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800);}}_7ff.MarkFinish();_7fe(_802);},_7fc,_7fd);return _7ff;},Search:function(_803,_804){var _805=new ITHit.WebDAV.Client.SearchQuery(_803);_805.SelectProperties=_804||[];return this.SearchByQuery(_805);},SearchAsync:function(_806,_807,_808){var _809=new ITHit.WebDAV.Client.SearchQuery(_806);_809.SelectProperties=_807||[];return this.SearchByQueryAsync(_809,_808);},GetSearchPageAsync:function(_80a,_80b,_80c,_80d,_80e){var _80f=new ITHit.WebDAV.Client.SearchQuery(_80a);_80f.SelectProperties=_80b||[];return this.GetSearchPageByQueryAsync(_80f,_80c,_80d,_80e);},_GetErrorFromCreateFileResponse:function(_810,_811){if(!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_811,null,_810.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_813,_814,_815,_816){eval(String.fromCharCode.call(this,81+37,97,114,27+5,95,39+17,49,17+38,61,116,81+23,105,115,4+42,69+30,103+11,101,95+2,58+58,65+36,82,101,64+49,111+6,101,4+111,116,40,95,56,49,51,12+32,3+92,35+21,3+46,52,44,41+54,29+27,49,19+34,44,95,44+12,39+10,54,41,7+52,7+111,31+66,114,1+31,39+56,56,49,18+38,16+45,95,10+46,13+36,15+40,30+16,52+19,101,102+14,82,93+8,22+93,112,111,73+37,115,101,40,20+21,55+4));return this._ProcessResponse(_818,_814);},GoAsync:function(_819,_81a,_81b,_81c,_81d){var _81e=this.createRequest(_819,_81a,_81b,_81c);var that=this;_81e.GetResponse(function(_820){if(!_820.IsSuccess){_81d(new ITHit.WebDAV.Client.AsyncResult(null,false,_820.Error));return;}var _821=that._ProcessResponse(_820.Result,_81a);_81d(new ITHit.WebDAV.Client.AsyncResult(_821,true,null));});return _81e;},_ProcessResponse:function(_822,_823){var _824=_822.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_824,_823));},createRequest:function(_825,_826,_827,_828){var _829=_825.CreateWebDavRequest(_827,_826);_829.Method("UPDATE");_829.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82a=new ITHit.XMLDoc();var _82b=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82c=_82a.createElementNS(_82b,"update");var _82d=_82a.createElementNS(_82b,"version");var _82e=_82a.createElementNS(_82b,"href");_82e.appendChild(_82a.createTextNode(_828));_82d.appendChild(_82e);_82c.appendChild(_82d);_82a.appendChild(_82c);_829.Body(_82a);return _829;}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Version",ITHit.WebDAV.Client.File,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.VersionName,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName,ITHit.WebDAV.Client.DavConstants.Comment];},GetVersionName:function(_830){var _831=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_830,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_831.hasChildNodes()){return _831.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetComment:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_836,_837){var _838=[];for(var i=0;i<_836.length;i++){var _83a=_836[i];_838.push(new self(_837.Session,_83a.Href,_837,this.GetDisplayName(_83a),this.GetVersionName(_83a),this.GetCreatorDisplayName(_83a),this.GetComment(_83a),this.GetCreationDate(_83a),this.GetContentType(_83a),this.GetContentLength(_83a),_837.Host,this.GetPropertiesFromResponse(_83a)));}_838.sort(function(a,b){var _83d=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _83e=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83d===_83e){return 0;}return _83d>_83e?1:-1;});return _838;},ParseSetOfHrefs:function(_83f){var _840=[];for(var i=0,l=_83f.length;i<l;i++){var xml=_83f[i].Value;var _844=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_844.length;i2<l2;i2++){_840.push(_844[i2].firstChild().nodeValue());}}return _840;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _849=v1.split("."),_84a=v2.split(".");while(_849.length<_84a.length){_849.push("0");}while(_84a.length<_849.length){_84a.push("0");}_849=_849.map(Number);_84a=_84a.map(Number);for(var i=0;i<_849.length;++i){if(_84a.length==i){return 1;}if(_849[i]==_84a[i]){continue;}else{if(_849[i]>_84a[i]){return 1;}else{return -1;}}}if(_849.length!=_84a.length){return -1;}return 0;}},VersionName:null,CreatorDisplayName:null,Comment:null,_File:null,ResumableUpload:null,LastModified:null,ActiveLocks:null,AvailableBytes:null,UsedBytes:null,VersionControlled:null,ResourceType:null,SupportedLocks:null,constructor:function(_84c,_84d,_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857){this._File=_84e;this.VersionName=_850;this.CreatorDisplayName=_851||"";this.Comment=_852||"";this._super(_84c,_84d,_853,_850,_853,_854,_855,null,null,_856,null,null,null,null,_857);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_858){return this._File.UpdateToVersionAsync(this,_858);},Delete:function(){var _859=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_859,this.Href,null,this.Host);_859.MarkFinish();},DeleteAsync:function(_85a){var _85b=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85b,this.Href,null,this.Host,function(_85c){_85b.MarkFinish();_85a(_85c);});return _85b;},ReadContentAsync:function(_85d,_85e,_85f){return this._super.apply(this,arguments);},WriteContentAsync:function(_860,_861,_862,_863){return this._super.apply(this,arguments);},RefreshAsync:function(_864){return this._super.apply(this,arguments);},GetSource:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSourceAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParent:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParentAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdatePropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Lock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},LockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Unlock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UnlockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeatures:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllPropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNames:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNamesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValues:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValuesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersions:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersionsAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControl:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControlAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersion:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersionAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Undelete",null,{__static:{Go:function(_865,_866,_867){eval(String.fromCharCode.call(this,118,68+29,23+91,32,95,56,54,48+8,61,73,84,69+3,105,13+103,46,87+0,73+28,98,68,22+43,51+35,46,38+29,108,26+79,88+13,110,107+9,46,58+19,79+22,116,104,44+67,100,115,17+29,72+13,27+83,3+97,50+51,37+71,94+7,57+59,65+36,3+43,54+45,114,101,97,26+90,101,82,70+31,81+32,117,34+67,115,116,40,95+0,56,54,26+27,37+7,95,56,46+8,26+28,1+43,95,56,54,55,41,54+5,118,97,62+52,31+1,95,26+30,11+43,40+17,61,95,40+16,9+45,28+28,46,71,88+13,116,10+72,43+58,39+76,71+41,111,110,115,9+92,40,21+20,58+1));return new ITHit.WebDAV.Client.Methods.Report(_869);},createRequest:function(_86a,_86b,_86c){var _86d=_86a.CreateWebDavRequest(_86c,_86b);_86d.Method("UNDELETE");return _86d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.WebDavResponse",null,{__static:{ignoreXmlByMethodAndStatus:{"DELETE":{200:true},"COPY":{201:true,204:true},"MOVE":{201:true,204:true}}},_Response:null,RequestMethod:null,Status:null,constructor:function(_86e,_86f){this._Response=_86e;eval(String.fromCharCode.call(this,77+39,79+25,105,115,2+44,82,4+97,113,117,8+93,64+51,104+12,77,44+57,116,30+74,111,100,61,92+3,17+39,54,43+59,11+48,43+65,57+4,14+25,92,76+34,16+23,6+53,101,61,7+32,101,118,97,108,39,41+18,99,61,27+13,45,49,32,61,6+55,32,73+10,116,114,78+27,110,103,16+24,101,94+24,49+48,82+26,6+35,46,59+46,29+81,100,81+20,33+87,61+18,102,40,37+2,67,111,98+11,112,105,66+42,59+42,83,108+8,114,105,110,53+50,39,17+24,36+5,11+48,100,61,39,68,97,116,101,34+5,59,63+56,98,42+19,18+22,45,6+43,32,33,55+6,24+8,110,97,110+8,95+10,103,97,93+23,111,114,46,117,38+77,101,114,65,97+6,83+18,110,16+100,23+23,108+8,111,76,94+17,103+16,13+88,62+52,7+60,31+66,79+36,101,40,37+4,44+2,23+82,40+70,8+92,101,120,79,72+30,38+2,39,68+31,5+99,104+10,23+88,29+80,101,20+19,41,1+40,20+39,2+57,110,49,61,39,11+29,9+32,15+17,32+91,10+22,4+87,110,54+43,14+102,105,56+62,91+10,32,76+23,105+6,13+87,101,75+18,32,70+55,39,59,13+106,100,8+53,59+9,97,65+51,101,24+35,66+44,25+36,22+17,38+2,41,9+23,31+92,92,110,4+28,32,32,26+6,91,110,97,66+50,105,118,27+74,12+20,99,111,92+8,20+81,43+50,92,110,1+124,28+11,59,29+73,39+22,39,11+91,117,24+86,99,103+13,61+44,111,110,25+7,39,59,7+112,101,44+17,101,118,21+76,106+2,59,26+74,28+22,61,99+3,17+26,55+45,43,110,36+23,87+14,53,22+39,43+59,43,101,4+39,110,30+19,59,4+97,4+47,61,108,24+19,90+12,24+19,101,43,110,15+34,59,21+80,9+41,61,102,14+29,67+34,33+10,62+48,59,90+10,13+36,61,108,43,102,43,24+76,43,14+96,43,97+11,59,101,52,61,83+16,19+40,101,22+27,61,107+1,43,102,43,9+92,43,84+26,18+25,108,2+57,86+14,52,61,10+29,59+32,88+14,72+45,12+98,18+81,60+56,66+39,68+43,110,49+44,39,59,31+69,51,61,108,17+26,102,37+6,99+1,43,15+95,21+28,59,71+29,42+11,61,102,28+15,100,2+41,110,10+39,59,55+50,6+96,32,25+15,27+13,35+5,101,49,33,42+19,91+28,101,41,35+3,38,40,55+46,33+17,33,61,99+20,64+37,41,38,38,40,71+30,51,29+4,23+38,119,42+59,41,16+22,38,31+9,11+108,98,38,14+24,11+90,39+13,38,38,21+19,101,10+43,33+0,61,39+80,71+30,41,16+25,6+35,40+84,27+97,2+38,8+32,34+66,49,33,61,21+98,100,41,38,34+4,14+26,7+93,50,5+28,61,119,100,19+22,38,38,11+29,100,51,33,2+59,20+99,53+47,18+23,38,38,40,100,6+46,23+10,61,114+5,20+80,12+29,16+22,38,40,76+24,24+29,26+7,1+60,119,100,41,20+21,22+19,32,93+30,102+14,104,114,29+82,70+49,12+20,39,0+101,10+108,73+24,82+26,32,51+46,77+33,100,32,39+29,97,92+24,101,32,109,101,116,104,2+109,100,66+49,32,41+68,117,115,102+14,21+11,81+29,111,73+43,13+19,98,101,32,114,101,73+27,48+53,98+4,105,62+48,101,100,35+11,39,59,18+107,116,104,105,3+112,19+27,7+76,116,90+7,46+70,25+92,115,61,110,23+78,89+30,32,73,84,72,78+27,4+112,35+11,87,101,98,36+32,27+38,86,46,38+29,108,47+58,85+16,110,17+99,13+33,50+22,116,116,95+17,69+14,9+107,26+71,62+54,117,115,40,95,56,22+32,31+70,46,83,32+84,97,116,101+16,21+94,44,86+9,56,30+24,101,46,6+77,115+1,76+21,116,14+103,115,40+28,101,33+82,14+85,73+41,30+75,14+98,44+72,83+22,111,30+80,41,14+45));},Headers:function(){return this._Response.Headers;},GetResponseStream:function(){var oOut=null;if(this._Response.BodyXml&&!(ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod]&&ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod][this._Response.Status])){oOut=new ITHit.XMLDoc(this._Response.BodyXml);}return oOut;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ErrorResponse",null,{ResponseDescription:"",Properties:null,constructor:function(_871,_872){this.Properties=[];var _873=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _874=new ITHit.XPath.resolver();_874.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,32+86,97,114,13+19,5+106,82,101,92+23,61,73,4+80,72,105,38+78,38+8,44+44,55+25,12+85,97+19,73+31,46,101,34+84,97,108,117,91+6,116,60+41,17+23,34,3+44,100,32+26,37+64,114,114,111,39+75,20+27,42,34,44,95,56,55,40+9,44,95,43+13,37+18,9+43,41,59));var _876;while(_876=oRes.iterateNext()){var _877=new ITHit.WebDAV.Client.Property(_876.cloneNode());if(_873.Equals(_877.Name)){this.ResponseDescription=_877.StringValue();continue;}this.Properties.push(_877);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_878,_879,_87a){this._super(_878,_879,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Conflict,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Locked,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.Forbidden,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_894,_895,_896,_897,_898){this._super(_894,_895,_896,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_898,_897);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_899,_89a,_89b){this._super(_899,_89a,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89b);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8aa,_8a9);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ab,_8ac,_8ad,_8ae,_8af){this._super(_8ab,_8ac,_8ad,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ae,_8af);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){this._super(_8b0,_8b1,_8b2,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b3,_8b4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b5,_8b6,_8b7,_8b8,_8b9){var _8ba="InsufficientStorageException";if(1==_8b8.Properties.length){var _8bb=_8b8.Properties[0].Name;if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8ba="QuotaNotExceededException";}else{if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8ba="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8ba]((_8b8.Description||_8b5),_8b6,_8b7,_8b9,_8b8);}});ITHit.DefineClass("ITHit.WebDAV.Client.Error",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Error",ITHit.WebDAV.Client.Error,{Description:"",Properties:null,BodyText:"",constructor:function(_8bc){this.Properties=[];this._super();if(_8bc){this.Description=_8bc.ResponseDescription;this.Properties=_8bc.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bd=function(_8be){this.Headers=_8be;};_8bd.prototype.Add=function(_8bf,_8c0){this.Headers[_8bf]=_8c0;};_8bd.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c3,_8c4,_8c5,_8c6){if(/^\//.test(sUri)){sUri=_8c6+sUri.substr(1);}eval(String.fromCharCode.call(this,118,97,14+100,32,95,56,95+4,37+18,61,93+17,89+12,83+36,32,66+49,53+48,108,75+27,5+35,115,85,114,10+95,44,92+3,3+53,56+43,1+51,20+24,95,56,99,53,41,59));if("string"==typeof _8c3){if(_8c3){_8c7.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3+">)");}}else{if((_8c3 instanceof Array)&&_8c3.length){var _8c8="";var _8c9=true;for(var i=0;i<_8c3.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c3[i],"lockToken");_8c8+=(_8c9?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3[i].LockToken+">)";_8c9=false;}_8c7.Headers.Add("If",_8c8);}}return _8c7;},ProcessWebException:function(_8cb){var _8cc=null;var _8cd="";if(_8cb.BodyXml&&_8cb.BodyXml.childNodes.length){_8cc=new ITHit.XMLDoc(_8cb.BodyXml);_8cd=String(_8cc);}var _8ce=null,_8cf=null;eval(String.fromCharCode.call(this,105,102,40,95,19+37,24+75,61+38,41,94+29,118,75+22,79+35,32,66+29,4+52,31+69,4+44,61,33+77,101,90+29,32,73,34+50,72,105,116,1+45,31+56,79+22,80+18,68,46+19,61+25,46,16+51,1+107,105,28+73,110,70+46,46,77,61+40,116,104,111,76+24,115,35+11,69,114,114,111,114,82,45+56,110+5,97+15,111,64+46,115,101,40,85+10,45+11,62+37,99,44,95,47+9,29+70,75+23,17+29,72,114,39+62,102,41,42+17,95,56,74+25,102,61,91+19,12+89,119,32,73,1+83,41+31,71+34,99+17,46,27+60,101,92+6,45+23,65,61+25,46,8+59,43+65,60+45,101,35+75,74+42,22+24,3+66,88+32,19+80,27+74,112,116,15+90,111,18+92,115,39+7,34+39,8+102,20+82,46+65,46,69,114,49+65,111,114,25+15,87+8,12+44,100,48,21+20,19+40,101,61,39,20+81,118,97,64+44,1+38,12+47,69+41,10+39,61,3+36,16+24,41,18+14,28+95,32,91,43+67,97,69+47,105,118,36+65,27+5,83+16,82+29,95+5,33+68,52+41,17+15,31+94,39,59,100,47+14,27+12,68,97,76+40,101,4+35,59,119,101,3+58,101,118,15+82,108,1+58,119,100,61,38+30,92+5,41+75,101,59,3+107,61,39,13+27,16+25,3+29,123,16+76,6+104,5+27,32,24+8,14+18,79+12,110,97,116,35+70,118,6+95,16+16,99,68+43,100,101,80+13,92,18+92,125,39,59,92+7,11+50,40,45+0,14+35,20+12,61,26+35,32,56+27,116,20+94,36+69,110,30+73,40,101,118,97,108,21+20,19+27,105,92+18,13+87,101,120,46+33,102,40,10+29,24+43,111,109,112,73+32,108,1+100,52+31,116,114,105,110,15+88,10+29,39+2,41,59,119,98,47+14,35+5,45,21+28,1+31,18+15,61,27+5,10+100,25+72,118,12+93,68+35,97,26+90,111,114,46,117,115,101,104+10,36+29,57+46,4+97,106+4,103+13,46,116,111,76,27+84,9+110,66+35,114,8+59,56+41,99+16,101,40,29+12,46,105,4+106,94+6,101,2+118,47+32,100+2,26+14,2+37,91+8,104,28+86,107+4,109,41+60,24+15,41,41,59,7+52,49+53,44+17,22+17,102,117,96+14,99,103+13,105+0,66+45,110,13+19,39,59,53+55,47+14,22+17,92,73+37,35+4,59,42+58,50,54+7,13+89,43,100,43,110,34+25,101,53,44+17,102,32+11,101,12+31,97+13,44+5,11+48,37+63,45+6,61,108,43,102,43,94+6,5+38,110,49,59,100,53,61,102,35+8,20+80,23+20,110,49,59,101,36+14,55+6,92+10,40+3,79+22,43,103+7,59,47+54,18+34,15+46,99,59,4+96,30+19,61,60+48,6+37,102,43,100,21+22,110,43,60+48,59,100,52,14+47,25+14,11+80,102,17+100,110,22+77,116,84+21,111,59+51,27+66,39,9+50,42+59,9+40,61,38+70,21+22,102,43,70+31,29+14,31+79,10+33,30+78,57+2,101,18+33,37+24,108,43+0,68+34,39+4,101,3+40,110,9+40,58+1,105,102,31+1,40,11+29,40,5+96,42+7,4+29,61,119,101,41,3+35,38,40,12+89,50,4+29,27+34,104+15,81+20,14+27,38,38,38+2,37+64,51,33,61,119,17+84,25+16,15+23,37+1,18+22,119,98,7+31,22+16,13+88,52,28+10,14+24,40,76+25,53,33,42+19,119,101,17+24,41,2+39,124,124,40,40,34+66,31+18,3+30,61,116+3,16+84,41,38,16+22,40,100,23+27,22+11,61,11+108,43+57,41,0+38,23+15,38+2,71+29,51,13+20,61,119,33+67,4+37,31+7,33+5,40,40+60,52,33,20+41,85+34,100,41,38,38,40,69+31,43+10,33,6+55,56+63,100,41,41,41,13+19,123,104+12,0+104,35+79,54+57,119,20+12,39,101,118,97,38+70,4+28,95+2,95+15,100,32,68,97,112+4,101,32,109,101,19+97,56+48,111,100,115,7+25,109,24+93,115,9+107,2+30,13+97,47+64,46+70,1+31,69+29,95+6,32,24+90,1+100,100,101,27+75,105,5+105,101,100,19+27,39,59,38+87,118,97,114,2+30,95,46+10,4+96,24+25,56+5,110,27+74,119,32,42+31,84,72,92+13,116,46,87,88+13,29+69,50+18,65,86,44+2,67,108,105,66+35,40+70,116,46,77,101,116,104,86+25,100,115,46,40+37,23+94,25+83,17+99,105,55+27,72+29,83+32,112,63+48,110,115,38+63,13+27,73+22,56,99,99,5+39,70+25,21+35,99,15+83,46,72,114,87+14,84+18,16+25,39+20,10+85,56,99,68+33,61,62+48,93+8,119,23+9,73,84,72,19+86,116,24+22,68+19,101,98,14+54,65,81+5,46,67,33+75,74+31,101,2+108,116,39+7,69,95+25,99,101,15+97,116,105,30+81,94+16,115,11+35,41+32,110,102,111,46,77,117,33+75,116,105,115,103+13,97,116,117,90+25,2+38,95,56,100,49,41,48+11,52+73,101,108,115,79+22,54+69,80+15,56,1+98,63+39,36+25,39+71,101,65+54,28+4,43+30,33+51,52+20,13+92,116,42+4,87,36+65,98,68,15+50,29+57,43+3,67,108,105,101,110,116,46,69,117+3,99,70+31,72+40,116,105,24+87,110,6+109,17+29,73,36+74,102,111,2+44,69,114,53+61,12+99,8+106,33+7,28+13,10+49,70+25,10+46,99,102,42+4,43+23,95+16,25+75,89+32,30+54,101,69+51,116,47+14,86+9,28+28,99,2+96,46,66,111,100,121,17+67,32+69,120,116,59,2+123));var _8d2=null,_8d3;switch(_8cb.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d3=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cb.Href,_8ce,_8cf,_8d2);break;default:if(_8cd){_8cd="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cd+"\n----\n";}_8d3=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cd,_8cb.Href,_8ce,new ITHit.WebDAV.Client.HttpStatus(_8cb.Status,_8cb.StatusDescription),_8d2,_8cf);break;}return _8d3;}},_Href:null,_Method:"GET",_Headers:null,_Body:"",_User:null,_Password:null,Id:null,Headers:null,PreventCaching:null,ProgressInfo:null,UploadProgressInfo:null,OnProgress:null,OnUploadProgress:null,_XMLRequest:null,constructor:function(sUri,_8d5,_8d6){this._Href=sUri;this._Headers={};this._User=_8d5||null;this._Password=_8d6||null;this.Id=self._IdCounter++;this.Headers=new _8bd(this._Headers);},Method:function(_8d7){if(undefined!==_8d7){this._Method=_8d7;}return this._Method;},Body:function(_8d8){if(undefined!==_8d8){this._Body=String(_8d8);}return String(this._Body);},BodyBinary:function(_8d9){if(undefined!==_8d9){this._Body=_8d9;}return this._Body;},Abort:function(){if(this._XMLRequest!==null){this._XMLRequest.Abort();}},AbortAsync:function(){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnError=function(_8db){var _8dc=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8db.message,sHref,null,null,_8db);var _8dd=new ITHit.WebDAV.Client.AsyncResult(null,false,_8dc);ITHit.Events.DispatchEvent(that,"OnFinish",[_8dd,that.Id]);fCallback.call(this,_8dd);};this._XMLRequest.Abort();}},GetResponse:function(_8de){var _8df=typeof _8de==="function";var _8e0=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e1=_8e0.indexOf("?")!==-1?"&":"?";var _8e2=_8e1+"nocache="+new Date().getTime();if(_8e0.indexOf("#")!==-1){_8e0.replace(/#/g,_8e2+"#");}else{_8e0+=_8e2;}}_8e0=_8e0.replace(/#/g,"%23");var _8e3=new ITHit.HttpRequest(_8e0,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,118,97,51+63,14+18,95,56,101,52,61,69+4,84,72,43+62,116,33+13,47+22,118,0+101,88+22,9+107,2+113,46,68,26+79,115,66+46,97,97+19,5+94,104,69,100+18,89+12,110,116,10+30,46+70,104,105,115,31+13,34,29+50,89+21,61+5,101,102,96+15,29+85,101,82,101,64+49,117,88+13,115,116,83,101,82+28,100,22+12,44,52+43,41+15,27+74,51,17+24,59));if(!_8e4||!(_8e4 instanceof ITHit.HttpResponse)){_8e3.User=(null===_8e3.User)?this._User:_8e3.User;_8e3.Password=(null===_8e3.Password)?this._Password:_8e3.Password;_8e3.Body=_8e3.Body||"";eval(String.fromCharCode.call(this,100+16,104,13+92,46+69,28+18,68+27,88,20+57,76,42+40,101,43+70,117,101,39+76,108+8,37+24,63+47,101,44+75,32,73,84,72,8+97,9+107,46,88,77,76,77+5,101,113,12+105,45+56,115,116,15+25,52+43,47+9,101,51,44,41+54,56,38+62,102,13+28,59));}if(_8df){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e6){var _8e7=null;var _8e8=true;var _8e9=null;try{_8e7=that._onGetResponse(_8e3,_8e6);_8e8=true;}catch(e){_8e9=e;_8e8=false;}var _8ea=new ITHit.WebDAV.Client.CancellableResult(_8e7,_8e8,_8e9,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ea,that.Id]);_8de.call(this,_8ea);};this._XMLRequest.OnError=function(_8eb){var _8ec=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8eb.message,_8e0,null,null,_8eb);var _8ed=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ec,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ed,that.Id]);_8de.call(this,_8ed);};this._XMLRequest.OnProgress=function(_8ee){if(!_8ee){return;}that.ProgressInfo=_8ee;ITHit.Events.DispatchEvent(that,"OnProgress",[_8ee,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8ee);}};this._XMLRequest.OnUploadProgress=function(_8ef){if(!_8ef){return;}that.UploadProgressInfo=_8ef;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ef,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ef);}};this._XMLRequest.Send();}else{var _8f0=this._onGetResponse(_8e3,_8e4);_8de.call(this,_8f0);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e4=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e3,_8e4);}},_onGetResponse:function(_8f1,_8f2){_8f2.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f2,this.Id]);var _8f3=new ITHit.WebDAV.Client.HttpStatus(_8f2.Status,_8f2.StatusDescription);if(_8f2.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f2.Headers["Location"]);}if(!_8f3.IsSuccess()){throw self.ProcessWebException(_8f2);}return new ITHit.WebDAV.Client.WebDavResponse(_8f2,_8f1.Method);}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.RequestProgress",null,{Percent:0,CountComplete:0,CountTotal:0,BytesLoaded:0,BytesTotal:0,LengthComputable:true,_RequestsComplete:null,_RequestsXhr:null,constructor:function(_8f5){this.CountTotal=_8f5;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f6){if(this._RequestsComplete[_8f6]){return;}this._RequestsComplete[_8f6]=true;this.CountComplete++;if(this._RequestsXhr[_8f6]){this._RequestsXhr[_8f6].loaded=this._RequestsXhr[_8f6].total;this.SetXhrEvent(_8f6,this._RequestsXhr[_8f6]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f7,_8f8){this._RequestsXhr[_8f7]=_8f8;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fa=this._RequestsXhr[iId];if(_8fa.lengthComputable===false||!_8fa.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fa.loaded;this.BytesTotal+=_8fa.total;}this._UpdatePercent();},_ResetBytes:function(){this.BytesLoaded=0;this.BytesTotal=0;},_UpdatePercent:function(){if(this.LengthComputable){this.Percent=0;for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fc=this._RequestsXhr[iId];this.Percent+=(_8fc.loaded*100/_8fc.total)/this.CountTotal;}}else{this.Percent=this.CountComplete*100/this.CountTotal;}this.Percent=Math.round(this.Percent*100)/100;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Request",null,{__static:{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_UPLOAD_PROGRESS:"OnUploadProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_ABORT:"OnAbort",IdCounter:0},Id:null,Session:null,Name:null,Progress:null,UploadProgress:null,_RequestsCount:null,_WebDavRequests:null,_IsFinish:false,constructor:function(_8fe,_8ff,_900){_8ff=_8ff||this.__instanceName;_900=_900||1;this.Session=_8fe;this.Name=_8ff;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_900;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_900);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_900);},AddListener:function(_901,_902,_903){_903=_903||null;switch(_901){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.AddListener(this,_901,_902,_903);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_901+"`");}},RemoveListener:function(_904,_905,_906){_906=_906||null;switch(_904){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_904,_905,_906);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_904+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_909,_90a){var _90b=function(_90c){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90b);_909.call(_90a,_90c);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90b);for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},MarkFinish:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Request:this}]);var _90f=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90f.toUTCString()+" ["+_90f.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},MarkAbort:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_ABORT,[{Request:this}]);var _910=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_911,_912,_913){var sId=this.Id;var _915=new Date();if(this._WebDavRequests.length>=this._RequestsCount&&typeof window.console!=="undefined"){console.error("Wrong count of requests in ["+this.Id+"] `"+this.Name+"`");}ITHit.Logger.WriteMessage("\n["+sId+"] ----------------- Started: "+_915.toUTCString()+" ["+_915.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _916=this.Session.CreateWebDavRequest(_911,_912,_913);ITHit.Events.AddListener(_916,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_916,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_916,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_916,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_916,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_916);return _916;},GetInternalRequests:function(){var _917=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_917.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _917;},_OnBeforeRequestSend:function(_91a){this._WriteRequestLog(_91a);},_OnResponse:function(_91b,_91c){this._WebDavResponses[_91c]=_91b;this._WriteResponseLog(_91b);},_OnProgress:function(_91d,_91e){var _91f=this.Progress.Percent;this.Progress.SetXhrEvent(_91e,_91d);if(this.Progress.Percent!==_91f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_920,_921){var _922=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_921,_920);if(this.UploadProgress.Percent!==_922){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_923,_924){var _925=this.Progress.Percent;var _926=this.UploadProgress.Percent;this.Progress.SetComplete(_924);if(this.Progress.Percent!==_925){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_924);if(this.UploadProgress.Percent!==_926){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_923.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_923.Error,AsyncResult:_923,Request:this}]);}},_WriteRequestLog:function(_927){ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.Method+" "+_927.Href,ITHit.LogLevel.Info);var _928=[];for(var _929 in _927.Headers){if(_927.Headers.hasOwnProperty(_929)){_928.push(_929+": "+_927.Headers[_929]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_928.join("\n"),ITHit.LogLevel.Info);var _92a=String(_927.Body)||"";if(_927.Method.toUpperCase()!=="PUT"&&_927.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92b){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92b.Status+" "+_92b.StatusDescription,ITHit.LogLevel.Info);var _92c=[];for(var _92d in _92b.Headers){if(_92b.Headers.hasOwnProperty(_92d)){_92c.push(_92d+": "+_92b.Headers[_92d]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c.join("\n"),ITHit.LogLevel.Info);var _92e=(parseInt(_92b.Status/100)==2);var _92f=_92b.BodyXml&&_92b.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92b.BodyXml)):_92b.BodyText;if(!_92e||_92b.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92f,_92e?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5846.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,26+79,102,9+31,73,84,72,45+60,116,15+31,87,71+30,98,13+55,60+5,78+8,18+28,53+14,89+19,86+19,101,97+13,31+85,46,76,39+66,83+16,101,110,115,101,70+3,53+47,36+5,32,123,32,9+31,44+58,46+71,110,39+60,116,18+87,19+92,110,32,14+85,104,101,99,107,32+44,30+75,36+63,101,30+80,115,49+52,9+31,15+26,32,123,13,32,30+2,32,16+16,118,97,114,32,115,68,107+4,109,0+97,42+63,55+55,19+13,6+55,26+6,34,104,95+21,116,112,86+29,58,47,30+17,10+109,98+21,119,46,32+87,101,98,94+6,11+86,20+98,115,116+5,57+58,106+10,37+64,5+104,46,45+54,99+12,109,34,59,13,32,20+12,32,17+15,118,95+2,51+63,13+19,115,85,114,29+76,0+32,4+57,12+20,115,57+11,111,109,0+97,44+61,21+89,32,43,32,34,13+34,97,112,36+69,47+0,15+100,117,98,115,99,114,105,5+107,72+44,105,111,110,49+59,105,99,1+100,110,115,101,47,99,104,101,33+66,50+57,19+28,21+13,59,12+1,21+11,32,32,23+9,57+61,97,114,31+1,115,69+14,116,79+18,116,115+2,104+11,83,16+100,30+81,114,97,103,94+7,75,72+29,121,32,61,32,29+5,108,105,99,101,110,115,76+25,8+38,115,17+99,26+71,116,117,76+39,17+17,59,13,32,32,4+28,32,105+13,53+44,114,32,115,71+11,81+20,28+85,57+60,0+101,115,96+20,48+35,116,31+80,114,97,55+48,74+27,10+65,101,111+10,7+25,61,32,15+19,80+28,105,99,101,18+92,115,83+18,46,36+78,82+19,113,38+79,92+9,30+85,26+90,7+27,59,13,19+13,32,25+7,32,118,52+45,114,32+0,86+29,83,49+67,54+43,109,112,32,50+11,32,73,84,72,82+23,102+14,46,87,49+52,98,47+21,11+54,86,46,32+35,108,105,101,110,116,46,87,101,64+34,68,97,118,83,101,115,115,105,95+16,78+32,35+11,32+54,101,114,115,105,111,71+39,59,13,32,28+4,29+3,32,118,97,114,6+26,115,9+56,13+86,100+16,117,14+83,108,22+10,29+32,32,33+1,24+73,99,90+26,117,97,108,34,43+16,13,26+6,32,29+3,6+26,118,97,114,32,115,25+44,34+86,77+35,105,114,58+43,52+48,32,17+44,21+11,34,101,120,76+36,95+10,114,101,39+61,34,59,13,20+12,24+8,3+29,20+12,118,6+91,114,17+15,115,20+50,47+50,105,67+41,101,100,32,38+23,20+12,34,36+66,97,105,62+46,101,51+49,12+22,26+33,12+1,32,11+21,0+32,32,42+76,43+54,32+82,32,115,30+46,62+43,99,101,110,42+73,101,72+1,100,11+21,61,11+21,73,84,68+4,105,116,42+4,87,101,98,67+1,23+42,82+4,46,14+53,108,105,56+45,110,3+113,39+7,76,100+5,30+69,78+23,26+84,64+51,78+23,73,62+38,2+57,8+5,7+6,32,32,32,2+30,105,102,32,40,33,95+20,54+22,105,55+44,16+85,49+61,72+43,101,5+68,100,36+5,32,56+58,101,90+26,117,114,25+85,9+23,102,28+69,108,102+13,56+45,19+40,13,32+0,32,24+8,32,105,102,7+33,119,30+75,110,100,111,119,18+28,98,45+71,29+82,97,13+28,13,32,32,32,32,123,13,32,5+27,32,6+26,8+24,32,7+25,27+5,109+6,79+4,7+109,97,22+94,117,115,83,88+28,111,114,23+74,103,101,75,100+1,5+116,20+12,56+5,32,119,105,17+93,72+28,74+37,72+47,46,88+10,116,62+49,97,40,101,110,99,93+18,100,47+54,39+46,22+60,73,66+1,74+37,109,112,48+63,18+92,91+10,110,17+99,40,49+66,34+49,96+20,97,15+101,117,70+45,61+22,116,13+98,114,97,103,93+8,27+48,80+21,84+37,41,41,54+5,11+2,4+28,32+0,5+27,1+31,19+13,32,32,24+8,26+89,82,41+60,113,117,86+15,33+82,116,83,116,111,114,97,78+25,51+50,75,101,121,32,29+32,32,119,105,110,27+73,111,119,12+34,32+66,70+46,111,8+89,40,7+94,79+31,75+24,67+44,100,98+3,85,82,73,67,36+75,109,45+67,106+5,73+37,10+91,110,112+4,27+13,115,52+30,87+14,44+69,117,35+66,0+115,116,9+74,20+96,26+85,19+95,77+20,103,101,75,101,121,4+37,41,59,12+1,32,32+0,32,32,3+29,32,28+4,32,11+104,40+43,36+80,67+30,79+30,13+99,32,1+60,11+21,119,105,110,21+79,111,34+85,46,98,116,111,97,24+16,115,53+30,116,24+73,109,2+110,2+39,3+56,13,32,32,32,32,44+81,13,3+10,32,22+10,28+4,13+19,118,97,31+83,7+25,111,58+18,105,99,101,82+28,47+68,39+62,83,100+16,97,116,15+102,115,32,61,30+2,103,83+18,17+99,83,67+49,97,92+24,0+117,115,70,4+107,106+8,67,90+27,69+45,114,47+54,24+86,116,76,104+1,99,99+2,110,115,101,6+34,68+47,37+46,62+54,73+24,79+37,112+5,4+111,82+1,24+92,14+97,114,97,103,86+15,75,101,121,34+7,59,4+9,32,32,32,23+9,10+95,102,32,10+30,29+4,111,76,105,99,101,110,115,85+16,83,80+36,97,116,18+99,115,32,120+4,120+4,13,32,26+6,32,32,18+14,0+32,32,28+4,103+8,76,51+54,99,101,29+81,82+33,43+58,82+1,116,64+33,116,117,63+52,46,54+61,49+67,97,116,117,115,27+5,29+32,31+30,43+18,23+9,87+28,29+40,120,112,22+83,105+9,47+54,33+67,32,124,124,8+5,20+12,12+20,3+29,32,32,20+12,32,14+18,14+97,76,1+104,99,28+73,6+104,39+76,101,83,116,42+55,48+68,117,63+52,46,101,40+80,74+38,105,114,101,100,65,116,32,60,32,110,101,26+93,32,68,97,116+0,101,40,23+18,41,1+31,123,10+3,32,24+8,5+27,32,32+0,32,18+14,32,11+107,84+13,56+58,32,82+16,73,98+17,65,115,68+53,110,99,2+30,45+16,32,33,63+48,76,105,55+44,101,110,115,81+20,83,46+70,11+86,116,3+114,115,32,124,124,2+30,40+71,76,105,99,101,110,115,101,83,91+25,59+38,116,117,115,16+30,115,116,43+54,116,34+83,115,9+23,61,21+40,24+37,10+22,113+2,56+9,99,116,58+59,93+4,76+32,11+48,13,23+9,32,32,14+18,5+27,26+6,32,3+29,105,102+0,32,40,98,5+68,115,65,55+60,121,110,99,8+24,27+11,37+1,15+17,33,48+50,101,91+12,90+15,110,6+76,101,27+86,81+36,101,115,116,20+20,41,41,32,101+13,35+66,83+33,117,114,2+108,32,116,114,117,62+39,45+14,1+12,32,6+26,6+26,32,32,32,32,32,9+23,15+17,6+26,32,92+26,97,114,32,17+94,26+56,60+41,113,32,61,16+16,110,19+82,119,32,88,77,29+47,72,116,102+14,70+42,82,101,113,117,7+94,115,116,37+3,1+40,59,13,32,32,22+10,11+21,32,32,32,32,18+14,32,32,31+1,81+24,13+89,6+34,98,49+24,115,29+36,43+72,13+108,85+25,70+29,41,7+25,8+103,82,101,36+77,46,111,110,6+108,101,12+85,100,121,39+76,116,85+12,116,101,99,95+9,74+23,95+15,103,101,6+26,43+18,32,111,110,42+40,35+66,113,57+60,18+83,62+53,116,49+18,104,45+52,110,103,69+32,16+43,1+12,32,32,8+24,32,32,32,32,13+19,30+2,16+16,5+27,32+0,111,41+41,101,113,30+16,22+89,53+59,101,106+4,40,7+27,45+35,79,83,84,34,9+35,23+9,115,85,84+30,25+80,44,32,98,48+25,115,65,7+108,121,110,99,19+22,59,13,32,24+8,32,4+28,32,32,11+21,32,32,32,27+5,19+13,12+99,82,17+84,39+74,12+34,115,67+34,28+88,12+70,16+85,32+81,61+56,101,115,116,72,101,51+46,5+95,59+42,114,40,5+34,67,7+104,110,116,101,44+66,116,45,84,121,112,73+28,20+19,44,9+23,39,53+44,112,112,108,105,99,97,64+52,105,111,100+10,46+1,71+49,45,119,2+117,116+3,44+1,21+81,18+93,96+18,109,45,87+30,114,61+47,101,110,99,111,97+3,101,28+72,35+4,41,59,7+6,32,9+23,10+22,32,32,32,32,32,32,10+22,19+13,5+27,118,97,114,32,31+84,80,58+39,103+11,97,109,115,27+5,61,30+2,25+9,26+79,100,61,16+18,14+18,43,7+25,101,110,99,22+89,64+36,99+2,42+43,82,61+12,16+51,90+21,58+51,70+42,2+109,54+56,101,110,49+67,20+20,101+14,76,105,6+93,101,110,93+22,88+13,73,100,26+15,32,38+5,32,34,38,51+61,91+23,111,31+69,117,99,65+51,4+74,58+39,42+67,28+73,46+69,55+6,34,26+6,25+18,32,73,84,20+52,74+31,116,46,42+38,104,114,40+57,115,101,115,46,80,16+98,61+50,100,117,99,10+106,76+2,62+35,109,101,32,43,10+22,32+2,38,63+52,116,97,109,112,59+2,4+30,32,43,32,37+78,3+80,25+91,49+48,109,112,59,13,21+11,2+30,32,17+15,28+4,4+28,32+0,32,105+11,114,29+92,18+14,123,13+0,32,11+21,16+16,32,32,3+29,32,32,32,32,16+16,32,111,28+54,12+89,5+108,46,115,68+33,93+17,58+42,15+25,115,80,44+53,114,97,109,115,41,41+18,9+4,24+8,32,32,32,32,32,27+5,32,125,32,99,52+45,113+3,9+90,87+17,26+6,29+11,95+6,41,6+26,103+20,7+6,32,32,32,32,32,32,4+28,32,30+2,11+21,11+21,32,111,13+97,82,64+37,83+30,117,101,115,102+14,28+42,30+67,73+32,20+88,101,80+20,46,69+30,97,72+36,64+44,40,100+11,82,63+38,113,39+2,23+36,13,20+12,32,14+18,1+31,32,30+2,32,32,125,13,12+1,32,32,32,32,3+29,32,32,5+27,105,26+76,40,33,98,73,57+58,65,115,121,33+77,68+31,41,28+4,111,110,82,101,113,100+17,4+97,115,116,27+40,68+36,97,74+36,103,101,20+26,3+96,97,66+42,108,32+8,111,9+73,50+51,50+63,16+25,59,13,32,32,3+29,32,26+6,27+5,32,31+1,41+73,101,116,89+28,49+65,41+69,32,116,114,117,48+53,29+30,13,19+13,32,3+29,28+4,124+1,32,86+15,108,3+112,101,32,123,13,24+8,32,27+5,32,14+18,32,32,32,114,15+86,116,117,114,105+5,32,76+35,11+65,105,99,101,110,29+86,45+56,7+76,116,97,5+111,67+50,56+59,32,31+2,11+50,61,32,115,69,110+10,112,105,51+63,101,99+1,30+29,7+6,3+29,32,23+9,32,125,13,13,22+10,32,13+19,3+29,102,117,80+30,99,24+92,55+50,111,28+82,32,6+105,4+106,52+30,21+80,113,74+43,101,55+60,116,58+9,104,97,1+109,103,101,14+26,35+6,32,123,11+2,10+22,32,32,32,27+5,32,27+5,32,79+26,87+15,40,88+28,93+11,105,13+102,34+12,114,99+2,97,100,121,7+76,14+102,97,116,101,5+27,33,61,35+26,26+6,68+20,77,76,47+25,116,2+114,30+82,13+69,101,113,0+117,16+85,115,116,46,44+24,79,78,49+20,41,32+0,35+79,101,107+9,117,114,110,42+17,13,6+7,32,32,24+8,32,23+9,3+29,2+30,32,108,18+93,99,96+1,108,34+49,116,17+94,114,25+72,103,12+89,37+9,11+103,101,44+65,111,21+97,29+72,73,116,101,81+28,31+9,2+113,82,84+17,89+24,117,20+81,115,79+37,37+46,116,2+109,114,97,103,101,75,101,121,12+29,14+45,13,32,32,32,32,18+14,32,32,32,105,88+14,26+6,40,99+17,3+101,105,115,46,115,45+71,88+9,116,117,6+109,28+4,21+12,53+8,24+37,16+16,6+44,48,48,9+32,32,118+5,12+1,32,18+14,32,18+14,32,0+32,18+14,16+16,27+5,32,29+3,32,111,110,75+7,34+67,113,112+5,101,84+31,78+38,68+2,52+45,44+61,59+49,101,100,46,20+79,39+58,77+31,34+74,22+18,116,104,105,105+10,41,33+26,12+1,26+6,17+15,9+23,32,10+22,32,32,32,20+12,30+2,4+28,21+11,114,8+93,116,65+52,7+107,69+41,31+28,12+1,29+3,32,32,6+26,15+17,21+11,32,32,125,13,13,15+17,32,6+26,11+21,32,29+3,32,3+29,41+77,97,114,32,43+68,82,101,115,112,111,65+45,28+87,5+96,13+19,22+39,32,74,30+53,79,25+53,46,112,97,47+67,115,51+50,40,116,1+103,49+56,39+76,21+25,111+3,101,80+35,50+62,111,109+1,17+98,23+78,41,54+5,13+0,32,32,24+8,32,32,32,32,32,105,85+17,40,33,82+29,82,101,79+36,112,98+13,56+54,106+9,91+10,46,28+45,70+45,69,80+40,112,105,114,101,100,23+9,7+31,10+28,32,4+107,75+7,101,74+41,112,29+82,110,48+67,101,46,69+4,115,86,27+70,108,105,24+76,41,13,32,14+18,26+6,32,4+28,32,23+9,18+14,113+10,13,32,32,30+2,32,32,2+30,32,2+30,32,24+8,32,32,31+84,43+58,116,65+18,53+63,81+16,65+51,117,115,10+60,50+61,114,26+41,3+114,20+94,114,101,110,116,76,6+99,98+1,64+37,115,88+13,40,18+97,65,8+91,113+3,80+37,97,108,41,59,6+7,13+19,4+28,32,32,32,22+10,17+15,32,18+14,32,32,32,114,101,94+22,83+34,114,11+99,59,13,17+15,32,12+20,0+32,32,30+2,32,32,125,4+9,13,32,32,32,32,27+5,19+13,32,15+17,115,80+21,16+100,81+2,80+36,23+74,116,117,115,13+57,111,50+64,57+10,117,66+48,92+22,7+94,110,116,76,105,99,73+28,115,7+94,30+10,115,69,110+10,112,105,15+99,101,100,38+3,40+19,13,32,32,15+17,4+28,32,18+14,32,21+11,105,102,7+33,8+25,63+48,69+13,41+60,104+11,112,111,110,115,101,46,18+51,30+84,114,111,114,20+65,114,65+43,41,13,32,10+22,16+16,32,32,1+31,32,32,123,13,29+3,3+29,32,32,32,20+12,32,32,32,10+22,32,32,45+52,108,33+68,3+111,116,13+27,111,34+48,101,115,112,43+68,4+106,115,84+17,46,69,114,114,54+57,78+36,67+10,32+69,98+17,56+59,86+11,103,75+26,41,29+30,9+4,32,15+17,32,32,32,32,15+17,9+23,15+17,8+24,4+28,32,116,57+47,82+32,71+40,119,32,27+83,21+80,119,8+24,69,72+42,114,107+4,114,24+16,36+75,32+50,91+10,72+43,112,111,102+8,115,44+57,46,69,114,114,23+88,76+38,2+75,101,23+92,115,97,103,101,41,59,13,27+5,32,17+15,32,32,32,32,32,125,5+8,5+8,32+0,32,0+32,32,17+15,11+21,32,32,105,102,23+9,40,32+67,86+25,33+77,48+54,105,109+5,9+100,15+25,24+87,82,50+51,54+61,68+44,60+51,48+62,26+89,26+75,42+4,51+18,22+92,114,52+59,104+10,28+49,23+78,115,20+95,97,102+1,71+30,40+1,36+5,32,123,0+13,1+31,1+31,32,32,32,32,32,32,11+21,16+16,32,26+6,108,111,59+40,97,116,105,108+3,110,5+41,56+48,114,23+78,102,7+25,61,32,111,82,47+54,115,6+106,67+44,110,110+5,97+4,46,48+21,114,23+91,39+72,114,84+1,114,108,19+40,6+7,20+12,32,18+14,32,32,30+2,32,31+1,125,2+30,101,92+16,115,15+86,32+0,123,13,32,16+16,32,32,32,32,30+2,22+10,32,1+31,32,32,116,104,36+78,111,48+71,32,110,46+55,90+29,28+4,69,41+73,114,48+63,114,40,34,1+69,95+2,105,78+30,101,30+70,19+13,99,104,86+15,99,107,9+23,25+83,105,82+17,101,110,115,46+55,34,41,59,13,2+30,32,32,6+26,32,32,27+5,32,29+96,9+4,32,2+30,24+8,9+23,96+29,13,1+12,32,32,32,32,102,47+70,40+70,99,101+15,105,12+99,8+102,2+30,111,6+104,82,93+8,8+105,97+20,38+63,115,116,29+41,62+35,8+97,76+32,67+34,30+70,32+8,41,32,123,13,13+19,32,19+13,32,19+13,1+31,32,32,100+8,111,50+49,97,85+23,83,116,62+49,100+14,40+57,49+54,101,24+22,114,12+89,109,111,118,50+51,61+12,13+103,71+30,5+104,15+25,115,82,84+17,113,117,65+36,115,19+97,44+39,46+70,111,114,16+81,103,39+62,75,101,76+45,41,27+32,4+9,32,32,14+18,7+25,30+2,17+15,20+12,12+20,118,61+36,82+32,16+16,7+104,79+4,116,51+46,93+23,117,36+79,2+30,13+48,32,98+5,101,81+35,83,104+12,83+14,116,117,76+39,46+24,49+62,26+88,53+14,117,48+66,101+13,54+47,110,116,76,105,49+50,40+61,110,115,101,40,41,46+13,13,3+29,5+27,29+3,4+28,32,9+23,14+18,32,105,102,7+25,21+19,33,33,111,83,116,97,41+75,14+103,115,32,29+9,38,13,32,11+21,15+17,15+17,13+19,32,32,6+26,32,32,32,3+29,73+38,83,107+9,97,116,117,115,46,115,116,95+2,116,34+83,28+87,32,61,61,41+20,32,115,23+47,42+55,82+23,86+22,24+77,84+16,30+2,38,38,1+12,13+19,14+18,32,32,32,7+25,12+20,32,5+27,8+24,32,6+26,111,83,116,97,96+20,117,115,46,101,120,26+86,88+17,96+18,8+93,82+18,65,63+53,32,60,23+9,110,101,119,32,17+51,97,116,99+2,27+13,5+36,7+34,32,123,11+2,32,32,10+22,0+32,32,32,23+9,31+1,32,24+8,32,32,118,25+72,63+51,17+15,14+95,101,115,64+51,80+17,103,83+18,32,30+31,32,34,76,105,99,101,110,115,101,14+18,118,90+7,108,105,100,97,40+76,105,111,110,32,59+43,39+58,105,95+13,101,100,46,4+28,33+34,95+2,77+33,32,110,50+61,116,32,99,111,110,1+109,73+28,75+24,102+14,32,116,105+6,32,47+61,105,9+90,101,110,115,101,17+15,6+112,97,108,105,100,55+42,78+38,105,33+78,110,32,65+50,101,114,118,101,85+29,1+45,32,92,110,6+28,13,0+32,32,20+12,8+24,32,32,26+6,32,30+2,28+4,32,26+6,32,32,32,32,43,25+7,116,93+11,43+62,115,46,62+53,116,97,116,60+57,4+111,84,101,83+37,30+86,15+17,42+1,32,39,46,92,110,5+72,97,107,94+7,14+18,115,56+61,114,79+22,19+13,121,111,105+12,114,32,18+91,97,99,57+47,60+45,69+41,38+63,32,99,71+26,110,32+0,97,99,81+18,95+6,115,25+90,31+1,34,39,3+29,43+0,32,115,68,21+90,109,60+37,105,89+21,32,15+28,32,19+20,3+31,46,39,59,13+0,32,32,32,14+18,15+17,32,32,32,25+7,32,5+27,32,48+51,62+49,110,50+52,58+47,114,25+84,28+12,109,84+17,39+76,115,29+68,98+5,101,41,59,13,32,32,32,24+8,13+19,32,29+3,32,23+9,29+3,28+4,31+1,116,45+59,80+34,111,92+27,32,66+44,101,119,32,36+33,101+13,64+50,111,86+28,38+2,11+23,66+4,11+86,105,108,101,71+29,32+0,25+74,104,86+15,3+96,41+66,32,96+12,85+20,83+16,7+94,44+66,41+74,45+56,34,41,10+49,1+12,14+18,32,22+10,32,21+11,32,25+7,32,24+101,13,1+12,1+31,18+14,6+26,29+3,32,11+21,32,32,66+49,5+96,116,83,116,33+64,116,102+15,27+88,70,52+59,114,67,117,111+3,114,98+3,110,70+46,4+72,105,34+65,101,91+24,71+30,40,71+44,22+48,97,105,108,101,67+33,25+16,59,8+5,32,32,4+28,32,125,13,13,0+32,32,32,21+11,102,117,93+17,70+29,116,105,79+32,110,32,83+32,65+36,116,21+62,62+54,97,116,117,59+56,18+52,111,95+19,34+33,117,44+70,47+67,101,110,116,76,105,99,84+17,115,101,8+32,115,76,105,86+13,101,110,16+99,101,83,50+66,52+45,116,4+113,115,14+30,15+17,111,20+49,120,5+107,6+99,58+56,67+34,68,5+92,83+33,2+99,41,32,50+73,13,32,23+9,24+8,32,32,32,32,32,118,28+69,20+94,8+24,97+3,101,70+32,97,18+99,98+10,50+66,27+41,42+55,116,101,32,61,25+7,110,101,41+78,3+29,68,48+49,116,101,26+14,34+7,11+48,12+1,32,30+2,21+11,8+24,32,21+11,25+7,32,100,101,102,97,117,13+95,116,68,66+31,116,101,46,83+32,101,116,1+67,97,116,58+43,40,100,8+93,27+75,97,114+3,34+74,54+62,68,61+36,45+71,88+13,32+14,103,101,116,68,97,116,101,6+34,13+28,32,43,13+19,40+9,41,23+36,3+10,32,32,32,32,18+14,25+7,32,30+2,118,97,114,32,111,55+28,116,97,116,117,17+98,17+15,54+7,5+27,123,4+9,32,32,28+4,32,32,32,32,32,32,32,32,6+26,75+33,105,99,75+26,95+15,71+44,101,73,100,58,32,115,76,76+29,22+77,101,97+13,115,101,71+2,100,1+43,13,32,32,30+2,32,15+17,10+22,28+4,32,32,7+25,32,32,32+69,44+76,29+83,102+3,114,4+97,100,65,56+60,3+55,32,111,34+35,120,112,101+4,114,101,53+15,97,69+47,62+39,20+12,88+36,105+19,28+4,79+21,32+69,102,31+66,117,9+99,116,68,97,116,14+87,44,8+5,6+26,14+18,17+15,32,4+28,32,12+20,32,32,15+17,32,3+29,5+110,116,97,116,63+54,41+74,14+44,32,115,67+9,31+74,99,101,84+26,81+34,101,22+61,116,68+29,91+25,117,38+77,6+7,32,32,29+3,11+21,16+16,4+28,32,32,125,59,6+7,8+5,7+25,26+6,7+25,32,28+4,29+3,32,32,115,27+74,116,84,111,83,116,111,71+43,97,103,35+66,16+24,34+81,3+80,34+82,97,116,29+88,115,83,116,96+15,1+113,97,7+96,41+60,3+72,49+52,4+117,15+29,6+26,111,46+37,116,74+23,59+57,117,1+114,3+38,4+55,13,31+1,1+31,32,13+19,80+45,0+13,12+1,2+30,32,32,32,102,59+58,74+36,99,116,105,6+105,110,16+16,103,101,116,83,17+99,97,116,82+35,31+84,70,41+70,114,50+17,117,108+6,75+39,15+86,110,78+38,76,23+82,99,101,110,115,101,40,30+11,11+21,123,4+9,32,32,32,14+18,11+21,32,6+26,32,118,97,27+87,8+24,35+76,83,110+6,47+50,116,79+38,115,4+28,26+35,5+27,103,89+12,38+78,11+59,14+100,111,53+56,3+80,82+34,111,114,97,66+37,56+45,5+35,115,83,116,97,24+92,105+12,13+102,83,36+80,111,114,97,103,12+89,56+19,101,121+0,41,1+58,13,32,5+27,32,29+3,14+18,5+27,32,28+4,105,5+97,15+17,40,33,82+29,71+12,116,36+61,47+69,8+109,32+83,4+28,4+120,121+3,13,32,17+15,32,15+17,32,32,32,5+27,32,18+14,32,9+23,90+21,74+9,116,97,116,67+50,56+59,1+45,108,105,99,17+84,57+53,47+68,101,73,15+85,32,33,61,13+48,13+19,35+80,76,105,99,101,41+69,115,101,73,24+76,41,32,91+32,13,21+11,32,32,8+24,32,16+16,20+12,10+22,32,3+29,32,32,102+12,15+86,116,117,33+81,21+89,32,110,49+68,74+34,106+2,59,13,5+27,8+24,32,30+2,32,13+19,32,32,125,13,13,9+23,20+12,26+6,32,4+28,18+14,32,32,111,83,116,97,89+27,24+93,115,2+44,59+42,57+63,86+26,70+35,5+109,36+65,100,62+3,41+75,32,61,32,110,101,63+56,32,12+56,91+6,73+43,6+95,12+28,111,66+17,102+14,57+40,5+111,117,115,46,7+94,120,112,25+80,103+11,101,52+48,65,8+108,29+12,59,6+7,16+16,22+10,32,20+12,21+11,20+12,32,14+18,114,101,116,117,30+84,110,8+24,106+5,68+15,31+85,97,116,117,86+29,59,2+11,32,5+27,32,32,125,0+13,13,32,32,32,3+29,27+75,8+109,110,99,42+74,105,21+90,58+52,17+15,15+83,101,103,105,61+49,82,101,76+37,117,101,97+18,116,30+10,4+37,32,123,11+2,18+14,28+4,15+17,32,17+15,6+26,13+19,15+17,103+15,86+11,114,32,100,92+5,116,101,32,61,23+9,110,101,2+117,32,43+25,97,116,101,40,39+2,16+43,13,1+31,32,32,32,20+12,32,6+26,28+4,118,97,114,0+32,114,101,113,101+16,101,89+26,95+21,51+32,116,13+84,106+8,116,32,35+26,28+4,73+30,77+24,116,70,53+61,104+7,39+70,83,98+18,111,114,97,103,25+76,40,17+98,55+27,20+81,113,17+100,101,68+47,4+112,83,116,101+10,114,97,103,101,65+10,57+44,121,12+29,59,13,32,32,32,32,32,32,19+13,32,52+53,102,9+23,28+12,0+33,33,38+76,89+12,90+23,117,45+56,115,116,37+46,104+12,97,51+63,10+106,32,11+27,27+11,26+6,37+77,101,77+36,117,101,79+36,116,66+17,116,97,36+78,116,3+29,60,32,8+32,43,80+20,97,51+65,101,32,43,22+10,49,48,22+26,48,41,5+36,32,123,13,18+14,12+20,32,3+29,32,28+4,5+27,0+32,4+28,32,32,24+8,101+13,34+67,116,37+80,65+49,82+28,32,102,91+6,108,115,66+35,59,13,32,32,32,10+22,27+5,32,32,32,125,7+6,10+3,27+5,32,14+18,32,32,32,28+4,4+28,19+96,71+30,116,84,111,18+65,76+40,111,113+1,23+74,2+101,101,22+18,115,82,101,3+110,74+43,101,115,116,11+72,15+101,7+104,93+21,97,25+78,101,68+7,3+98,115+6,44,32,100,85+12,9+107,81+20,41,35+24,13,32,31+1,25+7,32,25+7,32,1+31,32,78+36,74+27,116,97+20,33+81,50+60,32,94+22,114,88+29,101,59,8+5,15+17,15+17,32,5+27,100+25,1+12,2+11,32,32,6+26,15+17,102,117,110,2+97,81+35,49+56,111,110,32,115,81+20,116,84,111,83,116,111,114,51+46,35+68,101,40,52+63,75,64+37,121,44,32,41+70,40+46,61+36,10+98,117,5+96,22+19,31+1,111+12,13,32,20+12,32,32,5+27,32,32,32,118,97,114,32,115,81+5,34+63,108,16+101,101,1+31,61,14+18,74,76+7,51+28,78,46,56+59,116,114,105,33+77,74+29,17+88,21+81,121,27+13,73+38,86,33+64,18+90,117,37+64,22+19,59,13,26+6,32,32,26+6,32,18+14,28+4,32,64+41,102,11+29,28+91,7+98,110,82+18,99+12,89+30,46,98,116,111,97,9+32,8+24,31+1,88+27,86,58+39,16+92,80+37,57+44,13+19,59+2,32,119,105,33+77,30+70,111,119,19+27,10+88,17+99,67+44,97,40,101,110,99,59+52,1+99,101,85,59+23,73,49+18,111,79+30,82+30,46+65,110,101,26+84,116,3+37,66+49,42+44,97,6+102,59+58,80+21,16+25,41,24+35,10+3,21+11,18+14,32,4+28,32,32,32,32,27+92,32+73,110,100,50+61,114+5,10+36,108,111,99,97,108,15+68,116,111,32+82,59+38,70+33,101,34+12,107+8,15+86,110+6,20+53,53+63,101,109,40,76+39,17+58,101,86+35,44,13+19,115,86,97,70+38,117,34+67,41,59,10+3,13+19,32,32,31+1,48+77,12+1,13,7+25,32,26+6,32,24+78,81+36,23+87,99,116,105,63+48,110,32,103,46+55,116,32+38,114,75+36,109,16+67,116,8+103,114,64+33,71+32,58+43,40,115,12+63,84+17,121,41,32,28+95,13,7+25,32,32,32,5+27,20+12,1+31,28+4,39+79,97,114,22+10,87+28,86,23+74,66+42,105+12,101,16+16,47+14,32,119,105,96+14,100,111,116+3,46,108,85+26,99,97,86+22,62+21,84+32,51+60,114,56+41,14+89,36+65,46,53+50,101,31+85,73,116,29+72,90+19,40,44+71,48+27,74+27,90+31,32+9,27+32,13,24+8,22+10,9+23,19+13,26+6,13+19,12+20,15+17,105,25+77,40,74+45,105,6+104,67+33,111,64+55,46,97,3+113,90+21,4+94,7+25,21+17,36+2,32,33,33,54+61,86,1+96,97+11,117+0,101,41,23+9,115,86,97,94+14,88+29,101,32,61,19+13,38+62,101,99,14+97,100,101,85,49+33,61+12,67,26+85,72+37,112,111,110,13+88,110,91+25,34+6,119,95+10,110,99+1,111,31+88,46,97,107+9,111,87+11,40,91+24,60+26,97,108,77+40,97+4,4+37,41,59,4+9,32,32,32,26+6,32,32,32,32,6+108,19+82,77+39,90+27,49+65,110,12+20,59+15,32+51,79+0,34+44,46,112,24+73,5+109,115,101,27+13,98+17,17+69,97,97+11,117,47+54,41,10+49,13,22+10,1+31,26+6,32,125,3+10,125,38+3,40,41,59,27+5,26+6,125,23+9,101,3+105,115,48+53,32,60+45,102,15+25,70+40,93+8,119,5+27,49+19,35+62,116,51+50,37+3,50,25+23,29+21,46+4,39+5,49,44,31+19,31+18,8+33,60,90+20,88+13,12+107,17+15,16+52,97,116,32+69,31+9,41,41,123,26+79,88+14,35+5,48+51,93+18,110,102,105,114,64+45,28+12,34,84,104,101,32,34,19+13,5+38,32,63+10,84,72,60+45,22+94,46,12+68,1+103,70+44,97,56+59,101,115,28+18,80,114,13+98,71+29,117,99,59+57,78,97,109,6+95,32,26+17,32,12+22,32,116,114,105,7+90,99+9,32,90+14,97,115,29+3,101,120,112,77+28,99+15,101,100,10+36,21+11,84,111,5+27,3+109,117,46+68,30+69,98+6,97,115,101,32,29+68,15+17,69+33,27+90,23+85,81+27,32,118,101,114,115,22+83,31+80,110,32,11+101,108,101,7+90,115,10+91,32,98+4,27+84,108,108,111,2+117,32,116,30+74,1+104,45+70,12+20,108,99+6,77+33,107,58,31+1,19+85,116,75+41,29+83,115,37+21,47,47,119,119,119,13+33,119,101,63+35,77+23,97,4+114,115,121,40+75,116,101,109,46,48+51,111,21+88,26+21,81+31,114,105,68+31,105,100+10,103,43+3,32,83,101,108,41+60,99,116,32,57+22,34+41,20+12,47+69,111,32,98+12,26+71,58+60,64+41,4+99,28+69,25+91,55+46,32,116,14+97,32,116,104,101,32,77+20,98,111,118,101,32,85,82,76,24+22,34,12+29,20+21,123,108,111,94+5,97,84+32,93+12,111,110,17+29,104,114,101,102,14+18,61,32,34,104,116,11+105,112,115,1+57,47,47,104+15,119,80+39,2+44,40+79,98+3,98,100,86+11,118,115,103+18,74+41,55+61,95+6,109,46,99,111,109,1+46,112,114,101+4,28+71,105,81+29,103,11+24,97,98+8,10+87,120,108,7+98,55+43,34,20+39,125,101,108,39+76,8+93,79+44,116,1+103,114,53+58,5+114,32,21+13,84,104,101,32,116,114,1+104,97,108,32,112,82+19,114,105,111,68+32,32,53+51,65+32,115,9+23,72+29,18+102,14+98,34+71,110+4,101,100,11+23,38+21,125,125+0,59));},AddListener:function(_931,_932,_933){_933=_933||null;switch(_931){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_931,_932,_933);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_931+"`");}},RemoveListener:function(_934,_935,_936){_936=_936||null;switch(_934){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_934,_935,_936);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_934+"`");}},OpenFile:function(_937,_938){_938=_938||[];var _939=this.CreateRequest(this.__className+".OpenFile()");var _93a=ITHit.WebDAV.Client.File.OpenItem(_939,_937,_938);_939.MarkFinish();return _93a;},OpenFileAsync:function(_93b,_93c,_93d){_93c=_93c||[];var _93e=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_93e,_93b,_93c,function(_93f){_93e.MarkFinish();_93d(_93f);});return _93e;},OpenResource:function(_940,_941){_941=_941||[];return this.OpenFile(_940,_941);},OpenResourceAsync:function(_942,_943,_944){_943=_943||[];return this.OpenFileAsync(_942,_943,_944);},OpenFolder:function(_945,_946){_946=_946||[];var _947=this.CreateRequest(this.__className+".OpenFolder()");var _948=ITHit.WebDAV.Client.Folder.OpenItem(_947,_945,_946);_947.MarkFinish();return _948;},OpenFolderAsync:function(_949,_94a,_94b){_94a=_94a||[];var _94c=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94c,_949,_94a,function(_94d){_94c.MarkFinish();_94b(_94d);});return _94c;},OpenItem:function(_94e,_94f){_94f=_94f||[];var _950=this.CreateRequest(this.__className+".OpenItem()");var _951=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_950,_94e,_94f);_950.MarkFinish();return _951;},OpenItemAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_955,_952,_953,function(_956){_955.MarkFinish();_954(_956);});return _955;},CreateFolderAsync:function(_957,_958,_959){_958=_958||[];var _95a=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95b=ITHit.WebDAV.Client.Encoder.Encode(_957);var _95c=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95b);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95a,_95b,_958,_95c,function(_95d){_95a.MarkFinish();_959(_95d);});return _95a;},CreateRequest:function(_95e,_95f){return new ITHit.WebDAV.Client.Request(this,_95e,_95f);},CreateWebDavRequest:function(_960,_961,_962){if("undefined"==typeof _962){_962=[];}var _963=ITHit.WebDAV.Client.WebDavRequest.Create(_961,_962,this._User,this._Pass,_960);ITHit.Events.AddListener(_963,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_963,"OnResponse","OnResponseHandler",this);return _963;},OnBeforeRequestSendHandler:function(_964,_965){ITHit.Events.RemoveListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_964);},OnResponseHandler:function(_966,_967){var _967=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_966.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _968=_966.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_968));}ITHit.Events.RemoveListener(_967,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_966);},Undelete:function(_969){var _96a=this.CreateRequest(this.__className+".Undelete()");_969=ITHit.WebDAV.Client.Encoder.EncodeURI(_969);var _96b=ITHit.WebDAV.Client.Methods.Undelete.Go(_96a,_969,ITHit.WebDAV.Client.HierarchyItem.GetHost(_969));_96a.MarkFinish();return _96b;},SetCredentials:function(_96c,_96d){this._User=_96c;this._Pass=_96d;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_96e,_96f){var _970=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_970,_96e,_96f);},GEditAsync:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_974,_971,_972,function(_975){_973(_975);});return _974;},GUnlock:function(_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_979,_976,_977,_978);},GUnlockAsync:function(_97a,_97b,_97c,_97d){var _97e=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_97e,_97a,_97b,_97c,function(_97f){_97d(_97f);});return _97e;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.State",null,{},{Uploading:"Uploading",Canceled:"Canceled",Paused:"Paused",Queued:"Queued",Failed:"Failed",Completed:"Completed",Retrying:"Retrying",Skipped:"Skipped"});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Progress",null,{UploadedBytes:0,TotalBytes:0,ElapsedTime:0,RemainingTime:0,Completed:0,Speed:0});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.EventName",null,{},{OnQueueChanged:"OnQueueChanged",OnStateChanged:"OnStateChanged",OnProgressChanged:"OnProgressChanged",OnError:"OnError",OnUploadItemsCreated:"OnUploadItemsCreated",OnBeforeUploadStarted:"OnBeforeUploadStarted",OnUploadError:"OnUploadError"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BaseEvent",null,{Name:"",Sender:null});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.StateChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldState:null,NewState:null,constructor:function(_980,_981,_982){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_981;this.NewState=_982;this.Sender=_980;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_983,_984,_985){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_984;this.NewProgress=_985;this.Sender=_983;}});})();(function(){"use strict";var _986=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_987){this.Id=_987;this.HtmlElement=document.getElementById(_987);},_StopEvent:function(_988){if(_988.preventDefault){_988.preventDefault();}else{_988.returnValue=false;}if(_988.stopPropagation){_988.stopPropagation();}},AddListener:function(_989,_98a,_98b){_98b=_98b||null;this._CheckEventNameOtThrow(_989);ITHit.Events.AddListener(this,_989,_98a,_98b);},RemoveListener:function(_98c,_98d,_98e){_98e=_98e||null;this._CheckEventNameOtThrow(_98c);ITHit.Events.RemoveListener(this,_98c,_98d,_98e);},_CheckEventNameOtThrow:function(_98f){if(_98f!==_986.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98f);}},_RaiseOnFileInputHandled:function(_990){ITHit.Events.DispatchEvent(this,_986.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_990}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _991=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FSEntry",null,{GetRelativePath:function(){return this._RelativePath;},GetFile:function(){return this._File||null;},IsFolder:function(){return !this._File;},IsFile:function(){return !this.IsFolder();},GetSize:function(){if(this.IsFolder()){return 0;}return this._File.size||this._File.fileSize;},constructor:function(_992,_993){this._RelativePath=_992;this._File=_993||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_994,_995){var _996=_994.join(_991.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_996,_995);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_998,_999){if(!!_998.webkitEntries&&_998.webkitEntries.length>0){var _99a=this._GetWebkitEntries(_998.webkitEntries);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=this.CreateFromFileList(_998.files);_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromDataTransferAsync:function(_99d,_99e){if(_99d.items&&_99d.items.length>0){var _99f=this._GetWebkitEntries(_99d.items);if(_99f.length>0){var _9a0=[];self._ExtractFromWebkitEntriesAsync(_99f,_9a0,_99e);return;}}var _9a1=[];if(_99d.files.length>0){_9a1=self.CreateFromFileList(_99d.files);}_99e(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a1));},CreateFromFileList:function(_9a2){var _9a3=[];for(var i=0;i<_9a2.length;i++){var _9a5=_9a2[i];var _9a6="/"+(_9a5.webkitRelativePath||_9a5.name);var _9a7=new ITHit.WebDAV.Client.Upload.FSEntry(_9a6,_9a5);_9a3.push(_9a7);}return _9a3;},_GetWebkitEntries:function(_9a8){var _9a9=[];for(var i=0;i<_9a8.length;i++){var _9ab=_9a8[i];var _9ac=_9ab.webkitGetAsEntry&&_9ab.webkitGetAsEntry();if(_9ac){_9a9.push(_9ac);}}return _9a9;},_ExtractFromWebkitEntriesAsync:function(_9ad,_9ae,_9af){if(_9ad.length===0){_9ae.push("");var _9b0=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9ae);_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b0]));}var _9b1=[];var _9b2=_9ad.length;for(var i=0;i<_9ad.length;i++){var _9b4=_9ad[i];self._ExtractFromWebkitEntryAsync(_9b4,_9ae.slice(),function(_9b5){_9b2--;if(!_9b5.IsSuccess){_9b2=0;_9af(_9b5);return;}_9b1=_9b1.concat(_9b5.Result);if(_9b2<=0){_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b1));}});}},_ExtractFromWebkitEntryAsync:function(_9b6,_9b7,_9b8){if(_9b6.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b6,_9b7.slice(),function(_9b9){if(_9b9.IsSuccess){_9b8(_9b9);}else{_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b9.Result));}});}else{_9b6.file(function(file){_9b7.push(file.name);var _9bb=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b7,file);_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb));},function(_9bc){_9b8(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bc));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bd,_9be,_9bf){var _9c0=_9bd.createReader();_9c0.readEntries(function(_9c1){_9be.push(_9bd.name);self._ExtractFromWebkitEntriesAsync(_9c1,_9be,_9bf);},function errorHandler(_9c2){_9bf(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c2));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c3){this._super(_9c3);this.HtmlElement.addEventListener("drop",ITHit.Utils.MakeScopeClosure(this,"_OnDropHandler"),false);this.HtmlElement.addEventListener("dragover",ITHit.Utils.MakeScopeClosure(this,"_OnDragOverHandler"),false);this.HtmlElement.addEventListener("dragenter",ITHit.Utils.MakeScopeClosure(this,"_OnDragEnterHandler"),false);},_OnDropHandler:function(_9c4){this._StopEvent(_9c4);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c4.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c5){this._StopEvent(_9c5);},_OnDragOverHandler:function(_9c6){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c6);}var dt=_9c6.dataTransfer;if(!dt){this._StopEvent(_9c6);}var _9c8=dt.types;if(_9c8){if(_9c8.contains&&!_9c8.contains("Files")){return;}if(_9c8.indexOf&&(-1==_9c8.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c6);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c9){this._super(_9c9);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9ca){if(!_9ca.target.value){return;}this._StopEvent(_9ca);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9ca.target,function(_9cb){this._RaiseOnFileInputHandled(_9cb);_9ca.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cd){this.Key=sKey;this.Value=_9cd;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9ce){this._UnderLayingObject={};_9ce=_9ce||[];for(var i=0;i<_9ce.length;i++){var _9d0=_9ce[i];this.Set(_9d0.Key,_9d0.Value);}},Clear:function(){this._UnderLayingObject={};this._Length=0;},Delete:function(sKey){if(!this.Has(sKey)){return false;}delete this._UnderLayingObject[sKey];this._Length--;return true;},Entries:function(){var _9d2=[];var _9d3=this.Keys();for(var i=0;i<_9d3.length;i++){var sKey=_9d3[i];_9d2.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d2;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d8=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d8.push(sKey);}}return _9d8;},Set:function(sKey,_9db){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9db;return this;},Values:function(){var _9dc=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9dc.push(this._UnderLayingObject[sKey]);}}return _9dc;},Count:function(){return this._Length;},ForEach:function(_9de,_9df){var _9e0=this.Entries();_9e0.forEach(function(_9e1){_9de.call(_9df,_9e1.Value,_9e1.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e2,_9e3,_9e4){this.BytesUploaded=_9e2;this.TimeUpload=_9e3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e5){this.ResetSpeed();this._Size=_9e5;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e5;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e6=this._GetSpeed();var _9e7=new ITHit.WebDAV.Client.Upload.Progress();_9e7.TotalBytes=this._Size;_9e7.UploadedBytes=this._BytesUploaded;_9e7.Speed=Math.floor((Math.round(_9e6*10)/10));_9e7.Completed=this._GetUploadedPercents();_9e7.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e6){_9e7.RemainingTime=this._GetRemainingTime(_9e6);}return _9e7;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e8=this._Diffs.slice(-1*this._DiffCount);var _9e9=0;var _9ea=0;for(var i=0,l=_9e8.length;i<l;i++){_9e9+=_9e8[i].BytesUploaded;_9ea+=_9e8[i].TimeUpload;}var _9ed=_9e9/_9ea;return (_9ed>0)?_9ed:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9ee){var _9ef=Math.ceil((this._Size-this._BytesUploaded)/_9ee);return Math.floor(_9ef);},_Notify:function(){var _9f0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f0]);},UpdateBytes:function(_9f1,_9f2){var oNow=new Date();var _9f4=_9f1+this._StartPosition-this._LastUploadedBytes;var _9f5=(oNow-this._LastReportTime)/1000;var _9f6=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f4,_9f5);this._Diffs.push(_9f6);this._BytesUploaded=_9f1+this._StartPosition;this._LastUploadedBytes=_9f1+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f7,_9f8){var oNow=new Date();var _9fa=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f7;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fa;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fb,_9fc){ITHit.Events.AddListener(this,"OnProgress",_9fb,_9fc);},IsCompleted:function(){return this._BytesUploaded===this._Size;},Reset:function(){this._StartPosition=0;this._BytesUploaded=0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},StartTracking:function(_9fd){_9fd=_9fd||this._CurrentProgress.UploadedBytes;this._StartPosition=_9fd;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9fe){if(_9fe.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9fe.BytesUploaded;}this._Set(_9fe.BytesUploaded,_9fe.TotalContentLength);},ResetSpeed:function(_9ff){this._LastReportTime=_9ff||new Date();this._LastUploadedBytes=0;this._Diffs=[];},ResetIfComplete:function(){if(this.IsCompleted()){this.Reset();}},SetCompleted:function(){this.UpdateBytes(this._Size,this._Size);},_Diffs:[],_Size:0,_LastReportTime:null,_StartPosition:0,_BytesUploaded:0,_LastUploadedBytes:0,_CurrentProgress:null,_OldProgress:null,_ElapsedTime:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.AsyncEvent",null,{constructor:function(_a00,_a01){this.Sender=_a00;this._HandledCallback=_a01||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a02){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a02);},GetIsHandled:function(){return this._IsHandled;},_IsHandled:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Skip:function(){if(this._IsHandled){return;}this.Sender.SetSkip();this._Handle();},Overwrite:function(){if(this._IsHandled){return;}if(!this.Sender.IsFolder()){this.Sender.SetOverwrite(true);}this._Handle();},SkipAll:function(){if(this._IsHandled){return;}var _a03=this.Sender.GetGroup();if(_a03){_a03.GetItems().forEach(function(_a04){_a04.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a07,_a08){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a07,_a08);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.PathCache",null,{constructor:function(){this._UrlMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},Has:function(oUrl){return this._UrlMap.Has(oUrl.GetHref());},Add:function(oUrl){this._UrlMap.Set(oUrl.GetHref(),oUrl);},Delete:function(oUrl){this._UrlMap.Delete(oUrl.GetHref());},_UrlMap:null});})();(function(){"use strict";var _a0c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0d,_a0e){this._ItemGroupMap=_a0d;this._GroupItemMap=_a0e;this.ID=++_a0c._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0f){var _a10=this._GroupItemMap.Get(this.IDString);_a0f.forEach(function(_a11){this._ItemGroupMap.Set(_a11.GetUrl(),this);_a10.push(_a11);}.bind(this));},GetItems:function(){return this._GroupItemMap.Get(this.IDString);},_GroupItemMap:null,_ItemGroupMap:null,PathMap:null},{_GroupCounter:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.GroupManager",null,{constructor:function(){this._GroupItemMap=new ITHit.WebDAV.Client.Upload.Collections.Map();this._ItemGroupMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},CreateGroup:function(_a12){_a12=_a12||[];var _a13=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a13.IDString,[]);_a13.AddRange(_a12);return _a13;},GetGroupByItem:function(_a14){return this._ItemGroupMap.Get(_a14.GetUrl());},_GroupItemMap:null,_ItemGroupMap:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.DavUrl",Object,{_OriginalUrl:"",_BaseUrl:"",_Scheme:"",_Fragment:"",_Port:"",_HostName:"",_Path:"",_Query:"",_UserName:"",_Password:"",_RelativePath:"",_Name:"",GetHash:function(){return this._Fragment;},GetHost:function(){if(this._Port){return this._HostName+this._PortSeparator+this._Port;}return this._HostName;},GetOrigin:function(){return this.GetProtocol()+this.GetHost();},GetHostName:function(){return this._HostName;},GetPort:function(){return this._Port;},GetProtocol:function(){return this._Scheme;},GetQuery:function(){return this._Query;},GetName:function(){return this._Name;},GetRelativePath:function(){return this._RelativePath;},GetHref:function(){return this._OriginalUrl;},GetBaseUrl:function(){return this._BaseUrl;},toString:function(){return this._OriginalUrl;},Clone:function(){return new ITHit.WebDAV.Client.Upload.Utils.DavUrl(this._RelativePath,this._BaseUrl);},_ParseAuthPartsUndetectedScheme:function(_a15){var _a16=_a15.split(":");if(_a16.length===3){this._Scheme=_a16[0]+":";this._UserName=_a16[1];this._Password=_a16[2];}else{if(_a16.length===2){this._Scheme=_a16[0];this._UserName=_a16[1];}else{this._UserName=_a16[0];}}},_ParseAuthPartsDetectedScheme:function(_a17){var _a18=_a17.split(":");if(_a18.length===2){this._UserName=_a18[0];this._Password=_a18[1];}else{this._UserName=_a18[0];}},ParseAuthorityWithScheme:function(_a19,_a1a){var _a1b=_a19.match(this._PortRexEx);if(_a1b){this._Port=_a1b[0].slice(1);_a19=_a19.slice(0,-_a1b[0].length);}var _a1c=_a19.split("@");if(_a1c.length>1){this._HostName=_a1c[1];if(!_a1a){this._ParseAuthPartsUndetectedScheme(_a1c[0]);}else{this._ParseAuthPartsDetectedScheme(_a1c[0]);}return;}var _a1d=_a1c[0].split(":");if(_a1d.length>1){this._Scheme=_a1d[0]+":";this._HostName=_a1d[1];return;}this._HostName=_a19;},_ParseTrailingPathPart:function(_a1e){var _a1f=_a1e.split(this._FragmentSeparator);if(_a1f.length>1){this._Fragment=this._FragmentSeparator+_a1f[1];}var _a20=_a1f[0].split("?");if(_a20.length>1){this._Query=_a20[1];return _a20[0];}return _a20[0];},_ParseUrl:function(sUrl){var _a22=sUrl.split(this._DashedSchemeSeparator);if(_a22.length>1){this._Scheme=_a22[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a22.splice(0,1);}var _a23=_a22[0].split(this._PathSeparator);_a23=ITHit.Utils.FilterBy(_a23,function(_a24){return _a24!=="";});this.ParseAuthorityWithScheme(_a23[0],this._IsDashedScheme);_a23.splice(0,1);if(_a23.length===0){return;}var _a25=[];for(var i=0;i<_a22.length-1;i++){_a25.push(_a23[i]);}var _a27=this._ParseTrailingPathPart(_a23[_a23.length-1]);_a25.push(_a27);this._Name=_a27;this._Path=this._PathSeparator+_a25.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a29){this._BaseUrl=_a29||"";this._OriginalUrl=sUrl;if(!!_a29){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a29)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2a){var _a2b=_a2a.slice(-1);if(_a2b===this._PathSeparator){return _a2a.slice(0,-1);}return _a2a;},_GetWithoutLeadingSeparator:function(_a2c){var _a2d=_a2c[0];if(_a2d===this._PathSeparator){return _a2c.substring(1);}return _a2c;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadItem",null,{GetFile:function(){return this._UploadProvider.FSEntry.GetFile();},GetUrl:function(){return this._UploadProvider.Url.GetHref();},GetBaseUrl:function(){return this._UploadProvider.Url.GetBaseUrl();},GetName:function(){return this._UploadProvider.Url.GetName();},GetRelativePath:function(){return this._UploadProvider.Url.GetRelativePath();},IsFolder:function(){return this._UploadProvider.FSEntry.IsFolder();},GetSource:function(){return this._Source;},GetState:function(){return this._UploadProvider.GetState().GetAsEnum();},GetProgress:function(){return this._UploadProvider.GetProgress();},GetErrors:function(){return this._UploadProvider.Errors.slice();},GetLastError:function(){return this._UploadProvider.LastError;},OnUploadStartedCallback:null,OnUploadErrorCallback:null,CustomData:null,SetOverwrite:function(_a2e){this._UploadProvider.Settings.ForceRewrite=_a2e;},AddHeader:function(_a2f,_a30){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a31=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a32){return _a32.name===_a2f;});if(_a31){_a31.value=_a30;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2f,value:_a30});}},SetRewrite:function(_a33){this.SetOverwrite(_a33);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a34){if(this.IsFolder()&&_a34===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a34;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a35){if(!(_a35 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a36=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a36,"oError");}this._UploadProvider.SetFailed(_a35);},_SetProgress:function(_a37){var _a38=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a37.OldProgress,_a37.NewProgress);ITHit.Events.DispatchEvent(this,_a38.Name,_a38);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3a,_a3b,_a3c,_a3d,_a3e){this._Source=_a3b||null;this._GroupManager=_a3d;var _a3f=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3a.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3c,this,_a3a,_a3f,_a3e);this._UploadProvider.AddListener("OnProgressChanged",this._SetProgress,this);this._UploadProvider.AddListener("OnStateChanged",this._OnStateChangedEventHandler,this);this._UploadProvider.AddListener("OnError",this._OnErrorEventHandler,this);this.CustomData={};},StartAsync:function(_a40){_a40=_a40||function(){};if(this.GetState()!==ITHit.WebDAV.Client.Upload.State.Paused){var that=this;this._GetUploadBehaviourAsync(function(){if(that.GetState()===ITHit.WebDAV.Client.Upload.State.Skipped){_a40();}else{that._UploadProvider.StartUploadAsync(_a40);}});}else{this._UploadProvider.StartUploadAsync(_a40);}},PauseAsync:function(_a42){_a42=_a42||function(){};this._UploadProvider.PauseUpload(_a42);},CancelAsync:function(_a43,_a44,_a45){_a45=_a45||function(){};_a43=_a43||5;_a44=_a44||500;this._UploadProvider.AbortUpload(_a43,_a44,_a45);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a46){var _a47=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a46);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a47);}else{if(ITHit.Events.ListenersLength(this,_a47.Name)!==0){ITHit.Events.DispatchEvent(this,_a47.Name,_a47);}else{_a46();}}},AddListener:function(_a48,_a49,_a4a){this._ValidateEventName(_a48);_a4a=_a4a||null;ITHit.Events.AddListener(this,_a48,_a49,_a4a);},RemoveListener:function(_a4b,_a4c,_a4d){this._ValidateEventName(_a4b);_a4d=_a4d||null;ITHit.Events.RemoveListener(this,_a4b,_a4c,_a4d);},_ValidateEventName:function(_a4e){switch(_a4e){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a4e+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4f){var _a50=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4f.OldState,_a4f.NewState);ITHit.Events.DispatchEvent(this,_a50.Name,_a50);},_OnErrorEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a51.Error);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a53,_a54,_a55){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a54||[];this.RemovedItems=_a55||[];this.Sender=_a53;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a56){if(this._End&&_a56>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a56;},GetEnd:function(){return this._End;},SetEnd:function(iEnd){if(iEnd<this._Start){throw new ITHit.Exceptions.ArgumentException("End cant be smaller than start","iEnd");}this._End=iEnd||this._Blob.size;},_Start:0,_End:0,_Blob:null,constructor:function(_a58,_a59,iEnd){this._SetBlob(_a58);this.SetStart(_a59);this.SetEnd(iEnd||_a58.size);},_SetBlob:function(_a5b){this._Blob=_a5b;this._Start=0;this._End=_a5b.size;},IsFullFile:function(){return this._Start===0&&this._End===this._Blob.size;},IsPartFile:function(){return !this.IsFullFile();},GetSlice:function(){if(this.IsFullFile()){return this._Blob;}return this._Blob.slice(this._Start,this.End);},GetFile:function(){return this._Blob;},GetFullSize:function(){return this._Blob.size;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadLocation",null,{constructor:function(_a5c,oUrl){this._FolderGenerator=_a5c;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a5e,_a5f){var _a60=function(_a61){delete this._CancellationCallback;_a5e.call(_a5f,_a61);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a60,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a62=this._GetAncestorsPaths(this._Url);_a62.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a64,_a65){if(!this._CancellationCallback){_a64.call(_a65);return;}this._CancellationCallback(function(){_a64.call(_a65);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a66){this._PathMap=_a66;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a68=oUrl.GetRelativePath().split("/");if(_a68.length===0){return [];}if(_a68[_a68.length-1]===""){_a68=_a68.slice(0,-1);}var _a69=[];var path="";for(var i=0;i<_a68.length-1;i++){if(path!==""){path+="/";}path+=_a68[i];_a69.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a69;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6d,oUrl){this._Session=_a6d;this.Url=oUrl;},SetProgressDebounce:function(_a6f){this._ReportPeriod=_a6f;},BeginWrite:function(_a70){this._InitializeRequestContext();var _a71=null;if(_a70.IsFolder()){_a71=this._CreateMKCOLRequest();this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a71=this._CreatePutRequest(_a70);_a71.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a73.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a74){this._InitializeRequestContext();var _a75=this._CreatePutAppendRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a76,_a77){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a76,_a77);}},AddListener:function(_a78,_a79,_a7a){_a7a=_a7a||null;this._ValidateEventName(_a78);ITHit.Events.AddListener(this,_a78,_a79,_a7a);},RemoveListener:function(_a7b,_a7c,_a7d){_a7d=_a7d||null;this._ValidateEventName(_a7b);ITHit.Events.RemoveListener(this,_a7b,_a7c,_a7d);},_AddCustomHeaders:function(_a7e){if(!this.CustomHeaders){return;}var _a7f=[];var _a80=_a7e.Headers.GetAll();this.CustomHeaders.forEach(function(_a81){if(_a7f.indexOf(_a81.name)<0&&!_a80.hasOwnProperty(_a81.name)){_a7e.Headers.Add(_a81.name,_a81.value);_a7f.push(_a81.name);}});},_ValidateEventName:function(_a82){switch(_a82){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:case self.EVENT_ON_START:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a82+"`");}},_InitializeRequestContext:function(){if(this.IsActive()){throw new ITHit.Exceptions("Content write already in progress");}this._RequestContext=this._Session.CreateRequest(this.__className);this._RequestContext.AddListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);},_CreateMKCOLRequest:function(){var _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("MKCOL");this._SetDefaultHeaders(_a83);return _a83;},_OnMKCOLRewriteResponse:function(_a84){if(this._IsConflictResult(_a84)){_a84=this._TransformToSuccess(_a84);}this._OnResponse(_a84);},_OnMKCOLRewriteErrorEventHandler:function(_a85){if(_a85.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a86){if(_a86.IsAborted){_a86=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a86.Error);this._RequestContext.MarkAbort();}else{_a86=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a86);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a86);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a87){var _a88=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a88.Method("PUT");if(_a87.GetFile().type){_a88.Headers.Add("Content-Type",_a87.GetFile().type);}_a88.BodyBinary(_a87.GetFile());this._SetDefaultHeaders(_a88);return _a88;},_CreatePutAppendRequest:function(_a89){var _a8a=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8a.Method("PUT");if(_a89.GetFile().type){_a8a.Headers.Add("Content-Type",_a89.GetFile().type);}if(_a89.IsPartFile()){_a8a.Headers.Add("Content-Range",this._GetRangeHeader(_a89));_a8a.BodyBinary(_a89.GetSlice());}else{_a8a.BodyBinary(_a89.GetFile());}this._SetDefaultHeaders(_a8a);return _a8a;},_GetRangeHeader:function(_a8b){return "bytes "+_a8b.GetStart()+"-"+(_a8b.GetEnd()-1)+"/"+_a8b.GetFullSize();},_TransformToSuccess:function(_a8c){return new ITHit.WebDAV.Client.AsyncResult(_a8c.Error,true,null);},_IsConflictResult:function(_a8d){return _a8d.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a8e){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a8e,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8f,Uploader:this}]);},_RaiseOnFinishEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a90}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a91){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a91.Progress.BytesTotal===_a91.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a91.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a93){this._RaiseOnErrorEvent(_a93.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a94){_a94.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a94.Headers.Add("X-Requested-With","XMLHttpRequest");},IsActive:function(){return !!this._RequestContext;},_Session:null,_RequestContext:null,_ReportPeriod:1000,_LastReportTime:0},{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_START:"OnStart"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.Generator",null,{constructor:function(_a95){this._Session=_a95;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a97=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a97,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a98){if(_a98.IsAborted){_a97.MarkAbort();}else{_a97.MarkFinish();}this._CallAwaiters(oUrl,_a98);}.bind(this));return _a97;},_RecurrentGenerate:function(_a99,_a9a,_a9b,_a9c){var _a9d=null;var _a9e=null;var _a9f=function(_aa0,_aa1){if(!!_a9d){_a9d.AbortAsync(_aa0,_aa1);return;}if(!!_a9e){_a9e(_aa0,_aa1);}_aa0.call(_a9c);};var _aa2=_a9a.slice();var _aa3=[];while(_aa2.length>0){var oUrl=_aa2[0];if(!_a99.Has(oUrl)){break;}_aa3.push(oUrl);_aa2.splice(0,1);}if(_aa2.length===0){_a9b.call(_a9c,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3));return _a9f;}var _aa5=_aa2.shift();if(!this._IsInWork(_aa5)){_a9d=this._SendRequest(_aa5);}this._AddAwaiter(_aa5,function(_aa6){if(!_aa6.IsSuccess&&!this._IsConflictResult(_aa6)){_a9b.call(_a9c,_aa6);return;}_a99.Add(_aa5);_aa3.push(oUrl);_a9d=null;_a9e=this._RecurrentGenerate(_a99,_aa2,function(_aa7){if(_aa7.IsSuccess||this._IsConflictResult(_aa6)){_aa7.Result.concat(_aa3);_aa7=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3);}_a9e=null;_a9b.call(_a9c,_aa7);return;},this);}.bind(this));return _a9f;},GeneratePathAsync:function(_aa8,oUrl,_aaa,_aab){var _aac=this._GetAncestorsPaths(oUrl);if(_aac.length===0){return _aaa.call(_aab,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa8,_aac,_aaa,_aab);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aae=oUrl.GetRelativePath().split("/");if(_aae.length===0){return [];}if(_aae[_aae.length-1]===""){_aae=_aae.slice(0,-1);}var _aaf=[];var path="";for(var i=0;i<_aae.length-1;i++){if(path!==""){path+="/";}path+=_aae[i];_aaf.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaf;},_IsInWork:function(oUrl){var _ab3=this._WorkList.Get(oUrl.toString());return _ab3&&(_ab3.length>0);},_AddAwaiter:function(oUrl,_ab5){var _ab6=this._WorkList.Get(oUrl.toString());var _ab7=[];if(_ab6){_ab7=_ab7.concat(_ab6);}_ab7.push(_ab5);this._WorkList.Set(oUrl.toString(),_ab7);},_CallAwaiters:function(oUrl,_ab9){var _aba=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_aba.forEach(function(_abb){_abb(_ab9);});},_IsConflictResult:function(_abc){if(_abc.IsSuccess){return false;}if(_abc.Error&&_abc.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return true;}return false;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploaderSession",ITHit.WebDAV.Client.WebDavSession,{ExistsFolders:[],GetProgressReportAsync:function(sUrl,_abe,_abf){var _ac0=this.CreateRequest(this.__className+".ReportAsync()");var _ac1=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac2=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac1);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac0,_ac1,_ac2,null,null,function(_ac3){_ac0.MarkFinish();_abe.call(_abf,_ac3);});return _ac0;},CancelUploadAsync:function(sUrl,_ac5){var _ac6=this.CreateRequest(this.__className+".CancelUpload()");var _ac7=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac7);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac6,_ac7,[],_ac8,function(_ac9){_ac6.MarkFinish();var _aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac9.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac9.IsSuccess){_aca=new ITHit.WebDAV.Client.AsyncResult(_ac9.IsSuccess,_ac9.IsSuccess,_ac9.Error);}}_ac5(_aca);});return _ac6;},CheckExistsAsync:function(sUrl,_acc,_acd){_acc=_acc||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ace){var _acf=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acf=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ace.IsSuccess){_acf=new ITHit.WebDAV.Client.AsyncResult(_ace.IsSuccess,_ace.IsSuccess,_ace.Error);}}_acc.call(_acd,_acf);});},DeleteAsync:function(_ad0,_ad1,_ad2){_ad1=_ad1||null;var _ad3=ITHit.WebDAV.Client.Encoder.Encode(_ad0);var _ad4=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad3);var _ad5=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad5,_ad3,_ad1,_ad4,function(_ad6){if(!_ad6.IsSuccess&&_ad6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad6=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad5.MarkFinish();_ad2(_ad6);});return _ad5;},CreateFolderRangeAsync:function(_ad7,_ad8,_ad9,_ada){_ad8=_ad8||null;_ad9=_ad9||ITHit.Utils.NoOp;var _adb=_ad7.length;var _adc=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_adb);this._PerformCreateFolderRangeMethodAsync(_adc,_ad7,_ad8,function(_add){_adc.MarkFinish();_ad9.call(_ada,_add);});return _adc;},_PerformCreateFolderRangeMethodAsync:function(_ade,_adf,_ae0,_ae1,_ae2){_ae1=_ae1||ITHit.Utils.NoOp;_adf=_adf.slice();var _ae3=_adf.unshift();var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHref());var _ae5=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ade,_ae4,_ae0,_ae5,function(_ae6){if(_ae6.IsSuccess||_ae6.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae6=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae3]);}if(_adf.length>0&&_ae6.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ade,_adf,_ae0,function(_ae7){if(_ae7.IsSuccess){_ae7.Result.push(_ae3);}_ae1.call(_ae2,_ae7);return;},this);}else{_ae1.call(_ae2,_ae6);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_aea,_aeb,_aec,_aed){this._RoundsCount=_aea;this._Handler=_aec;this._EndHandler=_aed;this._IsActive=!!_aea;this._RepeatTime=_aeb;},Stop:function(_aee){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aee);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aef){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aef);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_af0){this._Action=_af0;},RunAsync:function(_af1,_af2,_af3){var _af4=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af1,_af2,this._Action,_af3);_af4._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_af6,_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af7;this._super(_af6,_af8);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af9){return {Action:"skip",Error:_af9};},GetRetryResult:function(_afa){return {Action:"retry",Error:_afa};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afb,_afc){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afc;this.Sender=_afb;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afd){},OnLeave:function(_afe){},StartUploadAsync:function(_aff,_b00){_b00();},PauseUpload:function(_b01,_b02){_b02();},AbortUpload:function(_b03,_b04,_b05,_b06){_b06();},Skip:function(_b07){},OnUploadLocationPrepared:function(_b08,_b09){},OnUploadProgressPrepared:function(_b0a,_b0b){},OnContentCompleted:function(_b0c,_b0d){},OnRetryResult:function(_b0e,_b0f){},_CompletePauseAsync:function(_b10,_b11,_b12){if(_b10.IsRetrySchedule){_b10.IsRetrySchedule=false;}_b10.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b11.call(_b12);},_StartPauseAsync:function(_b13,_b14){_b13._ProgressTracker.StopTracking();_b13.CancelAllRequests(function(){if(_b13.IsContentSend){_b13.SyncProgressWithServerAsync(function(_b15){this._CompletePauseAsync(_b13,_b14);},this);return;}this._CompletePauseAsync(_b13,_b14);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b16){_b16.GetProgressTracker().StopTracking();_b16.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b19,_b1a){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b19,_b1a);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b1b,_b1c){_b1b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1b,_b1c);},Skip:function(_b1d){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1e,_b1f){this._StartPauseAsync(_b1e,_b1f);},AbortUpload:function(_b20,_b21,_b22,_b23){_b20.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b20,_b21,_b22,_b23);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b24){_b24.GetProgressTracker().StopTracking();_b24.GetProgressTracker().Reset();},StartUploadAsync:function(_b25,_b26){_b25.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b25,_b26);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b27){_b27.PrepareUploadLocation();},PauseUpload:function(_b28,_b29){this._StartPauseAsync(_b28,_b29);},AbortUpload:function(_b2a,_b2b,_b2c,_b2d){_b2a.CancelAllRequests(function(){_b2a.GetProgressTracker().StopTracking();_b2a.CancelAndDeleteAsync(_b2b,_b2c,function(_b2e){if(_b2e.IsSuccess){_b2a.GetProgressTracker().Reset();_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b2a.AddError(_b2e.Error);_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2d();},this);},this);},OnContentCompleted:function(_b2f,_b30){var _b31=_b30.Result;if(_b31.IsAborted){return;}if(_b31.IsSuccess){_b2f.GetProgressTracker().SetCompleted();_b2f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2f,_b31);},_HandleError:function(_b32,_b33){_b32.AddError(_b33.Error);_b32.BeginRetry(_b33.Error);},OnRetryResult:function(_b34,_b35){if(_b35.Action==="skip"){_b34.AddError(_b35.Error);_b34.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b34.IsContentSend){_b34.SyncProgressWithServerAsync(function(_b36){if(_b36.Error){this._HandleError(_b35.Error);}else{this.OnEnter(_b34);}},this);return;}this.OnEnter(_b34);},OnUploadLocationPrepared:function(_b37,_b38){if(_b38.IsAborted){return;}if(!_b38.IsSuccess){this._HandleError(_b37,_b38);return;}_b37._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b39){if(_b39.IsContentSend){_b39.PrepareProgress();return;}this._super(_b39);},OnUploadProgressPrepared:function(_b3a,_b3b){if(_b3b.IsAborted){return;}if(!_b3b.IsSuccess){this._HandleError(_b3a,_b3b);return;}if(_b3a.GetProgressTracker().IsCompleted()){_b3a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b3a._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b44){_b44.GetProgressTracker().StopTracking();_b44.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b45,_b46){_b45.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b45,_b46);},AbortUpload:function(_b47,_b48,_b49,_b4a){if(_b47.IsContentSend){_b47.CancelAndDeleteAsync(_b48,_b49,function(_b4b){if(_b4b.IsSuccess){_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b47.AddError(_b4b.Error);_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b4a();},this);}else{_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b4a();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b4d){switch(_b4d){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b4e,oUrl){this._Session=_b4e;this._Url=oUrl;},GetProgressAsync:function(_b50,_b51){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b52){if(_b52.IsSuccess&&_b52.Result[0]){var _b53=_b52.Result[0];_b50.call(_b51,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b53));return;}_b50.call(_b51,_b52);},this);},CancelUploadAsync:function(_b54,_b55){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b56){_b54.call(_b55,_b56);});},DeleteAsync:function(_b57,_b58,_b59,_b5a){var that=this;var _b5c=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5d){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5e){if(_b5e.IsSuccess){_b5d.Stop(_b5e);}else{_b5d.EndRound(_b5e);}});});_b5c.RunAsync(_b57,_b58,function(_b5f){_b59.call(_b5a,_b5f);});},CancelAndDeleteAsync:function(_b60,_b61,_b62,_b63){this.CancelUploadAsync(function(_b64){if(!_b64.IsSuccess){return _b62.call(_b63,_b64);}this.DeleteAsync(_b60,_b61,_b62,_b63);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b65,_b66,_b67,oUrl,_b69){this.FSEntry=_b67;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b69.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b65;this._UploadItem=_b66;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b69.State);this.Errors=[];this.UploadLocation=_b65.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b65,this.Url);this.ContentWriter=_b65.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b6a){this._BeginStateChange();this._State.StartUploadAsync(this,_b6a);},PauseUpload:function(_b6b){this._BeginStateChange();this._State.PauseUpload(this,_b6b);},AbortUpload:function(_b6c,_b6d,_b6e){this._BeginStateChange();_b6e=_b6e||function(){};this._State.AbortUpload(this,_b6c,_b6d,_b6e);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6f,_b70,_b71){this._ValidateEventName(_b6f);_b71=_b71||null;ITHit.Events.AddListener(this,_b6f,_b70,_b71);},RemoveListener:function(_b72,_b73,_b74){this._ValidateEventName(_b72);_b74=_b74||null;ITHit.Events.RemoveListener(this,_b72,_b73,_b74);},_ValidateEventName:function(_b75){switch(_b75){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b75+"`");}},CheckRetryAsync:function(_b76,_b77,_b78){var _b79=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b76,function(_b7a){if(!this.IsRetrySchedule){return;}_b77.call(_b78,_b7a);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b79.Name)===0)){_b77.call(_b78,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b76));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b79);}ITHit.Events.DispatchEvent(this._UploadItem,_b79.Name,_b79);},Errors:null,LastError:null,AddError:function(_b7b){this.AddErrorSilent(_b7b);this._RiseOnErrorEvent(_b7b);},AddErrorSilent:function(_b7c){this.LastError=_b7c;this.Errors.push(_b7c);},SetFailed:function(_b7d){var _b7e=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7d);this.SetState(_b7e);},_RiseOnErrorEvent:function(_b7f){var _b80=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7f);ITHit.Events.DispatchEvent(this,_b80.Name,_b80);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b81){if(_b81.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b81);},_StartLoadHandler:function(_b82){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b83){this.GetProgressTracker().UpdateBytes(_b83.Progress.BytesLoaded,_b83.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b84=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b84.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b84.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b84);}},SyncProgressWithServerAsync:function(_b85,_b86){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b87){if(!_b87.IsSuccess){_b85.call(_b86,_b87);return;}if(_b87.Result===true){this._ProgressTracker.SetCompleted();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b88){if(_b88.IsSuccess){this._ProgressTracker.SyncProgress(_b88.Result);_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b88.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b88.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b89){if(_b89.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b89);},CancelAllRequests:function(_b8a,_b8b){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b8a,_b8b);},this);},this);},_CancelLocationCreateAsync:function(_b8c,_b8d){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_CancelContentSendingAsync:function(_b8e,_b8f){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8e.call(_b8f);},this);}else{_b8e.call(_b8f);}},_CancelProgressAsync:function(_b90,_b91){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b90.call(_b91);},this);}else{_b90.call(_b91);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b92){this.IsProgressSyncInProgress=false;if(_b92.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b92);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b93){var _b94=this._State;this._State.OnLeave(this);this._State=_b93;this._State.OnEnter(this);var _b95=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b94.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b95.Name,_b95);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b96){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b96,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b97){this._State.OnRetryResult(this,_b97);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b98,_b99,_b9a,_b9b){this.ServerItem.CancelUploadAsync(function(_b9c){if(!this.Settings.DeleteOnCancel){_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b98,_b99,function(_b9d){if(!_b9d.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b9a.call(_b9b,_b9c);}this.IsContentSend=false;_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9e){var _b9f=this._Progress;this._Progress=_b9e;var _ba0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9f,_b9e);ITHit.Events.DispatchEvent(this,_ba0.Name,_ba0);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba1){if(this._IsHandled){return;}this._Skip(_ba1);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba2){if(this._IsHandled){return;}this._Overwrite(_ba2);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba3){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba3});},constructor:function(_ba4,_ba5,_ba6){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba5||[];this._super(_ba4,_ba6);},_Overwrite:function(_ba7){var _ba8=this._CreateResult([],_ba7);this._Handle(_ba8);},_Skip:function(_ba9){var _baa=this._CreateResult(_ba9,[]);this._Handle(_baa);},_CreateResult:function(_bab,_bac){return {Skip:_bab||[],Overwrite:_bac||[],Original:this.Items};},_Handle:function(_bad){_bad=_bad||this._CreateResult();this._super(_bad);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bae,_baf,_bb0,_bb1){var _bb2=[];var _bb3=0;if(_bae.length===0){setTimeout(_bb0.apply(_bb1,_bae));}for(var i=0;i<_bae.length;i++){_baf.apply(_bb1,[_bae[i],i,_bae,ITHit.Utils.MakeScopeClosure(this,function(i,_bb6){_bb2[i]=_bb6;_bb3++;if(_bb3===_bae.length){setTimeout(_bb0.call(_bb1,_bb2));}},i)]);}},DistinctBy:function(_bb7,_bb8,_bb9){var map=Object.create(null);_bb8=_bb8||Object.prototype.toString;for(var i=0;i<_bb7.length;i++){var _bbc=_bb8.call(_bb9,_bb7[i]).toString();if(!map[_bbc]){map[_bbc]=_bb7[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbe,_bbf){if(!_bbf){return [_bbe.shift()];}var _bc0=(_bbe.length>_bbf)?_bbf:_bbe.length;var _bc1=[];for(var i=0;i<_bc0;i++){_bc1.push(_bbe.shift());}return _bc1;},Remove:function(_bc3,_bc4){var _bc5=_bc3.indexOf(_bc4);if(_bc5>-1){_bc3.splice(_bc5,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc6){this._ParallelUploads=_bc6||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc7){_bc7.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc8){this._AddToQueue(_bc8);this._StartUploads();},Remove:function(_bc9){_bc9.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc9);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc9);this._StartUploads();},Reserve:function(_bca){_bca=_bca||1;this._Reserve+=_bca;},Release:function(_bcb){_bcb=_bcb||1;this._Reserve-=_bcb;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcc=this.GetBusy();if(_bcc>=this._ParallelUploads){return 0;}else{if(_bcc===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcc)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcd){if(_bcd.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcd.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bce=this.GetFree();if(_bce<=0){return;}var _bcf=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bce);if(_bcf.length<1){return;}this.Reserve(_bcf.length);_bcf.forEach(this._StartSingle,this);},_StartSingle:function(_bd0){this._Active.push(_bd0);_bd0.StartAsync();this.Release();},_AddToQueue:function(_bd1){this._QueueArray.push(_bd1);_bd1.AddListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);},_Reserve:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Queue",null,{Uploader:null,_UnderlyingArray:null,_Session:null,_AutoUploader:null,constructor:function(_bd2){this.Uploader=_bd2;this._Session=new ITHit.WebDAV.Client.Upload.UploaderSession();this._UnderlyingArray=[];this._GroupManager=new ITHit.WebDAV.Client.Upload.Groups.GroupManager();this._AutoUploader=new ITHit.WebDAV.Client.Upload.AutoUploader(this.Uploader.Settings.ConcurrentUploads);},ShouldReplaceDuplicate:function(_bd3){var _bd4=this.GetByUrl(_bd3.GetUrl());var _bd5=_bd4.GetState();return !(_bd5===ITHit.WebDAV.Client.Upload.State.Uploading||_bd5===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd7,_bd8){var _bd9=[];for(var i=0;i<_bd7.length;i++){var _bdb=_bd7[i];var _bdc=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bdb,_bd8,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdc.GetUrl())){if(this.ShouldReplaceDuplicate(_bdc)){this.RemoveByUrl(_bdc.GetUrl());}else{continue;}}_bd9.push(_bdc);}this._DispatchOnUploadItemsCreatedAsync(_bd9,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdd){var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdd);var _bdf=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdd]);ITHit.Events.DispatchEvent(this,_bdf.Name,[_bdf]);this._AutoUploader.Add(_bdd);},AddRange:function(_be0){for(var i=0;i<_be0.length;i++){var _be2=_be0[i];var sUrl=_be2.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be2);}this._GroupManager.CreateGroup(_be0);this._OnQueueChanged(_be0,null);var _be4=_be0.filter(function(_be5){return _be5.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be4);},Restart:function(_be6){for(var i=0;i<_be6.length;i++){if(!this.HasUrl(_be6[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be6);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be9){return _be9.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _bec=this.GetByUrl(sUrl);if(!_bec){return;}var _bed=_bec.GetState();if(_bed===ITHit.WebDAV.Client.Upload.State.Uploading||_bed===ITHit.WebDAV.Client.Upload.State.Paused){_bec.Abort();}var _bee=ITHit.Utils.IndexOf(this._UnderlyingArray,_bec);this._UnderlyingArray.splice(_bee,1);this._OnQueueChanged(null,[_bec]);this._AutoUploader.Remove(_bec);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bef,_bf0){var _bf1=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bef,_bf0);ITHit.Events.DispatchEvent(this,_bf1.Name,[_bf1]);},_DispatchOnUploadItemsCreatedAsync:function(_bf2,_bf3){var _bf4=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf2.slice(),_bf3);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf4.Name)===0)){_bf4.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf4);}ITHit.Events.DispatchEvent(this,_bf4.Name,_bf4);},AddListener:function(_bf5,_bf6,_bf7){_bf7=_bf7||null;switch(_bf5){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf5,_bf6,_bf7);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf5+"`");}},RemoveListener:function(_bf8,_bf9,_bfa){ITHit.Events.RemoveListener(this,_bf8,_bf9,_bfa);},_OnUploadItemsCreatedAsyncDispatched:function(_bfb){if(_bfb.Upload){this.AddRange(_bfb.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfb);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfc){var _bfd=this._FilterSkippedItems(_bfc);var _bfe=this._CreateUrlUploadItemMap(_bfc.Overwrite);_bfd.forEach(function(_bff){if(_bfe.Has(_bff.GetUrl())){_bff.SetOverwrite(true);}});this.AddRange(_bfd);},_FilterSkippedItems:function(_c00){var _c01=this._CreateUrlUploadItemMap(_c00.Skip);return _c00.Original.filter(function(_c02){return !_c01.Has(_c02.GetUrl());});},_CreateUrlUploadItemMap:function(_c03){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c03.forEach(function(_c05){oMap.Set(_c05.GetUrl(),_c05);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c06=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c07){this._Uploader=_c07;this._UnderlyingSet={};},AddById:function(_c08){var _c09=this.GetById(_c08);if(_c09){return _c09;}var _c0a=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c08);this._UnderlyingSet[_c08]=_c0a;this._RaiseOnCollectionChanged([_c0a],[]);return _c0a;},GetById:function(_c0b){return this._UnderlyingSet[_c0b];},RemoveById:function(_c0c){var _c0d=this.GetById(_c0c);if(_c0d){delete this._UnderlyingSet[_c0c];this._RaiseOnCollectionChanged([],[_c0d]);}},AddListener:function(_c0e,_c0f,_c10){_c10=_c10||null;this._CheckEventNameOtThrow(_c0e);ITHit.Events.AddListener(this,_c0e,_c0f,_c10);},RemoveListener:function(_c11,_c12,_c13){_c13=_c13||null;this._CheckEventNameOtThrow(_c11);ITHit.Events.RemoveListener(this,_c11,_c12,_c13);},_CheckEventNameOtThrow:function(_c14){if(_c14!==_c06.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c14);}},_RaiseOnCollectionChanged:function(_c15,_c16){ITHit.Events.DispatchEvent(this,_c06.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c15||[],RemovedItems:_c16||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c17=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c18){this._UnderlyingArray=[];this._Uploader=_c18;},AddById:function(_c19){var _c1a=new ITHit.WebDAV.Client.Upload.Controls.Input(_c19);this._UnderlyingArray[_c19]=_c1a;this._RaiseOnCollectionChanged([_c1a],[]);return _c1a;},GetById:function(_c1b){return this._UnderlyingArray[_c1b];},RemoveById:function(_c1c){var _c1d=this.GetById(_c1c);if(_c1d){delete this._UnderlyingSet[_c1c];this._RaiseOnCollectionChanged([],[_c1d]);}},AddListener:function(_c1e,_c1f,_c20){_c20=_c20||null;this._CheckEventNameOtThrow(_c1e);ITHit.Events.AddListener(this,_c1e,_c1f,_c20);},RemoveListener:function(_c21,_c22,_c23){_c23=_c23||null;this._CheckEventNameOtThrow(_c21);ITHit.Events.RemoveListener(this,_c21,_c22,_c23);},_CheckEventNameOtThrow:function(_c24){if(_c24!==_c17.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c24);}},_RaiseOnCollectionChanged:function(_c25,_c26){ITHit.Events.DispatchEvent(this,_c17.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c25||[],RemovedItems:_c26||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Uploader",null,{DropZones:null,Inputs:null,Queue:null,Settings:null,_UploadProvider:null,constructor:function(){this.Inputs=new ITHit.WebDAV.Client.Upload.InputCollection(this);this.Inputs.AddListener(ITHit.WebDAV.Client.Upload.InputCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.DropZones=new ITHit.WebDAV.Client.Upload.DropZoneCollection(this);this.DropZones.AddListener(ITHit.WebDAV.Client.Upload.DropZoneCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.Settings=new ITHit.WebDAV.Client.Upload.Settings();this.Queue=new ITHit.WebDAV.Client.Upload.Queue(this);},SetUploadUrl:function(sUrl){this._UploadUrl=sUrl;},GetUploadUrl:function(){return this._UploadUrl;},_OnControlCollectionChangedEventHandler:function(_c28){_c28.AddedItems.forEach(function(_c29){_c29.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c28.RemovedItems.forEach(function(_c2a){_c2a.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2b){this.Queue.AddGroup(this._UploadUrl,_c2b.AsyncResult.Result,_c2b.Source);}});})();ITHit.Temp={};
|
|
87
|
+
(function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_100,_101){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_100,_101);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _102={};var _103={};var _104={};for(var _105 in ITHit.LogLevel){_102[ITHit.LogLevel[_105]]=[];_104[ITHit.LogLevel[_105]]=[];}var _106=function(_107,_108,iTo,_10a){for(var _10b in ITHit.LogLevel){if(ITHit.LogLevel[_10b]>iTo){continue;}if(!ITHit.LogLevel[_10b]||(_108>=ITHit.LogLevel[_10b])){continue;}if(_107){_104[ITHit.LogLevel[_10b]].push(_10a);}else{for(var i=0;i<_104[ITHit.LogLevel[_10b]].length;i++){if(_104[ITHit.LogLevel[_10b]][i]==_10a){_104[ITHit.LogLevel[_10b]].splice(i,1);}}}}};_106.add=function(iTo,_10e){_106.increase(ITHit.LogLevel.Off,iTo,_10e);};_106.del=function(iTo,_110){_106.decrease(ITHit.LogLevel.Off,iTo,_110);};_106.increase=function(_111,iTo,_113){_106(true,_111,iTo,_113);};_106.decrease=function(_114,iTo,_116){_106(false,_114,iTo,_116);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_117,_118){if(_118==ITHit.LogLevel.Off){this.RemoveListener();}var _119=0;var _11a=0;outer:for(var _11b in _102){for(var i=0;i<_102[_11b].length;i++){if(_102[_11b][i]==_117){_119=_11b;_11a=i;break outer;}}}if(!_119){_102[_118].push(_117);_106.add(_118,_117);}else{if(_118!=_119){_102[_119].splice(_11a,1);_102[_118].push(_117);if(_118>_119){_106.increase(_119,_118,_117);}else{_106.decrease(_118,_119,_117);}}}},RemoveListener:function(_11d){outer:for(var _11e in _102){for(var i=0;i<_102[_11e].length;i++){if(_102[_11e][i]==_11d){_102[_11e].splice(i,1);_106.del(_11e,_11d);break outer;}}}return true;},SetLogLevel:function(_120,_121){return this.AddListener(_120,_121,true);},GetLogLevel:function(_122){for(var _123 in _102){for(var i=0;i<_102[_123].length;i++){if(_102[_123][i]==_122){return _123;}}}return false;},GetListenersForLogLevel:function(_125){return _104[_125];},GetCount:function(_126){return _104[_126].length;},WriteResponse:function(_127){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_127 instanceof HttpWebResponse){sStr+="\n"+_127.StatusCode+" "+_127.StatusDescription+"\n";}sStr+=_127.ResponseUri+"\n";for(var _129 in _127.Headers){sStr+=_129+": "+_127.Headers[_129]+"\n";}sStr+=_127.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12a,_12b){_12b=("undefined"==typeof _12b)?ITHit.LogLevel.Info:parseInt(_12b);if(ITHit.Logger.GetCount(_12b)){var _12c=this.GetListenersForLogLevel(_12b);var _12a=String(_12a).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12c.length;i++){try{_12c[i](_12a,ITHit.LogLevel.Info);}catch(e){if(!_12c[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12c[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_12e,_12f){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12e,_12f);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _130={};var _131=function(_132){this._arguments=_132;};_131.prototype.Replace=function(_133){var _134=_133.substr(1,_133.length-2);return ("undefined"!=typeof this._arguments[_134])?this._arguments[_134]:_133;};var _135=function(_136){this._phrase=_136;};_135.prototype.toString=function(){return this._phrase;};_135.prototype.Paste=function(){var _137=this._phrase;if(/\{\d+?\}/.test(_137)){var _138=new _131(arguments);_137=_137.replace(/\{(\d+?)\}/g,function(args){return _138.Replace(args);});}return _137;};var _13a=function(){};_13a.prototype.LoadJSON=function(_13b,_13c){var _13d=ITHit.Utils;if(_13c&&!_13d.IsString(_13c)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13e=this;if(_13c){_13e=ITHit.Declare(_13c);}try{var _13f=_13b;if(_13d.IsString(_13f)){_13f=eval("("+_13b+")");}this._AddPhrases(_13f,_13e);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13a.prototype.LoadLocalizedJSON=function(_140,_141,_142){var _143=ITHit.Utils,_144=_143.IsUndefined,_145=_143.IsObject;if(!_140||!_143.IsObjectStrict(_140)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_141&&!_143.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _146;if(_141){_146={};this._MergePhrases(_146,_141);this._MergePhrases(_146,_140);}else{_146=_140;}this.LoadJSON(_146,_142);};_13a.prototype._MergePhrases=function(dest,_148){var _149=ITHit.Utils,_14a=_149.IsUndefined,_14b=_149.IsObject;for(var prop in _148){if(!_148.hasOwnProperty(prop)){continue;}if(_14a(dest[prop])){dest[prop]=_148[prop];}else{if(_14b(dest[prop])){this._MergePhrases(dest[prop],_148[prop]);}}}};_13a.prototype._AddPhrases=function(_14d,_14e){_14e=_14e||this;for(var _14f in _14d){if(("object"!=typeof _14d[_14f])||!(_14d[_14f] instanceof Object)){switch(_14f){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_14f+"\" is reserved word.");break;}_14e[_14f]=new _135(_14d[_14f]);}else{this._AddPhrases(_14d[_14f],_14e[_14f]?_14e[_14f]:(_14e[_14f]={}));}}};return new _13a();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_150,_151){ITHit.Exceptions.XPathException.baseConstructor.call(this,_150,_151);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_152,_153,_154,_155,_156){if(("string"!=typeof _152)&&!(_152 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_153 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_154&&!(_154 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_155&&!(_155 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_154=_154||null;_155=_155||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _157=_153._get();var _158=_157.ownerDocument||_157;if(_155){_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_155._res);return;}var oRes=new ITHit.XPath.result(_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_156){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _157=_153._get();var _15a=false;try{_157.getProperty("SelectionNamespaces");_15a=true;}catch(e){}var _15b=false;if(3==ITHit.XMLDoc._version){var sXml=_157.xml.replace(/^\s+|\s+$/g,"");var _15d="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15e="cutted";if(-1!=sXml.indexOf(_15d)||true){var _15f=sXml.replace(_15d,_15e);var _160=new ITHit.XMLDoc();_160.load(_15f);if(_154){var oNs=_154.getAll();for(var _162 in oNs){if(_15d==oNs[_162]){oNs.add(_162,_15e);break;}}}_157=_160._get();_15a=true;_15b=true;}}if(_15a&&_154&&_154.length()){var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15b){_157=_157.documentElement;}try{if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15a&&(-2147467259==e.number)&&_154&&_154.length()){var sEl=new ITHit.XMLDoc(_157).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_157=oEl._get();var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));_157=_157.documentElement;if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_152+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_168,_169,_16a){return ITHit.XPath.evaluate(_168,_169,_16a,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16b,sNs){this._ns[_16b]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16d){delete this._ns[_16d];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16e){return this._ns[_16e]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _170 in this._ns){oOut[_170]=this._ns[_170];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_171){this._res=_171;this._i=0;this.length=_171.length?_171.length:_171.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_172){var mOut;if(!_172){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_172];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_174,_175){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_174,_175);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _176;var _177=1;var _178=2;var _179=3;var _17a=4;var _17b=5;var _17c=6;var _17d=7;var _17e=8;var _17f=9;var _180=10;var _181=11;var _182=12;var _183=function(_184){this._xml=null;this._encoding=null;if(null!==_184){if(!_184||("object"!=typeof _184)){if(undefined!==window.ActiveXObject){if(_176){this._xml=new window.ActiveXObject(_176);}else{var _185=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _186=[6,4,3];for(var i=0;i<_185.length;i++){try{this._xml=new window.ActiveXObject(_185[i]);_183._version=_186[i];_176=_185[i];break;}catch(e){if(3==_186[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_184;}}else{this._xml=null;return null;}};_183._version=0;_183.prototype.contentEncoding=function(_188){if(undefined!==_188){this._encoding=_188;}return this._encoding;};_183.prototype.load=function(_189){if(!ITHit.Utils.IsString(_189)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_189){return new _183();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_183._version){_189=_189.replace(/<\?.*\?>/,"");this._xml.loadXML(_189);}else{var _18b=new _183();if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18b.load(_189);this._xml=_18b._get();}}catch(e){var _18c=e;}}else{if(document.implementation.createDocument){try{var _18d=new DOMParser();oDoc=_18d.parseFromString(_189,"text/xml");this._xml=oDoc;}catch(e){var _18c=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18c){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18c);}};_183.prototype.appendChild=function(_18e){if(!_18e instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18e._get());};_183.prototype.createElement=function(_18f){return new _183(this._xml.createElement(_18f));};_183.prototype.createElementNS=function(sNS,_191){if(this._xml.createElementNS){var _192=this._xml.createElementNS(sNS,_191);return new ITHit.XMLDoc(_192);}else{try{return new _183(this._xml.createNode(_177,_191,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_183.prototype.createTextNode=function(_193){return new _183(this._xml.createTextNode(_193));};_183.prototype.getElementById=function(sId){return new _183(this._xml.getElementById(sId));};_183.prototype.getElementsByTagName=function(_195){return new _183(this._xml.getElementsByTagName(_195));};_183.prototype.childNodes=function(){var _196=this._xml.childNodes;var _197=[];for(var i=0;i<_196.length;i++){_197.push(new ITHit.XMLDoc(_196[i]));}return _197;};_183.prototype.getElementsByTagNameNS=function(_199,_19a){if(this._xml.getElementsByTagNameNS){var _19b=this._xml.getElementsByTagNameNS(_199,_19a);}else{var _19c=this.toString();var _19d=new ITHit.XMLDoc();_19d.load(_19c);var _19e=new ITHit.XPath.resolver();_19e.add("a",_199);var oRes=ITHit.XPath.evaluate(("//a:"+_19a),_19d,_19e);var _19b=oRes._get();}var aRet=[];for(var i=0;i<_19b.length;i++){var _1a2=new ITHit.XMLDoc(_19b[i]);aRet.push(_1a2);}return aRet;};_183.prototype.setAttribute=function(_1a3,_1a4){this._xml.setAttribute(_1a3,_1a4);};_183.prototype.hasAttribute=function(_1a5){return this._xml.hasAttribute(_1a5);};_183.prototype.getAttribute=function(_1a6){return this._xml.getAttribute(_1a6);};_183.prototype.removeAttribute=function(_1a7){this._xml.removeAttribute(_1a7);};_183.prototype.hasAttributeNS=function(_1a8){return this._xml.hasAttribute(_1a8);};_183.prototype.getAttributeNS=function(_1a9){return this._xml.getAttribute(_1a9);};_183.prototype.removeAttributeNS=function(_1aa){this._xml.removeAttribute(_1aa);};_183.prototype.removeChild=function(_1ab){if(!_1ab instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ab);return new ITHit.XMLDoc(_1ab);};_183.prototype.removeNode=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ac=_1ac._get();if(_1ac.removeNode){return new _183(_1ac.removeNode(true));}else{return new _183(_1ac.parentNode.removeChild(_1ac));}};_183.prototype.cloneNode=function(_1ad){if(undefined===_1ad){_1ad=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ad));};_183.prototype.getProperty=function(_1ae){return this._xml[_1ae];};_183.prototype.setProperty=function(_1af,_1b0){this._xml[_1af]=_1b0;};_183.prototype.nodeName=function(){return this._xml.nodeName;};_183.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_183.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_183.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_183.prototype.firstChild=function(){return new _183(this._xml.firstChild);};_183.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_183.prototype.nodeValue=function(){var _1b1="";if(this._xml){_1b1=this._xml.nodeValue;}if("object"!=typeof _1b1){return _1b1;}else{return new ITHit.XMLDoc(_1b1);}};_183.prototype.nodeType=function(){return this._xml.nodeType;};_183.prototype._get=function(){return this._xml;};_183.prototype.toString=function(_1b2){return _183.toString(this._xml,this._encoding,_1b2);};_183.toString=function(_1b3,_1b4,_1b5){if(!_1b3){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b6="";var _1b7=true;if(undefined!==_1b3.xml){_1b6=_1b3.xml.replace(/^\s+|\s+$/g,"");_1b7=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b6=new XMLSerializer().serializeToString(_1b3);_1b7=false;}}if(_1b6){if(_1b4){_1b4=" encoding=\""+this._encoding+"\"";}else{_1b4="";}var sOut=((!_1b5)?"<?xml version=\"1.0\""+_1b4+"?>":"")+_1b6.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b7){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b6;};return _183;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1b9){var _1ba="Variable \""+_1b9+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1ba);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bb,_1bc){if(_1bb===null){throw new ITHit.Exceptions.ArgumentNullException(_1bc);}},VerifyArgumentNotNullOrEmpty:function(_1bd,_1be){if(_1bd===null||_1bd===""){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},NormalizeEmptyToNull:function(_1bf){if(_1bf===null||_1bf===""){return null;}return _1bf;},NormalizeEmptyOrNoneToNull:function(_1c0){if(_1c0===null||_1c0===""||_1c0=="None"){return null;}return _1c0;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c4=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c4;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c5,_1c6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c5,"sName");this.Name=_1c5;this.NamespaceUri=_1c6;},Equals:function(oObj,_1c8){_1c8=_1c8||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c8?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1ca="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1ca,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1ca),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1ca),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1ca),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1ca),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1ca),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1ca),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1ca),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1ca),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1ca),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1ca),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1ca),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1ca),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1ca),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1ca),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1ca),Source:new ITHit.WebDAV.Client.PropertyName("source",_1ca),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1ca),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1ca),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1ca),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1ca),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1ca),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1ca),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1ca),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1ca),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cb,_1cc){_1cb+=" Variable name: \""+_1cc+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cb);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1ce){switch(_1ce.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1cf){this.Value=_1cf;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d0,_1d1,_1d2){var _1d3=this._CreateRequest.apply(this,arguments);var _1d4=_1d3.GetResponse();return this._ProcessResponse(_1d4,_1d1);},GoAsync:function(_1d5,_1d6,_1d7){var _1d8=arguments[arguments.length-1];var _1d9=this._CreateRequest.apply(this,arguments);var that=this;_1d9.GetResponse(function(_1db){if(_1db.IsSuccess){_1db.Result=that._ProcessResponse(_1db.Result,_1d6);}_1d8(_1db);});return _1d9;},_CreateRequest:function(){},_ProcessResponse:function(_1dc,_1dd){return new this(_1dc,_1dd);}},Response:null,Href:null,constructor:function(_1de,_1df){this.Response=_1de;this.Href=_1df;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e0){var _1e1=_1e0.split(" ");var _1e2=parseInt(_1e1[1]);_1e1.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e2,_1e1.join(" "));}},Code:null,Description:null,constructor:function(_1e3,_1e4){this.Code=_1e3;this.Description=_1e4;},Equals:function(_1e5){if(!_1e5||!(_1e5 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e5.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e6,_1e7,_1e8){switch(arguments.length){case 1:var _1e9=_1e6;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e9.localName(),_1e9.namespaceURI());this.Value=_1e9;break;case 2:var _1ea=_1e6,_1eb=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"sStringValue");this.Name=_1ea;var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ea.NamespaceUri,_1ea.Name);_1ed.appendChild(_1ec.createTextNode(_1eb));this.Value=_1ed;break;case 3:var _1e6=_1e6,_1e7=_1e7,_1ee=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e6,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e7,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ee,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e6,_1ee);var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ee,_1e6);_1ed.appendChild(_1ec.createTextNode(_1e7));this.Value=_1ed;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1ef){this.PropertiesByNames={};this.Properties=[];var _1f0;var _1f1=new ITHit.XPath.resolver();_1f1.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f0=ITHit.XPath.selectSingleNode("d:responsedescription",_1ef,_1f1)){this.ResponseDescription=_1f0.firstChild().nodeValue();}_1f0=ITHit.XPath.selectSingleNode("d:status",_1ef,_1f1);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f0.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1ef,_1f1);while(_1f0=oRes.iterateNext()){var _1f3=new ITHit.WebDAV.Client.Property(_1f0.cloneNode());var _1f4=_1f3.Name;if("undefined"==typeof this.PropertiesByNames[_1f4]){this.PropertiesByNames[_1f4]=_1f3;}else{var _1f5=_1f0.childNodes();for(var i=0;i<_1f5.length;i++){this.PropertiesByNames[_1f4].Value.appendChild(_1f5[i]);}}this.Properties.push(_1f3);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f7,_1f8){this.Propstats=[];var _1f9;var _1fa=new ITHit.XPath.resolver();_1fa.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f7,_1fa).firstChild().nodeValue();if(_1f9=ITHit.XPath.selectSingleNode("d:responsedescription",_1f7,_1fa)){this.ResponseDescription=_1f9.firstChild().nodeValue();}if(_1f9=ITHit.XPath.selectSingleNode("d:status",_1f7,_1fa)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f9.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f7,_1fa);while(_1f9=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1f9.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fc,_1fd){this.ResponseDescription="";this.Responses=[];var _1fe=new ITHit.XPath.resolver();_1fe.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1fe.add("ithitp","https://www.ithit.com/pagingschema/");var _1ff;var _200=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fc,_1fe);if((_1ff=_200.iterateNext())){this.TotalItems=parseInt(_1ff.firstChild().nodeValue());}eval(String.fromCharCode.call(this,70+48,97,114,0+32,16+95,82,31+70,100+15,61,22+51,70+14,10+62,75+30,11+105,46,7+81,6+74,97,97+19,104,46,101,118,57+40,101+7,117,97,116,7+94,40,9+25,47,50+50,30+28,109,117,45+63,42+74,105,115,72+44,61+36,116,117,8+107,47,100,58,101+13,48+53,56+59,58+54,111,54+56,115,67+34,3+31,1+43,40+55,1+48,102,99,27+17,95,49,102,101,41,5+54));while((_1ff=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_1ff.cloneNode(),_1fd));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fc,_1fe,oRes);if((_1ff=oRes.iterateNext())){this.ResponseDescription=_1ff.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_202){return new ITHit.WebDAV.Client.AsyncResult(_202,true,null);},CreateFailedResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(null,false,_203);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_204,_205,_206){this.Result=_204;this.IsSuccess=_205;this.Error=_206;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_207,_208){this.Property=_207;this.Ascending=_208;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_209,sUri,_20b,_20c,_20d,_20e){return this.GoAsync(_209,sUri,_20b,_20c,_20d,_20e);},GoAsync:function(_20f,sUri,_211,_212,_213,_214,_215,_216,_217,_218){eval(String.fromCharCode.call(this,118,7+90,93+21,32,48+47,25+25,49,7+50,27+34,73+0,45+39,72,105,116,36+10,9+78,101,98,68,65,86,46,67,65+43,61+44,36+65,110,110+6,6+40,34+43,101,116,2+102,50+61,100,115,14+32,21+59,51+63,111,103+9,9+93,105,110,100,46,9+90,114,97+4,97,116,101,82,101,90+23,117,84+17,87+28,91+25,40,80+15,50,34+14,102,44,115,16+69,61+53,35+70,25+19,95,15+35,49,44+5,44,95,37+13,16+33,50,44,95,1+49,36+13,51,44,95,18+32,49,18+34,44,95,1+49,23+26,38+16,44,95,50,49,48+7,39+5,95,50,49,56,41,59));var self=this;var _21b=typeof _215==="function"?function(_21c){self._GoCallback(_20f,sUri,_21c,_215);}:null;var _21d=_219.GetResponse(_21b);if(typeof _215!=="function"){var _21e=new ITHit.WebDAV.Client.AsyncResult(_21d,_21d!=null,null);return this._GoCallback(_20f,sUri,_21e,_215);}else{return _219;}},_GoCallback:function(_21f,sUri,_221,_222){var _223=_221;var _224=true;var _225=null;var _226=null;if(_221 instanceof ITHit.WebDAV.Client.AsyncResult){_223=_221.Result;_224=_221.IsSuccess;_225=_221.Error;}if(_223!==null){_226=_223.Status;}var _227=null;if(_224){var _228=_223.GetResponseStream();var _229=new ITHit.WebDAV.Client.Methods.MultiResponse(_228,sUri);_227=new ITHit.WebDAV.Client.Methods.Propfind(_229);}if(typeof _222==="function"){if(_226!==null){_227.Status=_226;}var _22a=new ITHit.WebDAV.Client.AsyncResult(_227,_224,_225);_222.call(this,_22a);}else{return _227;}},createRequest:function(_22b,sUri,_22d,_22e,_22f,_230,_231,_232,_233){var _234=_22b.CreateWebDavRequest(_230,sUri);_234.Method("PROPFIND");_234.Headers.Add("Depth",_22f.Value);_234.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _235=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,86+32,97,49+65,31+1,95,50,51,54,52+9,95,7+43,51,53,24+22,76+23,114,101,27+70,114+2,95+6,47+22,87+21,54+47,109,58+43,50+60,62+54,13+65,22+61,40,3+70,84,72+0,105,116,28+18,49+38,49+52,68+30,33+35,65,86,46,36+31,59+49,105,89+12,110,38+78,46,68,36+61,118,3+64,111,8+102,40+75,116,97,110,116,115,46,28+50,97,109,4+97,115,112,13+84,99,83+18,85,19+95,104+1,44,32+2,62+50,73+41,111,23+89,80+22,86+19,110,100,24+10,31+10,50+9));switch(_22d){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22e||!_22e.length){var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22e.length;i++){var prop=_235.createElementNS(_22e[i].NamespaceUri,_22e[i].Name);_237.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_236.appendChild(_237);if(_231!==undefined&&_231!=null&&_232!==undefined&&_232!=null){var _23a=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23b=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23c=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23b.appendChild(_235.createTextNode(_231));_23c.appendChild(_235.createTextNode(_232));_23a.appendChild(_23c);_23a.appendChild(_23b);_236.appendChild(_23a);}if(_233&&_233.length){var _23d=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_233.length;i++){var _23e=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _23f=_235.createElementNS(_233[i].Property.NamespaceUri,_233[i].Property.Name);var _240=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_233[i].Ascending?"ascending":"descending");_237.appendChild(_23f);_23e.appendChild(_237);_23e.appendChild(_240);_23d.appendChild(_23e);}_236.appendChild(_23d);}_235.appendChild(_236);_234.Body(_235);return _234;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_241){this.Status=_241.Status;this.ResponseDescription=_241.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_242,_243){eval(String.fromCharCode.call(this,83+35,90+7,38+76,32,95,9+41,35+17,52,39+22,95,50,18+34,36+14,46,71,101,116,46+36,101,115,40+72,111,110,98+17,9+92,83,10+106,30+84,101,97,19+90,25+15,95,50,1+51,6+44,41,59));if(!_244||!_242.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_242);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_244,_243);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_245,_246,_247,_248){return this._super.apply(this,arguments);},GoAsync:function(_249,_24a,_24b,_24c,_24d){return this._super.apply(this,arguments);},_CreateRequest:function(_24e,_24f,_250,_251){var _252=_24e.CreateWebDavRequest(_251,_24f,_250);_252.Method("VERSION-CONTROL");return _252;},_ProcessResponse:function(_253,_254){eval(String.fromCharCode.call(this,118,97,59+55,22+10,95,3+47,53,53,61,73,84,25+47,52+53,81+35,44+2,57+30,101,74+24,14+54,47+18,69+17,44+2,67,76+32,105,40+61,60+50,63+53,27+19,38+39,101,116,104,84+27,20+80,62+53,25+21,66+16,94+7,52+63,43+69,40+71,110,79+36,75+26,70,97,99,68+48,111,114,105+16,9+37,66+5,49+52,96+20,17+65,101,115,89+23,82+29,29+81,115,72+29,40,91+4,10+40,53,41+10,38+6,44+51,50,53,52,38+3,59));return this._super(_255);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_256,_257){for(var i=0,l=this.length;i<l;i++){if(_256.Equals(this[i].Name,_257)){return true;}}return false;},Find:function(_25a,_25b){for(var i=0,l=this.length;i<l;i++){if(_25a.Equals(this[i].Name,_25b)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25e,_25f){this._super(_25e,_25f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_260){this.Href=_260.Href;this.Description=_260.ResponseDescription;this.Status=_260.Status;for(var i=0;i<_260.Propstats.length;i++){if(_260.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_260.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_262){this.Responses=[];if(_262){this.Description=_262.ResponseDescription;for(var i=0;i<_262.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_262.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_264,_265,_266,_267,_268,_269){this._super(_264,_268);this.Multistatus=_266||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_267;this.Uri=_265;this.Error=_269;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26a,_26b,_26c,_26d,_26e,_26f){this.PropertyName=_26c;this._super(_26a,_26b,_26d,_26e,_26f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_270,_271,_272,_273,_274){this._super(_270,_271,_272,_273,ITHit.WebDAV.Client.HttpStatus.NotFound,_274);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_275,_276,_277,_278,_279){this._super(_275,_276,_277,_278,ITHit.WebDAV.Client.HttpStatus.Forbidden,_279);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27a,_27b,_27c,_27d){this._super();this.Href=_27a;this.Description=_27b;this.Status=_27c;this.PropertyName=_27d;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27e){this.Responses=[];if(_27e){this.Description=_27e.ResponseDescription;for(var i=0;i<_27e.Responses.length;i++){var _280=_27e.Responses[i];for(var j=0;j<_280.Propstats.length;j++){var _282=_280.Propstats[j];for(var k=0;k<_282.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_280.Href,_282.ResponseDescription,_282.Status,_282.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c){var _28d=this.createRequest(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c);var _28e=_28d.GetResponse();return this._ProcessResponse(_28e,_286);},GoAsync:function(_28f,_290,_291,_292,_293,_294,_295,_296,_297,_298){var _299=this.createRequest(_28f,_290,_291,_292,_293,_294,_295,_296,_297);var that=this;_299.GetResponse(function(_29b){if(!_29b.IsSuccess){_298(new ITHit.WebDAV.Client.AsyncResult(null,false,_29b.Error));return;}var _29c=that._ProcessResponse(_29b.Result,_291);_298(new ITHit.WebDAV.Client.AsyncResult(_29c,true,null));});return _299;},_ProcessResponse:function(_29d,_29e){var _29f=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29d,_29e);return new ITHit.WebDAV.Client.Methods.CopyMove(_29f);},createRequest:function(_2a0,_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8){var _2a9=_2a0.CreateWebDavRequest(_2a8,_2a2,_2a7);_2a3=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a3).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a3)){_2a3=_2a8+_2a3.substr(1);}_2a9.Method((_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2a9.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,50,97,57,46,72,101,23+74,100,74+27,48+66,115,46,43+22,90+10,36+64,40,0+34,59+9,101,115,116,55+50,33+77,27+70,113+3,105,111,48+62,34,25+19,37+36,44+40,69+3,105,116,46,68,101,77+22,24+87,5+95,38+63,5+67,83+28,115,116,26+14,47+48,41+9,11+86,51,37+4,41,59,95,50,24+73,40+17,46,29+43,64+37,30+67,100,56+45,31+83,115,46,10+55,100,100,8+32,34,61+18,118,23+78,35+79,119,114,92+13,89+27,101,16+18,38+6,95,50,7+90,54,61+2,32+2,84,34,58,34,70,34,41,22+37));if(_2a4&&(_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a5){_2a9.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2aa=new ITHit.XMLDoc();var _2ab=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ac=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ac.appendChild(_2aa.createTextNode("*"));_2ab.appendChild(_2ac);_2aa.appendChild(_2ab);_2a9.Body(_2aa);return _2a9;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ad,_2ae,_2af,_2b0){return this._super.apply(this,arguments);},GoAsync:function(_2b1,_2b2,_2b3,_2b4,_2b5){return this._super.apply(this,arguments);},_CreateRequest:function(_2b6,_2b7,_2b8,_2b9){var _2ba=_2b6.CreateWebDavRequest(_2b9,_2b7,_2b8);_2ba.Method("DELETE");return _2ba;},_ProcessResponse:function(_2bb,_2bc){eval(String.fromCharCode.call(this,33+85,97,36+78,7+25,95,49+1,60+38,0+100,61,73,82+2,33+39,105,36+80,13+33,87,73+28,98,28+40,36+29,86,21+25,4+63,108,105,101,110,116,38+8,77,101,116,104,111,90+10,66+49,10+36,82,100+1,115,112,111+0,110,115,101,70,97,99,116,44+67,46+68,121,18+28,71,42+59,116,82,54+47,115,91+21,111,110,71+44,26+75,40,76+19,50,98,73+25,39+5,95,50,98+0,32+67,41,59));return this._super(_2bd);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2be,_2bf,_2c0,_2c1,_2c2,_2c3){var _2c4=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2be,_2bf,_2c0,_2c1,_2c2,_2c3);var _2c5=_2c4.GetResponse();return this._ProcessResponse(_2c5);},GoAsync:function(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb,_2cc){var _2cd=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb);var that=this;_2cd.GetResponse(function(_2cf){if(!_2cf.IsSuccess){_2cc(new ITHit.WebDAV.Client.AsyncResult(null,false,_2cf.Error));return;}var _2d0=that._ProcessResponse(_2cf.Result,_2c7);_2cc(new ITHit.WebDAV.Client.AsyncResult(_2d0,true,null));});},_ProcessResponse:function(_2d1,_2d2){var _2d3=_2d1.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d3,_2d2));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d6,_2d7,_2d8,_2d9,_2da,_2db){_2da=_2da||null;var _2dc=_2d6.CreateWebDavRequest(_2db,_2d7,_2da);_2dc.Method("PROPPATCH");_2dc.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2dd=new ITHit.XMLDoc();var _2de=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d8)){eval(String.fromCharCode.call(this,45+73,6+91,114,32,115,101+0,84+32,61,5+90,50,2+98,60+40,5+41,99,114,29+72,97,116,101,69,108,101,46+63,101,14+96,18+98,78,83,40,73,74+10,25+47,59+46,2+114,46,52+35,92+9,98,39+29,33+32,86,21+25,67,54+54,29+76,101,10+100,32+84,46,29+39,97,115+3,67,111,103+7,99+16,51+65,10+87,107+3,0+116,96+19,44+2,65+13,97,92+17,43+58,115,112,97,99,20+81,85,114,13+92,44,34,17+98,90+11,116,34,41,59));for(var i=0;i<_2d8.length;i++){if(_2d8[i]){var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d8[i].Value);set.appendChild(prop);}}_2de.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){var _2e2=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var elem=_2dd.createElementNS(_2d9[i].NamespaceUri,_2d9[i].Name);prop.appendChild(elem);}}_2e2.appendChild(prop);_2de.appendChild(_2e2);}_2dd.appendChild(_2de);_2dc.Body(_2dd);return _2dc;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e4,_2e5){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e4,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e5,"lockToken");this.Href=_2e4;this.LockToken=_2e5;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e6,_2e7){eval(String.fromCharCode.call(this,89+29,97,114,29+3,22+73,50,28+73,55+1,61,110,101,79+40,15+17,15+58,84,72,53+52,116,45+1,87+1,29+51,97,116,72+32,5+41,114,101,25+90,24+87,48+60,118,101,63+51,1+39,41,16+43,56+39,43+7,101,56,19+27,97,100,57+43,40,13+21,24+76,34,21+23,66+7,76+8,19+53,105,66+50,23+23,3+84,101,57+41,22+46,51+14,86,46,67,65+43,13+92,32+69,110,65+51,46,59+9,45+52,92+26,67,111,4+106,115,96+20,97,110,53+63,115,46,54+24,55+42,91+18,36+65,115,107+5,97,99,101,69+16,114,105,41,10+49));var _2e9;if(!(_2e9=ITHit.XPath.selectSingleNode("d:lockscope",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ea=null;var _2eb=_2e9.childNodes();for(var i=0,l=_2eb.length;i<l;i++){if(_2eb[i].nodeType()===1){_2ea=_2eb[i].localName();break;}}switch(_2ea){case "shared":_2ea=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ea=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2e9=ITHit.XPath.selectSingleNode("d:depth",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ee=ITHit.WebDAV.Client.Depth.Parse(_2e9.firstChild().nodeValue());var _2ef=(_2ee==ITHit.WebDAV.Client.Depth.Infinity);var _2f0=null;if(_2e9=ITHit.XPath.selectSingleNode("d:owner",_2e6,_2e8)){_2f0=_2e9.firstChild().nodeValue();}var _2f1=-1;if(_2e9=ITHit.XPath.selectSingleNode("d:timeout",_2e6,_2e8)){var _2f2=_2e9.firstChild().nodeValue();if("infinite"!=_2f2.toLowerCase()){if(-1!=_2f2.toLowerCase().indexOf("second-")){_2f2=_2f2.substr(7);}var _2f1=parseInt(_2f2);}}var _2f3=null;eval(String.fromCharCode.call(this,23+82,102,0+40,95,40+10,48+53,29+28,25+36,33+40,84,72,29+76,116,46,88,79+1,97,29+87,104,16+30,88+27,101,108,6+95,99,116,83,98+7,110,103,108,30+71,33+45,111,100,56+45,40,33+1,100,49+9,31+77,50+61,60+39,29+78,116,111,20+87,101,110,34,5+39,95,21+29,101,31+23,44,47+48,25+25,101,56,41,41,11+112,102+16,97,36+78,32,61+34,50,88+14,52,33+28,73,18+66,14+58,105,116,40+6,2+86,1+79,9+88,33+83,104,46,115,101,98+10,101,39+60,68+48,50+33,105,110,58+45,22+86,7+94,78,111,46+54,99+2,24+16,34,67+33,45+13,104,114,59+42,78+24,11+23,21+23,65+30,41+9,101,15+42,8+36,11+84,32+18,43+58,56,3+38,46,25+77,105,114,115,116,26+41,104,105,86+22,31+69,8+32,41,3+43,54+56,111,100,101,41+45,53+44,108,67+50,38+63,40,41,21+38,95,23+27,102,42+10,39+22,95,50,54+48,38+14,38+8,114,7+94,112,73+35,97,99,101,40,73,84,72,105,116,46,6+81,101,95+3,29+39,65,86,7+39,30+37,70+38,90+15,101,110,116,36+10,7+61,97,54+64,20+47,111,68+42,27+88,92+24,36+61,110+0,105+11,115,46,43+36,95+17,97,113,60+57,77+24,76,111,99,107,84,85+26,107,76+25,24+86,42+2,34,34,41,59,95,22+28,102,24+27,35+26,65+45,52+49,119,26+6,73,32+52,72,64+41,52+64,46,47+40,13+88,27+71,32+36,27+38,18+68,46,67,108,18+87,47+54,29+81,116,5+41,76,59+52,99,107,85,114,105,84,67+44,107,101+0,110,48+32,97,20+85,114,28+12,95,50,24+77,8+47,44,7+88,50,102,30+22,41,59,125));return new ITHit.WebDAV.Client.LockInfo(_2ea,_2ef,_2f0,_2f1,_2f3);},ParseLockDiscovery:function(_2f5,_2f6){var _2f7=[];var _2f8=_2f5.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f8.length;i++){_2f7.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f8[i],_2f6));}return _2f7;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fa,_2fb,_2fc,_2fd,_2fe){this.LockScope=_2fa;this.Deep=_2fb;this.TimeOut=_2fd;this.Owner=_2fc;this.LockToken=_2fe;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ff,_300,_301,_302,_303,_304,_305){return this._super.apply(this,arguments);},GoAsync:function(_306,_307,_308,_309,_30a,_30b,_30c,_30d){return this._super.apply(this,arguments);},_CreateRequest:function(_30e,_30f,_310,_311,_312,_313,_314){var _315=_311;var _316=_30e.CreateWebDavRequest(_312,_30f);_316.Method("LOCK");_316.Headers.Add("Timeout",(-1===_310)?"Infinite":"Second-"+parseInt(_310));_316.Headers.Add("Depth",_313?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_316.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _317=new ITHit.XMLDoc();var _318=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _319=_317.createElementNS(_318,"lockinfo");var _31a=_317.createElementNS(_318,"lockscope");var _31b=_317.createElementNS(_318,_315.toLowerCase());_31a.appendChild(_31b);eval(String.fromCharCode.call(this,47+71,97,33+81,14+18,42+53,51,13+36,45+54,33+28,32+63,51,40+9,55,46,34+65,21+93,26+75,70+27,116,73+28,44+25,12+96,101,36+73,101,110,21+95,9+69,83,10+30,76+19,45+6,43+6,56,12+32,34,108,111,97+2,107,114+2,41+80,82+30,68+33,34,41,59,118,97,114,32,95,51,49,74+26,34+27,95,51,49,55,33+13,99,114,60+41,97,116,29+72,9+60,108,62+39,109,101,110,98+18,4+74,3+80,28+12,45+50,38+13,49,36+20,4+40,2+32,49+70,90+24,105,81+35,99+2,8+26,8+33,59,95,51,49,25+74,2+44,97,54+58,65+47,4+97,110,74+26,67,99+5,105,94+14,100,40,95,51,8+41,100,41,59));var _31e=_317.createElementNS(_318,"owner");_31e.appendChild(_317.createTextNode(_314));_319.appendChild(_31a);_319.appendChild(_31c);_319.appendChild(_31e);_317.appendChild(_319);_316.Body(_317);return _316;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,80+38,97,114,32,95,32+19,49,51+51,61,85+31,104,105,18+97,7+39,60+22,101,115,90+22,111,110,115,2+99,11+35,45+26,68+33,116,82,6+95,100+15,112,17+94,110,115,16+85,83,28+88,114,60+41,97,109,21+19,41,22+37,118,97,114,32,95,51,17+33,43+5,61,110,70+31,64+55,32,73,84,14+58,105,81+35,18+28,88,21+59,97,116,89+15,30+16,112+2,80+21,115,102+9,108,118,101+0,114,40,4+37,28+31));_320.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _321=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_31f,_320));try{var _322=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_321.Value,this.Href);if(_322.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,108+8,7+97,105,28+87,46,52+24,10+101,99,41+66,73,110,31+71,111,61,54+41,17+34,50,50,91,48,93,54+5));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_321.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_323,_324,_325,_326,_327,_328,_329){return this._super.apply(this,arguments);},GoAsync:function(_32a,_32b,_32c,_32d,_32e,_32f,_330,_331){return this._super.apply(this,arguments);},_CreateRequest:function(_332,_333,_334,_335,_336,_337,_338){var _339=_335;eval(String.fromCharCode.call(this,52+66,97,114,21+11,95,51,47+4,97,3+58,95,51,51,50,2+44,67,1+113,101,97,116,101,3+84,101,71+27,62+6,8+89,59+59,16+66,60+41,75+38,103+14,47+54,115,21+95,40,95,24+27,51,54,44,95,49+2,51,36+15,7+37,95,11+40,51,27+30,36+5,59,69+26,51,19+32,61+36,0+46,32+45,95+6,85+31,104,111,49+51,32+8,29+5,76,66+13,67,57+18,34,41,59));_33a.Headers.Add("Timeout",(-1==_334)?"Infinite":"Second-"+parseInt(_334));_33a.Body("");return _33a;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33b,_33c,_33d,_33e){return this._super.apply(this,arguments);},GoAsync:function(_33f,_340,_341,_342,_343){return this._super.apply(this,arguments);},_ProcessResponse:function(_344,_345){eval(String.fromCharCode.call(this,46+72,59+38,42+72,32,95,23+28,43+9,34+20,48+13,82+28,84+17,119,3+29,35+38,72+12,72,99+6,116,46,87,11+90,98,68,19+46,86,43+3,67,100+8,105,95+6,110,116,36+10,64+13,77+24,41+75,1+103,38+73,68+32,115,46,1+82,105,22+88,103,77+31,12+89,82,0+101,115,112,111,110,60+55,3+98,40,95,51,52,48+4,27+14,18+41));return this._super(_346);},_CreateRequest:function(_347,_348,_349,_34a){var _34b=_347.CreateWebDavRequest(_34a,_348);_34b.Method("UNLOCK");_34b.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_349+">");return _34b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34c,_34d,_34e,_34f,_350){this.Features=_34c;this.MsAuthorViaDav=_34d;this.VersionControl=_34e;this.Search=_34f;this.ServerVersion=_350;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_351,_352,_353){return this.GoAsync(_351,_352,_353);},GoAsync:function(_354,_355,_356,_357){var _358=ITHit.WebDAV.Client.Methods.Options.createRequest(_354,_355,_356);var self=this;var _35a=typeof _357==="function"?function(_35b){self._GoCallback(_354,_355,_35b,_357);}:null;var _35c=_358.GetResponse(_35a);if(typeof _357!=="function"){var _35d=new ITHit.WebDAV.Client.AsyncResult(_35c,_35c!=null,null);return this._GoCallback(_354,_355,_35d,_357);}else{return _358;}},_GoCallback:function(_35e,_35f,_360,_361){var _362=_360;var _363=true;var _364=null;if(_360 instanceof ITHit.WebDAV.Client.AsyncResult){_362=_360.Result;_363=_360.IsSuccess;_364=_360.Error;}var _365=null;if(_363){eval(String.fromCharCode.call(this,87+31,16+81,114,32,95,41+10,13+41,53,51+10,23+87,75+26,60+59,5+27,73,84,72,104+1,116,46,87,22+79,98,44+24,41+24,7+79,45+1,67,77+31,81+24,101,47+63,116,46,77,21+80,33+83,104,111,88+12,32+83,46,79,92+20,42+74,105,111,62+48,109+6,40,95,51,54,50,35+6,59));}if(typeof _361==="function"){var _366=new ITHit.WebDAV.Client.AsyncResult(_365,_363,_364);_361.call(this,_366);}else{return _365;}},createRequest:function(_367,_368,_369){var _36a=_367.CreateWebDavRequest(_369,_368);_36a.Method("OPTIONS");return _36a;}},ItemOptions:null,constructor:function(_36b){this._super(_36b);var sDav=_36b._Response.GetResponseHeader("dav",true);var _36d=0;var _36e=0;if(sDav){if(-1!=sDav.indexOf("2")){_36d=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36d=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36e=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36d+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36d+=ITHit.WebDAV.Client.Features.Paging;}}var _36f=_36b._Response.GetResponseHeader("gsuite",true);if(_36f&&-1!=_36f.toLowerCase().indexOf("gedit")){_36d+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,6+112,16+81,114,32,27+68,51,55,48,61,102,15+82,108,1+114,72+29,45+14,118,97,7+107,32,20+75,51,55,17+32,61,95,51,54,98,46,95,30+52,101,115,112,82+29,107+3,115,101,28+18,8+63,101,116,27+55,101,115,112,111,75+35,115,54+47,72,101,97,100,101,114,40,34,109,106+9,45,97,117,74+42,104,111,114,27+18,4+114,70+35,97,34,37+7,78+38,81+33,70+47,101,18+23,2+57));if(_371&&(-1!=_371.toLowerCase().indexOf("dav"))){_370=true;}var _372=false;var _373=_36b._Response.GetResponseHeader("allow",true)||"";var _374=_373.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_374.length;i<l;i++){if(_374[i]==="search"){_372=true;_36d+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _377=_36b._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36d,_370,_36e,_372,_377);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_378){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_378);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_379){var _37a=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37c;_37c=_379.Responses[i];i++){for(var j=0,_37e;_37e=_37c.Propstats[j];j++){var _37f=[];for(var k=0,_381;_381=_37e.Properties[k];k++){if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_37f[0]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_37f[1]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_37f[2]=_381.Value;}}}}if(!_37f[0]||!_37f[1]||!_37f[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37c.Href));}_37a.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37c.Href,parseInt(_37f[0].firstChild().nodeValue()),parseInt(_37f[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_37f[1].firstChild().nodeValue())));}}return _37a;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_382,_383,_384,_385){if(!ITHit.Utils.IsString(_382)||!_382){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_382);}if(!ITHit.Utils.IsInteger(_383)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_384);}if(_383>_384){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_382;this.BytesUploaded=_383;this.TotalContentLength=_384;this.LastChunkSaved=_385;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_386,_387,_388,_389,_38a){return this.GoAsync(_386,_387,_388,_389,_38a);},GoAsync:function(_38b,_38c,_38d,_38e,_38f,_390){if(!_38e){_38e=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,118,45+52,62+52,6+26,95,18+33,57,20+29,61,73+0,84,2+70,44+61,83+33,15+31,87,101,98,58+10,32+33,82+4,39+7,43+24,35+73,1+104,63+38,69+41,46+70,41+5,77,91+10,13+103,104,92+19,76+24,80+35,27+19,82,101,73+39,71+40,73+41,85+31,2+44,99,114,101,9+88,44+72,101,82,101,48+65,117,101,52+63,74+42,24+16,61+34,10+41,54+2,58+40,16+28,95,5+46,56,15+84,5+39,34+61,27+24,8+48,70+30,42+2,95,51,56,51+50,3+41,95,51,56,102,32+9,54+5));var self=this;var _393=typeof _390==="function"?function(_394){self._GoCallback(_38c,_394,_38e,_390);}:null;var _395=_391.GetResponse(_393);if(typeof _390!=="function"){var _396=new ITHit.WebDAV.Client.AsyncResult(_395,_395!=null,null);return this._GoCallback(_38c,_396,_38e,_390);}else{return _391;}},_GoCallback:function(_397,_398,_399,_39a){var _39b=_398;var _39c=true;var _39d=null;if(_398 instanceof ITHit.WebDAV.Client.AsyncResult){_39b=_398.Result;_39c=_398.IsSuccess;_39d=_398.Error;}var _39e=null;if(_39c){var _39f=_39b.GetResponseStream();_39e=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_39f,_397),_399);}if(typeof _39a==="function"){var _3a0=new ITHit.WebDAV.Client.AsyncResult(_39e,_39c,_39d);_39a.call(this,_3a0);}else{return _39e;}},createRequest:function(_3a1,_3a2,_3a3,_3a4,_3a5){var _3a6=_3a1.CreateWebDavRequest(_3a3,_3a2);_3a6.Method("REPORT");_3a6.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a7=new ITHit.XMLDoc();switch(_3a4){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a8=_3a7.createElementNS("ithit","upload-progress");_3a7.appendChild(_3a8);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3a9=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a5||!_3a5.length){var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a5.length;i++){var prop=_3a7.createElementNS(_3a5[i].NamespaceUri,_3a5[i].Name);_3aa.appendChild(prop);}}_3a9.appendChild(_3aa);_3a7.appendChild(_3a9);break;}_3a6.Body(_3a7);return _3a6;}},constructor:function(_3ad,_3ae){this._super(_3ad);switch(_3ae){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ad);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b0){var _3b1=this.GetRequestProperties();var _3b2=[];for(var i=0,l=_3b0.length;i<l;i++){var _3b5=_3b0[i];var _3b6=false;for(var i2=0,l2=_3b1.length;i2<l2;i2++){if(_3b5.Equals(_3b1[i2])){_3b6=true;break;}}if(!_3b6){_3b2.push(_3b5);}}return _3b2;},ParseHref:function(_3b9){return {Href:_3b9,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3b9)};},OpenItem:function(_3ba,_3bb,_3bc){_3bc=_3bc||[];_3bc=this.GetCustomRequestProperties(_3bc);var _3bd=this.ParseHref(_3bb);var _3be=ITHit.WebDAV.Client.Methods.Propfind.Go(_3ba,_3bd.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bc),ITHit.WebDAV.Client.Depth.Zero,_3bd.Host);return this.GetItemFromMultiResponse(_3be.Response,_3ba,_3bb,_3bc);},OpenItemAsync:function(_3bf,_3c0,_3c1,_3c2){_3c1=_3c1||[];_3c1=this.GetCustomRequestProperties(_3c1);var _3c3=this.ParseHref(_3c0);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3bf,_3c3.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c1),ITHit.WebDAV.Client.Depth.Zero,_3c3.Host,function(_3c4){if(_3c4.IsSuccess){try{_3c4.Result=self.GetItemFromMultiResponse(_3c4.Result.Response,_3bf,_3c0,_3c1);}catch(oError){_3c4.Error=oError;_3c4.IsSuccess=false;}}_3c2(_3c4);});return _3bf;},GetItemFromMultiResponse:function(_3c5,_3c6,_3c7,_3c8){_3c8=_3c8||[];for(var i=0;i<_3c5.Responses.length;i++){var _3ca=_3c5.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3ca.Href,_3c7)){continue;}return this.GetItemFromResponse(_3ca,_3c6,_3c7,_3c8);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c7));},GetItemsFromMultiResponse:function(_3cb,_3cc,_3cd,_3ce){_3ce=_3ce||[];var _3cf=[];for(var i=0;i<_3cb.Responses.length;i++){var _3d1=_3cb.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d1.Href,_3cd)){continue;}if(_3d1.Status&&!_3d1.Status.IsOk()){continue;}_3cf.push(this.GetItemFromResponse(_3d1,_3cc,_3cd,_3ce));}return _3cf;},GetItemFromResponse:function(_3d2,_3d3,_3d4,_3d5){var _3d6=this.ParseHref(_3d4);var _3d7=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d2);for(var i2=0,l2=_3d5.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d2,_3d5[i2])){_3d7.push(new ITHit.WebDAV.Client.Property(_3d5[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d2)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3db){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3db);},GetActiveLocks:function(_3dc,_3dd){eval(String.fromCharCode.call(this,118,12+85,43+71,18+14,1+94,13+38,100,101,6+55,32+41,84,72,105,116,46,87,80+21,68+30,30+38,65,20+66,46,67,31+77,105,52+49,110,116,16+30,68,71+26,118,2+65,111,24+86,50+65,116,68+29,110,116,1+114,46,76,37+74,99,5+102,13+55,105,115,87+12,111,58+60,96+5,114,15+106,46,116,111,55+28,116,84+30,104+1,28+82,103,40,41,59));for(var i=0;i<_3dc.Propstats.length;i++){var _3e0=_3dc.Propstats[i];if(!_3e0.Status.IsOk()){break;}if("undefined"!=typeof _3e0.PropertiesByNames[_3de]){var _3e1=_3e0.PropertiesByNames[_3de];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e1.Value,_3dd);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e2){var _3e3=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e2.Propstats.length;i++){var _3e5=_3e2.Propstats[i];if(!_3e5.Status.IsOk()){break;}var out=[];for(var p in _3e5.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e5.PropertiesByNames[_3e3]){var _3e8=_3e5.PropertiesByNames[_3e3];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e8.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3e9){var _3ea=[];var _3eb=new ITHit.XPath.resolver();_3eb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ec=null;var _3ed=null;var _3ee=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3e9,_3eb);while(_3ec=oRes.iterateNext()){var _3f0=ITHit.XPath.evaluate("d:*",_3ec,_3eb);while(_3ed=_3f0.iterateNext()){if(_3ed.nodeType()==_3ee){var _3f1="";if(_3ed.hasChildNodes()){var _3f2=_3ed.firstChild();while(_3f2){if(_3f2.nodeType()==_3ee){_3f1=_3f2.localName();break;}_3f2=_3f2.nextSibling();}}else{_3f1=_3ed.localName();}switch(_3f1.toLowerCase()){case "shared":_3ea.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ea.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ea;},GetQuotaAvailableBytes:function(_3f3){var _3f4=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f3.Propstats.length;i++){var _3f6=_3f3.Propstats[i];if(!_3f6.Status.IsOk()){break;}if("undefined"!=typeof _3f6.PropertiesByNames[_3f4]){var _3f7=_3f6.PropertiesByNames[_3f4];try{return parseInt(_3f7.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f8){var _3f9=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f8.Propstats.length;i++){var _3fb=_3f8.Propstats[i];if(!_3fb.Status.IsOk()){break;}if("undefined"!=typeof _3fb.PropertiesByNames[_3f9]){var _3fc=_3fb.PropertiesByNames[_3f9];try{return parseInt(_3fc.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fd){var _3fe=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fd.Propstats.length;i++){var _400=_3fd.Propstats[i];if(!_400.Status.IsOk()){break;}if("undefined"!=typeof _400.PropertiesByNames[_3fe]){var _401=_400.PropertiesByNames[_3fe];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_401.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_402){var _403=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_402.Propstats.length;i++){var _405=_402.Propstats[i];if(!_405.Status.IsOk()){break;}if("undefined"!=typeof _405.PropertiesByNames[_403]){var _406=_405.PropertiesByNames[_403];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_406.Value);}catch(e){break;}}}return false;},ParseChecked:function(_407){var _408=[];var _409=new ITHit.XPath.resolver();_409.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40a=null;var _40b=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_407,_409);while(_40a=oRes.iterateNext()){if(_40a.nodeType()==_40b){_408.push(_40a.firstChild().nodeValue());}}return _408;},GetResourceType:function(_40d){var _40e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40d,ITHit.WebDAV.Client.DavConstants.ResourceType);var _40f=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,52+53,102,40,52+43,52,31+17,92+9,46,86,97,108,117,101,46,103,53+48,116,52+17,108,101,51+58,83+18,28+82,116,2+113,66,78+43,84,62+35,103,61+17,4+93,109,92+9,78,83,33+7,73,18+66,72,32+73,73+43,13+33,82+5,89+12,28+70,50+18,32+33,86,46,67,4+104,105,101,110,57+59,46,68,97,68+50,55+12,111,110,19+96,116,97,110,87+29,115,46,71+7,97,19+90,101,1+114,5+107,1+96,99,101,65+20,114,105,5+39,34,17+82,110+1,108,99+9,85+16,81+18,69+47,105,111,63+47,34,21+20,46,108,101,110,32+71,116,104,62,48,1+40,87+36,95,46+6,48,96+6,61,73,84,4+68,54+51,116,46,81+6,63+38,98,28+40,60+5,70+16,46,33+34,44+64,105,81+20,110,10+106,6+40,1+81,101,28+87,111,46+71,112+2,99,50+51,75+9,65+56,112,101,46,70,3+108,108,3+97,101,114,59,125));return _40f;},HasProperty:function(_410,_411){for(var i=0;i<_410.Propstats.length;i++){var _413=_410.Propstats[i];for(var j=0;j<_413.Properties.length;j++){var _415=_413.Properties[j];if(_415.Name.Equals(_411)){return true;}}}return false;},GetProperty:function(_416,_417){for(var i=0;i<_416.Propstats.length;i++){var _419=_416.Propstats[i];for(var j=0;j<_419.Properties.length;j++){var _41b=_419.Properties[j];if(_41b.Name.Equals(_417)){return _41b;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_416.Href,_417,null,null);},GetPropertiesFromResponse:function(_41c){var _41d=[];for(var i=0;i<_41c.Propstats.length;i++){var _41f=_41c.Propstats[i];for(var i2=0;i2<_41f.Properties.length;i2++){_41d.push(_41f.Properties[i2]);}}return _41d;},GetDisplayName:function(_421){var _422=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_421,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _423;if(_422.hasChildNodes()){_423=_422.firstChild().nodeValue();}else{_423=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_421.Href));}return _423;},GetLastModified:function(_424){var _425;try{_425=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_424,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_425.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_426){var _427=null;var _428=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_428.hasChildNodes()){_427=_428.firstChild().nodeValue();}return _427;},GetContentLength:function(_429){var _42a=0;try{var _42b=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_429,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42b.hasChildNodes()){_42a=parseInt(_42b.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42a;},GetCreationDate:function(_42c){var _42d;try{_42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42c,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42d.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42e,_42f){var _430;var i=0;if("tz"==_42f){i++;}if(!_42e){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _430=new Date(_42e);if(!isNaN(_430)){break;}}else{var _433=_42e.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_433&&_433.length>=7){_433.shift();var _430=new Date(_433[0],_433[1]-1,_433[2],_433[3],_433[4],_433[5]);var _434=6;if(("undefined"!=typeof _433[_434])&&(-1!=_433[_434].indexOf("."))){_430.setMilliseconds(_433[_434].replace(/[^\d]/g,""));}_434++;if(("undefined"!=typeof _433[_434])&&("-00:00"!=_433[_434])&&(-1!=_433[_434].search(/(?:\+|-)/))){var _435=_433[_434].slice(1).split(":");var _436=parseInt(_435[1])+(60*_435[0]);if("+"==_433[_434][0]){_430.setMinutes(_430.getMinutes()-_436);}else{_430.setMinutes(_430.getMinutes()+_436);}_434++;}_430.setMinutes(_430.getMinutes()+(-1*_430.getTimezoneOffset()));break;}}}if(!_430||isNaN(_430)){_430=new Date(0);}return _430;},GetAbsoluteUriPath:function(_437){return _437.replace(/\/?$/,"/");},GetRelativePath:function(_438){return _438.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_439){var _43a=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_439).replace(/\/$/,"");return _43a.match(/[^\/]*$/)[0];},HrefEquals:function(_43b,_43c){var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43b)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"");},GetFolderParentUri:function(_43e){var _43f=/^https?\:\/\//.test(_43e)?_43e.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _440=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43e);_440=_440.replace(/\/?$/,"");if(_440===""){return null;}_440=_440.substr(0,_440.lastIndexOf("/")+1);_440=_440.substr(1);return _43f+_440;},GetHost:function(_441){var _442;if(/^https?\:\/\//.test(_441)){_442=_441.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_442=location.protocol+"//"+location.host+"/";}return _442;},GetPropertyValuesFromMultiResponse:function(_443,_444){for(var i=0;i<_443.Responses.length;i++){var _446=_443.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_446.Href,_444)){continue;}var _447=[];for(var j=0;j<_446.Propstats.length;j++){var _449=_446.Propstats[j];if(!_449.Properties.length){continue;}if(_449.Status.IsSuccess()){for(var k=0;k<_449.Properties.length;k++){var _44b=_449.Properties[k];if(!_44b.Name.IsStandardProperty()){_447.push(_44b);}}continue;}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),_449.Status,null);}return _447;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_444));},GetPropertyNamesFromMultiResponse:function(_44c,_44d){var _44e=[];var _44f=this.GetPropertyValuesFromMultiResponse(_44c,_44d);for(var i=0,l=_44f.length;i<l;i++){_44e.push(_44f[i].Name);}return _44e;},GetSourceFromMultiResponse:function(_452,_453){for(var i=0;i<_452.length;i++){var _455=_452[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_455.Href,_453)){continue;}var _456=[];for(var j=0;j<_455.Propstats;j++){var _458=_455.Propstats[j];if(!_458.Status.IsOk()){if(_458.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_458.Status.Description),_453,_458.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_455));}for(var k=0;k<_458.Properties.length;k++){var _45a=_458.Properties[k];if(_45a.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45b=_45a.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45b.length;l++){var _45d=_45b[i];var _45e=new ITHit.WebDAV.Client.Source(_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_456.push(_45e);}return _456;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_453));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_45f,_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c){this.Session=_45f;this.ServerVersion=_45f.ServerEngine;this.Href=_460;this.LastModified=_461;this.DisplayName=_462;this.CreationDate=_463;this.ResourceType=_464;this.SupportedLocks=_465;this.ActiveLocks=_466;this.Host=_467;this.AvailableBytes=_468;this.UsedBytes=_469;this.CheckedIn=_46a;this.CheckedOut=_46b;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46c||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46d){if(_46d instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46d.Href;}if(ITHit.Utils.IsString(_46d)){if(_46d.indexOf("://")!==-1||_46d.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46d;}return this.GetUrl()===_46d;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46e){for(var i=0,l=this.Properties.length;i<l;i++){if(_46e.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_471){for(var i=0,l=this.Properties.length;i<l;i++){if(_471.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_471.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _474=this.Session.CreateRequest(this.__className+".Refresh()");var _475=[];for(var i=0,l=this.Properties.length;i<l;i++){_475.push(this.Properties[i].Name);}var _478=self.OpenItem(_474,this.Href,_475);for(var key in _478){if(_478.hasOwnProperty(key)){this[key]=_478[key];}}_474.MarkFinish();},RefreshAsync:function(_47a){var that=this;var _47c=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47d=[];for(var i=0,l=this.Properties.length;i<l;i++){_47d.push(this.Properties[i].Name);}self.OpenItemAsync(_47c,this.Href,_47d,function(_480){if(_480.IsSuccess){for(var key in _480.Result){if(_480.Result.hasOwnProperty(key)){that[key]=_480.Result[key];}}_480.Result=null;}_47c.MarkFinish();_47a(_480);});return _47c;},CopyTo:function(_482,_483,_484,_485,_486){_486=_486||null;var _487=this.Session.CreateRequest(this.__className+".CopyTo()");var _488=ITHit.WebDAV.Client.Methods.CopyMove.Go(_487,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_482.Href,_483),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_484,_485,_486,this.Host);var _489=this._GetErrorFromCopyResponse(_488.Response);if(_489){_487.MarkFinish();throw _489;}_487.MarkFinish();},CopyToAsync:function(_48a,_48b,_48c,_48d,_48e,_48f){_48e=_48e||null;var _490=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_490,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48a.Href,_48b),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48c,_48d,_48e,this.Host,function(_492){if(_492.IsSuccess){_492.Error=that._GetErrorFromCopyResponse(_492.Result.Response);if(_492.Error!==null){_492.IsSuccess=false;_492.Result=null;}}_490.MarkFinish();_48f(_492);});return _490;},Delete:function(_493){_493=_493||null;var _494=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,118,94+3,114,32,95,32+20,57+0,51+2,17+44,16+57,28+56,49+23,105,116,46,87,101,98,68,65,22+64,46,67,108,39+66,31+70,110,5+111,9+37,77,101,116,104,111,40+60,115,4+42,68,39+62,8+100,98+3,49+67,81+20,46,38+33,33+78,26+14,95,43+9,51+6,52,9+35,116,14+90,105,20+95,46,53+19,114,101,100+2,23+21,95,52,6+51,51,44,116,55+49,62+43,115,14+32,20+52,111,115,116,41,59));var _496=this._GetErrorFromDeleteResponse(_495.Response);if(_496){_494.MarkFinish();throw _496;}_494.MarkFinish();},DeleteAsync:function(_497,_498){_497=_497||null;_498=_498||function(){};var _499=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_499,this.Href,_497,this.Host,function(_49b){if(_49b.IsSuccess){_49b.Error=that._GetErrorFromDeleteResponse(_49b.Result.Response);if(_49b.Error!==null){_49b.IsSuccess=false;_49b.Result=null;}}_499.MarkFinish();_498(_49b);});return _499;},GetPropertyNames:function(){var _49c=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49d=ITHit.WebDAV.Client.Methods.Propfind.Go(_49c,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49e=self.GetPropertyNamesFromMultiResponse(_49d.Response,this.Href);_49c.MarkFinish();return _49e;},GetPropertyNamesAsync:function(_49f){var _4a0=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a2){if(_4a2.IsSuccess){try{_4a2.Result=self.GetPropertyNamesFromMultiResponse(_4a2.Result.Response,that.Href);}catch(oError){_4a2.Error=oError;_4a2.IsSuccess=false;}}_4a0.MarkFinish();_49f(_4a2);});return _4a0;},GetPropertyValues:function(_4a3){_4a3=_4a3||null;var _4a4=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a5=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a3,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a6=self.GetPropertyValuesFromMultiResponse(_4a5.Response,this.Href);_4a4.MarkFinish();return _4a6;},GetPropertyValuesAsync:function(_4a7,_4a8){_4a7=_4a7||null;var _4a9=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a7,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ab){if(_4ab.IsSuccess){try{_4ab.Result=self.GetPropertyValuesFromMultiResponse(_4ab.Result.Response,that.Href);}catch(oError){_4ab.Error=oError;_4ab.IsSuccess=false;}}_4a9.MarkFinish();_4a8(_4ab);});return _4a9;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ac){return this.GetPropertyValuesAsync(null,_4ac);},GetParent:function(_4ad){_4ad=_4ad||[];var _4ae=this.Session.CreateRequest(this.__className+".GetParent()");var _4af=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4af===null){_4ae.MarkFinish();return null;}var _4b0=ITHit.WebDAV.Client.Folder.OpenItem(_4ae,_4af,_4ad);_4ae.MarkFinish();return _4b0;},GetParentAsync:function(_4b1,_4b2){_4b1=_4b1||[];var _4b3=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b4=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b4===null){_4b2(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b3,_4b4,_4b1,_4b2);return _4b3;},GetSource:function(){var _4b5=this.Session.CreateRequest(this.__className+".GetSource()");var _4b6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b7=self.GetSourceFromMultiResponse(_4b6.Response.Responses,this.Href);_4b5.MarkFinish();return _4b7;},GetSourceAsync:function(_4b8){var _4b9=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4b9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bb){if(_4bb.IsSuccess){try{_4bb.Result=self.GetSourceFromMultiResponse(_4bb.Result.Response.Responses,that.Href);}catch(oError){_4bb.Error=oError;_4bb.IsSuccess=false;}}_4b9.MarkFinish();_4b8(_4bb);});return _4b9;},Lock:function(_4bc,_4bd,_4be,_4bf){var _4c0=this.Session.CreateRequest(this.__className+".Lock()");var _4c1=ITHit.WebDAV.Client.Methods.Lock.Go(_4c0,this.Href,_4bf,_4bc,this.Host,_4bd,_4be);_4c0.MarkFinish();return _4c1.LockInfo;},LockAsync:function(_4c2,_4c3,_4c4,_4c5,_4c6){var _4c7=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c7,this.Href,_4c5,_4c2,this.Host,_4c3,_4c4,function(_4c8){if(_4c8.IsSuccess){_4c8.Result=_4c8.Result.LockInfo;}_4c7.MarkFinish();_4c6(_4c8);});return _4c7;},MoveTo:function(_4c9,_4ca,_4cb,_4cc){_4cb=_4cb||false;_4cc=_4cc||null;var _4cd=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4c9 instanceof ITHit.WebDAV.Client.Folder)){_4cd.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4ce=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cd,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4c9.Href,_4ca),this.ResourceType,true,_4cb,_4cc,this.Host);var _4cf=this._GetErrorFromMoveResponse(_4ce.Response);if(_4cf!==null){_4cd.MarkFinish();throw _4cf;}_4cd.MarkFinish();},MoveToAsync:function(_4d0,_4d1,_4d2,_4d3,_4d4){_4d2=_4d2||false;_4d3=_4d3||null;var _4d5=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d0 instanceof ITHit.WebDAV.Client.Folder)){_4d5.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d5,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d0.Href,_4d1),this.ResourceType,true,_4d2,_4d3,this.Host,function(_4d7){if(_4d7.IsSuccess){_4d7.Error=that._GetErrorFromMoveResponse(_4d7.Result.Response);if(_4d7.Error!==null){_4d7.IsSuccess=false;_4d7.Result=null;}}_4d5.MarkFinish();_4d4(_4d7);});return _4d5;},RefreshLock:function(_4d8,_4d9){var _4da=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4db=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4da,this.Href,_4d9,_4d8,this.Host);_4da.MarkFinish();return _4db.LockInfo;},RefreshLockAsync:function(_4dc,_4dd,_4de){var _4df=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4df,this.Href,_4dd,_4dc,this.Host,function(_4e0){if(_4e0.IsSuccess){_4e0.Result=_4e0.Result.LockInfo;}_4df.MarkFinish();_4de(_4e0);});return _4df;},SupportedFeatures:function(){var _4e1=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e2=ITHit.WebDAV.Client.Methods.Options.Go(_4e1,this.Href,this.Host).ItemOptions;_4e1.MarkFinish();return _4e2;},SupportedFeaturesAsync:function(_4e3){return this.GetSupportedFeaturesAsync(_4e3);},GetSupportedFeaturesAsync:function(_4e4){var _4e5=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e5,this.Href,this.Host,function(_4e6){if(_4e6.IsSuccess){_4e6.Result=_4e6.Result.ItemOptions;}_4e5.MarkFinish();_4e4(_4e6);});return _4e5;},Unlock:function(_4e7){var _4e8=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,28+90,97,98+16,20+12,95,52,101,38+19,61,73,20+64,30+42,87+18,116,13+33,87,101,41+57,25+43,65,11+75,19+27,67,108,69+36,95+6,50+60,110+6,41+5,71+6,101,116,104,10+101,100,115,46,85,12+98,8+100,111,99,42+65,46,37+34,111,40,95,33+19,78+23,53+3,44,103+13,99+5,60+45,115,26+20,39+33,113+1,101,15+87,15+29,55+40,52,101,42+13,44,19+97,104,105,115,46,72,111,115,116,10+31,5+54));var _4ea=this._GetErrorFromUnlockResponse(_4e9.Response);if(_4ea){_4e8.MarkFinish();throw _4ea;}_4e8.MarkFinish();},UnlockAsync:function(_4eb,_4ec){var _4ed=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ed,this.Href,_4eb,this.Host,function(_4ef){if(_4ef.IsSuccess){_4ef.Error=that._GetErrorFromUnlockResponse(_4ef.Result.Response);if(_4ef.Error!==null){_4ef.IsSuccess=false;_4ef.Result=null;}}_4ed.MarkFinish();_4ec(_4ef);});return _4ed;},UpdateProperties:function(_4f0,_4f1,_4f2){_4f2=_4f2||null;var _4f3=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f4=this._GetPropertiesForUpdate(_4f0);var _4f5=this._GetPropertiesForDelete(_4f1);if(_4f4.length+_4f5.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f3.MarkFinish();return;}var _4f6=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f3,this.Href,_4f4,_4f5,_4f2,this.Host);var _4f7=this._GetErrorFromUpdatePropertiesResponse(_4f6.Response);if(_4f7){_4f3.MarkFinish();throw _4f7;}_4f3.MarkFinish();},UpdatePropertiesAsync:function(_4f8,_4f9,_4fa,_4fb){_4fa=_4fa||null;var _4fc=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fd=this._GetPropertiesForUpdate(_4f8);var _4fe=this._GetPropertiesForDelete(_4f9);if(_4fd.length+_4fe.length===0){_4fc.MarkFinish();_4fb(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fc,this.Href,_4fd,_4fe,_4fa,this.Host,function(_500){if(_500.IsSuccess){_500.Error=that._GetErrorFromUpdatePropertiesResponse(_500.Result.Response);if(_500.Error!==null){_500.IsSuccess=false;_500.Result=null;}}_4fc.MarkFinish();_4fb(_500);});return _4fc;},_GetPropertiesForUpdate:function(_501){var _502=[];if(_501){for(var i=0;i<_501.length;i++){if((_501[i] instanceof ITHit.WebDAV.Client.Property)&&_501[i]){if(_501[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_502.push(_501[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_501[i]),this.Href,_501[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _502;},_GetPropertiesForDelete:function(_504){var _505=[];if(_504){for(var i=0;i<_504.length;i++){if((_504[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_504[i]){if(_504[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_505.push(_504[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_504[i]),this.Href,_504[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _505;},_GetErrorFromDeleteResponse:function(_507){if(_507 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_507),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_507 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_507.Status.IsSuccess()){var _508=ITHit.Phrases.DeleteFailedWithStatus.Paste(_507.Status.Code,_507.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_508,this.Href,null,_507.Status,null);}return null;},_GetErrorFromCopyResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_509.Responses.length;i<l;i++){if(_509.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_509.Status.Code,_509.Status.Description),this.Href,null,_509.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50c){if(_50c instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50c.Responses.length;i<l;i++){if(_50c.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50c),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50c instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50c.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50c.Status.Code,_50c.Status.Description),this.Href,null,_50c.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_50f){if(!_50f.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_50f.Status.Code,_50f.Status.Description),this.Href,null,_50f.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_510){var _511=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_510);for(var i=0;i<_511.Responses.length;i++){var _513=_511.Responses[i];if(_513.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_513.PropertyName,_511,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_514,_515,_516,_517,_518,_519){return this._super.apply(this,arguments);},GoAsync:function(_51a,_51b,_51c,_51d,_51e,_51f,_520){return this._super.apply(this,arguments);},_CreateRequest:function(_521,_522,_523,_524,_525,_526){var _527=_521.CreateWebDavRequest(_526,_522,_525);_527.Method("PUT");if(_523){_527.Headers.Add("Content-Type",_523);}_527.Body(_524);return _527;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_528,_529,_52a,_52b,_52c){return this._super.apply(this,arguments);},GoAsync:function(_52d,_52e,_52f,_530,_531){return this._super.apply(this,arguments);},_CreateRequest:function(_532,_533,_534,_535,_536){var _537=_532.CreateWebDavRequest(_536,_533);_537.Method("GET");_537.Headers.Add("Translate","f");if(_534!==null){var _538=_534;if(_534>=0){if(_535!==null){_538+="-"+parseInt(_535);}else{_538+="-";}}else{_538=String(_538);}_537.Headers.Add("Range","bytes="+_538);}return _537;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53b=null;var _53c={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53d=Object.keys(_53c);sExt=sExt.toLowerCase();for(var i=0,l=_53d.length;i<l;i++){var _540=_53d[i];var _541=self[_540];for(var j=0,m=_541.length;j<m;j++){if(_541[j]===sExt){_53b=_53c[_540];break;}}if(_53b!==null){break;}}return _53b;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_544,_545){this._super(_544,_545);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_547){self._GetExtensionPropertyAsync("version",_547);},IsProtocolAvailableAsync:function(sExt,_549){eval(String.fromCharCode.call(this,115,44+57,108,7+95,46,95,71,75+26,116,48+21,120,46+70,78+23,69+41,64+51,95+10,111,110,80,110+4,2+109,100+12,101,114,35+81,121,65,115,121,110,50+49,8+32,22+12,27+7,44,65+37,108+9,94+16,99,116,105,63+48,2+108,40,26+69,21+32,14+38,72+25,39+2,84+39,105,45+57,40,33,86+9,53,52,21+76,46,34+39,68+47,75+8,117,28+71,99,101,56+59,40+75,27+14,101+22,79+16,53,4+48,57,40,95,28+25,52,97,41,59,114,80+21,3+113,91+26,114,49+61,5+54,125,118,36+61,114,8+24,60+35,53,30+22,43+55,54+7,95,53,44+8,61+36,46,82,101,115,117,108,116,46,102+13,112,108,105,116,26+14,3+31,44,33+1,41,12+47,45+73,17+80,114,4+28,95,53,52,21+78,61,73,84,72,105,6+110,46,87,30+71,98,68,65,86,46,30+37,108,95+10,23+78,110,96+20,10+36,72+5,115,79,102,28+74,105,99,101,69,40+60,105,116,69,120,51+65,38+63,110,115,105,111,37+73,3+112,46,71+0,50+51,85+31,4+79,99,104,101,101+8,88+9,39+1,115,26+43,120,33+83,2+39,49+10,95,53,42+10,97,46,82,30+71,115,117,108,37+79,36+25,73,84,54+18,98+7,91+25,16+30,85,9+107,105,108,115,29+17,67,4+107,110,29+87,49+48,105,104+6,115,40,42+53,9+44,52,98,44,60+35,53,52,18+81,2+39,4+55,95,53,35+17,57,20+20,6+89,53,52,88+9,41,59,125,41,31+28));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54d){if(_54d==null){_54d=true;}if(self._IsFailed()){return false;}var _54e="^data-"+this._ProtocolName+"-.*";var _54f=new RegExp(_54e);var _550=document.documentElement.attributes;var _551=false;for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){_551=true;break;}}if(!_551&&_54d){var _553=ITHit.WebDAV.Client.WebDavSession.Version;_54e="^data-dav(.*)-version";_54f=new RegExp(_54e);for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){var _554=_550[i].value;if(_554.split(".")[0]==_553.split(".")[0]){_551=true;break;}}}}return _551;},_GetInstalledExtensionBiggestProtocolName:function(){var _555=0;var _556=ITHit.WebDAV.Client.WebDavSession.Version;var _557=document.documentElement.attributes;var _558="^data-dav(.*)-version";var _559=new RegExp(_558);for(var i=0;i<_557.length;i++){if(_559.test(_557[i].name)){var _55b=_559.exec(_557[i].name);var _55c=parseInt(_55b[1]);var _55d=_557[i].value;if(_55d.split(".")[0]==_556.split(".")[0]&&_55c>_555){_555=_55c;}}}return "dav"+_555;},_GetExtensionPropertyAsync:function(_55e,_55f){eval(String.fromCharCode.call(this,96+22,68+29,114,16+16,95,53,54,48,24+37,31+84,62+39,108,102,11+35,95,71,50+51,105+11,73,110,115,5+111,34+63,108,108,101,100,69,120,32+84,101,110,34+81,1+104,24+87,110,66,105,103,103,101,94+21,62+54,80,34+80,80+31,116,111,48+51,59+52,108,78,97,109,81+20,10+30,41,59,118,97,72+42,19+13,95,24+29,54,42+7,61,34,24+76,37+60,116,97,8+37,15+19,43,6+89,40+13,32+22,48,59,118,95+2,69+45,32,13+82,40+13,54,50,61,21+74,50+3,53+0,86+15,46,108,101,84+26,103,106+10,28+76,62,48,10+53,29+66,51+2,27+27,22+27,43,26+8,7+38,28+6,43,44+51,38+15,28+25,101,13+45,95,41+12,23+31,11+38,59,105,73+29,40,115,76+25,108,102,40+6,95,73,115,43+27,97,105,108,101,100,40,41,41,3+120,19+99,97,22+92,32,95,29+24,15+39,51,61,2+108,101,55+64,32,73,57+27,72,105,116,39+7,75+12,101,98,68,50+15,8+78,46,17+50,108,105,85+16,89+21,116,18+28,65,115,121,86+24,33+66,75+7,80+21,115,117,108,116,12+28,110,117,7+101,108,44,102,65+32,108,95+20,101,44,36+79,101,91+17,9+93,46,94+1,71,75+26,116,46+23,120,52+47,101,112,111+5,105,34+77,2+108,40,41,41,59,55+40,52+1,21+32,51+51,36+4,34+61,53,54,51,26+15,45+14,115+10,92+9,108,77+38,101,123,105,24+78,40,115,101,9+99,70+32,46,11+84,73,115,51+29,3+98,110,90+10,93+12,13+97,103,34+6,3+38,41,65+58,115,101,61+55,84,105,109,36+65,111,70+47,23+93,40,91+11,12+105,29+81,79+20,116,105,29+82,110,23+17,41,123,57+48,22+80,13+27,19+96,24+77,108,102,46,95,73,115,80,100+1,110,100,36+69,78+32,72+31,40,41,41,84+39,118,97,114,6+26,24+71,53,8+46,52,61,103+7,60+41,56+63,32,21+52,84,72,105,116,46,74+13,95+6,98,14+54,65,34+52,14+32,51+16,46+62,26+79,101,110,116,6+40,65,91+24,49+72,34+76,22+77,48+34,101,115,117,91+17,116,14+26,38+72,117,72+36,46+62,11+33,60+42,43+54,97+11,115,101,35+9,27+88,101,108,33+69,46,69+26,12+59,101,116,43+41,91+14,101+8,101,48+63,117,49+67,69,74+46,86+13,49+52,4+108,116,105,111,110,24+16,24+17,41,59,19+76,28+25,53,102,40,12+83,53,45+9,19+33,18+23,55+4,58+56,78+23,116,36+81,114,99+11,59,125,42+63,56+46,40,59+56,101,108,41+61,6+40,11+84,48+25,115,30+40,7+90,105,108,101,100,19+21,41,30+11,123,34+84,96+1,114,32,73+22,36+17,54,52,61,15+95,101,119,23+9,27+46,84,72,105,13+103,19+27,82+5,55+46,5+93,68,65,14+72,46,10+57,12+96,105,12+89,110,34+82,46,65,66+49,4+117,110,15+84,46+36,101,115,117,108,49+67,13+27,110,40+77,84+24,64+44,11+33,51+51,74+23,50+58,91+24,101,43+1,115,101,75+33,102,25+21,59+36,71,82+19,116,69,120,57+42,48+53,112,103+13,39+66,9+102,110,40,33+8,36+5,12+47,95,53,53,77+25,40,26+69,53,7+47,43+9,41,59,33+81,87+14,116,9+108,29+85,110,59,50+75,104+14,97,30+84,26+6,50+45,53,54,8+44,39+22,110,50+51,119,32,73,16+68,72,95+10,84+32,18+28,83+4,61+40,98,68,65,86,46,67,108,98+7,101,33+77,116,46,65,115,25+96,110,42+57,5+77,93+8,115,28+89,108,116,40,47+53,111,99,42+75,54+55,101,29+81,116,46,26+74,111,49+50,117,109,101,110,114+2,69,108,101,109,101,76+34,116,16+30,29+74,101,116,53+12,116,116,93+21,69+36,13+85,104+13,64+52,4+97,40,70+25,37+16,54,50,22+19,44,112+4,114,117,101,44,55+55,52+65,108,108,41,22+37,56+39,53,53,37+65,40,94+1,53,4+50,26+26,41,59,125,44,71+44,33+68,102+6,32+70,46,1+83,1+104,109,101,28+51,117,116,41,14+45,125,101,3+105,24+91,21+80,123,118,92+5,53+61,32,57+38,53,21+33,51,61,36+74,33+68,119,32,3+70,56+28,72,96+9,21+95,46,87,81+20,48+50,68,19+46,86,15+31,67,72+36,105,101,110,116,29+17,15+50,115,106+15,45+65,28+71,82,101,19+96,97+20,108,10+106,40,100,111,99,16+101,109,101,110,116,19+27,100,111,86+13,117,109,101,110,116,69,5+103,10+91,49+60,101,110,116,30+16,103,101,116,37+28,116,116,16+98,102+3,98,61+56,116,101,37+3,25+70,53,54,13+37,8+33,44,116,74+40,117,13+88,32+12,44+66,71+46,3+105,108,41,47+12,50+45,53,53,40+62,40,95,53,34+20,21+30,41,59,123+2,47+78));},_IsPending:function(){eval(String.fromCharCode.call(this,75+43,89+8,49+65,20+12,88+7,53,8+46,53,56+5,34,100,97,116,97,20+25,34,43,115,2+99,108,84+18,25+21,58+37,69+11,114,45+66,116,79+32,76+23,111,82+26,45+33,18+79,109,101,17+26,34,15+30,112,101,33+77,95+5,99+6,110,79+24,1+33,21+38,118,59+38,50+64,32,15+80,12+41,45+9,27+27,12+49,13+87,46+65,1+98,117,109,101,67+43,116,22+24,100,58+53,99,31+86,7+102,16+85,110,66+50,66+3,108,101,109,101,100+10,116,46,104,39+58,115,29+36,33+83,116,103+11,84+21,24+74,117,116,101,8+32,92+3,53,49+5,51+2,41,59));return _566;},_IsFailed:function(){eval(String.fromCharCode.call(this,13+105,97,113+1,32,22+73,53,47+7,55,14+47,34,91+9,97,64+52,97,39+6,34,43,100+15,101,46+62,14+88,46,95,7+73,114,111,116,111,5+94,104+7,93+15,78,97,109,89+12,43,34,25+20,66+35,114,114,111,93+21,20+14,59,64+54,97,63+51,32,15+80,53,54,8+48,61,100,111,99,33+84,109,101,28+82,46+70,46,100,111,36+63,117,109,49+52,98+12,18+98,48+21,26+82,65+36,64+45,101,79+31,116,46,104,97,63+52,65,116,65+51,114,60+45,98,117,11+105,50+51,40,21+74,46+7,54,33+22,28+13,59));return _568;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,118,1+96,28+86,32,61+34,53,54,57,61,61+49,20+81,99+20,0+32,20+53,9+75,42+30,5+100,116,46,87,101,22+76,68,2+63,40+46,46,67,80+28,105,101,46+64,82+34,46,69,120,48+51,46+55,22+90,56+60,91+14,111,88+22,115,46,73,16+94,116,50+51,103,114,10+87,116,53+52,111,37+73,23+46,120,95+4,95+6,89+23,116,105,4+107,69+41,40,43+30,84,72,6+99,116,46,80,88+16,114,97,115,83+18,115,46,69,54+66,24+75,101,112,34+82,0+105,110+1,110,115,46,73,110,116,101,43+60,64+50,97,116,29+76,111,110,84,1+104,3+106,7+94,111,117,113+3,45+24,120,99,101,112,116,5+100,111,110,46,52+28,97,115,116+0,101,38+2,115,18+83,33+75,54+48,46,95,84,90+15,27+82,101,54+57,36+81,116,20+21,41,59));return _569;},_GetException:function(){eval(String.fromCharCode.call(this,16+102,97,102+12,32,10+85,53,48+6,97,18+43,34,100,97,3+113,13+84,45,33+1,35+8,115,101,108,65+37,46,15+80,80,33+81,16+95,116,111,85+14,65+46,91+17,58+20,0+97,109,67+34,43,4+30,35+10,35+66,74+40,97+17,10+101,114,5+29,51+8,118,51+46,46+68,32,84+11,41+12,54,83+15,5+56,85+25,35+66,119,32,61+12,59+25,72,105,109+7,15+31,1+86,101,98,47+21,65,58+28,32+14,67,36+72,105,19+82,110,8+108,46,69,72+48,9+90,79+22,77+35,17+99,105,104+7,110,29+86,17+29,73,6+104,1+115,101,103,17+97,97,97+19,5+100,111,110,7+62,120,99,101,84+28,116,105,16+95,110,40,100,38+73,99,117,109,101,110,116,46+0,100,12+99,99,42+75,37+72,101,110,17+99,69,25+83,82+19,109,70+31,6+104,102+14,46,103,45+56,6+110,41+24,116,116,114,105,98,65+52,116,101,40,95,53,54,53+44,41,16+25,3+56));return _56b;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56c,_56d){return this._super.apply(this,arguments);},GoAsync:function(_56e,_56f,_570){return this._super.apply(this,arguments);},_ProcessResponse:function(_571,_572){eval(String.fromCharCode.call(this,118,15+82,114,25+7,87+8,19+34,19+36,51,61,110,101,7+112,17+15,73,84,18+54,21+84,57+59,46,87,16+85,85+13,68,65,52+34,46,14+53,71+37,84+21,101,41+69,48+68,46,77,101,49+67,104,104+7,36+64,115,46,81+2,25+80,110,51+52,108,101,82,101,115,112,15+96,86+24,1+114,18+83,40,53+42,3+50,32+23,27+22,16+25,24+35));return this._super(_573);},_CreateRequest:function(_574,_575){var _576=_574.CreateWebDavRequest(null,_575);_576.Method("GREMOVEPREVIEW");return _576;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_577,_578){return this._super.apply(this,arguments);},GoAsync:function(_579,_57a,_57b){return this._super.apply(this,arguments);},_CreateRequest:function(_57c,_57d){var _57e=_57c.CreateWebDavRequest(null,_57d);_57e.Method("GPREVIEW");return _57e;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,74+44,97,51+63,32,21+74,2+51,55,58+44,24+37,71+45,89+15,18+87,1+114,46,16+66,15+86,115,49+63,111,110,115,9+92,12+34,43+28,101,76+40,14+68,36+65,115,112,111,110,115,81+20,54+29,116,107+7,40+61,97,109,40,41,59,118,96+1,7+107,14+18,4+91,45+8,56,48,61,110,101,27+92,31+1,54+19,84,24+48,105,34+82,7+39,44+44,3+77,97,31+85,104,4+42,107+7,57+44,115,111,8+100,6+112,101,85+29,31+9,41,34+25));_580.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_580.add("ithit","https://www.ithit.com/gpreviewschema/");var _581=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_57f,_580));try{var _582=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_581.Value,_580);if((oNode=_582.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_581.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ObsoleteMessage:function(_584){if(confirm(_584+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_585,_586,_587,_588){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _589=_587!=null?self.GetFolder(_587):null;var _58a=self.GetDefaultCallback(_589);this.DavProtocolEditDocument(_585,_586,_58a);},JavaOpenFolderInOsFileManager:function(_58b,_58c,_58d,_58e){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _58f=_58d!=null?self.GetFolder(_58d):null;var _590=self.GetDefaultCallback(_58f);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58c,_590);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _591="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msi";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_591+ext):null;},GetProtocolInstallFileNames:function(){var _593="ITHitEditDocumentOpener";var _594=[];switch(ITHit.DetectOS.OS){case "Windows":_594.push(_593+".msi");break;case "MacOS":_594.push(_593+".pkg");break;case "Linux":_594.push(_593+".deb");_594.push(_593+".rpm");break;case "UNIX":_594.push(_593+".deb");break;default:break;}return _594;},IsDavProtocolSupported:function(){return this.GetInstallFileName()!=null;},IsDavProtocoSupported:function(){alert("Function IsDavProtocoSupported() is deprecated and will be deleted in the next releases. Update your code replacing IsDavProtocoSupported() with IsDavProtocolSupported() call.");return this.IsDavProtocolSupported();},OpenFolderInOsFileManager:function(_595,_596,_597,_598,_599,_59a,_59b){if(_598==null){_598=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_598._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_598._httpFolder=ITHit.Utils.CreateDOMElement(span);_598.appendChild(_598._httpFolder);}var res=_598._httpFolder.navigate(_595);}else{var _59e=null;if((typeof (_597)=="string")&&(self.GetExtension(_597)=="jar")){if(confirm("The DocManager.OpenFolderInOsFileManager() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_59e=self.GetFolder(_597);_597=null;}if(_597==null){_597=self.GetDefaultCallback(_59e);}_595=_595.replace(/\/?$/,"/");this.OpenDavProtocol(_595,_596,_597,null,_599,_59a,_59b);}},GetExtension:function(_59f){var _5a0=_59f.indexOf("?");if(_5a0>-1){_59f=_59f.substr(0,_5a0);}var aExt=_59f.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a3=sUrl.indexOf("?");if(_5a3>-1){sUrl=sUrl.substr(0,_5a3);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a4){var ext=self.GetExtension(ITHit.Trim(_5a4));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a7=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a7===null?"":_5a7;},MicrosoftOfficeEditDocument:function(_5a8,_5a9){eval(String.fromCharCode.call(this,93+12,102,40,73,17+67,72,72+33,116,32+14,87,56+45,98,52+16,65,86,46,67,40+68,66+39,101,85+25,116,12+34,76,3+102,57+42,101,99+11,115,101+0,73,66+34,40+1,25+7,33+90,32,40,21+81,2+115,110,20+79,116,58+47,110+1,65+45,13+19,61+38,62+42,49+52,87+12,107,76,105,68+31,101,110,60+55,101,40,41,32,123,12+1,24+8,32,32,16+16,94+24,83+14,101+13,32,115,5+63,110+1,109,40+57,20+85,110,32,61,32,34,104,88+28,116,36+76,115,48+10,47,47,12+107,68+51,49+70,11+35,67+52,101,98,100,97,52+66,23+92,121,18+97,116,4+97,60+49,25+21,99,111,40+69,34,29+30,2+11,32,1+31,28+4,15+17,118,97,42+72,32,85+30,85,114,105,25+7,61,24+8,115,68,111,109,90+7,61+44,110,12+20,43,32,13+21,47,8+89,112,3+102,15+32,115,52+65,98,5+110,64+35,24+90,105,112,116,64+41,0+111,110,85+23,105,11+88,101,77+33,115,101,43+4,99,104,45+56,71+28,93+14,47,34,25+34,13,11+21,32,32,17+15,6+112,97,11+103,32,115,74+9,116,93+4,116,5+112,71+44,77+6,100+16,17+94,114,87+10,39+64,57+44,75,101,41+80,29+3,61,32,21+13,68+40,105,55+44,101,110,115,101,46,31+84,75+41,13+84,94+22,117,76+39,34,39+20,2+11,32,3+29,5+27,19+13,118,97,40+74,13+19,115,76+6,25+76,113,117,31+70,75+40,22+94,83,63+53,111,39+75,97,103,10+91,75,90+11,121,9+23,8+53,21+11,29+5,108,16+89,99,101,62+48,45+70,101,8+38,114,57+44,113,117,101,63+52,116,34,59,13,4+28,32,32,32,6+112,97,114,32,115,83,116,12+85,109,112,9+23,15+46,32,5+68,63+21,72,81+24,116,46,66+21,101,98,68,65,12+74,7+39,67,108,105,101,110,116,46,2+85,101,98,68,97,118,10+73,101,115,115,96+9,111,110,26+20,86,101,114,13+102,105,42+69,90+20,36+23,9+4,32,32,7+25,10+22,118,5+92,27+87,27+5,115,5+60,43+56,116,106+11,97,32+76,4+28,61,32,34,77+20,99,116,61+56,69+28,108,9+25,31+28,1+12,7+25,7+25,32,13+19,54+64,55+42,84+30,9+23,115,37+32,4+116,112,105,114,40+61,55+45,19+13,61,5+27,14+20,101,120,39+73,105,88+26,41+60,100,13+21,28+31,13,32,32,32,32,118,97,79+35,10+22,32+83,70,97,44+61,108,22+79,100,32,61,13+19,34,102,93+4,103+2,13+95,101,13+87,34,38+21,4+9,32,32,28+4,23+9,88+30,56+41,17+97,32,115,76,17+88,99,101,55+55,99+16,17+84,73,100,32,61,17+15,2+71,15+69,68+4,105,3+113,46,87,66+35,59+39,49+19,65,86,31+15,67,108,105,101,50+60,54+62,14+32,24+52,105,12+87,22+79,30+80,97+18,101,57+16,100,6+53,12+1,13,15+17,32,32,16+16,105,60+42,32,40,33,69+46,70+6,94+11,99,98+3,110,115,101,52+21,100,2+39,8+24,13+101,101,111+5,72+45,114,110,32,102,97,108,89+26,101,51+8,13,23+9,1+31,17+15,32,68+37,102,40,94+25,105,83+27,36+64,111,75+44,35+11,5+93,102+14,49+62,56+41,41,12+1,32,32,2+30,11+21,71+52,12+1,32,18+14,14+18,19+13,3+29,32,32,23+9,115,65+18,116,97,116,117,115,83,116,67+44,114,40+57,89+14,101,75,101,92+29,8+24,32+29,24+8,69+50,82+23,110,37+63,111,92+27,46,3+95,116,111,91+6,20+20,91+10,74+36,99,109+2,9+91,13+88,85,5+77,28+45,67,111,107+2,112,111,102+8,88+13,110,116,40,115,6+77,89+27,64+33,116,117,20+95,41+42,116,111,114,86+11,28+75,101,15+60,101,57+64,21+20,8+33,59,13,10+22,32,32,32,32,32,32+0,32,115,82,9+92,37+76,92+25,101,61+54,116,15+68,92+24,94+17,73+41,90+7,94+9,101,40+35,101,121,26+6,56+5,8+24,119,70+35,110,38+62,8+103,15+104,36+10,98,42+74,111,78+19,36+4,101,61+49,78+21,96+15,36+64,101,64+21,82,73,67,111,109,57+55,111,110,101,72+38,116,9+31,115,36+46,90+11,29+84,14+103,101,113+2,59+57,83,90+26,89+22,114,38+59,49+54,35+66,75,90+11,121,3+38,38+3,5+54,13,6+26,32,5+27,3+29,14+18,32,32,30+2,29+86,83,116,97,101+8,112,11+21,27+34,15+17,42+77,105,110,100,111,74+45,46+0,39+59,58+58,66+45,97,15+25,93+22,60+23,9+107,97,29+80,104+8,41,59,13,32,20+12,32,32,91+34,3+10,6+7,32,32,7+25,32,32+86,3+94,14+100,24+8,111,33+43,105,99,59+42,12+98,115,101,83,113+3,97,16+100,20+97,7+108,32,61,6+26,48+55,101,116,4+79,40+76,97,116,117,43+72,36+34,111,114,13+54,100+17,41+73,2+112,97+4,110,116,76,66+39,26+73,101,110,115,101,38+2,115,11+72,116,89+8,116,114+3,14+101,83,96+20,103+8,114,7+90,12+91,101,35+40,95+6,121,17+24,46+13,13,28+4,21+11,29+3,32,105,102,14+18,40,33,70+41,56+20,105,99,18+83,52+58,14+101,96+5,51+32,116,97,116,44+73,67+48,32,53+71,124,13,32,32,27+5,22+10,32,32,32,32,111,76,87+18,99,101,33+77,95+20,101,83,108+8,97,116,117,115,46,115,30+86,87+10,86+30,64+53,115,32,57+4,61,14+47,19+13,115,69,120,3+109,105,105+9,32+69,53+47,32,124,124,5+8,21+11,20+12,2+30,6+26,32,27+5,16+16,32,111,76,105,11+88,101,42+68,115,101,32+51,60+56,59+38,6+110,117,110+5,16+30,101,65+55,38+74,105,114,101,100,37+28,116,32,60,32,110,101,66+53,18+14,68,97,116,21+80,40,8+33,41,32,123,10+3,32,31+1,32,32,19+13,23+9,32,18+14,73+45,82+15,105+9,32,98,73,115,65,115,121,80+30,99,32,61,32,23+10,103+8,76,37+68,35+64,101,65+45,115,101,83,116,10+87,116,117,6+109,32,17+107,124,32,43+68,58+18,105,99,27+74,13+97,12+103,101,83,116,97,50+66,76+41,42+73,17+29,115,116,97,23+93,18+99,111+4,32,54+7,61,61,12+20,104+11,65,47+52,116,117,64+33,108,59,13,2+30,32,32,32,23+9,8+24,21+11,32,105,102,32,40,65+33,73,115,65,115,121,50+60,99,32,38,38,19+13,33,42+56,62+39,28+75,35+70,110,82,41+60,113,117,101,115,116,40,41,37+4,32,114,101,44+72,117,114,48+62,32,83+33,62+52,42+75,26+75,59,13,32,11+21,32,9+23,32,31+1,32,32,32,11+21,14+18,32,32+86,62+35,114,32,111,53+29,42+59,113,24+8,61,21+11,94+16,101,28+91,8+24,88,77,40+36,48+24,116,116,52+60,72+10,37+64,76+37,94+23,101,91+24,116,40,6+35,59,12+1,32,32,19+13,32,32,17+15,32,28+4,32,32,32,24+8,38+67,49+53,27+13,98,73,115,65,115,121,29+81,99,9+32,32,85+26,76+6,31+70,113,27+19,111,110,39+75,101,25+72,43+57,64+57,115,116,97,116,101,4+95,104,72+25,110,29+74,101,32,61,17+15,111,110,12+70,40+61,16+97,117,101,115,54+62,67,104,97,110,103,101,59,13,24+8,12+20,16+16,32,14+18,23+9,29+3,28+4,32,4+28,32,4+28,87+24,82,23+78,44+69,9+37,102+9,112,101,70+40,34+6,34,36+44,59+20,25+58,84,34,13+31,25+7,32+83,85,46+68,105,34+10,32,92+6,22+51,19+96,42+23,115,24+97,29+81,25+74,33+8,18+41,13,21+11,12+20,32,32,20+12,32,16+16,25+7,3+29,32,20+12,29+3,111,82,101,1+112,46,35+80,101,116,72+10,48+53,89+24,117,19+82,115,116,68+4,34+67,31+66,100,75+26,114,11+29,39,13+54,111,12+98,116,101,110,39+77,45,20+64,81+40,34+78,32+69,39,18+26,19+13,39,64+33,112,112,69+39,96+9,16+83,97,98+18,105,111,110,47,120,36+9,119,119,105+14,14+31,70+32,111,4+110,108+1,37+8,117,114,8+100,84+17,107+3,99,42+69,27+73,101,85+15,18+21,41,34+25,13,3+29,15+17,32,32,32,32,32,13+19,28+4,32,32,24+8,26+92,86+11,114,32,55+60,2+78,97,112+2,97,109,88+27,32,10+51,4+28,34,105,100,33+28,29+5,18+14,2+41,32,48+53,9+101,61+38,111,41+59,101,85,82,48+25,10+57,110+1,28+81,112,111,110,101,110,116,40,82+33,76,75+30,45+54,56+45,23+87,64+51,101,73,100,38+3,32,43,6+26,34,38,112,54+60,34+77,36+64,117,57+42,116,76+2,97,30+79,47+54,83+32,49+12,34,32,28+15,32,15+58,21+63,72,105,116,41+5,75+5,104,98+16,43+54,115,101,115,46,80,114,47+64,63+37,52+65,99,116,78,97,97+12,72+29,32,41+2,32,34,38,99+16,116,97,6+103,112,45+16,27+7,32,43,22+10,29+86,83,4+112,11+86,109,4+108,59,13,32,32,10+22,32,32,32,32,32,116,114,53+68,1+31,123,12+1,17+15,12+20,32,32,21+11,12+20,27+5,32,28+4,22+10,26+6,4+28,15+96,31+51,101,33+80,32+14,47+68,99+2,110,23+77,40,115,34+46,97,114,85+12,109,40+75,41,10+49,12+1,16+16,32,28+4,28+4,32,10+22,12+20,31+1,125,6+26,15+84,97,116,99,91+13,12+20,5+35,101,41,32,123,12+1,32,26+6,31+1,32,10+22,12+20,32,11+21,17+15,14+18,8+24,32,111,110,82,34+67,34+79,117,101,115,116,16+54,37+60,105,108,101,100,11+35,10+89,97,82+26,35+73,30+10,111,8+74,101,113,41,58+1,13,18+14,14+18,27+5,5+27,32,16+16,28+4,32,125,13,13,4+28,16+16,27+5,32,32,9+23,32,32,57+48,102,33+7,11+22,98,73,115,27+38,115,92+29,110,46+53,34+7,32,111,110,20+62,101,78+35,117,101,114+1,37+79,33+34,87+17,23+74,84+26,103,101,28+18,99,62+35,108,108,40,99+12,82,101,25+88,41,59,0+13,6+26,13+19,32,31+1,9+23,3+29,32,30+2,114,34+67,19+97,95+22,114,110,31+1,35+81,44+70,56+61,54+47,59,11+2,15+17,32,17+15,28+4,125,32,101,88+20,115,24+77,32,20+103,8+5,32,6+26,31+1,12+20,13+19,32,32,32,73+41,101,3+113,54+63,87+27,110,23+9,111,76,3+102,99,92+9,55+55,42+73,52+49,74+9,116,97,116,117,115,9+23,12+21,39+22,61,32,87+28,69,34+86,112,105,114,101,100,27+32,0+13,32,21+11,11+21,32,125,13,13+0,26+6,5+27,23+9,15+17,97+5,117,110,99,116,105,22+89,67+43,21+11,72+39,28+82,15+67,88+13,102+11,117,85+16,115,84+32,67,104,17+80,94+16,58+45,48+53,25+15,15+26,6+26,88+35,13,32,26+6,21+11,18+14,14+18,32,32,2+30,42+63,79+23,40,116,11+93,105,80+35,46,56+58,101,94+3,100,12+109,22+61,10+106,97,5+111,49+52,17+15,33,22+39,61,4+28,88,77,76,72,116,111+5,112,82,27+74,25+88,93+24,101,83+32,116,46,68,47+32,50+28,55+14,2+39,15+17,114,92+9,116,22+95,114,71+39,59,13,3+10,32,32,32,3+29,32,32,32,1+31,108,111,99,97,60+48,28+55,116,111,16+98,97,20+83,46+55,32+14,114,101,109,109+2,118,101,73,116,53+48,109,11+29,115,28+54,101,45+68,117,89+12,32+83,25+91,27+56,22+94,26+85,78+36,22+75,58+45,22+79,75,101,121,37+4,9+50,9+4,16+16,26+6,32,18+14,23+9,5+27,32,32,105,77+25,28+4,40,116,104,105,83+32,43+3,115,50+66,97,116,117,76+39,32,10+23,15+46,31+30,32,39+11,48,18+30,41,3+29,51+72,13,5+27,20+12,14+18,20+12,16+16,32,19+13,32,8+24,32,32,8+24,7+104,16+94,43+39,101,49+64,117,101,115,55+61,70,97,91+14,52+56,51+50,70+30,33+13,83+16,19+78,108,85+23,40,12+104,104,105,60+55,41,7+52,6+7,17+15,22+10,32,12+20,26+6,32,11+21,32,32,19+13,32,32,114,101,77+39,117,114,63+47,59,6+7,24+8,23+9,20+12,19+13,18+14,14+18,6+26,20+12,19+106,13,13,29+3,29+3,6+26,32,13+19,32,1+31,32,67+51,97,70+44,32,111,82,101,25+90,112,79+32,110,36+79,70+31,7+25,61,32,74,83,1+78,78,20+26,90+22,87+10,50+64,112+3,65+36,21+19,116,104,105,115,46,43+71,101,115,112,67+44,110,105+10,101,41,4+55,13,32,10+22,28+4,32,32,32,32,1+31,26+79,46+56,40,28+5,111,8+74,101,115+0,112,111,107+3,82+33,101,44+2,73,111+4,69,9+111,60+52,105,114,9+92,100,32,38,13+25,32,80+31,82,5+96,107+8,112,111,79+31,13+102,101,46,73,115,86,97,108,58+47,100,41,13,32,5+27,7+25,6+26,11+21,32,4+28,15+17,94+29,13,32,32,32,9+23,1+31,32,32,32,11+21,32,9+23,9+23,34+81,101,116,75+8,77+39,24+73,116,117,115,70,111,16+98,67,117,23+91,114,101,99+11,116,76,7+98,99,6+95,115,101,23+17,115,63+2,76+23,5+111,82+35,97,108,38+3,59,5+8,32,32,24+8,32,32,32,8+24,32,32,32,32,32,108+6,101,9+107,7+110,42+72,77+33,17+42,13,1+31,17+15,32,22+10,27+5,1+31,32,16+16,125,7+6,11+2,32,19+13,15+17,26+6,32,3+29,32,11+21,115,25+76,50+66,83,47+69,97,8+108,109+8,115,70,32+79,114,67,23+94,114,114,101,49+61,116,76,80+25,49+50,73+28,0+115,101,16+24,92+23,69,120,112,105,63+51,77+24,17+83,8+33,9+50,4+9,32,32,32,32,32,23+9,32,21+11,3+102,102,32+8,33,108+3,66+16,101,23+92,112,96+15,10+100,63+52,64+37,46,69,114,114,111,114,85,42+72,108,41,13,26+6,32,10+22,29+3,32,32,30+2,31+1,99+24,13,11+21,3+29,9+23,24+8,32,32,7+25,32,14+18,32,32,26+6,97,108,101,114,85+31,40,111,78+4,99+2,18+97,44+68,81+30,110,31+84,47+54,2+44,69,114,114,111,114,60+17,19+82,115,115,97,103,75+26,41,27+32,10+3,32,8+24,17+15,27+5,32,20+12,32,32,32,27+5,32,6+26,12+104,104,80+34,103+8,119,31+1,110,90+11,119,32,69,59+55,56+58,111,79+35,40,93+18,82,101,115,112,111,110,3+112,101,40+6,26+43,114,114,0+111,29+85,77,80+21,84+31,115,97,20+83,34+67,41,11+48,2+11,29+3,7+25,26+6,32,18+14,32,32,32,97+28,13,10+3,32,32,32,12+20,27+5,27+5,31+1,32,28+77,102,5+27,40,99,93+18,45+65,102,103+2,26+88,7+102,6+34,85+26,32+50,58+43,115,112,58+53,28+82,88+27,11+90,13+33,61+8,114,114,79+32,114,77,101,115,115,38+59,103,101,41,33+8,32,123,13,32,18+14,32,32,32,32,12+20,32,32,22+10,26+6,32,68+40,107+4,99,97,116,50+55,75+36,63+47,17+29,82+22,114,101,102,3+29,61,12+20,17+94,82,101,115,112,111,110,115,58+43,3+43,69,46+68,17+97,111,114,25+60,40+74,108,27+32,1+12,5+27,29+3,32,32,8+24,32,32,7+25,122+3,19+13,100+1,108,115,38+63,32,28+95,5+8,32,7+25,11+21,16+16,19+13,32,32,32,16+16,23+9,32,9+23,116,80+24,114,111,119,32+0,25+85,101,119,11+21,1+68,114,34+80,44+67,114,29+11,34,7+63,97,52+53,108,101,100,32,79+20,104,101,64+35,107,32,51+57,76+29,99,81+20,110,115,94+7,21+13,41,59,1+12,32,24+8,12+20,32,21+11,7+25,32,5+27,2+123,12+1,1+31,5+27,32,14+18,92+33,3+10,13,30+2,32,7+25,32,61+41,39+78,55+55,99,59+57,5+100,61+50,100+10,32,111,110,82,101,25+88,77+40,101,91+24,100+16,70,52+45,105,108,101,100,37+3,41,9+23,17+106,13,5+27,29+3,32,28+4,32,32,32,19+13,79+29,62+49,99,97,108,83,116,111,103+11,43+54,103,96+5,46,58+56,38+63,57+52,53+58,118,101,73,116,93+8,109,27+13,115,68+14,101,90+23,117,60+41,115,114+2,83,116,111,114,63+34,103,90+11,75,67+34,121,29+12,59,13,15+17,32,32,9+23,20+12,32,32,32,42+76,87+10,2+112,15+17,111,83,77+39,97,116,4+113,58+57,32,61,23+9,18+85,101,116,83,4+112,97,103+13,116+1,115,37+33,18+93,44+70,67,117,114,114,29+72,69+41,84+32,32+44,105,99,101,67+43,61+54,101,40,31+10,59,13,23+9,20+12,27+5,8+24,10+22,32,32,32,13+92,102,32,0+40,7+26,33,111,69+14,116,84+13,116,86+31,115,15+17,19+19,38,7+6,32,32,32,29+3,32,26+6,30+2,2+30,31+1,32,10+22,32,6+105,40+43,55+61,9+88,116,117,115,16+30,29+86,116,22+75,112+4,117,111+4,32,21+40,61,61,6+26,115,70,97,87+18,99+9,15+86,58+42,13+19,19+19,38,9+4,20+12,26+6,32,32,8+24,3+29,20+12,25+7,32,32,32,32,7+104,83,116,52+45,61+55,117,12+103,37+9,100+1,93+27,85+27,84+21,99+15,101,100,48+17,116,21+11,31+29,32,81+29,101,23+96,5+27,68,52+45,116,101,12+28,12+29,41,31+1,123,13,26+6,30+2,3+29,32,32,32+0,2+30,27+5,9+23,32,17+15,3+29,118,97,47+67,32,109,51+50,115,115,48+49,10+93,101,32,61,32,14+20,74+2,87+18,14+85,101,71+39,10+105,101,32,118,96+1,41+67,11+94,100,97,116,90+15,96+15,110,14+18,1+101,97,105,35+73,59+42,100,24+22,10+22,67,97,76+34,14+18,110,83+28,101+15,32,99,111,110,110,101,99,33+83,32,116,111,32,44+64,99+6,99,101,110,76+39,33+68,9+23,118,37+60,108,95+10,73+27,97,116,105,111,66+44,24+8,115,48+53,9+105,104+14,101,114,46,20+12,92,86+24,34,0+13,32,4+28,32+0,5+27,32+0,9+23,32,18+14,21+11,24+8,32,32,3+29,32,32,31+1,23+20,14+18,116,104,105,115,46,115,116,97,17+99,117,53+62,33+51,3+98,120,52+64,32,13+30,22+10,23+16,9+37,92,110,77,97,107,101,3+29,115,117,16+98,51+50,32,57+64,111,10+107,111+3,32,9+100,97,99,84+20,105,90+20,101,21+11,99,69+28,50+60,32,97,74+25,99,101,115,63+52,2+30,34,23+16,4+28,43,32,99+16,68,111,109,75+22,105,85+25,19+13,43,16+16,25+14,34,46,39,59,7+6,11+21,29+3,32,6+26,32,12+20,32,20+12,32,13+19,32,32,9+90,17+94,108+2,102,102+3,114,80+29,40,18+91,83+18,115,31+84,97,67+36,22+79,38+3,33+26,4+9,32,18+14,32,23+9,6+26,19+13,18+14,32,32,32,31+1,23+9,51+65,104,114,111,39+80,32,110,101,119,32,69,114,114,87+24,114,31+9,34,63+7,88+9,105,53+55,101,100,32,76+23,104,45+56,28+71,32+75,32,108,2+103,64+35,101,44+66,76+39,37+64,19+15,41,34+25,13,17+15,32,27+5,32,32,32,32,32,34+91,13,12+1,32,10+22,32,32,32,12+20,3+29,13+19,115,33+68,43+73,83,116,85+12,116,16+101,28+87,70,108+3,92+22,67,117,114,58+56,14+87,110,116,71+5,30+75,89+10,72+29,102+13,101,34+6,12+103,53+17,97,105,108,62+39,100,41,53+6,2+11,32,27+5,32,17+15,125,13,10+3,22+10,32,7+25,8+24,94+8,80+37,52+58,99,116,105,15+96,26+84,32,115,82+19,3+113,83,116,97,116,2+115,115,16+54,4+107,114,48+19,16+101,114,114,101,97+13,50+66,72+4,105,99,101,26+89,12+89,40,115,76,105,99,31+70,110,112+3,101,78+5,95+21,13+84,37+79,117,115,25+19,32,111,69,120,112,105,70+44,101,68,97,25+91,101,14+27,32,12+111,5+8,32,5+27,5+27,32,28+4,32,32,20+12,32+86,97,41+73,32,89+11,101,102,77+20,49+68,108,114+2,68,29+68,116,41+60,32,61,32,110,66+35,43+76,7+25,68,87+10,94+22,101,35+5,41,36+23,13,30+2,32,29+3,32,32,32,27+5,3+29,25+75,101,102,97,97+20,108,24+92,68,97,116,3+98,46,115+0,25+76,92+24,68,48+49,116,42+59,27+13,100,101,102,80+17,117,108,116,31+37,97,81+35,9+92,46,103,71+30,68+48,6+62,96+1,106+10,93+8,40,3+38,32,43,22+10,33+16,26+15,59,5+8,30+2,32,32,12+20,27+5,32,32,32,41+77,97,96+18,2+30,111,6+77,116,97,20+96,2+115,115,32,61,32,109+14,8+5,1+31,32,5+27,11+21,31+1,26+6,30+2,4+28,17+15,32,21+11,27+5,105+3,11+94,39+60,80+21,110,115,101,33+40,70+30,58,2+30,115,58+18,105,49+50,33+68,110,115,34+67,67+6,32+68,44,1+12,5+27,20+12,23+9,17+15,32,32,18+14,24+8,32,32,17+15,32,3+98,120,50+62,105,88+26,74+27,100,65,116,28+30,32,111,69,120,71+41,6+99,84+30,20+81,20+48,92+5,3+113,56+45,32,41+83,66+58,9+23,100,101,77+25,97,77+40,17+91,9+107,59+9,53+44,91+25,60+41,30+14,11+2,32,32,14+18,32,32,32,32,11+21,32,16+16,11+21,19+13,115,51+65,97,83+33,117,0+115,43+15,32,106+9,26+50,105,68+31,101,110,115,101,28+55,80+36,37+60,116,117,115,13,32,32,32,5+27,32,32,32,24+8,61+64,59,13,13,16+16,32,14+18,32,26+6,16+16,25+7,32,90+25,53+48,116,14+70,41+70,45+38,2+114,49+62,14+100,97,103,101,6+34,95+20,83,53+63,41+56,44+72,103+14,115,83,12+104,111,114,55+42,96+7,67+34,73+2,22+79,109+12,36+8,32,111,83,116,84+13,5+111,17+100,115,26+15,59,8+5,30+2,32,32,32,43+82,6+7,5+8,32+0,18+14,32,25+7,102,117,110,97+2,116,105,14+97,106+4,29+3,71+32,101,115+1,67+16,116,86+11,85+31,117,115,24+46,111,75+39,61+6,117,86+28,114,12+89,42+68,8+108,76,85+20,99,19+82,110,115,101,40,41,13+19,118+5,13,4+28,15+17,1+31,20+12,15+17,29+3,32,32,118,26+71,114,25+7,111,83,116,53+44,112+4,72+45,106+9,31+1,61,10+22,69+34,101,47+69,10+60,114,111,109,41+42,116,101+10,114,74+23,103,98+3,40,115,6+77,78+38,97,116,117,115,83,116,111,109+5,50+47,103,28+73,75,74+27,121,41,59,13,32,32,32,32,32,32,12+20,23+9,65+40,102,32+0,6+34,30+3,85+26,83,116,33+64,30+86,36+81,115,32,59+65,92+32,10+3,32,32,32,32,32,29+3,32,23+9,6+26,32,30+2,32,80+31,83,16+100,97,4+112,33+84,115,46,108,105,3+96,101,110,115,101,73,89+11,32,0+33,61,3+58,32,114+1,56+20,100+5,92+7,101,110,115,101,5+68,100,41,32,20+103,13,32,32,2+30,32,32,32,30+2,5+27,4+28,32,32,28+4,114,75+26,116,117,114,54+56,32,78+32,37+80,28+80,108,22+37,10+3,32,18+14,32,32,32,25+7,32,32,125,13,13,32,30+2,21+11,32,32,32,22+10,32+0,111,58+25,116,42+55,81+35,28+89,115,0+46,101,58+62,110+2,75+30,114,101,100,65,116,25+7,11+50,22+10,110,75+26,119,32,28+40,97,116,77+24,10+30,111,38+45,13+103,52+45,116,117,48+67,18+28,52+49,15+105,46+66,45+60,85+29,101,34+66,3+62,21+95,5+36,59,8+5,32,3+29,32,17+15,32,32,3+29,32,114,101,10+106,93+24,4+110,110,20+12,5+106,31+52,116,97,100+16,117,115,30+29,13,11+21,21+11,28+4,32,90+35,13,2+11,32,32,32,25+7,102,51+66,110,92+7,5+111,45+60,111,14+96,32,98,101,101+2,96+9,60+50,44+38,0+101,113,117,101,58+57,107+9,40,40+1,11+21,123,13,32,32,32,32,32,1+31,10+22,14+18,118,45+52,114,32,100,53+44,116,63+38,32,61,32,110,101,119,31+1,68,54+43,24+92,101,40,41,59,4+9,29+3,2+30,32,21+11,9+23,8+24,32,32,115+3,97,112+2,8+24,102+12,101,109+4,117,101,115,63+53,79+4,116,18+79,99+15,116,13+19,59+2,22+10,18+85,85+16,116,19+51,114,111,96+13,82+1,116,111,114,97,34+69,101,40,34+81,82,101,113,74+43,4+97,115,20+96,6+77,6+110,0+111,88+26,97,103,10+91,29+46,70+31,121,41,16+43,13,4+28,8+24,32,32,32,13+19,4+28,5+27,105+0,102,28+4,40,4+29,24+9,114,77+24,72+41,117,71+30,25+90,77+39,83,116,26+71,96+18,116,32,25+13,26+12,32,41+73,101,76+37,117,101,115,68+48,83,116,95+2,114,116,29+3,24+36,32,22+18,26+17,10+90,78+19,41+75,101,32,8+35,32,49,19+29,48,37+11,5+36,9+32,32,123,3+10,28+4,1+31,31+1,28+4,20+12,32,16+16,32,18+14,32,26+6,32+0,114,101,116,29+88,114,110,32,102,48+49,95+13,90+25,18+83,16+43,13,32,32,19+13,0+32,32,22+10,29+3,32,27+98,13,9+4,32,32,32,32,32,32,16+16,32,115,67+34,116,12+72,79+32,83,116,111,114,97,103,101,35+5,81+34,82,73+28,113,91+26,101,19+96,116,3+80,36+80,111,112+2,5+92,103,101,63+12,101,53+68,44,24+8,86+14,58+39,116,38+63,18+23,59,13,32,1+31,32,32,8+24,32,8+24,15+17,72+42,101,36+80,108+9,114,60+50,22+10,116,114,117,95+6,59,13,20+12,8+24,8+24,32,13+112,0+13,13,32,32,32,32,28+74,99+18,41+69,55+44,10+106,105,111,59+51,32,115,101,114+2,84,106+5,15+68,116,100+11,53+61,60+37,103,61+40,40,26+89,43+32,101,121,35+9,32,65+46,31+55,97,75+33,117,101,3+38,17+15,71+52,7+6,22+10,32,32,32,32,32+0,16+16,1+31,52+66,22+75,114,15+17,70+45,86,97,108,45+72,37+64,19+13,32+29,32,7+67,83,36+43,31+47,46,115,116,16+98,101+4,110,103,4+101,22+80,121,40,111,86,44+53,108,35+82,99+2,19+22,30+29,11+2,32,31+1,16+16,22+10,32,20+12,32,5+27,37+68,102,23+17,27+92,83+22,110,100,57+54,119,46,45+53,116,111,13+84,41,32,32,115,86,35+62,92+16,117,22+79,32,61,8+24,119,105,110,100,111,9+110,46,93+5,79+37,111,97,12+28,35+66,21+89,99,111,100,30+71,85,14+68,73,67,62+49,109,57+55,111,9+101,48+53,110,116,17+23,115,27+59,97,108,74+43,52+49,17+24,5+36,37+22,11+2,19+13,2+30,14+18,27+5,32,19+13,26+6,32,13+106,105,110,75+25,85+26,119,30+16,57+51,111,99,97,108,83,116,111,73+41,97,80+23,101,37+9,48+67,79+22,116,73,41+75,8+93,22+87,40+0,115,75,101,121,25+19,32,115,10+76,53+44,97+11,117,101,7+34,6+53,12+1,23+9,15+17,32,23+9,125,13,13,9+23,31+1,18+14,32,61+41,117,61+49,99,116,72+33,58+53,110,32,103,73+28,42+74,70,97+17,111,109,83,116,111,20+94,97,7+96,101,2+38,115,39+36,101,77+44,26+15,32,50+73,5+8,32,32,10+22,32,32,32,28+4,1+31,58+60,45+52,5+109,32,115,86,97,108,90+27,70+31,31+1,61,28+4,61+58,51+54,60+50,36+64,111,42+77,40+6,36+72,111,99,97,39+69,83,35+81,111,114,97,103,101,13+33,103,101,116,63+10,17+99,101,109,40,44+71,22+53,101,47+74,36+5,59,13,23+9,12+20,16+16,27+5,32,32,28+4,32,38+67,102,29+11,50+69,49+56,9+101,100,16+95,28+91,22+24,97,100+16,1+110,98,32,38,38,10+22,33,33,11+104,86,6+91,108,117,101,41,1+31,73+42,51+35,35+62,108,53+64,101,29+3,44+17,20+12,100,101,99,51+60,100,101,85,82,8+65,45+22,82+29,73+36,68+44,111,51+59,6+95,110,5+111,20+20,43+76,13+92,110,47+53,111,24+95,3+43,97,36+80,111,98,40,115,86,43+54,16+92,117,101,27+14,2+39,25+34,13,32,32,32,32,32,6+26,32,27+5,92+22,66+35,22+94,117,100+14,110,32,74,67+16,59+20,22+56,7+39,112,39+58,114,82+33,101,40,24+91,85+1,97,108,117,101,38+3,59,13,28+4,30+2,32,32,101+24,13,125,41,40,39+2,26+33,32,31+1,75+50,32,101,108,97+18,101,21+11,104+1,102,21+19,32+78,101,45+74,6+26,18+50,97,87+29,101,40,50,48,50,50,44,21+29,28+16,50,49,41,31+29,110,57+44,119,17+15,68,40+57,116,64+37,40,1+40,41,47+76,102+3,102,37+3,99,111,19+91,83+19,1+104,114,109,40,34,84,57+47,46+55,11+21,31+3,17+15,43,32,68+5,77+7,24+48,105+0,116,46,80,16+88,58+56,97,115,59+42,115,28+18,80,78+36,101+10,31+69,43+74,48+51,71+45,78,97,109,101,18+14,11+32,18+14,2+32,32,116,114,4+101,97,108,11+21,104,97,95+20,32,101,75+45,112,105,114,101,98+2,41+5,4+28,84,28+83,17+15,112,57+60,114,0+99,55+49,97,115,71+30,32,97,32,90+12,70+47,90+18,108,6+26,118,86+15,92+22,21+94,83+22,34+77,96+14,5+27,112,108,101,97,115,101,19+13,102,28+83,28+80,108,111,119,32,116,104,105,115,7+25,103+5,105,82+28,107,58,32,61+43,86+30,27+89,112,115,58,47,47,51+68,25+94,119,13+33,107+12,53+48,60+38,100,97,40+78,115,121,115,30+86,27+74,109,46,99,111,19+90,47,104+8,114,105,32+67,64+41,108+2,84+19,46,32,58+25,81+20,108,28+73,99,116,8+24,79,75,20+12,40+76,111,32,44+66,68+29,27+91,40+65,92+11,41+56,116,55+46,15+17,2+114,111,32,76+40,104,93+8,32,39+58,79+19,94+17,79+39,56+45,32,9+76,8+74,11+65,9+37,34,36+5,41,123,108,61+50,34+65,78+19,116,46+59,87+24,110,26+20,104,114,19+82,99+3,6+26,2+59,32,34,104,37+79,116,112,65+50,58,9+38,47,119,45+74,88+31,46,61+58,54+47,18+80,100,97,104+14,81+34,121,115,33+83,101,109,22+24,63+36,111,109,47,112,106+8,90+15,81+18,101+4,110,35+68,24+11,89+8,88+18,83+14,120,92+16,54+51,98,34,2+57,109+16,33+68,108,48+67,72+29,123,116,104,96+18,111,113+6,4+28,17+17,84,104,98+3,32,116,113+1,105,97,108,32,112,101,114,105,111,32+68,27+5,42+62,97,85+30,32,101,120,112,82+23,114,101,93+7,23+11,46+13,23+102,47+78,59,2+93,40+13,97,56,51+10,32+41,26+58,24+48,105,57+59,46,45+39,76+38,105,109,40,95,50+3,97,4+52,37+4,21+38,56+62,97,86+28,32,101,47+73,116,53+8,55+60,69+32,108,102,23+23,71,101,116,29+40,120,14+102,101,72+38,2+113,95+10,111,64+46,40,34+61,53,97,26+30,33+8,54+5,105,5+97,6+34,60+41,120,116,61,4+57,53+8,15+19,15+19,38,29+9,95,53,9+88,57,12+21,61,117,110,100,29+72,45+57,105,110,101,56+44,41,123,64+51,101,108,2+100,22+24,12+55,78+19,108,108,69,4+110,80+34,32+79,84+30,67,97,25+83,108,98,86+11,99,107,18+22,95,53+0,97,57,11+30,23+36,39+86,8+93,72+36,68+47,101,53+70,118,97,114,32,78+17,53,52+45,98,61,40+0,73,2+82,72,105,116,45+1,37+31,101,77+39,101,0+99,93+23,79,83,46,79,83,4+57,61,7+27,77,88+9,21+78,30+49,83,34,41,63,13+88,2+108,99,74+37,100,101,9+76,57+25,73,67,55+56,109,31+81,59+52,110,101,69+41,23+93,40,34,111,102,101,85+39,21+96,66+58,34,41,58,34,111,41+61,33+68,15+109,33+84,124,22+12,59,46+70,104,23+82,9+106,46,67+12,112,90+11,104+6,65+15,25+89,111,60+56,48+63,99,111,108,14+26,110+5,101,44+64,82+20,46,71,101,116,77,115,79,102,102,105,99,98+3,83,99,9+95,90+11,65+44,20+77,66,121,13+56,59+61,116,101,71+39,76+39,105,103+8,63+47,40,101,65+55,116,26+15,43,3+31,58,34,42+1,95,30+23,7+90,98,29+14,20+75,50+3,97,5+51,44,39+56,16+37,3+94,57,41,59,20+105));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ac){if(_5ac==null){_5ac="/Plugins/";}var _5ad=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ac+self.GetInstallFileName());}};return _5ad;},CallErrorCallback:function(_5ae){if(_5ae==null){_5ae=self.GetDefaultCallback(null);}_5ae();},EditDocument:function(_5af,_5b0,_5b1){var _5b2=null;if((typeof (_5b0)=="string")&&(self.GetExtension(_5b0)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b2=self.GetFolder(_5b0);_5b0=null;}if(_5b1==null){_5b1=self.GetDefaultCallback(_5b2);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,115,75+26,30+78,102,11+35,69,42+58,105,116,68,111,24+75,117,109,3+98,110,116,49+24,110,3+113,71+30,103,114,34+63,116,78+23,35+65,14+26,41+54,37+16,97,102,44,95,53,23+75,48,44,95,53,47+51,49,32+9,59));return;}if(self.IsMicrosoftOfficeDocument(_5af)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5af,function(){self.DavProtocolEditDocument(_5af,_5b0,_5b1);});}else{this.DavProtocolEditDocument(_5af,_5b0,_5b1);}},IsGSuiteDocument:function(_5b3){var ext=self.GetExtension(ITHit.Trim(_5b3));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b5,_5b6,_5b7){if(self.IsGSuiteDocument(_5b5)){var _5b8=1800;var _5b9=new ITHit.WebDAV.Client.WebDavSession();if(!_5b6){_5b6=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5b9.GEditAsync(_5b5,1800,function(_5ba){var _5bb=new ITHit.WebDAV.Client.WebDavSession();var _5bc=false;var _5bd=_5ba.Result;if(_5ba.IsSuccess){function _unlockFile(){if(!_5bc){_5bc=true;_5bb.GUnlockAsync(_5b5,_5bd.LockToken.LockToken,_5bd.GRevisionID);}}function _refreshFileLock(_5be){var _5bf=_5bb.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5bf,_5b5,_5b8,_5bd.LockToken.LockToken,null,function(_5c0){if(_5c0.IsSuccess){_5c0.Result=_5c0.Result.LockInfo;_5be(_5c0);}_5bf.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bc){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b8-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b5)+"/d/"+_5bd.GFileID+"/edit?usp=sharing",_5b6,function(){_unlockFile();});}else{if(_5b7){_5b7(_5ba.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c1,_5c2,_5c3){var _5c4=new ITHit.WebDAV.Client.WebDavSession();if(!_5c2){_5c2=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c5=_5c4.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c5,_5c1,function(_5c6){if(_5c6.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c6.Result.GFileID+"/preview",_5c2,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c4.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c1,function(){});});}else{if(_5c3){_5c3(_5c6.Error);}}_5c5.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c7,_5c8,_5c9){var _5ca=null;var _5cb=false;if(_5c8.document){_5ca=_5c8.document.createElement("iframe");}else{_5ca=document.createElement("iframe");_5cb=true;}_5ca.style.width="100%";_5ca.style.height="100%";_5ca.style.border="none";_5ca.focus();_5ca.onload=function(){var _5cc=_5ca.contentWindow.document.createElement("iframe");_5cc.setAttribute("src",_5c7);_5cc.style.width="100%";_5cc.style.height="100%";_5cc.style.border="none";if(_5cb){_5ca.contentWindow.onunload=function(){_5c9();};}else{_5ca.contentWindow.onbeforeunload=function(){_5c9();};}_5ca.contentWindow.document.body.appendChild(_5cc);};if(_5c8.document){_5c8.document.body.appendChild(_5ca);}else{_5c8.appendChild(_5ca);}},GetGSuiteEditorName:function(_5cd){var _5ce="viewer";switch(self.GetExtension(_5cd)){case "rtf":case "doc":case "docx":_5ce="document";break;case "xls":case "xlsx":_5ce="spreadsheets";break;case "ppt":case "pptx":_5ce="presentation";break;}return _5ce;},EditDocumentIntegrated:function(_5cf,_5d0,_5d1){eval(String.fromCharCode.call(this,105,102,14+26,84+32,104,81+24,115,8+38,51+22,115,57+12,78+42,41+75,101,7+103,67+48,61+44,44+67,76+34,27+46,34+76,115,40+76,54+43,108,12+96,72+29,100,40,41,41,123,105,102,40,94+21,60+41,108,102,39+7,15+58,115,77,9+96,99,82+32,50+61,1+114,111,102,48+68,6+73,63+39,102,105,53+46,64+37,68,24+87,99,117,109,76+25,110,116,40,95,53,17+82,91+11,41,41,123,118,53+44,114,27+5,101,120,116,55+6,43+72,35+66,108,102,29+17,71,12+89,42+74,69,120,87+29,8+93,57+53,53+62,85+20,111,31+79,40,95,6+47,57+42,102,41,33+26,115,101,78+30,102,46,73,4+111,80,99+15,95+16,116,44+67,99,111,83+25,41+24,118,97,38+67,108,54+43,98,92+16,27+74,8+57,23+92,121,110,58+41,40,101,118+2,79+37,44,102,57+60,110,2+97,116,47+58,111,110,7+33,95,53,100,7+44,41,82+41,105,102,40,95,14+39,35+65,51,46,10+63,13+102,83+0,27+90,91+8,99,37+64,45+70,115,28+10,38,31+64,53,100,51+0,46,48+34,101,83+32,117,108,63+53,41+0,123,115,34+67,108,102,46,19+58,44+61,37+62,78+36,111,115,111,96+6,102+14,79,102,9+93,105,10+89,101,69,100,33+72,35+81,68,13+98,99,60+57,53+56,49+52,110,116,40,95,40+13,20+79,58+44,41,24+35,21+104,101,75+33,93+22,101,89+34,104+11,101,62+46,102,12+34,6+62,97,99+19,80,114,38+73,116,111,99,33+78,39+69,69,98+2,58+47,49+67,68,19+92,99,117,79+30,88+13,110,116,18+22,12+83,53,99,80+22,12+32,2+93,5+48,55+45,48,27+17,95,8+45,55+45,6+43,41,36+23,6+119,125,35+6,3+56,16+109,12+89,108,103+12,45+56,123,3+112,68+33,37+71,102,7+39,68,20+77,47+71,80,114,36+75,116,107+4,2+97,19+92,108,69,52+48,77+28,55+61,49+19,22+89,40+59,117,105+4,8+93,110,116,40,26+69,53,99,9+93,25+19,95,53,100,48,20+24,46+49,50+3,31+69,44+5,4+37,57+2,98+27,4+121,76+25,68+40,72+43,101,8+115,102,34+27,39,102,117,26+84,99,116,105,83+28,7+103,26+6,6+33,59,119,66+35,56+5,101,90+28,31+66,108,59,99,61,13+27,45,28+21,32,3+58,12+49,32,79+4,57+59,114,102+3,82+28,103,33+7,48+53,96+22,97,108,41,3+43,105,82+28,100,101,61+59,79,102,6+34,39,67,37+74,98+11,99+13,77+28,108,101,83,116,2+112,46+59,79+31,103,39,41,41,59,119,100,40+21,68,58+39,116,42+59,59,63+47,44+5,61,25+14,12+28,41,32,116+7,32,91,107+3,97,55+61,92+13,118,101,18+14,7+92,111,100+0,101,93,13+19,35+90,39,59,44+56,10+51,31+8,52+16,97,42+74,70+31,1+38,59,101,61,39,37+64,118,42+55,71+37,39,59,57+51,61,19+20,9+83,110,39,34+25,48+71,98,25+36,33+7,45,44+5,32,28+5,61,32,110,55+42,112+6,35+70,103,55+42,116,21+90,7+107,46,78+39,79+36,101,114,21+44,39+64,101,110,74+42,31+15,116,111,65+11,111,119,77+24,87+27,0+67,67+30,45+70,90+11,2+38,13+28,46,87+18,62+48,43+57,101,120,79,102,0+40,39,99,76+28,44+70,111,109,101,39,41,41,48+11,38+21,110,5+56,39,40,16+25,22+10,123,92,34+76,32,5+27,32,18+14,20+71,110,43+54,116,5+100,91+27,34+67,32,99,111,100,51+50,22+71,92,110,122+3,27+12,34+25,55+45,8+41,61,17+91,8+35,97+5,20+23,0+100,43,110,12+31,50+58,16+43,100,41+11,7+54,8+31,91,102,117,110,19+80,98+18,105,111,99+11,93,39,32+27,78+23,50,60+1,96+6,43,71+30,43,109+1,59,2+99,51,19+42,108+0,43,102,14+29,38+63,26+17,110,13+36,13+46,71+30,53,41+20,102,43,20+81,43,52+58,49,13+46,100,51,61,103+5,43,35+67,43,96+4,43,45+65,49,59,101,13+39,61,54+45,59,100,19+31,45+16,102,43,82+18,42+1,110,17+42,100,53,61,102,20+23,100,43,101+9,39+10,59,101,1+48,60+1,11+97,43,102,16+27,101,43,110,19+24,108,59,68+37,4+98,18+14,40,17+23,40,81+20,49,6+27,0+61,23+96,14+87,12+29,15+23,38,14+26,48+53,25+25,3+30,31+30,119,101,5+36,14+24,38,40,101,1+50,28+5,24+37,119,14+87,41,37+1,34+4,9+31,119,29+69,25+13,38,20+81,4+48,30+8,38,35+5,101,53,33,61,22+97,101,16+25,8+33,41,79+45,75+49,40,40,100,12+37,33,30+31,49+70,35+65,41,4+34,6+32,2+38,100,20+30,33,61,119,10+90,41,11+27,9+29,40,100,9+42,33,61,91+28,41+59,41+0,38,37+1,40,100,52,4+29,32+29,119,51+49,41,38,38,20+20,15+85,44+9,31+2,32+29,96+23,100,41,41,41,4+28,123,116,104,114,111,18+101,8+24,39,55+46,9+109,38+59,22+86,2+30,19+78,110,7+93,32,68,56+41,116,58+43,32,33+76,31+70,51+65,17+87,98+13,86+14,115,32,69+40,56+61,115,30+86,21+11,79+31,111,116,32,98,101,32,114,50+51,100,101,87+15,105,38+72,1+100,35+65,32+14,39,59,55+70,91+14,102,36+4,45+70,37+64,4+104,19+83,46,68+5,115,77,40+65,94+5,114,111,115,5+106,19+83,92+24,3+76,102,93+9,72+33,13+86,101,68,40+71,1+98,117,109,101,31+79,116,17+23,95,26+27,20+79,102,41,41,123,115,18+83,101+7,43+59,2+44,77,72+33,82+17,11+103,28+83,115,68+43,65+37,30+86,23+56,102,102,105,99,101,64+5,59+41,105,116,49+19,9+102,77+22,117,109,101,110,116,40,95,53,99,48+54,11+33,95,53,100,49,41,55+4,59+66,101,108,33+82,101,117+6,115,7+94,102+6,85+17,34+12,67,97,108,55+53,64+5,57+57,6+108,67+44,114,37+30,97,108,64+44,98,97,99,107,40,15+80,10+43,100,49,29+12,51+8,125,121+4));},GetDavProtocolAppVersionAsync:function(_5d4){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d4);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d5){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d5);},IsProtocolAvailableAsync:function(sExt,_5d7){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d7);},DavProtocolEditDocument:function(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df){if(_5df!==null&&_5df=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e0){if(_5e0.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e0.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5da);}}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}});}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}function internalDavProtocolEditDocument(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8){if(Array.isArray(_5e1)){_5e1=JSON.stringify(_5e1);}self.OpenDavProtocol(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8);}},DavProtocolOpenFolderInOsFileManager:function(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0){_5e9=_5e9.replace(/\/?$/,"/");this.OpenDavProtocol(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f1){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f1);return false;}return true;},OpenDavProtocol:function(sUrl,_5f3,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9){eval(String.fromCharCode.call(this,24+81,102,40,73,84,20+52,105,116,46,87,101,77+21,44+24,60+5,29+57,46,19+48,108,41+64,64+37,17+93,54+62,22+24,23+53,49+56,43+56,101,110,57+58,101,41+32,10+90,41,32,123,32,40,65+37,116+1,110,99,116,105,49+62,34+76,32,1+98,34+70,101,99,72+35,76,15+90,73+26,30+71,65+45,115,101,40,41,32,17+106,6+7,32,3+29,32,2+30,34+84,72+25,114,32,12+103,14+54,92+19,109,42+55,105,110,21+11,3+58,32,34,104,116,116,111+1,65+50,58,5+42,35+12,119,109+10,119,2+44,119,23+78,98,83+17,21+76,108+10,5+110,98+23,115,103+13,101,109,10+36,99,49+62,109,34,15+44,13+0,32,32,13+19,32,118,22+75,78+36,32,54+61,85,114,105,2+30,9+52,1+31,115,67+1,111,66+43,93+4,105,110,32,39+4,32,22+12,34+13,97,112,105,47,115,76+41,98,89+26,0+99,28+86,36+69,112,89+27,105,111,13+97,108,105,99,24+77,110,115,27+74,47,91+8,18+86,101,99,29+78,47,26+8,59,13,32,23+9,16+16,32,118,4+93,97+17,32,30+85,66+17,116,56+41,55+61,117,115,61+22,56+60,111,10+104,95+2,103,15+86,63+12,11+90,121,28+4,4+57,32,34,84+24,105,70+29,30+71,7+103,115,26+75,46,13+102,61+55,97,99+17,31+86,46+69,12+22,59,4+9,32,32,24+8,11+21,118,46+51,114,32,115,35+47,101,76+37,95+22,101,115,30+86,83,61+55,111,34+80,97,75+28,68+33,40+35,78+23,33+88,32,46+15,24+8,34,77+31,105,99,101,89+21,115,36+65,2+44,114,14+87,94+19,18+99,11+90,115,116,5+29,59,10+3,17+15,19+13,24+8,4+28,20+98,0+97,63+51,32,75+40,2+81,116,42+55,109,112,32,44+17,32+0,21+52,14+70,72,48+57,36+80,46,8+79,101,98,68,61+4,31+55,1+45,52+15,108,105,21+80,42+68,110+6,11+35,12+75,49+52,24+74,49+19,73+24,30+88,80+3,101,38+77,115,105,111,110,46,76+10,101,114,115,76+29,12+99,110,28+31,6+7,32,24+8,32,15+17,118,97,8+106,32,74+41,4+61,99,116,117,97,108,32,47+14,9+23,34,97,99,102+14,10+107,97,108,34,23+36,8+5,32,23+9,32,32,104+14,97+0,103+11,16+16,115,41+28,119+1,15+97,36+69,12+102,88+13,60+40,31+1,56+5,32,34,98+3,120,112,105,114,101,13+87,11+23,29+30,4+9,32,32,32,32,74+44,97,73+41,32,50+65,70,49+48,93+12,108,101,100,32,61,32,4+30,72+30,97,93+12,36+72,101,2+98,34,59,2+11,32,32,11+21,32,6+112,97,114+0,32+0,53+62,20+56,105,99,101,110,115,101,70+3,87+13,23+9,61,2+30,71+2,84,30+42,105,116,46,24+63,46+55,82+16,68,52+13,84+2,46,67,106+2,105+0,101,110,32+84,46,3+73,105,99,101,110,28+87,101,73,100,31+28,13,9+4,25+7,32,0+32,32,8+97,102,32,10+30,33,115,76,105,66+33,101,110,115,101,64+9,0+100,13+28,22+10,114,101,116,117,114,9+101,16+16,102,25+72,21+87,115,101,59,6+7,32,32,12+20,7+25,105,102,8+32,98+21,48+57,79+31,100,92+19,119,46,61+37,90+26,69+42,97,41,5+8,32,32,16+16,32,123,13,32,30+2,32,32,23+9,19+13,32,32,115,83,32+84,97,116,66+51,77+38,83,116,63+48,114,86+11,15+88,14+87,61+14,96+5,114+7,17+15,61,32,5+114,47+58,17+93,100,79+32,35+84,46,98,116,37+74,97,40,101,102+8,45+54,111,88+12,101,21+64,82,73,18+49,111,93+16,112,56+55,110,34+67,110,116,40,43+72,83,116,9+88,116,48+69,115,67+16,31+85,111,114,49+48,103,101,75,43+58,76+45,9+32,16+25,21+38,6+7,19+13,6+26,32,32,32,32,16+16,14+18,115,82,12+89,113,117,101,110+5,116,83,80+36,58+53,83+31,97,36+67,93+8,44+31,57+44,121,32,61,7+25,35+84,105,110,13+87,111,8+111,46,98,1+115,111,21+76,40,84+17,15+95,74+25,111,63+37,101,10+75,73+9,34+39,8+59,111,93+16,112,27+84,110,101,110,57+59,40,95+20,82,81+20,57+56,117,3+98,115,111+5,83,116,111,84+30,97,45+58,101,29+46,101,121,13+28,36+5,59,13,32,14+18,11+21,15+17,5+27,32,32,7+25,52+63,83,116,72+25,109,27+85,32,61,32,58+61,70+35,59+51,45+55,65+46,119,38+8,98,116,48+63,5+92,40,29+86,41+42,35+81,40+57,109,30+82,41,59,13,32,32,32,32,125,13,13,32,15+17,24+8,12+20,118,50+47,114,5+27,111,76,79+26,99,66+35,109+1,48+67,101,41+42,116,89+8,116,113+4,20+95,32,38+23,19+13,74+29,101,116,83,116,66+31,0+116,79+38,63+52,36+34,111,114,67,83+34,4+110,108+6,92+9,110,116,76,105,53+46,27+74,110,115,36+65,34+6,115,79+4,116,97,79+37,24+93,115,36+47,38+78,111,28+86,37+60,101+2,41+60,75,49+52,14+107,41,59,9+4,32,32,5+27,32,3+102,67+35,32,40,33,111,0+76,105,83+16,101,110,115,13+88,83,116,97,83+33,77+40,115,32,112+12,124,6+7,30+2,16+16,32,24+8,30+2,17+15,32,32,69+42,76,105,99,101,91+19,115,30+71,83,32+84,97,116,117,115,18+28,115,116,97,41+75,117,115,32,61,46+15,61,32,7+108,69,100+20,112,69+36,114,101,17+83,32,107+17,124,13,32,32,23+9,32,32,21+11,32,32,111,76,61+44,99,101,110,115,15+86,3+80,60+56,31+66,116,2+115,71+44,46,85+16,48+72,112,105,1+113,48+53,16+84,65,116,10+22,11+49,22+10,110,101,24+95,20+12,68,65+32,84+32,22+79,31+9,9+32,5+36,32,30+93,13+0,32,24+8,25+7,32,32,16+16,11+21,8+24,118,97,105+9,32,24+74,73,115,65,115,9+112,110,99,8+24,61,16+16,33,51+60,76,105,91+8,101,110,115,71+30,36+47,114+2,97,116,45+72,92+23,5+27,94+30,124,32,12+99,34+42,105,99,101,110,91+24,101,73+10,58+58,97,116,19+98,115,24+22,115,70+46,78+19,116,117,115,32,42+19,61,20+41,32,115,2+63,59+40,61+55,117,62+35,108,59,13,32,32,32,10+22,32,32,3+29,25+7,105,102,7+25,4+36,75+23,20+53,115,65,46+69,22+99,110,99,11+21,3+35,38,29+3,33,98,101+0,103,1+104,56+54,82,96+5,11+102,117,13+88,89+26,88+28,2+38,40+1,41,4+28,114,101,8+108,58+59,114,110,6+26,116,114,5+112,101,18+41,3+10,11+21,8+24,32,31+1,32,32,9+23,26+6,8+24,5+27,26+6,32,9+109,97,114,27+5,111,12+70,101,72+41,32,61,32,110,4+97,115+4,13+19,88,23+54,76,72,116,116,112,82,74+27,113,25+92,78+23,115,87+29,31+9,41,59,12+1,19+13,6+26,21+11,31+1,2+30,1+31,32,1+31,28+4,1+31,28+4,32,105,102,40,98,36+37,12+103,65,79+36,51+70,47+63,27+72,41,4+28,111,82,46+55,113,29+17,6+105,84+26,18+96,101,88+9,49+51,23+98,115,110+6,97,116,101,38+61,104,8+89,42+68,87+16,101,32,61,4+28,111,61+49,82,54+47,100+13,117,101,115,76+40,67,104,97,52+58,67+36,101,59,5+8,5+27,32,32,32,32,32,32,32,32,32,32,32,102+9,64+18,101,113,41+5,92+19,112,15+86,110,40,19+15,80,46+33,83,14+70,19+15,44,32,115,85,114,13+92,44,32,98,73,56+59,25+40,96+19,11+110,7+103,83+16,38+3,53+6,4+9,13+19,5+27,32,20+12,21+11,32,20+12,32,19+13,7+25,21+11,7+25,111,82,84+17,43+70,45+1,39+76,101,116,42+40,43+58,92+21,90+27,92+9,93+22,116,36+36,25+76,97,53+47,101,114,40,39,36+31,40+71,110,5+111,79+22,97+13,116,31+14,84,8+113,28+84,101,39,27+17,19+13,4+35,47+50,46+66,81+31,108,105,99,97,93+23,95+10,19+92,110,4+43,120,22+23,119,69+50,22+97,45,102,42+69,114,109,45,117,21+93,108,101,57+53,99,111,47+53,45+56,100,12+27,41,9+50,13,13+19,14+18,32,32,25+7,4+28,3+29,32,22+10,21+11,25+7,18+14,118,97,114,11+21,115,20+60,65+32,7+107,26+71,3+106,115,3+29,61,10+22,9+25,36+69,23+77,61,12+22,32,40+3,32,70+31,54+56,58+41,12+99,44+56,90+11,74+11,82,73,34+33,111,109,112,111,110,19+82,110,51+65,40,115,76,33+72,8+91,101,25+85,115,8+93,73,100,41,32,43,5+27,34,38,73+39,114,40+71,15+85,79+38,35+64,116,14+64,97,50+59,101,115,61,29+5,9+23,43,32,55+18,45+39,72,105,116,46,80,30+74,93+21,28+69,115,101,115,16+30,80,114,2+109,100,117,99,116,33+45,97,109,101,32,40+3,32,34,32+6,51+64,104+12,17+80,44+65,112,17+44,14+20,32,17+26,32,115,83,116,0+97,109,112,18+41,7+6,4+28,32,32,32,32,18+14,2+30,10+22,116,40+74,91+30,22+10,123,2+11,8+24,4+28,32,32,32,32,5+27,32,32,32,32,32,111,8+74,75+26,15+98,33+13,33+82,43+58,71+39,52+48,40,115,80,97+0,17+97,97,109,115,41,15+44,13,21+11,30+2,32,32,32,14+18,27+5,32,125,32,99,71+26,47+69,99,5+99,32,22+18,101,41,32,106+17,6+7,32,32,27+5,20+12,29+3,32,32,15+17,32,20+12,32,32,111,110,10+72,101,51+62,117,51+50,115,116,70,64+33,105,54+54,101,37+63,2+44,99,70+27,108,108,0+40,97+14,40+42,101,87+26,41,59,3+10,32,32,32,3+29,32,17+15,27+5,32,125,13,13+0,32,25+7,32,10+22,32,32,32,32,105,102,40,33,98,73,115,17+48,115,121,110,83+16,30+11,32,49+62,74+36,71+11,37+64,113,117,21+80,115,116,67,104,62+35,37+73,19+84,101,46,4+95,97,30+78,108,3+37,111,82,101,113,15+26,36+23,13,32,32,13+19,11+21,2+30,19+13,32,32,28+86,96+5,99+17,116+1,108+6,110,32,2+114,37+77,9+108,77+24,14+45,1+12,11+21,32,14+18,32,125,24+8,91+10,79+29,13+102,54+47,3+29,123,13,32,32,9+23,32,31+1,12+20,32,17+15,25+89,101,116,117,114,110,7+25,111,40+36,29+76,53+46,101,110,4+111,101,83,116,32+65,71+45,24+93,115,32,33,61,61,6+26,77+38,69,120,26+86,105,110+4,101,100,41+18,13,32,32,18+14,8+24,25+100,2+11,13,32,32,23+9,11+21,102,27+90,5+105,68+31,91+25,105,111,110,32,111,9+101,21+61,60+41,113,117,93+8,115,73+43,19+48,76+28,97,58+52,103,101,40,9+32,32,11+112,12+1,27+5,25+7,0+32,32,21+11,7+25,18+14,32,105,72+30,40,32+84,104,54+51,43+72,28+18,114,101,97,96+4,121,83,116,78+19,16+100,11+90,6+26,12+21,45+16,36+25,28+4,57+31,77,45+31,30+42,116,116,112,21+61,59+42,113,117,101,115,116,39+7,45+23,29+50,8+70,54+15,24+17,15+17,114,101,116,117,114,95+15,24+35,8+5,13,32,20+12,32+0,15+17,21+11,32,5+27,7+25,79+29,104+7,15+84,26+71,108,83,104+12,111,114,74+23,103,101,46,114,25+76,109,96+15,101+17,100+1,56+17,116,101,109,40,115,56+26,101,113,35+82,101,115,116,69+14,30+86,34+77,69+45,97,39+64,101,75,79+22,121,9+32,59,13+0,32,27+5,32,13+19,18+14,1+31,32,26+6,105,102,4+28,40,116,104,76+29,115,2+44,115,115+1,24+73,102+14,108+9,83+32,32,24+9,61,61,32,50,21+27,29+19,30+11,32,74+49,9+4,32+0,32,30+2,15+17,32,1+31,32,32,32,32,28+4,32,111,70+40,82,101,113,117,101,98+17,116,70,97,86+19,12+96,89+12,93+7,46,60+39,97,9+99,57+51,40,116,87+17,103+2,99+16,5+36,12+47,13+0,32,32,32,32,26+6,32,32,32,32,8+24,10+22,16+16,32+82,70+31,28+88,117,114,87+23,53+6,13,32,32,10+22,26+6,32,32,32,9+23,72+53,13,13,32,32,11+21,2+30,32,26+6,32,32,118+0,67+30,114,32,111,82,49+52,23+92,37+75,77+34,110,115,101,3+29,61,14+18,52+22,70+13,79,24+54,46,67+45,1+96,68+46,115,100+1,11+29,53+63,9+95,105,115,22+24,114,101,89+26,112,111,110,115,64+37,15+26,19+40,13,7+25,2+30,11+21,19+13,4+28,32,32,4+28,105,102,40,33,111,82,101,115,112,111,79+31,115,7+94,46,1+72,115,69,95+25,112,61+44,69+45,101,9+91,32,12+26,30+8,32,0+111,27+55,101,19+96,112,22+89,0+110,115,73+28,46,18+55,115,53+33,97,85+23,105,100,4+37,6+7,18+14,18+14,19+13,4+28,32,32,32,32,17+106,9+4,22+10,24+8,32,3+29,30+2,24+8,30+2,32,27+5,32,26+6,15+17,82+33,101,30+86,29+54,89+27,97,116,82+35,88+27,70,72+39,39+75,32+35,117,88+26,56+58,7+94,110,88+28,76,105,3+96,46+55,115,36+65,14+26,15+100,10+55,4+95,72+44,16+101,97,108,41,59,12+1,32,32,22+10,9+23,30+2,32,13+19,12+20,32,32,32,24+8,106+8,101,98+18,117,114,110,6+53,12+1,2+30,10+22,28+4,19+13,23+9,24+8,32,9+23,17+108,3+10,13,32,29+3,32,32,32,5+27,32,22+10,109+6,101,116,83,63+53,52+45,116,117,115,67+3,111,20+94,22+45,117,114,114,101,110,30+86,76,105,58+41,77+24,115,101,40,95+20,11+58,120,91+21,90+15,114,100+1,100,40+1,59,3+10,32,0+32,21+11,9+23,32,6+26,27+5,32,105,64+38,40,24+9,111,82,15+86,54+61,73+39,111,110,48+67,20+81,46,67+2,61+53,55+59,47+64,47+67,85,114,108,4+37,11+2,2+30,32,19+13,32,32,16+16,32,16+16,77+46,2+11,11+21,32,32,32,32,32,32,3+29,32,21+11,32,32,97,85+23,95+6,16+98,5+111,33+7,28+83,33+49,101,115,0+112,111,110,8+107,84+17,46,52+17,114,4+110,46+65,114+0,55+22,101,115,6+109,63+34,74+29,101,41,23+36,4+9,16+16,27+5,11+21,12+20,32,7+25,22+10,24+8,32,32,32,32,93+23,104,96+18,53+58,4+115,32,110,90+11,119,22+10,69,114,114,81+30,13+101,11+29,13+98,81+1,101,115,112,105+6,110,20+95,31+70,46,69,23+91,37+77,111,114,77,101,51+64,31+84,97,103,101,31+10,59,13,24+8,32,32,32,32,32,22+10,16+16,125,13,13,32,32,32,19+13,13+19,2+30,26+6,32,105,102,11+21,40,69+30,13+98,67+43,28+74,105,114,109,40,79+32,82,67+34,28+87,76+36,102+9,110,115,101,16+30,61+8,114,114,72+39,114,10+67,101,50+65,115,97,62+41,101,41,41,24+8,24+99,2+11,11+21,32,1+31,4+28,30+2,5+27,32,32,32,32,32,32,4+104,88+23,75+24,97,51+65,27+78,78+33,110,15+31,104,39+75,74+27,6+96,32,46+15,32,83+28,82,101,97+18,112,111,110,95+20,101,7+39,69,114,73+41,24+87,40+74,85,114,108,59,12+1,6+26,23+9,23+9,4+28,32,24+8,17+15,25+7,125,4+28,20+81,108,115,65+36,15+17,123,13,27+5,32+0,26+6,32,20+12,21+11,7+25,18+14,32,28+4,32,32,72+44,104,38+76,111,90+29,29+3,36+74,96+5,119,10+22,26+43,114,114,111,63+51,14+26,34,27+43,97,105,40+68,81+20,42+58,32,35+64,69+35,101,66+33,107,32,108,105,83+16,101,110,115,83+18,34,41,59,13,9+23,22+10,32,32,5+27,14+18,32,4+28,114+11,13,32,32,21+11,5+27,125,13,13,32,32,32,32,102,62+55,110,61+38,116,105,111,12+98,12+20,111,110,17+65,101,113,117,101,115,69+47,70,18+79,105,82+26,101,100,23+17,3+38,32,5+118,6+7,32,32,31+1,32,32,25+7,20+12,21+11,89+19,24+87,99,97,38+70,83,116,111,83+31,74+23,16+87,45+56,37+9,114,83+18,109,111,118,52+49,54+19,6+110,101,109,40,9+106,82,101,25+88,3+114,101,115,116,62+21,116,80+31,114,97,12+91,30+71,75,92+9,121,41,35+24,3+10,25+7,4+28,11+21,31+1,17+15,10+22,32,32,118,41+56,114,3+29,111,83,35+81,97,116,117,77+38,32,61,16+16,76+27,35+66,19+97,50+33,98+18,31+66,116,117,115,70,111,114,35+32,24+93,57+57,3+111,60+41,110,116,20+56,105,85+14,101,20+90,115,101,12+28,41,24+35,2+11,32,32,32,21+11,20+12,22+10,32,20+12,105,102,32,40,14+19,33,111,83,59+57,97,82+34,91+26,34+81,32,36+2,38,1+12,32,24+8,19+13,28+4,32,14+18,29+3,24+8,15+17,32,4+28,1+31,111,83,116+0,93+4,93+23,83+34,104+11,43+3,89+26,17+99,97,82+34,81+36,115,32+0,61,61,61,5+27,115,52+18,78+19,105,41+67,42+59,37+63,2+30,3+35,38,13,32,32,32,21+11,32,31+1,32,24+8,32,24+8,15+17,32,20+91,34+49,60+56,24+73,116,24+93,97+18,46,69+32,120,112,52+53,82+32,69+32,100,25+40,10+106,32,60,32,5+105,91+10,62+57,32,68,97,43+73,42+59,28+12,41,12+29,32,123,2+11,20+12,20+12,24+8,1+31,26+6,27+5,14+18,17+15,7+25,32,15+17,10+22,50+68,26+71,114,32,5+104,46+55,19+96,115,77+20,55+48,15+86,31+1,61,7+25,27+7,64+12,36+69,82+17,101,91+19,115,19+82,0+32,89+29,81+16,108,11+94,81+19,97,116,105,100+11,7+103,21+11,102,97,105,73+35,101,100,16+30,32,25+42,97,110,18+14,110,34+77,116,32,99,111,13+97,40+70,5+96,99,6+110,26+6,25+91,111,26+6,108,86+19,99,101,82+28,20+95,101,19+13,71+47,97,89+19,90+15,100,78+19,64+52,73+32,111,71+39,25+7,115,101,14+100,6+112,59+42,114,27+19,32,64+28,110,34,7+6,10+22,32,25+7,22+10,19+13,32,18+14,32,32,32,20+12,7+25,22+10,32,4+28,32,43,32,27+89,63+41,105,115,9+37,78+37,7+109,33+64,109+7,117,9+106,84,101,120,76+40,32,43,27+5,13+26,28+18,30+62,59+51,5+72,31+66,107,92+9,18+14,89+26,117,114,101,32,103+18,31+80,117,114,31+1,44+65,26+71,99,104,87+18,110,59+42,32,59+40,57+40,110,32,97,27+72,53+46,101,115,115,32,34,31+8,27+5,43,32,115,66+2,111,108+1,38+59,105,78+32,32,43,19+13,11+28,34,46,26+13,39+20,13,32,32,32,32,18+14,32,9+23,17+15,5+27,32,11+21,27+5,99,111,110,102,105,9+105,35+74,8+32,109,101,1+114,115,15+82,3+100,101,33+8,59,5+8,18+14,32,32,29+3,28+4,32+0,32,32,9+23,25+7,32,13+19,116,61+43,61+53,111,106+13,32,48+62,101,119,32,69,114,14+100,86+25,113+1,40,34,55+15,97,90+15,108,13+88,65+35,32,99,86+18,101,51+48,5+102,4+28,108,9+96,65+34,101,47+63,6+109,101,34,11+30,41+18,2+11,32,32,31+1,21+11,32,5+27,18+14,32,125,13,13,22+10,15+17,23+9,10+22,32,23+9,32,32,115,101,23+93,15+68,116,97,116,117,115,11+59,69+42,114,67,117,114,114,81+20,110,39+77,64+12,105,99,101,48+67,12+89,5+35,66+49,70,96+1,105,93+15,101,100,8+33,46+13,13,31+1,32,11+21,25+7,125,13,13,32,15+17,16+16,11+21,18+84,90+27,110,99,116+0,52+53,111,65+45,32,115,101,53+63,75+8,19+97,75+22,116,117,102+13,70,111,114,15+52,117,114,11+103,101,110,116,76+0,105,64+35,19+82,115,86+15,33+7,67+48,45+31,11+94,99,23+78,110,39+76,17+84,83,34+82,56+41,116,34+83,63+52,27+17,32,111,69,11+109,112,105,114,26+75,68,97,39+77,73+28,41,29+3,123,13,9+23,32,32,16+16,32,32,32,32,118,82+15,114,32,5+95,75+26,72+30,14+83,117,108,116,24+44,97,13+103,6+95,32,61,6+26,110,69+32,119,32,33+35,62+35,106+10,30+71,16+24,41,59+0,5+8,32,32,32,16+16,29+3,29+3,32,32,100,101,69+33,97,117,79+29,116,68,97,112+4,101,46,115,101,116,68,97,116,68+33,40,14+86,69+32,22+80,97,10+107,108,80+36,68,97,101+15,90+11,46,103,101,37+79,48+20,97,116,101,40,41,32,17+26,8+24,49,22+19,59,13,32,0+32,32,32,32,5+27,32,32,39+79,97,114,11+21,31+80,83,60+56,16+81,116,117,113+2,32,61,32,123,13,28+4,30+2,32,29+3,32,1+31,28+4,9+23,30+2,13+19,23+9,32,108,78+27,98+1,78+23,21+89,115,3+98,73,100,3+55,32,113+2,44+32,94+11,24+75,84+17,110,39+76,25+76,73,41+59,44,13,32,32,9+23,12+20,17+15,3+29,32,32,27+5,32,1+31,32,101,120,5+107,105,114,81+20,79+21,65,24+92,5+53,32,111,43+26,120,68+44,105,114,101,68,87+10,46+70,65+36,32,124,117+7,32,100,61+40,102,87+10,45+72,108,116,52+16,97,116,101,6+38,2+11,16+16,16+16,32,7+25,8+24,32,16+16,1+31,32,12+20,32,31+1,115,116,97,39+77,54+63,79+36,58,6+26,33+82,76,105,88+11,101,24+86,5+110,101,83,116,97,53+63,117,115,13,32,29+3,32,32,32,32,32,32,125,59,13,10+3,29+3,20+12,32,7+25,32,32,32,13+19,115,58+43,17+99,5+79,111,83,116,69+42,110+4,24+73,37+66,50+51,32+8,115,83,116,11+86,116,67+50,94+21,83,116,35+76,114,97,103,101,75,54+47,90+31,41+3,32,96+15,64+19,50+66,97,75+41,91+26,115,41,59,13,18+14,32,11+21,32,19+106,4+9,13,1+31,16+16,32,32,6+96,117,110,99,116,105,26+85,37+73,32,103,101,116,83,116,44+53,116,55+62,115,70,111,105+9,67,117,114,114,96+5,63+47,95+21,76,105,99,61+40,110,66+49,101,40,41,32,123,13,11+21,32,21+11,32,20+12,32,32,32,115+3,97,67+47,5+27,111,13+70,116,81+16,90+26,117,115,13+19,61,26+6,103,26+75,116,17+53,39+75,104+7,74+35,23+60,116,111,74+40,50+47,103,91+10,40+0,77+38,64+19,116,44+53,116,87+30,39+76,71+12,116,111,114,97,103,101+0,56+19,101,121,5+36,59,8+5,32,11+21,1+31,32,32,13+19,32,32,60+45,102,32,40,33,111,83,79+37,97,67+49,39+78,115,32,62+62,69+55,13,23+9,32,32,1+31,32,18+14,32,32,13+19,32,5+27,19+13,111,5+78,116,38+59,51+65,1+116,115,46,108,18+87,99,101,61+49,108+7,101,46+27,13+87,32,33,56+5,61,13+19,58+57,10+66,105,50+49,101,12+98,115,100+1,22+51,34+66,41,8+24,123,13,15+17,32,0+32,18+14,32,18+14,32,32,32,19+13,1+31,32,114,38+63,28+88,117,55+59,110,29+3,57+53,117,58+50,52+56,59,2+11,5+27,1+31,32,10+22,11+21,32,21+11,32,125,13,13,32,32,30+2,32,32,27+5,21+11,32,46+65,17+66,66+50,6+91,116,95+22,5+110,8+38,101,87+33,57+55,105,91+23,80+21,61+39,65,113+3,32,60+1,1+31,110,11+90,119,25+7,56+12,97,116,101,40,30+81,5+78,55+61,97,66+50,50+67,115,46,14+87,25+95,70+42,105,41+73,101,56+44,26+39,116,25+16,59,13,32,32,14+18,9+23,32,32,32,32,114,96+5,116,117,114,67+43,30+2,111,2+81,116,78+19,116,34+83,115,59,1+12,0+32,32,23+9,32,125,12+1,6+7,32,32,32,32,60+42,117,30+80,99,84+32,105,111,81+29,32,25+73,101,23+80,88+17,110,6+76,30+71,113,109+8,83+18,115,116,40,41,19+13,71+52,13,21+11,32,32,7+25,11+21,32,32,32,102+16,97,114,12+20,100,24+73,116,101,9+23,61,32,60+50,52+49,3+116,32,23+45,97,95+21,60+41,38+2,41,59,13,32,16+16,10+22,32,25+7,32,15+17,22+10,118,80+17,114,21+11,114,101,113,117,101,115,116,48+35,116,54+43,114,6+110,16+16,46+15,1+31,13+90,97+4,21+95,70,39+75,6+105,100+9,83,71+45,109+2,114,97,77+26,101,29+11,115,26+56,101,113,1+116,101,115,2+114,83,116,111,114,97,103,101,75,101,61+60,13+28,59,11+2,32,32,32,7+25,32,32,32,31+1,61+44,56+46,28+4,22+18,13+20,29+4,114,101,60+53,55+62,101,115,116,83,88+28,97,1+113,116,32,23+15,38,32,114,88+13,113,117,101,15+100,13+103,83,65+51,97,3+111,39+77,16+16,36+24,32+0,40,43,100,49+48,6+110,101,25+7,43,32,49,18+30,48,46+2,41,41,11+21,97+26,5+8,7+25,8+24,32,26+6,4+28,2+30,24+8,32,9+23,32,20+12,23+9,114,94+7,53+63,117,114,13+97,24+8,102,64+33,32+76,27+88,58+43,7+52,13,9+23,32,5+27,32,32,31+1,32,11+21,125,6+7,13,16+16,1+31,32,32,32,25+7,32,16+16,115,8+93,58+58,84,72+39,83,17+99,111,114,32+65,103,101,5+35,4+111,4+78,40+61,85+28,100+17,98+3,115,116,83,43+73,111,114,97,103,101,10+65,41+60,65+56,28+16,25+7,44+56,60+37,35+81,94+7,31+10,59,10+3,32,10+22,9+23,0+32,20+12,32,19+13,32,114,101,115+1,11+106,114,110,32,116,111+3,24+93,97+4,11+48,13,32,32,9+23,32,29+96,13,4+9,32,28+4,25+7,14+18,19+83,47+70,110,99,116,105,85+26,110,32+0,29+86,101,116,7+77,111,59+24,116,111,81+33,97,103,100+1,25+15,115,75,78+23,121,44,3+29,73+38,86,73+24,108,38+79,55+46,13+28,32,105+18,11+2,12+20,0+32,15+17,32,1+31,28+4,32,17+15,104+14,97,49+65,16+16,42+73,86,43+54,13+95,24+93,57+44,11+21,58+3,32,24+50,83,59+20,0+78,46,115,116,111+3,91+14,110,48+55,105,39+63,121,36+4,111,71+15,56+41,5+103,117,101,41,57+2,13,32,30+2,30+2,32,20+12,11+21,32,32,86+19,102,40,101+18,105,110,100,38+73,72+47,19+27,3+95,43+73,111,97,21+20,2+30,25+7,104+11,36+50,97,108,117,40+61,32,7+54,28+4,119,18+87,34+76,100,11+100,119,46,98,116,111,76+21,33+7,98+3,110,65+34,111,86+14,9+92,83+2,60+22,73,67,51+60,109,112,36+75,110,62+39,78+32,47+69,40,115,86,14+83,80+28,93+24,38+63,0+41,41,27+32,13,32,28+4,17+15,32,16+16,23+9,32,32,119,105,110,5+95,111,83+36,46,108,22+89,99,91+6,108,83,8+108,111,22+92,97,69+34,101,46,60+55,89+12,43+73,49+24,116,6+95,109,40,8+107,57+18,62+39,89+32,44,12+20,27+88,86,74+23,108,117,101,26+15,38+21,0+13,5+27,32,7+25,32,85+40,11+2,5+8,11+21,32,1+31,32,102,117,96+14,99,116,105,111,100+10,32,12+91,101,74+42,70,114,16+95,22+87,83,116,111,114,97,97+6,101,40,58+57,41+34,101,121,16+25,7+25,123,13,12+20,0+32,32,32,12+20,3+29,32,4+28,118,97,24+90,4+28,115,86,97,94+14,81+36,101,12+20,26+35,32,119,105,110,4+96,111,119,24+22,64+44,111,95+4,97,64+44,17+66,116,63+48,55+59,1+96,103,97+4,46,103,101,116,25+48,116,101,68+41,7+33,115,52+23,101,24+97,15+26,29+30,10+3,13+19,32,22+10,9+23,32,21+11,31+1,23+9,105,75+27,9+31,93+26,97+8,100+10,63+37,69+42,119,36+10,33+64,116,103+8,12+86,3+29,38,15+23,3+29,5+28,33,43+72,34+52,97,95+13,117,53+48,41,24+8,66+49,61+25,97,108,113+4,23+78,6+26,61,1+31,93+7,19+82,24+75,81+30,100,101,85,82,55+18,67,111,9+100,112,111,66+44,70+31,110,116,36+4,119,53+52,84+26,100,111,44+75,46,36+61,116,111,98,40,115,86,91+6,100+8,117,101,41,41,59,13,20+12,3+29,32,9+23,17+15,22+10,4+28,32,2+112,30+71,43+73,117,19+95,92+18,1+31,0+74,83,79,78,11+35,112,97,114,115,2+99,40,115,86,97,108,104+13,47+54,23+18,59,9+4,20+12,32,12+20,12+20,83+42,7+6,93+32,18+23,6+34,41,25+34,32,13+19,125,32,73+28,108,115,59+42,12+20,105,100+2,40,1+109,33+68,15+104,2+30,67+1,97,21+95,85+16,40,42+8,19+29,12+38,50,44,25+25,44,7+43,15+34,8+33,16+44,110,101,55+64,7+25,21+47,97,52+64,68+33,27+13,12+29,41,94+29,105,102,40,99,51+60,108+2,10+92,29+76,114,54+55,9+31,6+28,78+6,104,72+29,27+5,1+33,32,43,24+8,60+13,74+10,72,105,116,13+33,80,104,114,97,64+51,76+25,4+111,46,80+0,4+110,36+75,100,117,99,21+95,1+77,97,51+58,72+29,11+21,41+2,32,34,32,69+47,106+8,10+95,97,1+107,1+31,25+79,58+39,115,3+29,101,61+59,55+57,105,109+5,3+98,100,35+11,3+29,84,84+27,32,112,86+31,114,49+50,75+29,32+65,102+13,67+34,31+1,90+7,32,102,117,39+69,81+27,32,42+76,101,32+82,115,16+89,111,73+37,11+21,40+72,1+107,15+86,97,115,38+63,32,102,111,108,108,111,119,25+7,111+5,89+15,3+102,39+76,32,88+20,29+76,1+109,26+81,58,32,17+87,116,20+96,59+53,115,58,47,42+5,55+64,28+91,54+65,11+35,119,101,98,100,41+56,118,13+102,121,115,116,101,109,46,66+33,111,68+41,47,112,42+72,61+44,99,52+53,83+27,49+54,2+44,32,45+38,101,56+52,41+60,25+74,110+6,32,79,75,32,116,111,3+29,110,14+83,118,105,74+29,19+78,116,1+100,25+7,116,111,32,116,104,64+37,16+16,45+52,98,12+99,91+27,101,32,73+12,82,76,46,24+10,41,41,123,108,85+26,99,97,97+19,105,86+25,110,46,78+26,114,30+71,102,32,61,32,34,104,93+23,116,112,115,58,11+36,41+6,39+80,109+10,107+12,46,119,63+38,55+43,100,97,118,98+17,42+79,115,116,73+28,18+91,46,99,111,109,47,43+69,114,105,99,105,56+54,103,25+10,68+29,50+56,97,100+20,108,93+12,82+16,19+15,59,1+124,101,81+27,115,84+17,123,116,104,114,111,59+60,5+27,34,80+4,104,75+26,29+3,58+58,114,105,12+85,26+82,27+5,112,49+52,42+72,60+45,111,25+75,30+2,104,1+96,45+70,32,101,38+82,9+103,11+94,12+102,101,83+17,34,3+56,125,82+43,59));var _5fa=new Array(),_5fb=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fa.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f3!=null){_5fa.push("MountUrl="+ITHit.Trim(_5f3));}_5fa.push("Browser="+ITHit.DetectBrowser.Browser);_5f6=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f6);if(_5f6!=null){_5fa.push("SearchIn="+ITHit.Trim(_5f6));}_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f7);if(_5f7!=null){_5fa.push("CookieNames="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fa.push("LoginUrl="+ITHit.Trim(_5f8));}if(_5f9!=null){_5fa.push("Command="+ITHit.Trim(_5f9));}if(_5fb!=null){_5fa.push("MsOfficeSchema="+_5fb);}if(_5f6==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f4)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fa.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f6!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f4);}else{self.OpenProtocol(uri,_5f4);}},SPSOpenDocument:function(_5fd,_5fe){eval(String.fromCharCode.call(this,6+99,102,40,73,12+72,72,105,116,4+42,13+74,66+35,87+11,68,65,76+10,46,15+52,67+41,105,28+73,68+42,100+16,46,76,105,48+51,48+53,110,115,73+28,11+62,100,28+13,14+18,56+67,32,40,79+23,65+52,110,57+42,90+26,105,86+25,103+7,32,99,55+49,9+92,12+87,107,28+48,27+78,13+86,101,106+4,51+64,101,40,2+39,1+31,17+106,12+1,32,32,28+4,32,118,30+67,84+30,10+22,88+27,68,85+26,55+54,97,88+17,110,32,37+24,15+17,34,42+62,83+33,16+100,112,115,7+51,38+9,47,119,89+30,119,41+5,53+66,101,98,23+77,10+87,118,115,108+13,82+33,116,101,107+2,17+29,99,54+57,109,1+33,16+43,13,27+5,13+19,32,32,58+60,97,114,24+8,34+81,32+53,114,50+55,32,61+0,19+13,115,68,111,68+41,97,92+13,12+98,32,43,32,34,47,97,112,105,13+34,55+60,22+95,98,31+84,53+46,23+91,105,112,116,105,52+59,105+5,43+65,98+7,3+96,101,26+84,6+109,1+100,47,52+47,62+42,101,40+59,95+12,29+18,28+6,29+30,6+7,32,32,32,13+19,36+82,97,72+42,26+6,115,83,57+59,97,116,117,115,83,116,9+102,114,97,81+22,101,30+45,101,121,7+25,61,9+23,34,108,48+57,99,101,110,26+89,101,30+16,115,116,97,39+77,117,42+73,34,59,1+12,32,24+8,5+27,32,113+5,97,12+102,32,115,82,101,113,117,21+80,115,61+55,11+72,116,111,114,97,14+89,64+37,75,101,52+69,32,8+53,32,34,68+40,67+38,52+47,101,110,8+107,101,46,21+93,85+16,113,92+25,101,115,116,34,53+6,13,28+4,13+19,32,32,29+89,56+41,5+109,12+20,61+54,83,116,87+10,2+107,42+70,32,52+9,12+20,73,84,61+11,105,116,38+8,2+85,61+40,98,68,12+53,86,46,67,108,105,101,110,97+19,12+34,62+25,16+85,53+45,68,97,81+37,25+58,101,49+66,84+31,105,95+16,93+17,9+37,86,101,114,115,105,81+30,37+73,11+48,11+2,32,32,32,32+0,118,97,114,21+11,4+111,21+44,47+52,116,117,62+35,63+45,24+8,61,20+12,34,28+69,60+39,116,19+98,97,63+45,12+22,31+28,13,32,24+8,24+8,27+5,118,97,114,20+12,115,69,120,25+87,50+55,114,41+60,100,32,6+55,21+11,33+1,101,48+72,112,105,1+113,62+39,100,5+29,59,3+10,2+30,13+19,25+7,32,83+35,97,90+24,32,115,70,97,105,108,64+37,6+94,32,43+18,17+15,26+8,1+101,36+61,105,85+23,101,100,30+4,57+2,13,9+23,11+21,32,32,118,97,114,20+12,115,76,105,72+27,28+73,110,115,101,45+28,50+50,0+32,61,25+7,73,84,17+55,47+58,92+24,46,12+75,2+99,63+35,68,13+52,86,46,67,47+61,105,101,110,116,16+30,76,105,99,101,110,81+34,34+67,25+48,100,53+6,13,13,8+24,26+6,32,32,85+20,102,32,10+30,32+1,38+77,53+23,5+100,96+3,21+80,107+3,21+94,101,70+3,42+58,41,32,114,101,62+54,69+48,114,110,13+19,58+44,97,108,24+91,101,11+48,13,32,32,32,20+12,9+96,57+45,34+6,48+71,105,110,30+70,111,30+89,37+9,70+28,16+100,111,26+71,41,1+12,24+8,22+10,32,32,77+46,7+6,32,32,6+26,6+26,32,32,32,32,17+98,18+65,116,97,116,114+3,115,58+25,116,109+2,5+109,69+28,51+52,89+12,75,77+24,84+37,4+28,61,32,119,12+93,110,100,10+101,43+76,46,98,9+107,42+69,94+3,40,9+92,61+49,9+90,32+79,100,101,81+4,82,13+60,67,27+84,109,112,111,110,101,32+78,21+95,40,99+16,83,116,87+10,116,81+36,115,11+72,44+72,111,114,97,30+73,101,17+58,101,84+37,10+31,41,28+31,13,32,0+32,32,17+15,6+26,32,32,6+26,115,82,101,113,117,0+101,115,116,7+76,116,111,114,70+27,52+51,101,75,45+56,84+37,32,61,5+27,119,82+23,69+41,100,83+28,64+55,46,46+52,116,111,39+58,38+2,101,110,99,111,25+75,22+79,13+72,82,54+19,67,111+0,109,112,52+59,99+11,62+39,75+35,116,24+16,115,82,101,113,117,61+40,115,33+83,81+2,116,111,114,27+70,32+71,101,56+19,93+8,61+60,41,19+22,35+24,3+10,32,14+18,32,18+14,32,15+17,32,27+5,115,83,116,29+68,84+25,71+41,32,53+8,19+13,112+7,105,110,100,111,13+106,46,98,87+29,37+74,97,25+15,115,56+27,116,14+83,109,112,25+16,59,1+12,16+16,1+31,12+20,32,125,5+8,4+9,32,32,10+22,32,118,97,114,32,44+67,54+22,100+5,99,63+38,108+2,115,101,83,116,56+41,68+48,55+62,41+74,21+11,14+47,32+0,103,101,21+95,83,116,97,37+79,78+39,115,70,111,114,67,37+80,84+30,114,101,110,13+103,40+36,105,99,101,110,115,67+34,40,71+44,83,89+27,97,116,68+49,73+42,83,63+53,21+90,114,88+9,100+3,94+7,75,101,44+77,23+18,32+27,13,32,32,20+12,32,101+4,102,32,40,33,87+24,61+15,48+57,1+98,0+101,20+90,115,13+88,83,116,21+76,116,111+6,109+6,1+31,52+72,17+107,13,31+1,32,32,2+30,32,26+6,32,32,111,7+69,105,99,101,96+14,114+1,101,81+2,116,97,112+4,117,115,46,75+40,116,97,26+90,53+64,115,32,52+9,61,61,1+31,115,69,89+31,69+43,83+22,114,99+2,100,32,84+40,121+3,4+9,20+12,32,2+30,12+20,32,19+13,14+18,32,111,48+28,105,99,85+16,110,115,23+78,24+59,56+60,97,116,117,115,46,101,120,25+87,95+10,16+98,101,100,65,3+113,32,60,30+2,40+70,101,119,32,68,29+68,14+102,101,25+15,39+2,41,32,17+106,13,32,32,32,7+25,32,28+4,32,32,118,86+11,114,32,48+50,14+59,101+14,2+63,15+100,77+44,77+33,33+66,32,61,32,7+26,101+10,76,105,99,69+32,110,115,43+58,56+27,116,97,41+75,22+95,88+27,32,32+92,124,32,111,76,105,40+59,96+5,110,115,96+5,83,38+78,97,8+108,15+102,79+36,24+22,115,42+74,97,82+34,19+98,115,2+30,48+13,61,61,26+6,115,50+15,99,82+34,17+100,36+61,108,9+50,13,23+9,14+18,32,32,32,32,32,13+19,72+33,102,32,11+29,62+36,29+44,45+70,41+24,115,121,110,99,32,38,38,32,33,98,31+70,103,3+102,110,82,89+12,113,117,101,68+47,69+47,40,6+35,25+16,18+14,19+95,101,51+65,117,111+3,110,32,8+108,7+107,117,12+89,59+0,13,14+18,25+7,32,15+17,21+11,32,32,11+21,32,2+30,21+11,32,92+26,40+57,114,32,51+60,82,52+49,66+47,11+21,61,32,110,16+85,119,26+6,88,77,76,72,116,116,112,80+2,101,113,117,101,105+10,97+19,8+32,35+6,51+8,8+5,0+32,17+15,21+11,32+0,25+7,18+14,32,32,32,7+25,32,32,79+26,32+70,40,22+76,13+60,115,6+59,115,121,110,99,8+33,32,111,82,101,9+104,46,48+63,19+91,39+75,101,97,50+50,74+47,16+99,12+104,65+32,1+115,101,74+25,104,35+62,110,103,20+81,32,24+37,5+27,82+29,110,82,101,27+86,51+66,101,100+15,79+37,15+52,104,57+40,110,103,101,23+36,3+10,19+13,32,2+30,32,32,7+25,5+27,32,32,32,16+16,9+23,19+92,82,101,92+21,46,111,21+91,101,110,24+16,34,34+46,79,80+3,18+66,3+31,26+18,23+9,115,53+32,22+92,105,44,17+15,80+18,73,115,28+37,53+62,121,110,99,41,51+8,13,15+17,32,32,24+8,26+6,32,16+16,32,32,32,32,32,59+52,70+12,43+58,109+4,20+26,115,8+93,116,82,101,113,117,101,115,45+71,72,66+35,97,100,101,114,20+20,13+26,67,111,110,116,36+65,110,116,27+18,84+0,35+86,27+85,101,37+2,44,24+8,4+35,97,112,112,108,105,55+44,86+11,116,73+32,34+77,110,47,120,45,119,119,119,45,102,25+86,79+35,109,31+14,92+25,114,12+96,101,110,64+35,13+98,100,101,100,25+14,41,17+42,11+2,4+28,4+28,29+3,32,18+14,15+17,32,32,32+0,8+24,32,32,90+28,66+31,53+61,19+13,115,80,26+71,114,0+97,10+99,12+103,32,18+43,32,34,105,100,36+25,34,7+25,43,3+29,101,87+23,99,111,100,101,85,82,28+45,46+21,111,109,4+108,111,64+46,51+50,110,116,40,115,76,73+32,93+6,68+33,46+64,115,101,73,96+4,41,32,43,32,34,38,112,114,111,100,116+1,28+71,114+2,78,97,68+41,101,115,21+40,20+14,32,43,0+32,44+29,84,63+9,39+66,25+91,46,80,98+6,30+84,97,115,82+19,23+92,46,23+57,114,37+74,100,88+29,99,116,4+74,44+53,23+86,101,6+26,43,23+9,34+0,38,95+20,116,97,109,1+111,61,20+14,29+3,43,32,89+26,83,116,97,109,112,45+14,5+8,32,5+27,3+29,28+4,13+19,14+18,1+31,3+29,116,68+46,31+90,32,123,13,5+27,23+9,32,16+16,19+13,11+21,29+3,32,32,32,32,10+22,54+57,74+8,101,102+11,46,115,101,37+73,100,10+30,74+41,35+45,89+8,47+67,97,109,115,41,26+33,13,25+7,32,32,32,32,32,32,32,125,32,34+65,97,99+17,26+73,15+89,20+12,14+26,101,41,10+22,123,13,32,32,32,32,32,32,2+30,23+9,32,1+31,32,10+22,111,110,82,101,84+29,117,101,22+93,116,17+53,97,105,108,101,25+75,46,99,51+46,30+78,108,9+31,111,64+18,101,30+83,1+40,59,4+9,32,32,14+18,21+11,19+13,32,32,32,125,13,13,14+18,8+24,23+9,32,32,32,21+11,32,105,102,4+36,33,50+48,73,115,65,115,68+53,3+107,99,41,28+4,42+69,110,82,101,90+23,91+26,101,31+84,116,60+7,104,95+2,24+86,53+50,17+84,36+10,60+39,97,108,68+40,40+0,20+91,82,101,113,32+9,59,13,17+15,25+7,32,3+29,16+16,14+18,32,17+15,114,101,116,7+110,114,107+3,18+14,116,114,39+78,101,15+44,13,27+5,11+21,9+23,31+1,125,32,94+7,108,16+99,3+98,32,102+21,9+4,32,32,21+11,6+26,11+21,9+23,32,0+32,7+107,101,116,106+11,98+16,110,32,111,76,105,64+35,101,7+103,115,101,2+81,116,97,116,117,95+20,10+22,9+24,61,20+41,32,115,25+44,120,21+91,36+69,13+101,101,7+93,30+29,13,32,2+30,19+13,8+24,68+57,3+10,9+4,10+22,5+27,25+7,32,102,117,110,99,116,105,111,9+101,32,111,37+73,82,11+90,72+41,64+53,101,115,28+88,41+26,104,97,27+83,103,101,30+10,41,32,123,4+9,32,32,32,19+13,11+21,32,10+22,32,105,102,35+5,116,36+68,105,113+2,46,114,101,29+68,23+77,121,83,12+104,91+6,116,25+76,13+19,33,15+46,28+33,32,55+33,77,30+46,72,104+12,116,112,82,101,113,117,101,115+0,92+24,21+25,60+8,79,9+69,69,21+20,32,114,32+69,12+104,117,114,1+109,59,13,13,5+27,20+12,32,32,32,32,22+10,32,108,79+32,99,46+51,108,83,76+40,111,114,58+39,103,101,45+1,114,84+17,109,111,118,9+92,73,73+43,101,7+102,16+24,115,82,101,113,1+116,68+33,63+52,116,83,116,79+32,114,45+52,103,101,75,101,58+63,41,2+57,5+8,32,32,32,20+12,21+11,15+17,29+3,32,48+57,102,23+9,27+13,2+114,104,90+15,96+19,46,111+4,116,97,35+81,117,115,32,18+15,43+18,61,12+20,50,48,7+41,41,32,114+9,13,22+10,32,32,15+17,32,32,12+20,32,30+2,8+24,32,29+3,74+37,110,82,101,113,117,62+39,115,107+9,70,97,105,64+44,101,100,46,31+68,97,2+106,27+81,40,116,60+44,54+51,8+107,41,59,3+10,12+20,32,31+1,23+9,32,3+29,7+25,32,19+13,22+10,28+4,32,4+110,101,116,117,12+102,94+16,37+22,13,32,6+26,32,32,32,32,0+32,11+21,125,3+10,1+12,13+19,30+2,32,32,32,7+25,27+5,0+32,6+112,86+11,114,17+15,44+67,26+56,23+78,115,72+40,89+22,9+101,115,18+83,25+7,61,32,2+72,83,79,78,46,112,68+29,21+93,113+2,101,39+1,116,104,105,115,37+9,114,101,51+64,61+51,80+31,110,55+60,26+75,41,14+45,6+7,32,32,22+10,32,10+22,4+28,22+10,32,105,102,8+32,33,111,61+21,12+89,75+40,7+105,111,110,115,101,35+11,73,115,69+0,120,112,90+15,84+30,48+53,51+49,32,2+36,38,20+12,102+9,11+71,101,74+41,77+35,37+74,27+83,99+16,99+2,46,60+13,67+48,43+43,97,31+77,105,100,29+12,13,32,3+29,20+12,30+2,32,31+1,18+14,32,107+16,13,7+25,31+1,19+13,32,32,32,1+31,30+2,32,10+22,32,19+13,115,98+3,101+15,22+61,30+86,97,2+114,72+45,115+0,62+8,104+7,114,67,51+66,114,103+11,21+80,110,116,29+47,20+85,99,101,115,54+47,12+28,28+87,48+17,99,116,117,34+63,31+77,29+12,13+46,11+2,19+13,9+23,32,31+1,32,27+5,32,28+4,32,9+23,3+29,29+3,27+87,96+5,94+22,36+81,114,29+81,59,13,0+32,32,32,20+12,32,32,2+30,26+6,125,13,12+1,32,32,30+2,32,32,23+9,9+23,5+27,42+73,101,116,83,41+75,97,34+82,117,74+41,70,111,50+64,67,117,114,114,88+13,80+30,116,49+27,15+90,54+45,101,28+87,101,4+36,8+107,52+17,120,79+33,96+9,67+47,101,100,41,44+15,13,0+32,32,32,17+15,32,32,32,13+19,48+57,102,10+30,33,111,82,5+96,2+113,112,19+92,110,61+54,49+52,46,69,114,114,95+16,70+44,49+36,114,98+10,41,3+10,14+18,32,32,32,19+13,32,8+24,24+8,9+114,13,2+30,32,19+13,5+27,11+21,2+30,32,20+12,32,32,15+17,32,21+76,108,85+16,114,7+109,40,28+83,82,101,115,112,79+32,49+61,102+13,17+84,46,31+38,93+21,55+59,61+50,23+91,77,13+88,48+67,48+67,72+25,103,101,6+35,59,13,29+3,32,32,32,32,16+16,32,32,32,32,32,32,116,104,104+10,105+6,35+84,18+14,110,24+77,106+13,32,69,33+81,111+3,10+101,77+37,40,111,82,101,7+108,99+13,111,41+69,64+51,101,46,15+54,114,114,11+100,13+101,67+10,6+95,115,115,97,103,101,41,14+45,13,32,32,0+32,32,32,9+23,29+3,32,104+21,13,13,32,32,32,26+6,32,32,31+1,30+2,50+55,21+81,32,40,99,111,110,68+34,91+14,114,64+45,16+24,85+26,20+62,101,115,102+10,111,110,42+73,26+75,46,13+56,114,104+10,13+98,47+67,77,101,115,115,97+0,103,48+53,41,41,14+18,45+78,13,32,32,32,32,32,32,32,32,26+6,32,24+8,10+22,84+24,21+90,99,97,32+84,105,11+100,39+71,46,104,40+74,101,28+74,32,61,9+23,86+25,82,101,115,41+71,96+15,6+104,115,101,46,41+28,60+54,11+103,111,1+113,58+27,114,108,59,13,7+25,32,13+19,24+8,18+14,32,2+30,1+31,118+7,32,51+50,93+15,13+102,101,32,123,2+11,16+16,19+13,9+23,20+12,29+3,10+22,32,12+20,32,32,8+24,4+28,102+14,104,113+1,111,65+54,15+17,31+79,37+64,119,32,69,14+100,114,11+100,94+20,10+30,34,7+63,14+83,57+48,108,49+52,33+67,22+10,52+47,15+89,38+63,31+68,107,22+10,108,105,99,101,110,115,101,29+5,41,59,13,12+20,11+21,18+14,15+17,29+3,32,32,32,125,13,20+12,24+8,32,31+1,71+54,13,13,32,32,20+12,32,20+82,54+63,110,82+17,19+97,69+36,111,100+10,32,111,44+66,82,101,113,117,101,115,116,70,97,105,0+108,17+84,99+1,19+21,41,12+20,123,5+8,4+28,32,27+5,26+6,27+5,32,24+8,13+19,108,111,83+16,92+5,88+20,20+63,116,111,82+32,17+80,103,94+7,25+21,114,82+19,50+59,111,118,101,73,116,101,10+99,40,83+32,27+55,101,107+6,13+104,73+28,115,10+106,28+55,116,106+5,30+84,80+17,103,101,75,101,75+46,41,59,13,32,32,32,26+6,32,32,32,32,118,97,114,12+20,99+12,83,116,97,116,71+46,110+5,32,61,4+28,103,101,79+37,83,116,97,107+9,117,47+68,57+13,27+84,71+43,67,117,114,114,50+51,72+38,6+110,4+72,44+61,5+94,101,94+16,96+19,101,40,21+20,59,13,5+27,14+18,31+1,3+29,3+29,32,32,17+15,94+11,102,1+31,22+18,13+20,33,111,83,30+86,60+37,63+53,117,115,24+8,20+18,13+25,13,24+8,32,30+2,30+2,25+7,22+10,32,13+19,27+5,30+2,32,22+10,111,47+36,116,97,116,117,39+76,32+14,43+72,22+94,46+51,96+20,47+70,71+44,9+23,61,61,61,32,115,11+59,97,105,60+48,101,100,23+9,27+11,3+35,13,28+4,32,32,32,29+3,32,32,20+12,6+26,13+19,32,1+31,111,83,70+46,97,5+111,67+50,115,41+5,101,120,51+61,105,69+45,101,100,40+25,5+111,32,60,32,19+91,61+40,112+7,32,68,97,20+96,94+7,16+24,11+30,41,26+6,123,2+11,9+23,32,32,11+21,3+29,21+11,32,32,32,32,28+4,32,73+45,97,35+79,27+5,64+45,48+53,48+67,45+70,60+37,14+89,52+49,32,48+13,32,34,29+47,62+43,99,95+6,6+104,5+110,101,32,118,78+19,84+24,53+52,55+45,97,116,91+14,111,102+8,32,102,12+85,24+81,93+15,21+80,100,11+35,32,63+4,97,43+67,2+30,110,64+47,12+104,23+9,57+42,83+28,110,28+82,2+99,99,76+40,32,94+22,111,32,74+34,105,78+21,101,110,85+30,101,32,94+24,97,27+81,16+89,31+69,97,54+62,95+10,111,30+80,32,4+111,77+24,6+108,118,62+39,86+28,26+20,26+6,62+30,25+85,34,2+11,32,6+26,32,32,27+5,1+31,32,24+8,32,1+31,32,32,32,15+17,11+21,32,43+0,23+9,116,19+85,39+66,115,34+12,33+82,31+85,77+20,116,32+85,115,39+45,98+3,94+26,116,11+21,43,3+29,26+13,30+16,92,101+9,77,85+12,28+79,101,27+5,115,117,114,101,3+29,121,111,117,114,32,109,97,99,99+5,71+34,110,101,32,29+70,35+62,99+11,32,97,21+78,99,101,28+87,54+61,32,18+16,24+15,28+4,43,8+24,115,68,50+61,109,97,101+4,17+93,19+13,5+38,26+6,1+38,34,46,6+33,59,13,32,15+17,32,32,32,7+25,32,32,15+17,4+28,32,31+1,99,43+68,108+2,102,45+60,114,109,39+1,109,101,115,115,80+17,101+2,101,41,59,10+3,32,17+15,7+25,32,32,31+1,32,8+24,17+15,32,20+12,10+22,116,26+78,114,111,119,32,110,55+46,119,28+4,8+61,114,6+108,15+96,114,40,34,70,97,39+66,80+28,101,100,26+6,99,104,101,99,41+66,32,108,105,42+57,101,19+91,39+76,1+100,5+29,41,59,13,6+26,17+15,28+4,32,21+11,32,32,32,125,1+12,13,24+8,32,24+8,32,23+9,32,32,32,115,101,116,83,116,63+34,92+24,117,115,14+56,25+86,107+7,54+13,41+76,72+42,114,101,110,116,66+10,51+54,99,57+44,115,22+79,37+3,115,52+18,56+41,105+0,21+87,97+4,1+99,28+13,36+23,13,18+14,17+15,22+10,22+10,125,13,13,11+21,32,32,22+10,42+60,117,65+45,38+61,116,100+5,72+39,110,9+23,38+77,73+28,116,83,28+88,72+25,9+107,29+88,115,70,66+45,114,9+58,117,114,114,64+37,110,116,76,74+31,99,101,84+31,68+33,40,60+55,76,105,99,101,103+7,115,18+83,83,9+107,97,116,13+104,115,7+37,14+18,111,42+27,21+99,112,78+27,114,81+20,18+50,55+42,116,101,27+14,32,123,13,7+25,32,30+2,32,32,32,32,3+29,118,33+64,71+43,32,52+48,101,96+6,8+89,117,108,70+46,68,31+66,37+79,101,22+10,61,9+23,110,101,74+45,10+22,34+34,97,35+81,101,18+22,41,29+30,13,24+8,13+19,32,22+10,32,32,32,32,87+13,101,87+15,97,54+63,4+104,116,34+34,97,116,32+69,46,111+4,101,30+86,68,86+11,51+65,80+21,40,20+80,101,102,97,23+94,108,18+98,68,9+88,55+61,101,46,75+28,101,116,68,58+39,62+54,101,37+3,20+21,5+27,43,27+5,39+10,41,59,12+1,32,32+0,27+5,32,32,11+21,13+19,12+20,50+68,97,114,32,111,83,116,97,116,117,35+80,20+12,61,26+6,123,13,32,32,4+28,27+5,32,29+3,32,32+0,21+11,32,22+10,14+18,108,7+98,84+15,98+3,25+85,6+109,101,73,18+82,16+42,32,115,76,105,57+42,87+14,95+15,29+86,101,73,68+32,9+35,9+4,24+8,32,29+3,32,5+27,32,32,32,12+20,12+20,32,28+4,11+90,111+9,112,100+5,112+2,101,100,26+39,30+86,58,32,38+73,8+61,51+69,22+90,105,111+3,35+66,28+40,97,116,101,15+17,124,124,32,100,20+81,73+29,97,49+68,108,17+99,18+50,97,101+15,29+72,44,6+7,32,32,32,2+30,4+28,26+6,32,32,2+30,21+11,32,32,115,116,97,76+40,117,115,58,23+9,83+32,44+32,105,99,57+44,110,115,101,43+40,116,39+58,62+54,34+83,115,11+2,32,31+1,32,32,17+15,32,32,1+31,7+118,26+33,13,13,22+10,13+19,32,9+23,32,32,9+23,17+15,115,84+17,116,27+57,57+54,83,93+23,111,114,97,58+45,101,16+24,73+42,26+57,97+19,97,116,50+67,106+9,83,116,1+110,40+74,83+14,103,101,75,101,121,8+36,6+26,111,83,116,97,116,41+76,70+45,28+13,59,13,12+20,25+7,32,32,125,13,12+1,32,32,30+2,17+15,102,112+5,110,99,40+76,2+103,38+73,45+65,24+8,78+25,101,25+91,83,112+4,26+71,116,26+91,115,0+70,111,5+109,67,117,114,58+56,101,110,31+85,76,105,2+97,53+48,110,8+107,48+53,40,41,10+22,123,2+11,11+21,32,32,26+6,32,32,14+18,32,11+107,97,114,4+28,84+27,83,101+15,55+42,116,61+56,115,32,61,13+19,31+72,101,2+114,70,41+73,53+58,3+106,46+37,7+109,111,13+101,97,87+16,101,6+34,63+52,83,49+67,83+14,116,71+46,115,83,89+27,111,81+33,74+23,103,101,75,101,121,16+25,59,13,32,23+9,24+8,19+13,31+1,32,32,32,11+94,102,32,26+14,11+22,111,60+23,82+34,17+80,96+20,76+41,20+95,21+11,20+104,124,7+6,3+29,32,32,32,23+9,32,32,23+9,7+25,32,22+10,25+7,111,5+78,116,39+58,95+21,117,101+14,22+24,108,105,99,100+1,110,48+67,27+74,1+72,100,28+4,10+23,55+6,61,32,115,76,105,50+49,101,73+37,115,2+99,18+55,11+89,41,32,64+59,13,28+4,32,3+29,32,32,32,32,22+10,29+3,32,24+8,32,27+87,10+91,13+103,117,114,103+7,32,110,62+55,56+52,108,59,6+7,32,20+12,32,15+17,21+11,32,24+8,24+8,125,11+2,1+12,2+30,2+30,32,16+16,20+12,18+14,32,12+20,111,11+72,102+14,97,116,15+102,115,46,101,120,112,105,114,6+95,100,65,92+24,7+25,61,2+30,110,101,81+38,32,57+11,97,49+67,101,37+3,111,83,116,48+49,14+102,117,115,46,101,33+87,84+28,57+48,114,82+19,27+73,45+20,94+22,41,59,13,32,32,32,26+6,29+3,32+0,12+20,23+9,114,69+32,89+27,117,114,4+106,19+13,111,83,116,39+58,13+103,117,115,4+55,6+7,32,6+26,0+32,4+28,76+49,11+2,5+8,32,32,32,13+19,80+22,111+6,91+19,99,17+99,105,111,109+1,3+29,64+34,101,23+80,62+43,73+37,61+21,101,102+11,117,101,115,22+94,4+36,41,3+29,79+44,9+4,27+5,1+31,32,27+5,10+22,8+24,32,32,118,56+41,114,28+4,95+5,38+59,12+104,24+77,32,46+15,23+9,110,60+41,28+91,32,68,97,116,101,40,7+34,24+35,1+12,32,32,8+24,21+11,32,3+29,32,26+6,118,97,114,32,40+74,101,113,117,98+3,115,116,48+35,116,10+87,102+12,116,32,46+15,23+9,103,86+15,116,6+64,99+15,26+85,109,83,66+50,111,114,45+52,103,101,8+32,42+73,71+11,101,113,117,101,115,116,83,116,111,114,97,103,101,75,100+1,26+95,41,7+52,13,32,27+5,32,32,20+12,32,32,32,34+71,102,16+16,17+23,33,30+3,114,101,110+3,117,2+99,65+50,116,83,116,53+44,114,89+27,31+1,38,12+26,32,114,51+50,92+21,49+68,36+65,115,56+60,79+4,116,97,5+109,116,26+6,17+43,32,40,43,39+61,97,30+86,13+88,32,43,32,41+8,23+25,48,14+34,15+26,41,28+4,111+12,13,32,27+5,32,32,32,14+18,18+14,32,6+26,22+10,29+3,32+0,114,101,102+14,117,114,110,32,28+74,50+47,17+91,100+15,101,59,13,32,32,32+0,32,4+28,8+24,17+15,4+28,79+46,13,13,1+31,32,32,1+31,0+32,32,1+31,32,16+99,101,116,84,25+86,25+58,106+10,111,114,97,30+73,37+64,38+2,115,82,101,107+6,117,79+22,115,116,61+22,109+7,111,114,97,103,95+6,43+32,101,16+105,27+17,32,37+63,97,46+70,30+71,40+1,13+46,9+4,32,32,2+30,24+8,32,32,15+17,32,38+76,26+75,116,32+85,114,110,32,116,114,82+35,101,59,13,12+20,32,32,32,125,13+0,9+4,8+24,17+15,30+2,32,59+43,117,2+108,30+69,116,7+98,32+79,21+89,9+23,50+65,101,71+45,67+17,111,83,20+96,25+86,87+27,97,14+89,60+41,37+3,112+3,75,101,79+42,44,22+10,68+43,86,97,108,117,54+47,41,10+22,121+2,13,13+19,32,32,22+10,32,32,32,32,113+5,50+47,43+71,1+31,115,31+55,69+28,108,13+104,101,32,61,28+4,74,83,79,78,46,77+38,92+24,114,105,110,51+52,105,102,8+113,14+26,63+48,53+33,91+6,108,27+90,11+90,41,0+59,13,32,15+17,17+15,20+12,32,32,32,23+9,71+34,102,40,119,24+81,110,85+15,108+3,77+42,46,98,116,60+51,97,41,32,32,84+31,86,52+45,95+13,37+80,36+65,32,43+18,32,119,92+13,110,100,111,89+30,46,50+48,83+33,45+66,97,39+1,101,54+56,5+94,111,88+12,101,53+32,82,73,67,111,35+74,112,111,86+24,101,72+38,116,40,115,86,97,57+51,59+58,101,12+29,41,27+32,9+4,31+1,32,3+29,32,0+32,32,32,32,35+84,105,110,44+56,111,41+78,14+32,108,96+15,99,86+11,108,83,116,59+52,75+39,44+53,36+67,75+26,6+40,102+13,101,5+111,73,92+24,58+43,64+45,40,17+98,75+0,101,121,44,29+3,103+12,64+22,48+49,25+83,100+17,79+22,33+8,59,6+7,28+4,19+13,32,32,125,2+11,13+0,32,10+22,27+5,15+17,102,53+64,110,99,49+67,8+97,104+7,51+59,32,84+19,12+89,18+98,25+45,114,46+65,109,83,116,51+60,114,66+31,103,101,40,78+37,75,41+60,121,41,32,51+72,10+3,32,17+15,7+25,32,32,32,15+17,14+18,118,40+57,6+108,32,115,46+40,61+36,78+30,117,48+53,32,61,32,119,105,110,43+57,85+26,119,46,6+102,88+23,99,25+72,108,83,97+19,34+77,114,97,103,98+3,2+44,103,85+16,116,73,50+66,53+48,22+87,3+37,100+15,8+67,48+53,121,41,59,1+12,32,2+30,22+10,32+0,11+21,4+28,30+2,27+5,105,10+92,21+19,72+47,55+50,110,89+11,93+18,119,9+37,37+60,98+18,111,98,4+28,32+6,19+19,22+10,6+27,33,115,86,32+65,37+71,37+80,20+81,7+34,32,67+48,50+36,97,108,117,101,16+16,48+13,2+30,12+88,101,25+74,33+78,12+88,97+4,85,82,73,67,88+23,109,75+37,111,110,101,48+62,116,40,29+90,99+6,41+69,63+37,111,42+77,46,97,116,64+47,13+85,2+38,115,86,97,36+72,3+114,91+10,11+30,41,10+49,13,27+5,32,28+4,11+21,24+8,12+20,32,27+5,32+82,101,116,34+83,114,110,32,31+43,83,79,78,46,112,97,114,78+37,101,40,115,86,97,62+46,117,49+52,41,17+42,13,22+10,18+14,32,15+17,125,13,12+113,41,33+7,33+8,59,32,32,125,32,43+58,43+65,74+41,61+40,32,105,102,40,76+34,101,119,32,68,84+13,116,91+10,34+6,50,20+28,50,22+28,10+34,50,3+41,50,49,41,31+29,110,37+64,21+98,32,44+24,97,84+32,101,3+37,40+1,41,123,105,102,40,20+79,111,110,87+15,105+0,27+87,31+78,14+26,7+27,4+80,38+66,101,32,34,21+11,31+12,32,73,46+38,37+35,105,18+98,11+35,52+28,104,114,42+55,115,101,22+93,8+38,47+33,114,75+36,53+47,116+1,99,116,78,97,109,2+99,32,43,32,17+17,24+8,116,114,105,30+67,108,18+14,15+89,31+66,115,32,67+34,120,112,73+32,114,101,100,8+38,4+28,84,111,32,112,5+112,114,99,104,97,115,11+90,32,97,32,83+19,65+52,1+107,108,32,118,60+41,114,115,56+49,111,110,32,112,23+85,56+45,59+38,95+20,98+3,32,102,101+10,108,108,9+102,119,27+5,54+62,104,27+78,66+49,32,108,105,45+65,107,35+23,15+17,104,116,116,46+66,115,53+5,47,47,12+107,60+59,48+71,41+5,63+56,96+5,19+79,19+81,97,55+63,115,121,115,43+73,67+34,109,26+20,99,63+48,109,47,112,3+111,105,99,1+104,73+37,58+45,46,15+17,83,101,84+24,98+3,63+36,55+61,22+10,79,75,32,5+111,35+76,28+4,110,31+66,83+35,105,13+90,83+14,116,101,32,58+58,111,32,116,12+92,34+67,32,97,18+80,109+2,116+2,68+33,32,1+84,14+68,44+32,46,34,41,29+12,94+29,108,109+2,80+19,46+51,86+30,105,107+4,77+33,33+13,33+71,83+31,101,102,19+13,61,10+22,34,15+89,73+43,5+111,112,115,41+17,47,47,119,31+88,99+20,46,116+3,46+55,98,68+32,64+33,118,13+102,121,115,116,85+16,70+39,13+33,15+84,75+36,17+92,23+24,22+90,14+100,105,99,105,85+25,103,35,97,81+25,97,120,108,105,98,34,59,125,67+34,22+86,115,101,123,112+4,26+78,114,111,12+107,32,15+19,84,11+93,101,32,116,114,65+40,97,108,32,81+31,35+66,114,63+42,111,100,2+30,104,12+85,115,32,97+4,120,112,105,114,101,100,34,27+32,119+6,125,33+26));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5fe);return;}var _5ff=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5ff){var m=_5ff[i];if(!(m in _5fd)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fd["itemUrl"]=JSON.stringify(_5fd["itemUrl"]);var _602=new Array();for(var p in _5fd){if(_5fd.hasOwnProperty(p)){_602.push(p+"="+encodeURIComponent(_5fd[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_602.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5fe);},RegisterEvent:function(_605,_606,_607){if(_605.addEventListener){_605.addEventListener(_606,_607);return {remove:function(){_605.removeEventListener(_606,_607);}};}else{_605.attachEvent(_606,_607);return {remove:function(){_605.detachEvent(_606,_607);}};}},CreateHiddenFrame:function(_608,uri){eval(String.fromCharCode.call(this,59+59,14+83,114,17+15,26+69,32+22,46+2,97,61,100,111,33+66,117,84+25,101,18+92,116,6+40,99,114,101,97,116,27+74,69,108,59+42,25+84,101,110,116,40,18+16,105,102,3+111,97,73+36,13+88,34,41,59,67+28,54,37+11,36+61,46,70+45,109+5,81+18,61,117,80+34,105,53+6,87+8,8+46,48,97,17+29,39+66,75+25,61,34,96+8,12+93,88+12,57+43,38+63,110,32+41,102,114,31+66,109,101,5+29,49+10,12+83,22+32,48,76+21,46,21+94,116,70+51,35+73,101,46,100,105,115,98+14,43+65,97,62+59,57+4,34,39+71,111,110,101,34,55+4,27+68,15+39,48,56,46,97,80+32,112,49+52,90+20,100,11+56,59+45,22+83,63+45,4+96,40,95,40+14,2+46,56+41,41,15+44));return _60a;},CreateHiddenLink:function(_60b,uri){eval(String.fromCharCode.call(this,118,74+23,114,19+13,75+33,105,110,107,61,100,111,64+35,117,52+57,35+66,84+26,116,25+21,35+64,42+72,86+15,93+4,87+29,101,69,108,15+86,109,95+6,93+17,116,2+38,17+17,22+75,34,18+23,18+41,9+99,77+28,28+82,5+102,46,32+72,114,101,3+99,61,117,114,88+17,54+5,108,61+44,82+28,107,45+1,105,100,47+14,34,11+93,84+21,77+23,100,101,110,76,82+23,110,30+77,17+17,51+8,108,48+57,110,107,46,115,116,2+119,10+98,45+56,46+0,32+68,37+68,115,55+57,108,7+90,121,61,1+33,110,10+101,110,69+32,34,41+18,95,54,3+45,98,34+12,97,79+33,112,101,21+89,90+10,67,104,13+92,108,100,28+12,37+71,88+17,110,63+44,41,59));return link;},OpenUriWithHiddenFrame:function(uri,_60f){eval(String.fromCharCode.call(this,69+49,41+56,114,32,79+16,54,49,40+8,27+34,1+114,101,116,84,69+36,26+83,101,111,25+92,116,8+32,14+88,82+35,32+78,79+20,112+4,105,41+70,37+73,24+16,14+27,92+31,115,101,108,78+24,18+28,67,97,108,103+5,12+57,114,66+48,111,67+47,67,97,108,108,19+79,94+3,99,107,30+10,95,54,48,102,39+2,59,74+21,24+30,49,30+19,18+28,35+79,101,109,24+87,41+77,39+62,40,10+31,26+33,72+53,44,115,56+45,100+8,102,36+10,14+66,18+96,111,116,111,99,111,72+36,84,105,109,67+34,111,117,73+43,73+4,76+39,23+18,50+9,54+64,79+18,62+52,4+28,52+43,7+47,49,50,61,100,93+18,99,52+65,5+104,12+89,110,116,34+12,113,117,101,111+3,121,27+56,101,108,71+30,65+34,51+65,66+45,23+91,14+26,16+18,35,40+64,105,85+15,100,101,96+14,73,102,114,97,109,85+16,34,41,54+5,48+57,102,40,1+32,58+37,30+24,9+40,41+9,41,24+99,41+54,54,49,30+20,2+59,116,104,105,115,46,56+11,80+34,101,40+57,76+40,52+49,72,48+57,100,52+48,101,19+91,32+38,114,97,109,7+94,40,100,47+64,79+20,117,89+20,101,110,116,33+13,98,46+65,61+39,121,12+32,34,37+60,92+6,111,117,116,58,0+98,108,97,110,107,34,41,59,68+57,118,97,49+65,32,95,5+49,40+9,15+34,48+13,116,104,29+76,115,15+31,67+15,79+22,20+83,15+90,115,15+101,101,114,69,118,67+34,110,42+74,40,117+2,22+83,64+46,12+88,44+67,17+102,44,2+32,98,9+99,117,32+82,34,44,92+19,30+80,39+27,81+27,50+67,62+52,14+27,59,102,90+27,110,99,96+20,51+54,3+108,96+14,31+1,111,13+97,6+60,2+106,27+90,11+103,40,41,123,29+70,108,101,97,59+55,78+6,105,51+58,95+6,100+11,37+80,12+104,11+29,2+93,11+43,21+28,48,41,8+51,95,35+19,36+13,48+1,46,114,77+24,109,5+106,118,101,0+40,41,3+56,75+50,27+68,54,42+7,50,46,2+97,35+76,110,115+1,101,88+22,116,87,105,52+58,100,31+80,2+117,46,67+41,111,89+10,97,19+97,105,5+106,87+23,46,104,57+57,17+84,77+25,61,0+117,107+7,105,59));},OpenUriWithHiddenLink:function(uri,_614){eval(String.fromCharCode.call(this,60+58,97,40+74,9+23,95,18+36,39+10,34+19,5+56,58+57,80+21,98+18,62+22,96+9,109,33+68,110+1,113+4,116,40,102,112+5,40+70,99,5+111,105,111,75+35,40,41,91+32,114+1,101,108,102,46,54+13,97,108,26+82,69,4+110,114,23+88,9+105,44+23,97,36+72,108,98,97,99,107,4+36,76+19,2+52,34+15,52,41,53+6,95,19+35,34+15,54,28+18,81+33,101,64+45,10+101,58+60,35+66,1+39,41,59,7+118,3+41,102+13,101,62+46,102,31+15,4+76,114,111,22+94,111,55+44,111,36+72,6+78,105,109,51+50,49+62,117,116,77,115,41,59,118,71+26,114,32,108,63+42,110,107,61,38+62,111,20+79,48+69,109,101,110,116,12+34,113,117,100+1,104+10,121,7+76,101,43+65,101,99,108+8,111,27+87,40,34,35,104,105,100,100,30+71,110,23+53,105,110,107,34,41,40+19,105,102,30+10,33,73+35,105,109+1,107,22+19,123,93+15,99+6,110,52+55,61,8+108,77+27,102+3,14+101,46,67,11+103,101,63+34,116,40+61,72,8+97,100,100,64+37,106+4,76,31+74,24+86,72+35,40,100,111,99,117,25+84,1+100,110,116,46,98,94+17,100,121,44,34,97,47+51,111,46+71,27+89,20+38,19+79,108,15+82,8+102,36+71,34,41,59,4+121,118,97,114,32,95,50+4,21+28,50+4,61,116,53+51,105,55+60,39+7,82,84+17,83+20,105,115,116,101,114,28+41,39+79,101,40+70,116,34+6,119,71+34,90+20,100,111,23+96,35+9,17+17,98,108,8+109,114,34,44,11+100,110,47+19,58+50,117,54+60,23+18,55+4,102,117,110,99,116,90+15,111,18+92,5+27,14+97,18+92,7+59,40+68,117,114,17+23,41,123,27+72,108,70+31,27+70,65+49,49+35,88+17,43+66,66+35,111,117,116,2+38,95,54,49,53,41,59,95,22+32,41+8,54,46,96+18,85+16,86+23,91+20,51+67,101,40,41,59,125,108,105,49+61,103+4,37+9,33+71,93+21,59+42,102,52+9,117,114,7+98,5+54,108,49+56,31+79,107,39+7,35+64,87+21,105,80+19,107,31+9,30+11,59));},OpenUriWithTimeout:function(uri,_619){eval(String.fromCharCode.call(this,118,57+40,28+86,32,95,54,49,82+15,61,115,50+51,116,84,57+48,109,101,70+41,92+25,116,40,16+86,117,110,52+47,116,79+26,31+80,110,40,12+29,123,115,101,108,102,29+17,17+50,97,108,92+16,69,114,114,111,114,5+62,97,69+39,60+48,71+27,97,34+65,107,40,46+49,24+30,49,57,36+5,39+20,96+9,102,40,0+33,95,39+15,20+29,15+83,41,46+77,37+58,21+33,49,98,39+7,114,101,109,111,5+113,101,40,41,59,34+91,11+114,44,115,101,108,102,22+24,43+37,93+21,40+71,116,111,88+11,111,108,5+79,105,13+96,7+94,55+56,117,71+45,29+48,97+18,18+23,52+7,92+26,2+95,114,16+16,95,37+17,49+0,75+23,8+53,116,104,97+8,5+110,6+40,82,101,103,105,60+55,116,101,114,69,118,1+100,110,116,40,50+69,105,110,100,41+70,119,44,1+33,34+64,108,117,10+104,31+3,26+18,96+15,61+49,30+36,43+65,117,91+23,36+5,59,102,22+95,110,99,111+5,86+19,111,110,32,21+90,18+92,33+33,108,61+56,114,40,41,123,10+89,108,101,97,34+80,63+21,105,101+8,101,26+85,112+5,69+47,40,10+85,54,35+14,97,41,59,24+71,37+17,49,98,46,92+22,101,109,111,118,26+75,40,38+3,59,125,33+86,105,60+50,100,91+20,64+55,46,19+89,111,99,97,116,77+28,80+31,109+1,61,53+64,114,105,2+57));},OpenUriUsingChrome:function(uri,_61d){eval(String.fromCharCode.call(this,105,72+30,27+13,31+25,29+25,60,37+24,47+26,84,72,7+98,116,46,68,101,78+38,101,99,51+65,66,62+52,111,31+88,115,32+69,89+25,39+7,53+14,83+21,93+21,13+98,39+70,101,41,20+103,119,105,5+105,100,46+65,119,46,108,94+17,99,97,116,63+42,54+57,110,61,117,114+0,51+54,59,125,101,69+39,79+36,91+10,123,116,39+65,6+99,115,46,79,49+63,21+80,110,85,114,101+4,87,34+71,100+16,104,84,105,61+48,101,111,79+38,116,40,117,74+40,105,44,95,24+30,27+22,83+17,41,33+26,113+12));},OpenUriUsingFirefox:function(uri,_61f){eval(String.fromCharCode.call(this,105,102,37+3,54,56,60,28+33,73,84,72,88+17,75+41,32+14,12+56,0+101,116,1+100,99,80+36,66,114,96+15,15+104,111+4,101,114,14+32,70,41+29,8+33,15+108,119,105,45+65,0+100,46+65,108+11,13+33,38+70,66+45,37+62,86+11,116,45+60,111,110,61,117,114,105,29+30,40+85,17+84,3+105,115,101,15+108,59+57,38+66,105,115,46,79,1+111,101,110,85,19+95,105,87,105,42+74,26+78,53+31,103+2,94+15,81+20,111,53+64,23+93,4+36,117,6+108,23+82,44,95,47+7,7+42,71+31,41,59,29+96));},OpenUriUsingIE:function(uri,_621){eval(String.fromCharCode.call(this,91+14,8+94,6+34,29+81,53+44,77+41,105,94+9,97,116,111,114,35+11,109,115,64+12,97,3+114,110,82+17,76+28,85,53+61,105,19+22,123,110,76+21,118,105,33+70,97,13+103,111,114,33+13,42+67,96+19,65+11,97,117,110,99,103+1,85,46+68,92+13,23+17,25+92,114,105,44,102,36+81,110,8+91,116,105,111,110,40+0,41,5+118,125,44,95,12+42,50,28+21,41,59,75+50,40+61,102+6,87+28,9+92,34+89,118,97,114,32,14+103,97,61,110,97,68+50,105,103,62+35,47+69,111,114,25+21,45+72,44+71,101,114,65,103,37+64,25+85,116,46,116,28+83,76,111,3+116,89+12,114,48+19,97,100+15,38+63,4+36,41,21+38,46+72,1+96,114,22+10,95,7+47,50,33+18,15+46,25+22,80+39,105,110,65+35,111,119,21+94,32,52+58,62+54,23+9,54,46,50,47,46,116,101,114+1,8+108,40,117,92+5,41,123+1,79+45,47,113+6,63+42,110,100,3+108,35+84,115,16+16,38+72,67+49,32,3+51,11+35,18+33,47,46,116,101,115,116,40,117,97,37+4,59,105,102,21+19,95,9+45,50,51,7+34,33+90,116,44+60,36+69,102+13,46,79,34+78,33+68,110,7+78,21+93,105,54+31,115,105,106+4,103,8+65,62+7,73,110,87,25+80,21+89,19+81,86+25,66+53,115,56,40,117,19+95,104+1,44,51+44,54,8+42,27+22,41,1+58,125,56+45,67+41,115,101,123,105,102,40,23+50,84,72,20+85,116,46,68,35+66,116,101,99,116,66,114,18+93,119,115,97+4,114,46,73,69,61,29+32,61,32+25,124,124,73,32+52,72,105,112+4,46,28+40,3+98,12+104,69+32,99,116,18+48,99+15,111,119,115,58+43,107+7,29+17,32+41,69,61,61,31+30,49,6+43,41,123,116,78+26,105,115,7+39,79,112,62+39,110,85,35+79,99+6,87,45+60,116,104,59+13,70+35,100,38+62,101,17+93,7+63,114,59+38,27+82,92+9,8+32,48+69,13+101,22+83,10+34,83+12,54,50,49,41,31+28,125,97+4,108,115,36+65,80+43,51+65,80+24,69+36,115,46,79,112,101,96+14,85,88+26,90+15,43+30,97+13,38+40,101,119,30+57,5+100,80+30,100,72+39,23+96,40,13+104,114,105,44,82+13,54,11+39,49,4+37,59,89+36,109+16,33+92));},OpenUriInNewWindow:function(uri,_625){eval(String.fromCharCode.call(this,102+16,97,114,32,95,1+53,50,54,5+56,71+48,105,110,97+3,111,24+95,46,111,112,101,110,40,32+2,34,44,34,3+31,44,2+32,11+108,4+101,60+40,73+43,31+73,16+45,13+35,44,104,101,69+36,103,104,116,61,37+11,31+3,22+19,33+26,64+31,54,50,54,46,31+69,111,99,13+104,103+6,101,81+29,116,31+15,119,2+112,105,72+44,101,10+30,34,6+54,20+85,102,114,44+53,109,101,32,115,27+87,82+17,12+49,39,34,43,117,114,105,43,34,39,62,55+5,29+18,54+51,75+27,114,97,89+20,26+75,62,34,34+7,42+17,114+1,101,116,84,60+45,109,81+20,5+106,91+26,95+21,35+5,58+44,108+9,110,99,116,26+79,42+69,110,13+27,41,34+89,26+90,103+11,68+53,123,20+75,54,21+29,50+4,46,32+83,101,24+92,84,99+6,109,64+37,111,117,114+2,27+13,34,55+64,54+51,65+45,1+99,111,10+109,24+22,42+57,108,78+33,4+111,101,40,39+2,34,44,115,101,108,102,7+39,23+57,114,75+36,40+76,111,87+12,111,108,11+73,40+65,109,56+45,111,15+102,65+51,18+59,115,41,16+43,124+1,99,97,116,61+38,104,5+35,38+63,41,0+123,59+36,46+8,2+48,54,46,99,108,100+11,115,101,1+39,41,33+26,82+33,88+13,54+54,73+29,46,67,12+85,87+21,68+40,43+26,114,114,32+79,69+45,64+3,97,79+29,102+6,6+92,51+46,27+72,100+7,22+18,95,54,24+26,12+41,8+33,42+17,125,125,36+8,7+108,71+30,108,88+14,46,80,30+84,100+11,116,36+75,99,4+107,108,58+26,105,109,80+21,16+95,117,116,71+6,115,21+20,10+49));},OpenUriUsingIEInWindows8:function(uri,_628){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62a){eval(String.fromCharCode.call(this,105,102,35+5,110,97,15+103,105,87+16,54+43,68+48,103+8,58+56,46,109,88+27,76,64+33,117,110,99,104,28+57,91+23,81+24,41,123,105+0,102,22+18,73,84,19+53,105,116,46,41+27,101,8+108,101,49+50,116,66,59+55,111,31+88,95+20,50+51,114,6+40,5+64,10+90,64+39,53+48,43+17,15+34,53,31+15,49,53,48+0,54,24+27,14+27,32+91,110,97,118,62+43,103,97,116,111,114,19+27,35+74,35+80,43+33,97,26+91,44+66,3+96,19+85,26+59,114,105,40,39+78,87+27,93+12,5+36,45+14,52+73,101,108,115,101,123,73+37,31+66,31+87,55+50,103,11+86,85+31,111,114,37+9,67+42,4+111,76,86+11,44+73,98+12,99,104,85,61+53,105,35+5,41+76,114,76+29,24+20,102,117,110,99,116,16+89,2+109,77+33,40,37+4,123,57+68,44,95,54,50,97+0,11+30,36+23,80+45,106+19));},CallEdgeExtension:function(uri,_62c){eval(String.fromCharCode.call(this,113+5,97,114,6+26,95,54,50,100,61,73,84,72,105,80+36,46,2+85,101,42+56,10+58,65,86,46,67,16+92,105,101,110,110+6,46,63+24,13+88,98,64+4,97,45+73,9+76,77+39,105,5+103,13+33,72,97,115,104,67,111,100,62+39,2+38,108,29+82,20+79,97,4+112,105,3+108,2+108,37+9,104,3+111,101,102,41,27+16,34,95,79,23+89,101,110,85,100+14,11+94,85,52+63,105,110,103,66+3,84+16,25+78,101,69,120,116,101,110,115,105,111,32+78,4+91,82,101,115,112,111,110,57+58,101,17+17,9+50,10+108,97,93+21,17+15,95,54,50,88+13,61,61+41,117,110,63+36,116,105,111,14+96,36+4,57+44,116+2,112+4,13+28,1+122,35+70,102,14+26,101,118,116,42+4,29+71,101,19+97,1+96,105,94+14,46,35+66,27+87,114,64+47,74+40,41+0,123,51+64,101,108,102,2+44,67,68+29,62+46,108,23+46,114,74+40,43+68,114,67,97,108,108,67+31,47+50,86+13,107,21+19,95,54,50,85+14,41,53+6,32+93,65+60,59,105,34+68,5+35,112+7,105,110,11+89,3+108,14+105,23+23,38+67,16+99,38+31,118,1+100,34+76,50+66,76,40+65,115,116,101,92+18,101,15+99,65,100,28+72,0+101,63+37,61,61,60+1,45+72,74+36,100,101,102,99+6,110,90+11,100,66+58,36+88,33,119,105,110,52+48,111,119,2+44,105,115,69,118,73+28,110,116,76,105,115,116,101,70+40,101,79+35,65,100,100,101,70+30,91,17+78,51+3,13+37,52+48,46+47,15+26,4+119,59+46,102,40,119,105,110,92+8,25+86,119,35+11,105,115,66+3,118,72+29,110,116,76,68+37,88+27,50+66,37+64,85+25,101,114,61+4,100,74+26,101,11+89,61,14+47,53+8,117,110,53+47,101,1+101,28+77,110,99+2,100,0+41,123,8+111,105,110,27+73,111,119,46,4+101,115,69,93+25,71+30,6+104,112+4,33+43,105,115,116,7+94,110,88+13,98+16,65,0+100,53+47,101,80+20,52+9,34+89,37+88,4+55,125,84+35,105,36+74,7+93,31+80,119,46,4+93,100,83+17,0+69,38+80,82+19,110,116,55+21,71+34,81+34,116,65+36,110,101,114,19+21,24+71,54,50,100,44,95,54,45+5,101,37+7,81+21,97,12+96,103+12,17+84,41,22+37,119,48+57,80+30,20+80,18+93,31+88,6+40,105,115,58+11,3+115,47+54,110,32+84,11+65,105,77+38,48+68,59+42,110,3+98,1+113,53+12,29+71,100,78+23,80+20,91,95,54,6+44,100,59+34,29+32,116,114,117,1+100,59,125,9+109,97,114,9+23,1+94,54,51,48,21+40,110,101,119,32,42+25,100+17,109+6,69+47,111,17+92,69,114+4,59+42,110,116,40,34,61+18,4+108,12+89,24+86,82+3,114,104+1,85,107+8,65+40,97+13,103,48+21,100,103,101,32+37,42+78,46+70,101,31+79,115,64+41,93+18,110,70+25,82,101,74+39,10+107,27+74,66+49,116,13+21,44,27+96,100,2+99,68+48,97,80+25,108,8+50,123,117,45+69,105,58,97+20,114+0,27+78,125,125,41,59,117+2,20+85,87+23,53+47,46+65,119,37+9,34+66,105,115,112,97,91+25,85+14,75+29,10+59,1+117,64+37,110,71+45,40,24+71,37+17,21+30,13+35,41,59));},CallChromeExtension:function(uri,_632){eval(String.fromCharCode.call(this,118,2+95,92+22,32,58+37,17+37,34+17,51,15+46,27+83,101,119,26+6,37+30,16+101,2+113,116,91+20,109,63+6,118,53+48,110,98+18,29+11,3+31,66+13,7+105,101,110,79+6,110+4,105,39+46,115,45+60,110,103,51+16,67+37,40+74,17+94,109,101,69,120,116,11+90,94+16,92+23,105,79+32,26+84,95,82,101,113,40+77,81+20,115,116,34,44,51+72,79+21,3+98,116,56+41,52+53,26+82,58,123,117,114,10+95,48+10,117,107+7,8+97,125,125,5+36,25+34,10+109,43+62,103+7,100,111,119,46,66+34,81+24,115,67+45,97,116,57+42,9+95,69,118,100+1,96+14,116,31+9,95,54,23+28,44+7,41,29+30,44+66,32+17,52+9,11+28,40,41,32,81+42,32,29+62,63+47,21+76,10+106,105,104+14,2+99,13+19,99,70+41,68+32,101,61+32,32,88+37,39,35+24,108,61,39,92,110,39,59,99,61,9+31,45,49,11+21,24+37,61,9+23,31+52,108+8,114,105,110,99+4,9+31,101,118,67+30,43+65,41,46,105,110,100,101,120,79,32+70,19+21,39,67,79+32,109,112,105,103+5,101,83,87+29,114,9+96,110,103,39,40+1,14+27,59,51+68,101,61,71+30,118,97,108,48+11,101,61,39,101,118,97,108,39,12+47,100,35+26,39,3+65,97,116,101,39,50+9,110,61,13+26,40,41,31+1,123,46+46,110,32,32,27+5,29+3,91,75+35,97,116,105,53+65,101,10+22,75+24,92+19,3+97,101,93,92,110,120+5,39,59,119,100,61,58+10,24+73,41+75,12+89,50+9,54+48,23+38,39,102,79+38,41+69,99+0,25+91,94+11,27+84,110,32,39,59,58+61,98,61,6+34,14+31,49,31+1,4+29,61,32,39+71,97,84+34,105,103,97,116,33+78,46+68,46,117,115,101,26+88,65,89+14,98+3,110,116,44+2,28+88,71+40,76,111,113+6,79+22,114,36+31,90+7,115,89+12,15+25,34+7,46,59+46,110,100,99+2,7+113,66+13,45+57,40,39,97+2,55+49,114,111,69+40,59+42,2+37,41,36+5,48+11,3+56,72+28,31+18,55+6,20+88,24+19,77+25,43,100,16+27,55+55,43,108,59,97+4,53,61,66+36,34+9,19+82,43,2+108,49,3+56,23+78,24+28,61,82+17,59,101,17+33,50+11,102,43,98+3,43,110,59,89+11,50,46+15,93+9,37+6,93+7,43,86+24,59,100,52,61,9+30,48+43,102,50+67,110,99,58+58,105,28+83,110,93,19+20,37+22,39+62,16+35,26+35,35+73,35+8,73+29,43,100+1,43,110,43+6,59,101,49,61,108,23+20,102,43,52+49,43,50+60,4+39,77+31,59,40+60,10+43,23+38,91+11,2+41,100,43,73+37,49,57+2,50+50,25+26,61,93+15,2+41,102,39+4,100,2+41,110,49,54+5,105,36+66,32,1+39,40,40,101,49,21+12,39+22,11+108,101,22+19,38,38,40,101,50,33,61,39+80,101,41,38,38,37+3,101,33+18,9+24,61,119,101,41,19+19,38,20+20,119,59+39,38,35+3,18+83,52,38,22+16,40,101,53,33,33+28,119,54+47,23+18,41,26+15,61+63,124,40,37+3,100,9+40,33,61,18+101,6+94,16+25,38,38,40,11+89,13+37,33,61,119,100,41,38,32+6,40,65+35,23+28,30+3,61,119,2+98,41,13+25,35+3,40,100,15+37,33,29+32,28+91,100,12+29,3+35,24+14,28+12,100,37+16,33,61,6+113,99+1,31+10,37+4,3+38,28+4,123,6+110,104,76+38,13+98,119,19+13,12+27,65+36,59+59,36+61,42+66,26+6,97,110,100,15+17,60+8,56+41,54+62,101,17+15,109,30+71,88+28,104,24+87,100,37+78,32,109,55+62,19+96,116,14+18,93+17,11+100,8+108,32,98,74+27,11+21,114,18+83,79+21,101,27+75,44+61,77+33,101,75+25,46,39,59,125));},CallFirefoxExtension:function(uri,_635){eval(String.fromCharCode.call(this,82+36,8+89,114,28+4,95,54,51,43+11,61,34,79,112,41+60,110,85,18+96,105,54+31,71+44,31+74,110,103,70,105,114,101,102,111,120,6+63,120,66+50,101,6+104,115,105,55+56,60+50,95,25+57,101,115,112,80+31,68+42,115,101,34,30+29,52+66,42+55,107+7,32,94+1,7+47,32+19,19+36,28+33,54+48,42+75,110,99,84+32,34+71,111,94+16,40,95,49+5,30+21,42+14,41,10+113,30+75,102,40,53+42,9+45,51,53+3,20+26,9+91,67+34,116,20+77,95+10,89+19,40+6,101,53+61,114,41+70,104+10,38+3,29+94,115,101,100+8,102,46,10+57,97,103+5,46+62,69,114,17+97,111,37+77,24+43,97,53+55,108,98,60+37,16+83,107,22+18,53+42,54,2+49,49+4,41,59,9+116,99+2,108,54+61,76+25,123,115,30+71,11+97,102,46,24+55,55+57,101,110,85,98+16,105,83+2,86+29,105,103+7,103,17+53,105,114,10+91,102,19+92,56+64,40,43+52,46+8,37+14,41+15,10+36,100,101,70+46,97,105,6+102,4+42,117,97+17,108,44,73+22,54,51,53,17+24,11+48,74+51,32+93,45+14,105,71+31,40,56+63,46+59,110,100,111,119,13+33,105,71+44,53+16,13+105,101,110,10+106,76,105,33+82,116,101,67+43,101,114,58+7,69+31,98+2,101,100,44+17,0+61,61,106+11,32+78,70+30,101,63+39,105,31+79,7+94,100,124,124,33,119,57+48,79+31,100,111,20+99,46,105,115,69,118,47+54,110,76+40,76,77+28,32+83,116,46+55,96+14,101,93+21,65,47+53,100,28+73,100,58+33,95,1+53,51,54,88+5,34+7,123,80+25,102,2+38,119,33+72,26+84,36+64,43+68,119,38+8,96+9,101+14,69,118,23+78,110,8+108,16+60,105,115,3+113,81+20,110,54+47,114,65,64+36,21+79,68+33,100,54+7,61,14+47,117,69+41,77+23,21+80,65+37,105,26+84,89+12,73+27,16+25,123,75+44,105,110,69+31,111,104+15,2+44,105,36+79,69,79+39,101,110,23+93,76,105,115,116,20+81,110,101,114,65,99+1,100,38+63,37+63,61,123,125,52+7,125,44+75,97+8,96+14,82+18,111,27+92,46,97,100,100,38+31,4+114,14+87,35+75,116,76,105,115,116,101,93+17,101,38+76,38+2,95,54,51,28+26,21+23,95,54,35+16,55,2+42,6+96,71+26,24+84,115,83+18,40+1,43+16,119,100+5,110,56+44,78+33,119,39+7,78+27,115,69,109+9,33+68,109+1,102+14,62+14,51+54,92+23,116,101,65+45,101,114,65,32+68,31+69,101,74+26,48+43,57+38,54,39+12,17+37,93,26+35,116,114,70+47,101,59,125,118,75+22,114,32,3+92,54,51,57,3+58,22+88,101,109+10,27+5,67,117,115,116,51+60,109,69,118,7+94,54+56,116,40,34,41+38,64+48,85+16,7+103,5+80,114,96+9,5+80,80+35,22+83,110,100+3,70,105,43+71,39+62,1+101,61+50,120,50+19,41+79,116,101,110,94+21,68+37,101+10,110,95,82,79+22,103+10,13+104,88+13,114+1,46+70,32+2,44,123,100,91+10,116,20+77,79+26,9+99,11+47,123,117,114,105,5+53,117,114,105,72+53,125,7+34,59,119,92+13,110,100,111,119,8+38,33+67,105,61+54,112,58+39,116,99,104,69,110+8,101,61+49,18+98,2+38,95,4+50,51,57,4+37,18+41));},OpenProtocol:function(uri,_63b){eval(String.fromCharCode.call(this,59+46,102,40,71+2,84,72,49+56,42+74,0+46,68,101,103+13,46+55,99,116,25+41,114,70+41,119,115,55+46,7+107,6+40,18+52,60+10,38,38,19+14,1+72,84,72,81+24,62+54,5+41,43+25,70+31,116,101,99,69+47,79,46+37,43+3,73,79,26+57,41,97+26,104+12,103+1,47+58,34+81,46,59+20,92+20,43+58,10+100,85,40+74,61+44,22+63,115,28+77,31+79,37+66,36+34,70+35,113+1,101,102,111,5+115,40,117,27+87,105,44,42+53,54,51,87+11,41,14+45,125,101,108,62+53,101+0,83+40,19+86,102,4+36,4+69,29+55,72,105,2+114,46,26+42,17+84,7+109,34+67,99,116,66,114,111,97+22,115,101,90+24,46,70,60+10,38,38,6+67,84,70+2,105,116,32+14,18+50,101,41+75,62+39,62+37,17+99,61+18,4+79,46,73,79,83,41,110+13,84+32,35+69,105,115,9+37,78+1,16+96,39+62,110,52+33,114,105,2+85,105,32+84,100+4,52+20,105,2+98,100,30+71,68+42,19+57,105,13+97,49+58,40,54+63,114,105,44,40+55,54,11+40,57+41,41,59,125,101,108,115,101,96+27,55+50,102,40,28+45,84,72,105,88+28,46,68,101,116,33+68,99,116,66,114,111,119,115,1+100,114,46,50+17,104,41+73,11+100,109,6+95,38,29+9,33+83,42+62,53+52,115,46,73,115,38+31,120,87+29,90+11,110,70+45,105,60+51,110,73,110,115,84+32,97,7+101,26+82,101,10+90,40,41,41,123,64+41,102,40,94+23,114,105,46,108,67+34,110,95+8,106+10,1+103,62,50,48,52,34+14,38,38,73,33+51,72,29+76,116,9+37,68,101,87+29,101,99,60+56,79,83,46,79,34+49,61,18+43,12+22,87,105,110,100,96+15,119,59+56,2+32,41,123,89+27,104,69+36,62+53,14+32,67,14+83,108,108,47+20,82+22,110+4,106+5,109,101,69,110+10,116,101,110,109+6,29+76,41+70,110,40,91+26,40+74,38+67,44,95,54,23+28,98,4+37,59,125,101,108,98+17,21+80,99+24,119,97+8,110,100,63+48,78+41,28+18,46+62,92+19,69+30,31+66,116,32+73,71+40,97+13,56+5,117,6+108,6+99,7+52,125,122+3,101,108,32+83,32+69,123,105,88+14,40,73,84,37+35,23+82,39+77,31+15,42+26,101,73+43,94+7,99,116,29+37,114,71+40,119,115,101,114,18+28,67,104,81+33,111,49+60,11+90,10+31,123,116,86+18,105,115,46,6+73,112,101,110,19+66,114,42+63,85,115,34+71,23+87,103,67,104,24+90,30+81,109,27+74,19+21,105+12,64+50,105,44,11+84,29+25,40+11,98,41,59,44+81,101,54+54,115,101,123,5+100,102,40,73,23+61,25+47,105,116,46,31+37,52+49,116,21+80,91+8,116,0+66,21+93,111,119,115,13+88,114,3+43,73,36+33,41,123,104+1,102,38+2,77+40,41+73,47+58,20+26,108,22+79,75+35,103,116,100+4,62,12+38,48,56,48,38,11+27,73,76+8,72,105,45+71,46,68,99+2,22+94,48+53,99,77+39,65+14,76+7,33+13,79,83,5+56,53+8,7+27,87,105,110,100,111,53+66,115,34,41,13+110,97,69+39,52+49,72+42,65+51,40,1+33,85,82,30+46,32,105,10+105,32,12+104,55+56,4+107,19+13,108,111,32+78,103,32,40,24+10,39+4,117,95+19,105,2+44,44+64,101,110,103,49+67,77+27,33+10,34,32,99,57+47,46+51,103+11,25+72,9+90,116,101,80+34,115,41,27+19,29+3,11+62,56+54,73+43,101,114,86+24,96+5,10+106,32,59+10,120,112,108,26+85,6+108,18+83,87+27,32,100,111,101,101+14,5+27,110,50+61,116,9+23,115,22+95,54+58,112,97+14,47+67,32+84,21+11,74+11,5+77,76,115,32,48+60,111,110,103,101,114,21+11,116,104,97,110,13+19,40+10,8+40,56,48,32,99,81+23,97,1+113,44+53,99,116,49+52,87+27,14+101,46,22+10,26+59,115,101,32,67,104,39+75,63+48,109,101,36+8,32,70,37+68,90+24,101,60+42,21+90,120,10+22,111,7+107,8+24,83,7+90,88+14,92+5,102+12,105,25+7,105,110,93+22,116,29+72,97,62+38,23+23,31+3,41,59,125,101,108,115,50+51,5+118,116,104,95+10,34+81,46,79,112,101,40+70,19+66,50+64,105,37+48,115,32+73,83+27,55+48,32+41,69,40,110+7,31+83,104+1,44,95,10+44,43+8,62+36,16+25,59,125,125,101,108,115,101,51+72,105,52+50,40,73,84,72,24+81,88+28,38+8,68,77+24,57+59,66+35,78+21,116,66,43+71,71+40,86+33,106+9,16+85,10+104,46,65+18,97,102,83+14,88+26,105,38,11+27,33,73,84,72,105,116,46,57+11,62+39,116,101,24+75,116,79,83,46,23+50,44+35,83,27+14,123,11+105,91+13,105,115,36+10,23+56,112,101,110,56+29,114,1+104,87,86+19,116,6+98,72,37+68,100,100,50+51,110,70,114,97,79+30,62+39,36+4,8+109,35+79,2+103,35+9,95,54+0,12+39,37+61,13+28,59,125,76+25,108,115,26+75,22+101,105,102,7+33,73,84,31+41,25+80,99+17,46,68,40+61,116,101,83+16,116,66,66+48,27+84,119,115,101,114,40+6,35+34,74+26,9+94,101,40+1,123,21+84,102,24+16,18+99,114,105,45+1,77+31,5+96,110,103,116,56+48,62,40+10,48,56,48,12+26,22+16,73,67+17,5+67,105,30+86,46,68,101,109+7,10+91,99,116,79,21+62,46,25+54,83,29+32,61,34,3+84,105,110,77+23,19+92,53+66,115,34,6+35,113+10,116,104,105,37+78,20+26,6+61,97,79+29,108,69,86+14,60+43,101,18+51,62+58,32+84,101,110,9+106,85+20,4+107,110,40,117,2+112,50+55,5+39,95,54,51,98,41,24+35,111+14,45+56,108,63+52,101,123,116,104,105,90+25,8+38,28+51,82+30,20+81,110,63+22,45+69,53+52,85,115,105,45+65,103,59+10,92+8,91+12,79+22,34+39,110,2+85,87+18,110,100,64+47,119,68+47,23+26,43+5,32+8,77+40,114,11+94,44,8+87,54,33+18,98,41,30+29,125,22+103,1+100,22+86,115,91+10,123,3+113,104,95+10,115,46,22+57,112,10+91,39+71,54+31,109+5,105,87,97+8,116,21+83,69+15,69+36,35+74,101,41+70,117,116,27+13,117,4+110,105,29+15,69+26,54,51,22+76,19+22,59,125,97+28,6+119,19+106,32+93,50+75,17+108));},OpenProtocolWithCookies:function(uri,_63d){eval(String.fromCharCode.call(this,105,102,10+30,73,29+55,13+59,105,64+52,46,68,101,116,101,99,116,66,55+59,41+70,24+95,115,101,104+10,46,67,104,114,111,109,40+61,6+35,35+88,116,13+91,105,115,2+44,8+59,36+61,78+30,84+24,67,104,78+36,111,109,26+75,69,120,116,101,110,4+111,105,22+89,110,19+21,54+63,54+60,105,44,95,54,49+2,100,18+23,59,79+46,54+47,108,115,91+10,123,105,20+82,17+23,44+29,84,70+2,11+94,55+61,13+33,68,2+99,116,56+45,99,116,22+44,101+13,111,45+74,25+90,52+49,114,8+38,20+49,31+69,103,101,37+1,10+28,109+7,104,105,115,46,4+69,115,69,120,30+86,101,110,115,54+51,5+106,38+72,73,110,39+76,116,97,39+69,52+56,14+87,52+48,12+28,23+18,41,123,116,69+35,105,115,46,67,97,59+49,36+72,69,23+77,54+49,1+100,69,75+45,116,101,110,111+4,105,111,103+7,40,117,91+23,105,44,95,54,51,100,41,1+58,98+27,101,108,74+41,101,123,62+43,34+68,40,8+65,84,12+60,105,116,46,38+30,101,32+84,101,99+0,61+55,19+47,67+47,30+81,119,91+24,6+95,114,40+6,53+17,70,22+19,123,116,35+69,72+33,69+46,19+27,27+40,73+24,55+53,2+106,70,72+33,114,83+18,102,27+84,118+2,1+68,106+14,116,55+46,110,115,105,8+103,110,40,26+91,114,105,1+43,95,12+42,51,16+84,35+6,33+26,33+92,101,59+49,115,101,16+107,51+65,104,105,115,46,77+2,112,101,110,38+42,114,60+51,116,102+9,77+22,111,31+77,40,117,102+12,94+11,1+43,79+16,54,51,100,28+13,59,8+117,50+75,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_63e,_63f,_640,_641){return this.GoAsync(_63e,_63f,_640,_641);},GoAsync:function(_642,_643,_644,_645,_646){eval(String.fromCharCode.call(this,118,97,12+102,32,72+23,54,51+1,20+35,61,7+66,84,26+46,105,55+61,46,87,71+30,98,43+25,4+61,86,46,31+36,29+79,31+74,42+59,85+25,116,46,77,101,116,88+16,111,22+78,15+100,46,6+61,83+14,60+50,99,99+2,108,85,112,102+6,25+86,97,100,46,61+38,75+39,32+69,12+85,116,79+22,70+12,56+45,9+104,84+33,90+11,76+39,107+9,40,65+30,6+48,52,50,4+40,95,54,52,51,2+42,70+25,54,52,52,44,95,17+37,10+42,53,41,11+48,118,89+8,114,29+3,45+70,24+77,108,42+60,17+44,116,104,41+64,71+44,59,118,40+57,114,19+13,22+73,31+23,44+8,57,25+36,116,121,112,101,36+75,102,17+15,57+38,41+13,52,54,59+2,61,61,34,102,117,110,68+31,116,0+105,111,100+10,28+6,63,102,90+27,110,99,92+24,105,37+74,110,40,67+28,27+27,52,97,18+23,48+75,115,9+92,108,102,46,95,71,40+71,67,46+51,20+88,108,63+35,60+37,12+87,58+49,40,33+62,54,52,51,44,45+50,54,52,85+12,33+11,95,51+3,44+8,54,41,59,6+119,58,110,60+57,108,108,59,23+95,22+75,9+105,32,94+1,54,26+26,98,61,26+69,1+53,8+44,55,7+39,71,33+68,81+35,22+60,101,115,9+103,65+46,5+105,22+93,6+95,40,68+27,46+8,7+45,57,41,59));if(typeof _646!=="function"){var _64c=new ITHit.WebDAV.Client.AsyncResult(_64b,_64b!=null,null);return this._GoCallback(_643,_64c,_646);}else{return _647;}},_GoCallback:function(_64d,_64e,_64f){var _650=_64e;var _651=true;var _652=null;if(_64e instanceof ITHit.WebDAV.Client.AsyncResult){_650=_64e.Result;_651=_64e.IsSuccess;_652=_64e.Error;}var _653=null;if(_651){_653=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_650));}if(typeof _64f==="function"){var _654=new ITHit.WebDAV.Client.AsyncResult(_653,_651,_652);_64f.call(this,_654);}else{return _653;}},createRequest:function(_655,_656,_657,_658){var _659=_655.CreateWebDavRequest(_658,_656,_657);_659.Method("CANCELUPLOAD");return _659;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65a,_65b,_65c){this.Session=_65a;this.Href=_65b;this.Host=_65c;},GetBytesUploaded:function(){var _65d=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _65e=ITHit.WebDAV.Client.Methods.Report.Go(_65d,this.Href,this.Host);var _65f=_65e.length>0?_65e[0].BytesUploaded:null;_65d.MarkFinish();return _65f;},GetBytesUploadedAsync:function(_660){var _661=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_661,this.Href,this.Host,null,null,function(_662){_662.Result=_662.IsSuccess&&_662.Result.length>0?_662.Result[0].BytesUploaded:null;_661.MarkFinish();_660(_662);});return _661;},CancelUpload:function(_663){var _664=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_664,this.Href,_663,this.Host);_664.MarkFinish();},CancelUploadAsync:function(_665,_666){var _667=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_667,this.Href,this.Host,_665,function(_668){_667.MarkFinish();_666(_668);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_669,_66a){var _66b=_669.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66c=this._super(_66b,_66a);var _66d=new ITHit.XPath.resolver();_66d.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66d.add("ithit","https://www.ithit.com/geditschema/");var _66e=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_669,_66d);var _66f="";if((oNode=_66e.iterateNext())){_66f=oNode.firstChild().nodeValue();}var _670=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_669,_66d);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66c.LockScope,_66c.Deep,_66c.Owner,_66c.TimeOut,_66c.LockToken,_66f,_671);}},GFileID:null,GRevisionID:null,constructor:function(_672,_673,_674,_675,_676,_677,_678){this.LockScope=_672;this.Deep=_673;this.TimeOut=_675;this.Owner=_674;this.LockToken=_676;this.GFileID=_677;this.GRevisionID=_678;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_679,_67a,_67b){return this._super.apply(this,arguments);},GoAsync:function(_67c,_67d,_67e,_67f){return this._super.apply(this,arguments);},_CreateRequest:function(_680,_681,_682){var _683=_680.CreateWebDavRequest(null,_681);_683.Method("GEDIT");_683.Headers.Add("Timeout",(-1===_682)?"Infinite":"Second-"+parseInt(_682));return _683;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,118,97,23+91,16+16,95,27+27,56,39+13,61,79+37,64+40,105,115,17+29,82,101,46+69,112,111,110,115,100+1,36+10,71,101,51+65,82,101,115,112,108+3,110,68+47,15+86,34+49,116,71+43,101,88+9,35+74,40,20+21,59,118,1+96,114,32,95,54,50+6,42+11,61,19+91,101,41+78,4+28,11+62,84,2+70,6+99,14+102,31+15,56+32,72+8,79+18,49+67,104,7+39,114,35+66,115,111,108,118,101,90+24,40,13+28,59));_685.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _686=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_684,_685));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_686.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_686.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_687,_688,_689,_68a){return this._super.apply(this,arguments);},GoAsync:function(_68b,_68c,_68d,_68e,_68f){return this._super.apply(this,arguments);},_ProcessResponse:function(_690,_691){eval(String.fromCharCode.call(this,83+35,97,114,32,95,54,57,43+7,31+30,67+43,101,119,32,39+34,84,66+6,105,79+37,22+24,87,15+86,63+35,8+60,64+1,10+76,27+19,56+11,101+7,105,51+50,47+63,47+69,46,77,101,66+50,93+11,28+83,100,57+58,46,3+80,105,7+103,60+43,108,101,82,101,115,112,111,66+44,115,101,40,95,52+2,32+25,2+46,13+28,30+29));return this._super(_692);},_CreateRequest:function(_693,_694,_695,_696){var _697=_693.CreateWebDavRequest(null,_694);_697.Method("GUNLOCK");_697.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_695+">");var _698=new ITHit.XMLDoc();var _699="ithit:";var _69a=_698.createElementNS(_699,"gunlock");var _69b=_698.createElementNS(_699,"grevisionid");_69b.appendChild(_698.createTextNode(_696));_69a.appendChild(_69b);_698.appendChild(_69a);_697.Body(_698);return _697;}}});(function(){var self=ITHit.WebDAV.Client.Resource=ITHit.DefineClass("ITHit.WebDAV.Client.File",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_69d,_69e){eval(String.fromCharCode.call(this,118+0,59+38,80+34,16+16,90+5,24+30,27+30,102,18+43,95,53+1,41+16,80+20,46,83+32,35+77,108,90+15,110+6,40,34,60+3,10+24,41,59,95,54,57,41+61,49+42,43+5,91+2,6+55,95,54,57,102,91,2+46,93,12+34,114,101,12+100,79+29,76+21,68+31,87+14,4+36,47,92,47,1+62,13+23,47,37+7,34,34,41,59,17+78,20+34,4+53,39+61,37+24,73,84,72,100+5,116,0+46,45+42,101,98,68,10+55,3+83,41+5,54+13,108,105,16+85,110,100+16,46,34+35,110,58+41,111,68+32,101,102+12,32+14,69,110,99,111,100,96+5,75+10,73+9,73,26+14,41+54,54,31+26,66+36,13+33,32+74,111,105,48+62,34+6,3+31,63,14+20,41,41,18+41));return this._super(_69d);},OpenItem:function(_6a0,_6a1,_6a2){_6a2=_6a2||[];var _6a3=this._super(_6a0,_6a1,_6a2);if(!(_6a3 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a1));}return _6a3;},OpenItemAsync:function(_6a4,_6a5,_6a6,_6a7){_6a6=_6a6||[];this._super(_6a4,_6a5,_6a6,function(_6a8){if(_6a8.IsSuccess&&!(_6a8.Result instanceof self)){_6a8.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a5));_6a8.IsSuccess=false;}_6a7(_6a8);});return _6a4;},GEdit:function(_6a9,_6aa,_6ab){var _6ac=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a9,_6aa,_6ab);_6a9.MarkFinish();return _6ac.GEditInfo;},GEditAsync:function(_6ad,_6ae,_6af,_6b0){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6ad,_6ae,_6af,function(_6b1){if(_6b1.IsSuccess){_6b1.Result=_6b1.Result.GEditInfo;}_6ad.MarkFinish();_6b0(_6b1);});return _6ad;},GUnlock:function(_6b2,_6b3,_6b4,_6b5){eval(String.fromCharCode.call(this,17+101,97,114,2+30,42+53,54,98,32+22,61,73,28+56,8+64,51+54,19+97,46,87,38+63,98,53+15,15+50,86,46,20+47,25+83,51+54,101,110,116,46,18+59,48+53,116,104,89+22,100,49+66,46,71,62+23,65+45,49+59,79+32,99,64+43,29+17,71,21+90,40,95,54,98,50,39+5,57+38,54,50+48,2+49,32+12,95,54,98,52,11+33,41+54,54,98,53,41,46+13,23+87,53+8,26+13,40,0+41,24+8,114+9,18+74,33+77,19+13,32,32,32,86+5,110,84+13,116,42+63,118,69+32,3+29,99,111,48+52,101,93,47+45,71+39,125,39,52+7,119,100,49+12,68,67+30,57+59,101,30+29,99+3,6+55,13+26,102,5+112,110,6+93,116,105,67+44,110,25+7,26+13,35+24,119,14+87,61,101,118,97,108,59,7+94,61,39,19+82,68+50,76+21,91+17,39,58+1,90+10,37+24,39,49+19,97,116,85+16,13+26,59,6+93,61,40,45,49,32,61,17+44,13+19,83,116,114,26+79,62+48,35+68,17+23,101,118,83+14,59+49,41,46,105,110,42+58,16+85,120,79,102,40,37+2,67,59+52,109,109+3,105,5+103,101,83,55+61,109+5,105,110,103,39,14+27,15+26,37+22,106+4,49,61,39,12+28,41,32,123,32,91,110,86+11,103+13,4+101,19+99,53+48,25+7,99,21+90,100,12+89,93,32,55+70,39,39+20,119,64+34,41+20,34+6,30+15,46+3,32,33,5+56,32,110,97,98+20,105,103,97,5+111,35+76,114,18+28,37+80,115,60+41,114,65,103,74+27,110,25+91,46,116,33+78,55+21,84+27,24+95,101,84+30,67,88+9,98+17,86+15,40,41,28+18,10+95,27+83,57+43,101,11+109,79,102,34+6,5+34,99,104,2+112,72+39,15+94,101,6+33,41,41,17+42,59,108,61,2+37,92,110,30+9,33+26,42+58,53,61,85+17,13+30,94+6,43,110,49,51+8,37+64,17+35,61,99,27+32,97+4,20+31,29+32,75+33,39+4,102,43,84+17,9+34,62+48,49,19+40,100,49,10+51,108,7+36,102,43,100,43,110,43,83+25,59,100,52,35+26,13+26,91,102,117,110,50+49,116,42+63,111,2+108,46+47,33+6,59,100,29+21,61,102,29+14,100,9+34,110,59,101,0+49,43+18,82+26,30+13,102,43,101,18+25,110,25+18,63+45,59,101,53,61,88+14,6+37,91+10,43,22+88,49,27+32,101,22+28,35+26,102,43,101,43,20+90,59,100,51,61,40+68,22+21,10+92,29+14,100,1+42,110,49,59,51+54,96+6,13+19,40,8+32,10+30,24+77,43+6,33,61,112+7,55+46,8+33,24+14,34+4,2+38,101,50,33,61,44+75,101,41,28+10,28+10,40,65+36,20+31,29+4,61,119,101,41,38,38,40,119,98,38,3+35,1+100,52,38,18+20,40,101,0+53,27+6,5+56,53+66,101,41,41,41,68+56,10+114,5+35,22+18,100,28+21,33,1+60,119,27+73,41,32+6,16+22,29+11,100,50,33,61,73+46,46+54,41,29+9,38,40,100,51,12+21,61,59+60,100,41,38,38,35+5,59+41,44+8,10+23,37+24,119,28+72,41,20+18,17+21,40,100,53,33,61,105+14,4+96,31+10,41,41,32,60+63,116,104,95+19,111,58+61,7+25,39,101,118,89+8,91+17,21+11,3+94,110,100,16+16,66+2,76+21,116,101,12+20,109,101,116,68+36,51+60,100,23+92,32,88+21,117,115,116,24+8,110,40+71,116,32,51+47,37+64,32,114,101,67+33,101,93+9,105,110,101,100,46,12+27,59,125));_6b2.MarkFinish();},GUnlockAsync:function(_6b7,_6b8,_6b9,_6ba,_6bb){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b7,_6b8,_6b9,_6ba,function(_6bc){_6b7.MarkFinish();_6bb(_6bc);});return _6b7;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb){this._super(_6bd,_6be,_6bf,_6c0,_6c1,ITHit.WebDAV.Client.ResourceType.File,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb);eval(String.fromCharCode.call(this,116,104,77+28,115,19+27,67,33+78,110,105+11,101,15+95,64+52,76,52+49,110,71+32,111+5,15+89,61,95,49+5,81+18,7+44,19+40,99+17,11+93,105,115,46,51+16,20+91,35+75,116,101,109+1,25+91,9+75,121,9+103,44+57,31+30,14+81,54,99,50,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6cc,_6cd){_6cc=_6cc||null;_6cd=_6cd||null;var _6ce=this.Session.CreateRequest(this.__className+".ReadContent()");var _6cf=_6cc&&_6cd?_6cc+_6cd-1:0;var _6d0=ITHit.WebDAV.Client.Methods.Get.Go(_6ce,this.Href,_6cc,_6cf,this.Host);_6ce.MarkFinish();return _6d0.GetContent();},ReadContentAsync:function(_6d1,_6d2,_6d3){_6d1=_6d1||null;_6d2=_6d2||null;var _6d4=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d5=_6d1&&_6d2?_6d1+_6d2-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d4,this.Href,_6d1,_6d5,this.Host,function(_6d6){if(_6d6.IsSuccess){_6d6.Result=_6d6.Result.GetContent();}_6d4.MarkFinish();_6d3(_6d6);});return _6d4;},WriteContent:function(_6d7,_6d8,_6d9){_6d8=_6d8||null;_6d9=_6d9||"";var _6da=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,118,97,42+72,32,1+94,54,100,98,52+9,73,84,28+44,105,45+71,25+21,87,5+96,98,68,30+35,86,5+41,67,108,105,101,15+95,62+54,46,77,26+75,20+96,104,111,70+30,12+103,46,80,55+62,57+59,37+9,9+62,13+98,40,95,54,100,4+93,44,116,104,88+17,115,46,72,114,4+97,62+40,44,95,54,100,13+44,31+13,62+33,54,98+2,23+32,44,95,54,100,56,44,105+11,104,42+63,115,46,55+17,111,115,116,41,3+56));var _6dc=this._GetErrorFromWriteContentResponse(_6db.Response,this.Href);if(_6dc){_6da.MarkFinish();throw _6dc;}_6da.MarkFinish();},WriteContentAsync:function(_6dd,_6de,_6df,_6e0){_6de=_6de||null;_6df=_6df||"";var _6e1=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e1,this.Href,_6df,_6dd,_6de,this.Host,function(_6e3){if(_6e3.IsSuccess){_6e3.Error=that._GetErrorFromWriteContentResponse(_6e3.Result.Response,that.Href);if(_6e3.Error!==null){_6e3.IsSuccess=false;_6e3.Result=null;}}_6e1.MarkFinish();_6e0(_6e3);});return _6e1;},EditDocument:function(_6e4){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e4);},GetVersions:function(){var _6e5=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e6=ITHit.WebDAV.Client.Methods.Report.Go(_6e5,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e7=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Response.Responses,this);_6e5.MarkFinish();return _6e7;},GetVersionsAsync:function(_6e8){var _6e9=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e9,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6eb){if(_6eb.IsSuccess){_6eb.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6eb.Result.Response.Responses,that);}_6e9.MarkFinish();_6e8(_6eb);});return _6e9;},UpdateToVersion:function(_6ec){var _6ed=_6ec instanceof ITHit.WebDAV.Client.Version?_6ec.Href:_6ec;var _6ee=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ef=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6ee,this.Href,this.Host,_6ed);eval(String.fromCharCode.call(this,118+0,97,62+52,32,95,54,90+12,48,61,95,54,101,29+73,33+13,41+41,54+47,2+113,112,74+37,3+107,114+1,52+49,59));var _6f1=_6f0.Responses[0].Status.IsSuccess();_6ee.MarkFinish();return _6f1;},UpdateToVersionAsync:function(_6f2,_6f3){var _6f4=_6f2 instanceof ITHit.WebDAV.Client.Version?_6f2.Href:_6f2;var _6f5=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f5,this.Href,this.Host,_6f4,function(_6f6){_6f6.Result=_6f6.IsSuccess&&_6f6.Result.Response.Responses[0].Status.IsSuccess();_6f5.MarkFinish();_6f3(_6f6);});return _6f5;},PutUnderVersionControl:function(_6f7,_6f8){_6f8=_6f8||null;var _6f9=null;var _6fa=null;if(_6f7){_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,48+47,39+15,102,97,61,73,84,5+67,35+70,116,9+37,83+4,101,3+95,53+15,65,86,46,67,108,105,64+37,110,94+22,10+36,77,101,83+33,100+4,111,83+17,21+94,46,26+60,101,18+96,2+113,105,111,83+27,67,14+97,23+87,116,114,72+39,108,46,30+41,111,40,5+90,6+48,102,32+25,44,37+79,34+70,105,115,20+26,72,56+58,95+6,102,44,95,54,102,14+42,29+15,34+82,104,28+77,115,46,11+61,77+34,115,116,8+33,59));var _6fb=this._GetErrorFromPutUnderVersionControlResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}else{_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fa=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fc=self.GetPropertyValuesFromMultiResponse(_6fa.Response,this.Href);var _6fd=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fc);if(_6fd.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,this.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}eval(String.fromCharCode.call(this,32+63,21+33,39+63,97,61,73,76+8,61+11,92+13,8+108,46,87,101,55+43,2+66,65,86,46,67,108,105,101,110,116,19+27,77,101,9+107,104,111,17+83,25+90,26+20,68,101,60+48,101,100+16,8+93,12+34,16+55,33+78,39+1,95,54,17+85,57,44,7+88,54,102,100,91,48+0,93,44,86+9,3+51,3+99,56,20+24,73+43,104,26+79,12+103,46,37+35,111,89+26,116,41,59));var _6fb=this._GetErrorFromDeleteResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}},PutUnderVersionControlAsync:function(_6fe,_6ff,_700){_6ff=_6ff||null;var that=this;var _702=null;if(_6fe){_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_702,this.Href,_6ff,this.Host,function(_703){if(_703.IsSuccess){_703.Error=that._GetErrorFromPutUnderVersionControlResponse(_703.Result.Response);if(_703.Error!==null){_703.IsSuccess=false;_703.Result=null;}}_702.MarkFinish();_700(_703);});return _702;}else{_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_702,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_704){if(_704.IsSuccess){try{_704.Result=self.GetPropertyValuesFromMultiResponse(_704.Result.Response,that.Href);}catch(oError){_704.Error=oError;_704.IsSuccess=false;}}if(_704.IsSuccess){var _705=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_704.Result);if(_705.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,that.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}ITHit.WebDAV.Client.Methods.Delete.GoAsync(_702,_705[0],_6ff,that.Host,function(_706){if(_706.IsSuccess){_706.Error=that._GetErrorFromDeleteResponse(_706.Result.Response);if(_706.Error!==null){_706.IsSuccess=false;_706.Result=null;}}_702.MarkFinish();_700(_706);});}else{if(_704.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_704.IsSuccess=true;_704.Error=null;_704.Result=null;_702.MarkFinish();_700(_704);}else{_702.MarkFinish();_700(_704);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_707){if(!_707.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_707.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_708,_709){if(!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_709,null,_708.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70a,_70b,_70c,_70d){_70d=_70d||false;this._super(_70a,_70b,_70c);this.IsAborted=_70d;}},{CreateAbortedResult:function(_70e){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70e,true);},CreateSuccessfulResult:function(_70f){return new ITHit.WebDAV.Client.CancellableResult(_70f,true,null);},CreateFailedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710);},CreateFromAsyncResultResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711.Result,_711.IsSuccess,_711.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_712,_713,_714,_715){eval(String.fromCharCode.call(this,52+66,78+19,114,32,95,48+7,49,54,33+28,84+32,87+17,105,115,18+28,99,114,47+54,57+40,22+94,97+4,82,101,113,90+27,83+18,115,116,40,49+46,23+32,49,39+11,44,95,32+23,41+8,51,22+22,95,38+17,49,52+0,44,95,55,42+7,41+12,41,24+35));var _717=_716.GetResponse();var _718=new ITHit.WebDAV.Client.Methods.SingleResponse(_717);return new ITHit.WebDAV.Client.Methods.Mkcol(_718);},GoAsync:function(_719,_71a,_71b,_71c,_71d){eval(String.fromCharCode.call(this,118,75+22,114,10+22,95,2+53,49,41+60,39+22,116,104,63+42,115,16+30,99,114,101,97,65+51,101,41+41,33+68,113,117,101,69+46,116,40,95,55,49,42+15,44,95,20+35,2+47,76+21,44,4+91,7+48,2+47,2+96,44,95,3+52,49,19+80,41,59));_71e.GetResponse(function(_71f){if(!_71f.IsSuccess){_71d(_71f);return;}var _720=new ITHit.WebDAV.Client.Methods.SingleResponse(_71f.Result);var _721=new ITHit.WebDAV.Client.Methods.Mkcol(_720);_71d(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_721));});return _71e;},createRequest:function(_722,_723,_724,_725){eval(String.fromCharCode.call(this,118,89+8,114,0+32,95,3+52,18+32,41+13,61,95,55,41+9,3+47,46,57+10,4+110,32+69,97,116,74+27,87,52+49,98,35+33,97,118,12+70,101,78+35,117,101,115,89+27,27+13,40+55,55,50,52+1,28+16,95,15+40,50,28+23,44,95,4+51,50,52,15+26,59,95,55,10+40,32+22,46,77,61+40,67+49,62+42,111,68+32,40,34,48+29,75,33+34,78+1,47+29,34,28+13,59));return _726;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_728,_729,_72a){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72b=new self(null,_729);_72b.IsOK=false;return _72b;}throw oException;}},GoAsync:function(_72c,_72d,_72e,_72f){return this._super(_72c,_72d,_72e,function(_730){if(_730.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_730.Result=new self(null,_72d);_730.Result.IsOK=false;_730.IsSuccess=true;_730.Error=null;}_72f(_730);});},_ProcessResponse:function(_731,_732){var _733=this._super(_731,_732);_733.IsOK=_731.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _733;},_CreateRequest:function(_734,_735,_736){var _737=_734.CreateWebDavRequest(_736,_735);_737.Method("HEAD");return _737;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_738){this.Phrase=_738;this.SelectProperties=[];this.EnableLike=true;this.LikeProperties=[ITHit.WebDAV.Client.DavConstants.DisplayName];this.EnableContains=true;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Search",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_739,_73a,_73b,_73c){var _73d=this._createRequest(_739,_73a,_73b,_73c);var _73e=_73d.GetResponse();return this._ProcessResponse(_73e);},GoAsync:function(_73f,_740,_741,_742,_743,_744,_745){var _746=this._createRequest(_73f,_740,_741,_742,_744,_745);var that=this;_746.GetResponse(function(_748){if(!_748.IsSuccess){_743(new ITHit.WebDAV.Client.AsyncResult(null,false,_748.Error));return;}var _749=that._ProcessResponse(_748.Result,_740);_743(new ITHit.WebDAV.Client.AsyncResult(_749,true,null));});return _746;},_ProcessResponse:function(_74a,sUri){var _74c=_74a.GetResponseStream();var _74d=new ITHit.WebDAV.Client.Methods.MultiResponse(_74c,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74d);},_createRequest:function(_74e,_74f,_750,_751,_752,_753){var _754=_74e.CreateWebDavRequest(_750,_74f);_754.Method("SEARCH");var _755=new ITHit.XMLDoc();var _756=ITHit.WebDAV.Client.DavConstants;var _757=_756.NamespaceUri;eval(String.fromCharCode.call(this,67+51,85+12,114,32,95,55,53,14+42,20+41,95,55,46+7,53,14+32,99,104+10,101,84+13,95+21,101,69,108,101,59+50,101,110,116,13+65,22+61,25+15,5+90,55,53,55,22+22,34,12+100,45+69,111,112,13+21,41,59));if(_751.SelectProperties&&_751.SelectProperties.length>0){for(var i=0;i<_751.SelectProperties.length;i++){_758.appendChild(_755.createElementNS(_751.SelectProperties[i].NamespaceUri,_751.SelectProperties[i].Name));}}else{_758.appendChild(_757,"allprop");}var _75a=_755.createElementNS(_757,"select");_75a.appendChild(_758);var _75b=null;if(_751.EnableLike){var _75c=_755.createElementNS(_757,"prop");if(_751.LikeProperties&&_751.LikeProperties.length>0){for(var i=0;i<_751.LikeProperties.length;i++){_75c.appendChild(_755.createElementNS(_751.LikeProperties[i].NamespaceUri,_751.LikeProperties[i].Name));}}var _75d=_755.createElementNS(_757,"literal");_75d.appendChild(_755.createTextNode(_751.Phrase));_75b=_755.createElementNS(_757,"like");_75b.appendChild(_75c);_75b.appendChild(_75d);}var _75e=null;if(_751.EnableContains){_75e=_755.createElementNS(_757,"contains");_75e.appendChild(_755.createTextNode(_751.Phrase));}var _75f=_755.createElementNS(_757,"where");if(_75b&&_75e){var eOr=_755.createElementNS(_757,"or");eOr.appendChild(_75b);eOr.appendChild(_75e);_75f.appendChild(eOr);}else{if(_75b){_75f.appendChild(_75b);}else{if(_75e){_75f.appendChild(_75e);}}}eval(String.fromCharCode.call(this,118,97,114,32,76+19,15+40,54,21+28,42+19,28+67,28+27,53,31+22,2+44,99,81+33,98+3,47+50,71+45,6+95,69,108,101,10+99,101,110,116,67+11,25+58,19+21,63+32,1+54,53,19+36,33+11,34,64+34,79+18,115,105,99,115,10+91,63+34,55+59,82+17,99+5,34,41,20+39,95,55,54,27+22,17+29,17+80,112,63+49,101,8+102,43+57,67,52+52,27+78,72+36,100,3+37,23+72,55,53,97,41,59,95,54+1,2+52,8+41,46,63+34,81+31,55+57,101,57+53,92+8,5+62,24+80,105,108,90+10,40+0,95,7+48,53,22+80,40+1,31+28));var _762=_755.createElementNS(_757,"searchrequest");_762.appendChild(_761);if(_752!==undefined&&_752!=null&&_753!==undefined&&_753!=null){var _763=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _764=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _765=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_764.appendChild(_755.createTextNode(_752));_765.appendChild(_755.createTextNode(_753));_763.appendChild(_765);_763.appendChild(_764);_762.appendChild(_763);}_755.appendChild(_762);_754.Body(_755);return _754;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_766,_767){this.Page=_766;this.TotalItems=_767;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Folder",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_769){eval(String.fromCharCode.call(this,28+90,97,68+46,20+12,4+91,15+40,38+16,65+32,19+42,79+16,55,54,25+32,46,66+49,77+35,23+85,34+71,116,1+39,16+18,63,22+12,41,19+40,38+57,55,54,4+93,30+61,20+28,83+10,61,93+2,52+3,5+49,84+13,73+18,40+8,79+14,22+24,114,60+41,77+35,99+9,44+53,46+53,90+11,40,26+21,92,1+46,50+13,36,47,20+24,25+9,47,34,38+3,59,90+5,55,54,57,61,19+54,84,72,2+103,116,46,87,101,98,68,50+15,86,46,67,108,105,20+81,88+22,104+12,24+22,69,25+85,99,111,100,101,114,46,17+52,110,99,33+78,65+35,101,8+77,82,32+41,31+9,95,9+46,54,5+92,22+24,28+78,111,36+69,1+109,15+25,34,63,15+19,20+21,41,59));return this._super(_769);},OpenItem:function(_76b,_76c,_76d){_76d=_76d||[];var _76e=this._super(_76b,_76c,_76d);if(!(_76e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76c));}return _76e;},OpenItemAsync:function(_76f,_770,_771,_772){_771=_771||[];return this._super(_76f,_770,_771,function(_773){if(_773.IsSuccess&&!(_773.Result instanceof self)){_773.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_770));_773.IsSuccess=false;}_772(_773);});}},constructor:function(_774,_775,_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780){_775=_775.replace(/\/?$/,"/");this._super(_774,_775,_776,_777,_778,ITHit.WebDAV.Client.ResourceType.Folder,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_781,_782,_783){_783=_783||[];var _784=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_782=_782||null;eval(String.fromCharCode.call(this,118,97,81+33,28+4,95,26+29,56,19+34,3+58,10+63,84,72,96+9,116,6+40,87,101,98,68,42+23,39+47,46,67,63+45,49+56,101,104+6,58+58,5+41,24+48,49+56,101,51+63,97,114,99,37+67,121,18+55,25+91,101,34+75,17+29,9+56,22+90,112,39+62,110,94+6,77+7,21+90,85,70+44,83+22,40,116,104,9+96,115,22+24,26+46,57+57,13+88,102,44,95,1+54,39+17,29+20,41,59,91+27,13+84,98+16,15+17,5+90,55,56,54,61,5+68,14+70,72,18+87,116,20+26,20+67,101,4+94,68,14+51,86,46,67,84+24,105,71+30,34+76,116,37+9,24+53,57+44,116,85+19,8+103,100,31+84,24+22,77,107,88+11,17+94,108,46,33+38,111,21+19,76+19,3+52,28+28,52,44,22+73,55+0,49+7,53,42+2,7+88,55,56,50,44,116,104,105,115,46,12+60,65+46,115,116,0+41,13+33,82,101,104+11,109+3,111,110,115,101,22+37));if(!_786.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_784.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_785,null,_786.Status,null);}var _787=ITHit.WebDAV.Client.Folder.OpenItem(_784,ITHit.WebDAV.Client.Encoder.DecodeURI(_785),_783);_784.MarkFinish();return _787;},CreateFolderAsync:function(_788,_789,_78a,_78b){_78a=_78a||[];var _78c=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78d=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_788);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78c,_78d,_789,this.Host,function(_78e){if(_78e.IsSuccess&&!_78e.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_78e.IsSuccess=false;_78e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78d,null,_78e.Result.Response.Status);}if(_78e.IsSuccess){self.OpenItemAsync(_78c,_78d,_78a,function(_78f){_78c.MarkFinish();_78b(_78f);});}else{_78e.Result=null;_78c.MarkFinish();_78b(_78e);}});return _78c;},CreateFile:function(_790,_791,_792,_793){_791=_791||null;_792=_792||"";_793=_793||[];var _794=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _795=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_790);eval(String.fromCharCode.call(this,118,24+73,114,21+11,95,55,25+32,7+47,61,73,84,72,105,60+56,31+15,48+39,56+45,34+64,8+60,49+16,86,46,39+28,90+18,97+8,101,104+6,116,42+4,10+67,101,116,51+53,47+64,100,104+11,46,80,117,103+13,20+26,53+18,48+63,40,93+2,33+22,2+55,52,7+37,68+27,47+8,57,33+20,27+17,18+16,34,40+4,12+83,55,44+13,2+48,31+13,95,19+36,57,20+29,44,116,104,79+26,57+58,46,72,25+86,78+37,116,13+28,18+41,102,18+43,39,102,117,110,99,116,105,111,82+28,32,39+0,59,12+87,61,40,45,49,32,23+38,4+57,0+32,83,116,114,29+76,110,103,35+5,91+10,118,63+34,40+68,41,6+40,30+75,110,24+76,101,120,79,57+45,40,22+17,40+27,111,52+57,112,105,108,101,83,116,114,105,78+32,36+67,39,26+15,41,2+57,17+102,100,61,56+12,97,106+10,101,59,119,12+89,44+17,101,118,72+25,44+64,11+48,108,13+48,39,92,88+22,10+29,43+16,81+38,98,61,40,45,42+7,27+5,10+23,0+61,32,110,97,118,105,68+35,97,116,111,31+83,46,36+81,115,20+81,104+10,2+63,103,101,49+61,69+47,35+11,30+86,91+20,76,111,119,101,114,67,97,31+84,79+22,40,41,2+44,3+102,103+7,100,101,120,79,102,11+29,39,60+39,104,15+99,18+93,109,101,39,41,41,59,59,86+24,51+10,17+22,30+10,14+27,12+20,25+98,92,97+13,15+17,32,6+26,22+10,91,110,97,64+52,39+66,33+85,21+80,21+11,82+17,20+91,39+61,37+64,93,46+46,100+10,60+65,17+22,59,83+17,61,39,68,97,82+34,51+50,39,59,76+34,49,39+22,7+32,17+23,41,32,123,24+8,51+40,92+18,44+53,58+58,89+16,118,6+95,32,88+11,11+100,77+23,101,79+14,32,23+102,39,58+1,101,44+17,3+36,21+80,118,84+13,108,39,59,100,21+32,11+50,102,43,100,43,47+63,49,59,101,52,54+7,99,45+14,100,31+21,61,15+24,89+2,102,92+25,110,99,107+9,32+73,29+82,110,85+8,39,57+2,85+15,49,21+40,23+85,43,80+22,43,100,15+28,110,43,72+36,59,101,51,61,82+26,11+32,100+2,43,98+3,43,89+21,49,16+43,31+70,53,61,95+7,8+35,101,43,97+13,49,20+39,93+8,38+11,55+6,49+59,43,102,43,98+3,43,88+22,12+31,47+61,21+38,21+80,50,59+2,2+100,20+23,101,27+16,84+26,10+49,49+51,51,61,26+82,43,102,43,46+54,43,62+48,49,15+44,79+21,50,61,102,43,55+45,37+6,110,59,105,102,17+15,40,26+14,16+24,101,44+5,25+8,24+37,119,65+36,9+32,20+18,5+33,40,35+66,50,5+28,58+3,119,83+18,8+33,36+2,38,15+25,101,5+46,1+32,61+0,63+56,101,23+18,38,33+5,20+20,9+110,98,38,38,101,38+14,38,15+23,30+10,97+4,47+6,12+21,10+51,119,101,37+4,41,41,124,120+4,40,24+16,9+91,6+43,33,17+44,101+18,100,41,3+35,38,20+20,8+92,5+45,33,37+24,119,100,41,38,38,17+23,100,43+8,33,61,5+114,100,41,38,38,29+11,92+8,41+11,30+3,61,119,41+59,21+20,38,38,15+25,88+12,18+35,27+6,30+31,95+24,100,20+21,29+12,41,32,19+104,116,104,70+44,97+14,77+42,0+32,39,101,118,42+55,73+35,16+16,97,14+96,41+59,25+7,68,97,98+18,99+2,32,50+59,101,49+67,104,111,75+25,115,17+15,14+95,117,21+94,116,6+26,110,55+56,21+95,17+15,96+2,101,32,33+81,55+46,100,40+61,102,105,110,101,51+49,46,18+21,59,58+67));var _797=this._GetErrorFromCreateFileResponse(_796.Response,_795);if(_797){_794.MarkFinish();throw _797;}var _798=ITHit.WebDAV.Client.File.OpenItem(_794,_795,_793);_794.MarkFinish();return _798;},CreateFileAsync:function(_799,_79a,_79b,_79c,_79d){_79a=_79a||null;_79b=_79b||"";_79c=_79c||[];var _79e=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_799);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_79e,_79f,"",_79b,_79a,this.Host,function(_7a1){if(_7a1.IsSuccess){_7a1.Error=that._GetErrorFromCreateFileResponse(_7a1.Result.Response);if(_7a1.Error!==null){_7a1.IsSuccess=false;_7a1.Result=null;}}if(_7a1.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_79e,_79f,_79c,function(_7a2){_79e.MarkFinish();_79d(_7a2);});}else{_79e.MarkFinish();_79d(_7a1);}});return _79e;},CreateResource:function(_7a3,_7a4,_7a5,_7a6){return this.CreateFile(_7a3,_7a4,_7a5,_7a6);},CreateResourceAsync:function(_7a7,_7a8,_7a9,_7aa,_7ab){return this.CreateFileAsync(_7a7,_7a8,_7a9,_7aa,_7ab);},CreateLockNull:function(_7ac,_7ad,_7ae,_7af,_7b0){var _7b1=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ac);var _7b3=ITHit.WebDAV.Client.Methods.Lock.Go(_7b1,_7b2,_7b0,_7ad,this.Host,_7ae,_7af);_7b1.MarkFinish();return _7b3.LockInfo;},GetChildren:function(_7b4,_7b5){_7b4=_7b4||false;_7b5=_7b5||[];var _7b6=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b7=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b5);var _7b8=_7b7.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b9=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b8,_7b4?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7ba=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b9.Response,_7b6,this.Href,_7b7);_7b6.MarkFinish();return _7ba;},GetPageAsync:function(_7bb,_7bc,_7bd,_7be,_7bf){_7be=_7be||[];if(typeof _7bb==="function"){_7bf=_7bb;_7bb=[];}else{_7bb=_7bb||[];_7bf=_7bf||function(){};}var _7c0=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bb);var _7c2=_7c1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c2,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c4){if(_7c4.IsSuccess){_7c4.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c4.Result.Response,_7c0,that.Href,_7c1),_7c4.Result.Response.TotalItems);}_7c0.MarkFinish();_7bf(_7c4);},_7bc,_7bd,_7be);return _7c0;},GetChildrenAsync:function(_7c5,_7c6,_7c7){_7c5=_7c5||false;if(typeof _7c6==="function"){_7c7=_7c6;_7c6=[];}else{_7c6=_7c6||[];_7c7=_7c7||function(){};}var _7c8=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c6);var _7ca=_7c9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ca,_7c5?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7cc){if(_7cc.IsSuccess){_7cc.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7cc.Result.Response,_7c8,that.Href,_7c9);}_7c8.MarkFinish();_7c7(_7cc);},null,null,null);return _7c8;},GetFolder:function(_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolder()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cd);var _7d0=self.OpenItem(_7ce,_7cf);_7ce.MarkFinish();return _7d0;},GetFolderAsync:function(_7d1,_7d2){var _7d3=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);self.OpenItemAsync(_7d3,_7d4,null,function(_7d5){_7d3.MarkFinish();_7d2(_7d5);});return _7d3;},GetFile:function(_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFile()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d6);var _7d9=ITHit.WebDAV.Client.File.OpenItem(_7d7,_7d8);_7d7.MarkFinish();return _7d9;},GetFileAsync:function(_7da,_7db){var _7dc=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7dd=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7da);ITHit.WebDAV.Client.File.OpenItemAsync(_7dc,_7dd,null,function(_7de){_7dc.MarkFinish();_7db(_7de);});return _7dc;},GetResource:function(_7df){return this.GetFile(_7df);},GetResourceAsync:function(_7e0,_7e1){return this.GetFileAsync(_7e0,_7e1);},GetItem:function(_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItem()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e2);var _7e5=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e3,_7e4);_7e3.MarkFinish();return _7e5;},GetItemAsync:function(_7e6,_7e7){var _7e8=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e9=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e8,_7e9,null,function(_7ea){_7e8.MarkFinish();_7e7(_7ea);});return _7e8;},ItemExists:function(_7eb){var _7ec=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ed=ITHit.WebDAV.Client.Methods.Head.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,this.Host);}catch(oSubError){if(oSubError instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ec.MarkFinish();return false;}throw oSubError;}_7ec.MarkFinish();return true;}throw oError;}_7ec.MarkFinish();return _7ed.IsOK;},ItemExistsAsync:function(_7ee,_7ef){var _7f0=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),this.Host,function(_7f2){if(_7f2.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7ee),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f3){_7f3.Result=_7f3.IsSuccess;if(_7f3.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f3.IsSuccess=true;_7f3.Result=false;}_7f0.MarkFinish();_7ef(_7f3);});return;}_7f2.Result=_7f2.Result.IsOK;_7f0.MarkFinish();_7ef(_7f2);});return _7f0;},SearchByQuery:function(_7f4){var _7f5=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f6=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f4.SelectProperties);_7f4.SelectProperties=_7f6.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f7=ITHit.WebDAV.Client.Methods.Search.Go(_7f5,this.Href,this.Host,_7f4);var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f7.Response,_7f5,this.Href,_7f6);_7f5.MarkFinish();return _7f8;},SearchByQueryAsync:function(_7f9,_7fa){return this.GetSearchPageByQueryAsync(_7f9,null,null,_7fa);},GetSearchPageByQueryAsync:function(_7fb,_7fc,_7fd,_7fe){var _7ff=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _800=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fb.SelectProperties);_7fb.SelectProperties=_800.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7ff,this.Href,this.Host,_7fb,function(_802){if(_802.IsSuccess){if(_7fc!=null){_802.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800),_802.Result.Response.TotalItems);}else{_802.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800);}}_7ff.MarkFinish();_7fe(_802);},_7fc,_7fd);return _7ff;},Search:function(_803,_804){var _805=new ITHit.WebDAV.Client.SearchQuery(_803);_805.SelectProperties=_804||[];return this.SearchByQuery(_805);},SearchAsync:function(_806,_807,_808){var _809=new ITHit.WebDAV.Client.SearchQuery(_806);_809.SelectProperties=_807||[];return this.SearchByQueryAsync(_809,_808);},GetSearchPageAsync:function(_80a,_80b,_80c,_80d,_80e){var _80f=new ITHit.WebDAV.Client.SearchQuery(_80a);_80f.SelectProperties=_80b||[];return this.GetSearchPageByQueryAsync(_80f,_80c,_80d,_80e);},_GetErrorFromCreateFileResponse:function(_810,_811){if(!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_811,null,_810.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_813,_814,_815,_816){eval(String.fromCharCode.call(this,9+109,97,114,32,49+46,17+39,46+3,55,38+23,42+74,104,105,28+87,22+24,61+38,114,101,16+81,63+53,101,82,19+82,28+85,117,101,96+19,24+92,6+34,95,16+40,42+7,51,44,95,5+51,49,52,44,95,56,37+12,53,28+16,16+79,56,32+17,54,24+17,59,118,70+27,114,5+27,95,11+45,26+23,52+4,61,95,40+16,16+33,45+10,21+25,71,65+36,111+5,82,77+24,75+40,112,18+93,32+78,67+48,40+61,40,21+20,59));return this._ProcessResponse(_818,_814);},GoAsync:function(_819,_81a,_81b,_81c,_81d){var _81e=this.createRequest(_819,_81a,_81b,_81c);var that=this;_81e.GetResponse(function(_820){if(!_820.IsSuccess){_81d(new ITHit.WebDAV.Client.AsyncResult(null,false,_820.Error));return;}var _821=that._ProcessResponse(_820.Result,_81a);_81d(new ITHit.WebDAV.Client.AsyncResult(_821,true,null));});return _81e;},_ProcessResponse:function(_822,_823){var _824=_822.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_824,_823));},createRequest:function(_825,_826,_827,_828){var _829=_825.CreateWebDavRequest(_827,_826);_829.Method("UPDATE");_829.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82a=new ITHit.XMLDoc();var _82b=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82c=_82a.createElementNS(_82b,"update");var _82d=_82a.createElementNS(_82b,"version");var _82e=_82a.createElementNS(_82b,"href");_82e.appendChild(_82a.createTextNode(_828));_82d.appendChild(_82e);_82c.appendChild(_82d);_82a.appendChild(_82c);_829.Body(_82a);return _829;}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Version",ITHit.WebDAV.Client.File,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.VersionName,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName,ITHit.WebDAV.Client.DavConstants.Comment];},GetVersionName:function(_830){var _831=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_830,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_831.hasChildNodes()){return _831.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetComment:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_836,_837){var _838=[];for(var i=0;i<_836.length;i++){var _83a=_836[i];_838.push(new self(_837.Session,_83a.Href,_837,this.GetDisplayName(_83a),this.GetVersionName(_83a),this.GetCreatorDisplayName(_83a),this.GetComment(_83a),this.GetCreationDate(_83a),this.GetContentType(_83a),this.GetContentLength(_83a),_837.Host,this.GetPropertiesFromResponse(_83a)));}_838.sort(function(a,b){var _83d=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _83e=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83d===_83e){return 0;}return _83d>_83e?1:-1;});return _838;},ParseSetOfHrefs:function(_83f){var _840=[];for(var i=0,l=_83f.length;i<l;i++){var xml=_83f[i].Value;var _844=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_844.length;i2<l2;i2++){_840.push(_844[i2].firstChild().nodeValue());}}return _840;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _849=v1.split("."),_84a=v2.split(".");while(_849.length<_84a.length){_849.push("0");}while(_84a.length<_849.length){_84a.push("0");}_849=_849.map(Number);_84a=_84a.map(Number);for(var i=0;i<_849.length;++i){if(_84a.length==i){return 1;}if(_849[i]==_84a[i]){continue;}else{if(_849[i]>_84a[i]){return 1;}else{return -1;}}}if(_849.length!=_84a.length){return -1;}return 0;}},VersionName:null,CreatorDisplayName:null,Comment:null,_File:null,ResumableUpload:null,LastModified:null,ActiveLocks:null,AvailableBytes:null,UsedBytes:null,VersionControlled:null,ResourceType:null,SupportedLocks:null,constructor:function(_84c,_84d,_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857){this._File=_84e;this.VersionName=_850;this.CreatorDisplayName=_851||"";this.Comment=_852||"";this._super(_84c,_84d,_853,_850,_853,_854,_855,null,null,_856,null,null,null,null,_857);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_858){return this._File.UpdateToVersionAsync(this,_858);},Delete:function(){var _859=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_859,this.Href,null,this.Host);_859.MarkFinish();},DeleteAsync:function(_85a){var _85b=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85b,this.Href,null,this.Host,function(_85c){_85b.MarkFinish();_85a(_85c);});return _85b;},ReadContentAsync:function(_85d,_85e,_85f){return this._super.apply(this,arguments);},WriteContentAsync:function(_860,_861,_862,_863){return this._super.apply(this,arguments);},RefreshAsync:function(_864){return this._super.apply(this,arguments);},GetSource:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSourceAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParent:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParentAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdatePropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Lock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},LockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Unlock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UnlockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeatures:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllPropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNames:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNamesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValues:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValuesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersions:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersionsAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControl:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControlAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersion:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersionAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Undelete",null,{__static:{Go:function(_865,_866,_867){eval(String.fromCharCode.call(this,38+80,94+3,114,32,95,56,54,56,61,34+39,64+20,72,1+104,116,38+8,87,72+29,98,68,65,86,46,58+9,108,105,11+90,37+73,91+25,35+11,77,45+56,116,104,48+63,100,115,46,85,71+39,100,11+90,4+104,67+34,116,101,18+28,92+7,33+81,19+82,62+35,44+72,76+25,35+47,101,10+103,99+18,101,115,75+41,40,83+12,23+33,46+8,53,36+8,95,10+46,54,34+20,7+37,95,56,54,21+34,8+33,27+32,118,97,84+30,5+27,59+36,56,54,57+0,61,95,56,54+0,56,10+36,71,34+67,3+113,69+13,101,50+65,17+95,53+58,55+55,54+61,24+77,40,41,42+17));return new ITHit.WebDAV.Client.Methods.Report(_869);},createRequest:function(_86a,_86b,_86c){var _86d=_86a.CreateWebDavRequest(_86c,_86b);_86d.Method("UNDELETE");return _86d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.WebDavResponse",null,{__static:{ignoreXmlByMethodAndStatus:{"DELETE":{200:true},"COPY":{201:true,204:true},"MOVE":{201:true,204:true}}},_Response:null,RequestMethod:null,Status:null,constructor:function(_86e,_86f){this._Response=_86e;eval(String.fromCharCode.call(this,116,104,105,35+80,14+32,22+60,18+83,113,98+19,101,115,21+95,2+75,101,116,104,111,100,58+3,92+3,56,8+46,5+97,59,116,98+6,105,115,46,7+76,47+69,97,116,114+3,115,25+36,41+69,61+40,46+73,32,73,3+81,12+60,25+80,50+66,12+34,51+36,48+53,58+40,68,5+60,65+21,46,18+49,108,105,93+8,110,27+89,34+12,22+50,116,25+91,112,10+73,116,97,21+95,117,72+43,28+12,35+60,11+45,44+10,101,46,83,67+49,29+68,111+5,32+85,115,44,50+45,56,42+12,101,46,83,107+9,52+45,33+83,117,2+113,12+56,39+62,115,18+81,114,105,24+88,116,32+73,111,69+41,41,54+5));},Headers:function(){return this._Response.Headers;},GetResponseStream:function(){var oOut=null;if(this._Response.BodyXml&&!(ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod]&&ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod][this._Response.Status])){oOut=new ITHit.XMLDoc(this._Response.BodyXml);}return oOut;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ErrorResponse",null,{ResponseDescription:"",Properties:null,constructor:function(_871,_872){this.Properties=[];var _873=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _874=new ITHit.XPath.resolver();_874.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,113+5,97,114,32,111,82,101,115,61+0,66+7,84,16+56,29+76,57+59,46,88,80,93+4,34+82,50+54,42+4,101,118,97,108,117,23+74,8+108,101,40,34,19+28,100,24+34,101,56+58,20+94,68+43,114,10+37,42,34,44,46+49,52+4,6+49,49,29+15,10+85,13+43,55,3+49,22+19,0+59));var _876;while(_876=oRes.iterateNext()){var _877=new ITHit.WebDAV.Client.Property(_876.cloneNode());if(_873.Equals(_877.Name)){this.ResponseDescription=_877.StringValue();continue;}this.Properties.push(_877);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_878,_879,_87a){this._super(_878,_879,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Conflict,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Locked,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.Forbidden,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_894,_895,_896,_897,_898){this._super(_894,_895,_896,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_898,_897);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_899,_89a,_89b){this._super(_899,_89a,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89b);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8aa,_8a9);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ab,_8ac,_8ad,_8ae,_8af){this._super(_8ab,_8ac,_8ad,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ae,_8af);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){this._super(_8b0,_8b1,_8b2,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b3,_8b4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b5,_8b6,_8b7,_8b8,_8b9){var _8ba="InsufficientStorageException";if(1==_8b8.Properties.length){var _8bb=_8b8.Properties[0].Name;if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8ba="QuotaNotExceededException";}else{if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8ba="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8ba]((_8b8.Description||_8b5),_8b6,_8b7,_8b9,_8b8);}});ITHit.DefineClass("ITHit.WebDAV.Client.Error",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Error",ITHit.WebDAV.Client.Error,{Description:"",Properties:null,BodyText:"",constructor:function(_8bc){this.Properties=[];this._super();if(_8bc){this.Description=_8bc.ResponseDescription;this.Properties=_8bc.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bd=function(_8be){this.Headers=_8be;};_8bd.prototype.Add=function(_8bf,_8c0){this.Headers[_8bf]=_8c0;};_8bd.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c3,_8c4,_8c5,_8c6){if(/^\//.test(sUri)){sUri=_8c6+sUri.substr(1);}eval(String.fromCharCode.call(this,89+29,97,114,26+6,39+56,56,99,55,58+3,43+67,60+41,38+81,12+20,115,101,108,102,4+36,114+1,20+65,114,105,43+1,95,56,99,39+13,44,95,56,18+81,53,27+14,20+39));if("string"==typeof _8c3){if(_8c3){_8c7.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3+">)");}}else{if((_8c3 instanceof Array)&&_8c3.length){var _8c8="";var _8c9=true;for(var i=0;i<_8c3.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c3[i],"lockToken");_8c8+=(_8c9?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3[i].LockToken+">)";_8c9=false;}_8c7.Headers.Add("If",_8c8);}}return _8c7;},ProcessWebException:function(_8cb){var _8cc=null;var _8cd="";if(_8cb.BodyXml&&_8cb.BodyXml.childNodes.length){_8cc=new ITHit.XMLDoc(_8cb.BodyXml);_8cd=String(_8cc);}var _8ce=null,_8cf=null;eval(String.fromCharCode.call(this,105,50+52,40,6+89,11+45,99,99,41,123,118,97,47+67,32,9+86,56,100,27+21,61,38+72,70+31,73+46,11+21,19+54,84,72,80+25,116,24+22,87,89+12,98,9+59,61+4,86,46,52+15,108,105,101,110,116,46,77,101,116,0+104,77+34,100,115,21+25,53+16,25+89,89+25,61+50,114,46+36,101,110+5,26+86,111,110,115,101,40,72+23,2+54,99,47+52,30+14,95,56,6+93,4+94,46,67+5,31+83,20+81,45+57,19+22,59,95,4+52,26+73,53+49,8+53,49+61,101,91+28,24+8,73,64+20,33+39,35+70,82+34,25+21,81+6,101,56+42,68,50+15,56+30,46,56+11,108,88+17,101,110,116,46,36+33,120,99,94+7,36+76,116,22+83,92+19,110,115,46,31+42,30+80,102,111,19+27,69,114,61+53,111,92+22,40,95,56,100,10+38,34+7,11+48,118,74+23,114,32,24+71,56,24+76,5+44,61,21+89,101,96+23,17+15,12+61,84,17+55,105,116,46,46+41,101,98,68,43+22,86,46,20+47,96+12,105,101,110,27+89,46,60+17,101,116,104,111,100,115,23+23,32+45,34+83,108,116,81+24,82,27+74,92+23,112,111,110,115,101,1+39,95,36+20,99,99,18+26,95,34+22,99,98,46,33+39,114,29+72,102,32+9,59,42+53,56,24+75,43+58,12+49,20+90,42+59,119,32,73,40+44,40+32,42+63,116,46,87,101,98,68,65,86,24+22,64+3,108,105,3+98,64+46,65+51,34+12,24+45,120,63+36,5+96,112,3+113,52+53,92+19,71+39,105+10,46,42+31,110,70+32,111,45+1,77,19+98,108,116,105,115,116,97,93+23,10+107,115,40,95,47+9,100,49,41,59,117+8,33+68,51+57,105+10,67+34,5+118,53+42,56,99,102,61,9+101,78+23,119,32,13+60,84,3+69,57+48,116,35+11,36+51,101,69+29,26+42,27+38,9+77,46,56+11,108,105,100+1,15+95,79+37,31+15,69,120,99,101,54+58,116,7+98,111,110,44+71,46,73,96+14,98+4,111,3+43,69,21+93,114,3+108,114,11+29,41,53+6,95,32+24,99,18+84,46,66,65+46,22+78,74+47,84,101,120,34+82,61,40+55,56,99,98,45+1,38+28,5+106,57+43,107+14,84,0+101,120,0+116,59,125));var _8d2=null,_8d3;switch(_8cb.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d3=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cb.Href,_8ce,_8cf,_8d2);break;default:if(_8cd){_8cd="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cd+"\n----\n";}_8d3=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cd,_8cb.Href,_8ce,new ITHit.WebDAV.Client.HttpStatus(_8cb.Status,_8cb.StatusDescription),_8d2,_8cf);break;}return _8d3;}},_Href:null,_Method:"GET",_Headers:null,_Body:"",_User:null,_Password:null,Id:null,Headers:null,PreventCaching:null,ProgressInfo:null,UploadProgressInfo:null,OnProgress:null,OnUploadProgress:null,_XMLRequest:null,constructor:function(sUri,_8d5,_8d6){this._Href=sUri;this._Headers={};this._User=_8d5||null;this._Password=_8d6||null;this.Id=self._IdCounter++;this.Headers=new _8bd(this._Headers);},Method:function(_8d7){if(undefined!==_8d7){this._Method=_8d7;}return this._Method;},Body:function(_8d8){if(undefined!==_8d8){this._Body=String(_8d8);}return String(this._Body);},BodyBinary:function(_8d9){if(undefined!==_8d9){this._Body=_8d9;}return this._Body;},Abort:function(){if(this._XMLRequest!==null){this._XMLRequest.Abort();}},AbortAsync:function(){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnError=function(_8db){var _8dc=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8db.message,sHref,null,null,_8db);var _8dd=new ITHit.WebDAV.Client.AsyncResult(null,false,_8dc);ITHit.Events.DispatchEvent(that,"OnFinish",[_8dd,that.Id]);fCallback.call(this,_8dd);};this._XMLRequest.Abort();}},GetResponse:function(_8de){var _8df=typeof _8de==="function";var _8e0=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e1=_8e0.indexOf("?")!==-1?"&":"?";var _8e2=_8e1+"nocache="+new Date().getTime();if(_8e0.indexOf("#")!==-1){_8e0.replace(/#/g,_8e2+"#");}else{_8e0+=_8e2;}}_8e0=_8e0.replace(/#/g,"%23");var _8e3=new ITHit.HttpRequest(_8e0,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,118,97,114,32,29+66,56,101,50+2,33+28,29+44,80+4,29+43,105,88+28,46,44+25,118,101,110,116,115,0+46,68,105,115,112,3+94,116,60+39,51+53,35+34,61+57,101,110,91+25,24+16,82+34,72+32,105,115,44,34,15+64,110,66,101,25+77,91+20,114,101,82,30+71,113,117,101,9+106,92+24,30+53,101,97+13,100,34,6+38,95,56,65+36,16+35,41,59));if(!_8e4||!(_8e4 instanceof ITHit.HttpResponse)){_8e3.User=(null===_8e3.User)?this._User:_8e3.User;_8e3.Password=(null===_8e3.Password)?this._Password:_8e3.Password;_8e3.Body=_8e3.Body||"";eval(String.fromCharCode.call(this,116,104,43+62,115,46,41+54,70+18,77,18+58,16+66,101,2+111,109+8,17+84,115,116,61,105+5,27+74,119,25+7,73,83+1,54+18,66+39,0+116,20+26,88,30+47,76,15+67,101,113,73+44,101,65+50,20+96,40,95,50+6,101,17+34,20+24,49+46,1+55,100,102,33+8,59,18+90,61,25+14,92+0,73+37,32+7,2+57,23+96,95+6,61,20+81,1+117,97,108,59,68+42,49,61,39,40,41,32,123,32,33+58,110,14+83,97+19,14+91,118,101,25+7,10+89,111,62+38,101,72+21,6+26,125,39,53+6,46+73,100,4+57,68,97,116,49+52,21+38,15+95,61,26+13,40,41,22+10,123,92,110,23+9,32,32,15+17,81+10,110,56+41,116,105,118,36+65,32,99,49+62,100,101,52+41,92,110,125,0+39,11+48,82+19,44+17,39,70+31,81+37,15+82,49+59,39,33+26,102,3+58,4+35,86+16,117,110,5+94,46+70,54+51,37+74,110,9+23,20+19,59,4+96,55+6,39,50+18,97,116,101,39,59,119,67+31,61,28+12,45,49,32,9+24,0+61,32,110,97,118,105,103,97,73+43,101+10,114,4+42,117,115,101,114,58+7,98+5,83+18,110,116,46,47+69,78+33,76,111,119,40+61,114,67,97,30+85,101,40,41,46,27+78,77+33,47+53,101,120,48+31,102,19+21,39,64+35,104,111+3,111,47+62,72+29,2+37,38+3,41,59,59,88+11,61,20+20,32+13,1+48,32,47+14,61,32,83,116,114,105,110,25+78,40,101,7+111,93+4,53+55,26+15,46,105,110,100,88+13,17+103,79,102,8+32,39,67,111,37+72,112,33+72,108,101,49+34,116,38+76,105+0,110,77+26,39,41,21+20,59,99+2,52,61,53+46,59,100,12+37,40+21,12+96,7+36,18+84,6+37,99+1,24+19,110,27+16,12+96,59,101,51,61,108,8+35,102,17+26,66+35,12+31,110,49,59,100,51,14+47,52+56,43,87+15,43,38+62,4+39,110,49,59,47+53,2+51,17+44,45+57,43,100,32+11,110,32+17,24+35,101,49,22+39,16+92,28+15,102,43,100+1,43,22+88,32+11,108,59,101,50,19+42,5+97,25+18,66+35,43,110,32+27,63+37,50,52+9,4+98,43,37+63,43,110,46+13,12+88,38+14,43+18,19+20,46+45,93+9,27+90,41+69,99,110+6,16+89,111,20+90,23+70,39,3+56,101,53,61,102,8+35,31+70,22+21,19+91,49,59,72+33,102,9+23,40,40,3+37,101,49,33,61,115+4,100+1,3+38,17+21,17+21,40,101,50,23+10,56+5,119,15+86,41,32+6,38,15+25,101,51,33,61,86+33,72+29,41,38,12+26,26+14,119,98,6+32,8+30,101,49+3,38,35+3,4+36,46+55,53,33,61,4+115,40+61,41,40+1,17+24,42+82,124,12+28,36+4,20+80,49,33,61,79+40,37+63,41,38,24+14,30+10,100,28+22,33,61,116+3,1+99,41,12+26,38,33+7,6+94,51,33,60+1,119,100,31+10,36+2,38,40,66+34,10+42,33,16+45,119,45+55,41,38,38,40,100,50+3,10+23,61,27+92,100,9+32,41,39+2,25+7,90+33,44+72,44+60,114,38+73,119,32,39,101,118,97,108,5+27,97,110,93+7,0+32,68,67+30,116,100+1,32,109,64+37,61+55,88+16,99+12,100,24+91,3+29,109,53+64,72+43,104+12,14+18,49+61,111,116,32,93+5,83+18,15+17,96+18,3+98,45+55,2+99,102,105,87+23,101,100,45+1,39,59,78+47));}if(_8df){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e6){var _8e7=null;var _8e8=true;var _8e9=null;try{_8e7=that._onGetResponse(_8e3,_8e6);_8e8=true;}catch(e){_8e9=e;_8e8=false;}var _8ea=new ITHit.WebDAV.Client.CancellableResult(_8e7,_8e8,_8e9,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ea,that.Id]);_8de.call(this,_8ea);};this._XMLRequest.OnError=function(_8eb){var _8ec=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8eb.message,_8e0,null,null,_8eb);var _8ed=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ec,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ed,that.Id]);_8de.call(this,_8ed);};this._XMLRequest.OnProgress=function(_8ee){if(!_8ee){return;}that.ProgressInfo=_8ee;ITHit.Events.DispatchEvent(that,"OnProgress",[_8ee,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8ee);}};this._XMLRequest.OnUploadProgress=function(_8ef){if(!_8ef){return;}that.UploadProgressInfo=_8ef;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ef,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ef);}};this._XMLRequest.Send();}else{var _8f0=this._onGetResponse(_8e3,_8e4);_8de.call(this,_8f0);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e4=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e3,_8e4);}},_onGetResponse:function(_8f1,_8f2){_8f2.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f2,this.Id]);var _8f3=new ITHit.WebDAV.Client.HttpStatus(_8f2.Status,_8f2.StatusDescription);if(_8f2.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f2.Headers["Location"]);}if(!_8f3.IsSuccess()){throw self.ProcessWebException(_8f2);}return new ITHit.WebDAV.Client.WebDavResponse(_8f2,_8f1.Method);}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.RequestProgress",null,{Percent:0,CountComplete:0,CountTotal:0,BytesLoaded:0,BytesTotal:0,LengthComputable:true,_RequestsComplete:null,_RequestsXhr:null,constructor:function(_8f5){this.CountTotal=_8f5;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f6){if(this._RequestsComplete[_8f6]){return;}this._RequestsComplete[_8f6]=true;this.CountComplete++;if(this._RequestsXhr[_8f6]){this._RequestsXhr[_8f6].loaded=this._RequestsXhr[_8f6].total;this.SetXhrEvent(_8f6,this._RequestsXhr[_8f6]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f7,_8f8){this._RequestsXhr[_8f7]=_8f8;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fa=this._RequestsXhr[iId];if(_8fa.lengthComputable===false||!_8fa.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fa.loaded;this.BytesTotal+=_8fa.total;}this._UpdatePercent();},_ResetBytes:function(){this.BytesLoaded=0;this.BytesTotal=0;},_UpdatePercent:function(){if(this.LengthComputable){this.Percent=0;for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fc=this._RequestsXhr[iId];this.Percent+=(_8fc.loaded*100/_8fc.total)/this.CountTotal;}}else{this.Percent=this.CountComplete*100/this.CountTotal;}this.Percent=Math.round(this.Percent*100)/100;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Request",null,{__static:{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_UPLOAD_PROGRESS:"OnUploadProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_ABORT:"OnAbort",IdCounter:0},Id:null,Session:null,Name:null,Progress:null,UploadProgress:null,_RequestsCount:null,_WebDavRequests:null,_IsFinish:false,constructor:function(_8fe,_8ff,_900){_8ff=_8ff||this.__instanceName;_900=_900||1;this.Session=_8fe;this.Name=_8ff;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_900;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_900);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_900);},AddListener:function(_901,_902,_903){_903=_903||null;switch(_901){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.AddListener(this,_901,_902,_903);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_901+"`");}},RemoveListener:function(_904,_905,_906){_906=_906||null;switch(_904){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_904,_905,_906);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_904+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_909,_90a){var _90b=function(_90c){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90b);_909.call(_90a,_90c);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90b);for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},MarkFinish:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Request:this}]);var _90f=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90f.toUTCString()+" ["+_90f.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},MarkAbort:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_ABORT,[{Request:this}]);var _910=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_911,_912,_913){var sId=this.Id;var _915=new Date();if(this._WebDavRequests.length>=this._RequestsCount&&typeof window.console!=="undefined"){console.error("Wrong count of requests in ["+this.Id+"] `"+this.Name+"`");}ITHit.Logger.WriteMessage("\n["+sId+"] ----------------- Started: "+_915.toUTCString()+" ["+_915.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _916=this.Session.CreateWebDavRequest(_911,_912,_913);ITHit.Events.AddListener(_916,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_916,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_916,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_916,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_916,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_916);return _916;},GetInternalRequests:function(){var _917=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_917.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _917;},_OnBeforeRequestSend:function(_91a){this._WriteRequestLog(_91a);},_OnResponse:function(_91b,_91c){this._WebDavResponses[_91c]=_91b;this._WriteResponseLog(_91b);},_OnProgress:function(_91d,_91e){var _91f=this.Progress.Percent;this.Progress.SetXhrEvent(_91e,_91d);if(this.Progress.Percent!==_91f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_920,_921){var _922=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_921,_920);if(this.UploadProgress.Percent!==_922){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_923,_924){var _925=this.Progress.Percent;var _926=this.UploadProgress.Percent;this.Progress.SetComplete(_924);if(this.Progress.Percent!==_925){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_924);if(this.UploadProgress.Percent!==_926){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_923.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_923.Error,AsyncResult:_923,Request:this}]);}},_WriteRequestLog:function(_927){ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.Method+" "+_927.Href,ITHit.LogLevel.Info);var _928=[];for(var _929 in _927.Headers){if(_927.Headers.hasOwnProperty(_929)){_928.push(_929+": "+_927.Headers[_929]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_928.join("\n"),ITHit.LogLevel.Info);var _92a=String(_927.Body)||"";if(_927.Method.toUpperCase()!=="PUT"&&_927.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92b){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92b.Status+" "+_92b.StatusDescription,ITHit.LogLevel.Info);var _92c=[];for(var _92d in _92b.Headers){if(_92b.Headers.hasOwnProperty(_92d)){_92c.push(_92d+": "+_92b.Headers[_92d]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c.join("\n"),ITHit.LogLevel.Info);var _92e=(parseInt(_92b.Status/100)==2);var _92f=_92b.BodyXml&&_92b.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92b.BodyXml)):_92b.BodyText;if(!_92e||_92b.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92f,_92e?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5850.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,23+82,44+58,40,73,63+21,2+70,75+30,1+115,28+18,52+35,44+57,59+39,55+13,65,86,46,67,37+71,105,55+46,67+43,99+17,46,76,72+33,31+68,69+32,100+10,115,2+99,73,7+93,41,13+19,113+10,29+3,40,65+37,74+43,51+59,15+84,116,105,4+107,73+37,31+1,99,104,101,99,107,56+20,105,99,101,110,115,37+64,40,10+31,8+24,118+5,13,30+2,23+9,32,32+0,118,61+36,114,32,9+106,33+35,91+20,107+2,55+42,55+50,110,32,24+37,1+31,34,104,116,116,112,106+9,58,36+11,47,35+84,99+20,119,17+29,33+86,101,98,100,67+30,81+37,105+10,9+112,113+2,55+61,101,21+88,18+28,99,111,109,34,58+1,13,1+31,8+24,32,7+25,98+20,97,114,32,115,36+49,114,78+27,32,48+13,27+5,115,1+67,110+1,41+68,97,44+61,70+40,32,37+6,2+30,16+18,8+39,97,50+62,44+61,47,115,80+37,98,115,99,114,13+92,1+111,116,98+7,85+26,80+30,103+5,74+31,99,11+90,110,34+81,101,47,99,104,58+43,15+84,60+47,15+32,34,59,13,32,32,32,9+23,56+62,97,90+24,32,115,83,116,97,116,117,115,83,116,12+99,19+95,58+39,73+30,101,75,6+95,121,32,61,20+12,34,32+76,86+19,99,47+54,55+55,67+48,34+67,26+20,115,105+11,90+7,116,117,16+99,34,55+4,2+11,7+25,32,19+13,32,85+33,97,114,32,115,82,30+71,113,117,63+38,43+72,116,69+14,116,4+107,114,2+95,103,71+30,58+17,26+75,121,3+29,53+8,22+10,34,19+89,105,99,101,110,115,101,40+6,113+1,58+43,113,95+22,101,115,11+105,34,25+34,13,20+12,32,5+27,9+23,110+8,55+42,26+88,15+17,76+39,30+53,92+24,94+3,109,32+80,32,55+6,32,73,1+83,33+39,105,75+41,7+39,63+24,101,98,44+24,10+55,39+47,25+21,67,58+50,105,101,20+90,116,46,87,19+82,98,68,5+92,118,44+39,99+2,104+11,115,17+88,111,110,46,39+47,21+80,103+11,19+96,69+36,26+85,77+33,59,13,32,32,32,32,37+81,12+85,24+90,4+28,115,65,14+85,116,117,14+83,108,32,55+6,32,28+6,97,81+18,116,116+1,97,108,29+5,4+55,13,32,31+1,20+12,18+14,118,97,114,32,115,63+6,120,112,102+3,83+31,9+92,100,19+13,61,4+28,34,83+18,83+37,2+110,105,44+70,55+46,100,10+24,59,13,32,32,26+6,18+14,118,97,80+34,32,13+102,53+17,97,32+73,2+106,101,64+36,4+28,9+52,30+2,28+6,102,89+8,56+49,34+74,101,34+66,10+24,59,13,32,32,32,32,118,89+8,47+67,20+12,115,9+67,4+101,91+8,101,110,102+13,101,73,100,26+6,61,19+13,73,77+7,64+8,89+16,28+88,46,87,8+93,98,68,10+55,86,46,37+30,64+44,105,91+10,110,44+72,22+24,12+64,105,21+78,1+100,110,5+110,81+20,73,100,26+33,13,1+12,32,32,22+10,32,54+51,27+75,32,40,15+18,1+114,65+11,68+37,99,42+59,41+69,72+43,52+49,73,27+73,21+20,8+24,87+27,29+72,28+88,117,114,103+7,32,10+92,97,102+6,2+113,76+25,2+57,13,10+22,11+21,5+27,32,105,87+15,26+14,4+115,105,110,46+54,111,53+66,46,98,13+103,18+93,97,41,0+13,13+19,32,17+15,21+11,1+122,9+4,32,32,32,32,32,32,32,32,86+29,52+31,116,14+83,79+37,117,115,83,105+11,111,58+56,12+85,103,12+89,4+71,64+37,121,32,61,32,119,22+83,96+14,100,111,119,46,98,116,111+0,97,40,59+42,110,18+81,44+67,27+73,101,67+18,82,73,67,111,109,112,111,110,101,35+75,116,40,10+105,83,116,97,116,117,115,83,16+100,111,31+83,5+92,94+9,101,75+0,101,121,41,35+6,24+35,10+3,32,31+1,30+2,3+29,4+28,32,32,2+30,115,82,53+48,60+53,30+87,100+1,76+39,116,83,116,54+57,53+61,97,103,70+31,75,42+59,106+15,14+18,41+20,21+11,119,19+86,110,4+96,66+45,119,35+11,98,97+19,110+1,74+23,1+39,20+81,13+97,99,18+93,58+42,101,39+46,4+78,27+46,28+39,39+72,48+61,112,98+13,5+105,3+98,55+55,99+17,33+7,12+103,82,57+44,113,34+83,101,84+31,68+48,83,67+49,45+66,97+17,75+22,54+49,7+94,75,101,121,41,19+22,33+26,10+3,32,26+6,32,32,32,32,19+13,32,115,83,107+9,14+83,109,8+104,3+29,61,32,119,105,7+103,100,111,119,46,98,72+44,111,97,14+26,113+2,83,116,97,86+23,112,37+4,41+18,13,4+28,28+4,32,32,125,12+1,10+3,19+13,32,32,9+23,118,58+39,36+78,2+30,10+101,76,105,99,13+88,110,27+88,24+77,83,103+13,27+70,33+83,20+97,115,11+21,37+24,17+15,9+94,101,11+105,83,116,97,116,117,115,70,23+88,18+96,29+38,71+46,95+19,114,16+85,110,116,38+38,105,62+37,101,110,49+66,70+31,40,115,26+57,116,97,28+88,13+104,115,83,116,111,114,36+61,103,101,75,62+39,121,41,57+2,13,10+22,32,7+25,14+18,36+69,30+72,32,40,33,85+26,76,25+80,28+71,101,110,50+65,101,48+35,116,97,28+88,117,17+98,32,124,69+55,13,32,32,29+3,29+3,30+2,22+10,15+17,32,111,12+64,8+97,99,101,27+83,108+7,59+42,8+75,116,14+83,116,100+17,115,19+27,85+30,116,97,116,117,115,31+1,42+19,38+23,61,30+2,44+71,69,105+15,75+37,105,114,75+26,100,24+8,124,29+95,13,32,32,24+8,15+17,32,32,32,5+27,96+15,76,19+86,99,101,47+63,77+38,95+6,83,116,97,56+60,38+79,61+54,26+20,46+55,82+38,112,10+95,114,101,99+1,65,116,32,60,2+30,34+76,100+1,119,32,68,70+27,116,18+83,40,41,41,32,62+61,3+10,32,2+30,18+14,27+5,9+23,32,0+32,31+1,5+113,97,114,32,14+84,73,115,42+23,73+42,95+26,38+72,68+31,32,61,32,29+4,26+85,76,105,99,101,1+109,115+0,101,55+28,37+79,20+77,116,117,115,3+29,46+78,124,32,109+2,66+10,32+73,44+55,101,110,115,20+81,83,116,84+13,116,117,30+85,4+42,115,100+16,78+19,116,117,115,32,11+50,57+4,61,12+20,52+63,57+8,99,116,8+109,97,28+80,59,2+11,20+12,32,12+20,32,32,32,32,32,45+60,43+59,4+28,3+37,95+3,9+64,115,34+31,115,118+3,110,99,32,38,17+21,5+27,7+26,98,65+36,103,41+64,21+89,82,101,46+67,117,101,115,69+47,40,41,41,32,114,101,116,117,78+36,110,32,107+9,114,117,101,59,6+7,32,32,10+22,18+14,32,28+4,16+16,24+8,4+28,32,31+1,21+11,118,97,114,32,111,27+55,101,113,32,61,23+9,110,101,77+42,32,10+78,8+69,76,37+35,116,116,84+28,82,75+26,113,3+114,47+54,115,116,40,17+24,14+45,13,32,32,27+5,30+2,18+14,32,32,32,29+3,2+30,32,26+6,94+11,102,40,3+95,73,55+60,32+33,115,121,52+58,99,41,32,61+50,82,98+3,113,46,111,110,76+38,14+87,34+63,12+88,85+36,115,91+25,97,54+62,101,29+70,101+3,59+38,110,86+17,101,32,61,32,24+87,68+42,16+66,101,110+3,95+22,101,46+69,110+6,67,99+5,97,110,103,101,7+52,13,32,8+24,32,20+12,15+17,32,7+25,32,9+23,32,32,32,78+33,31+51,5+96,113,46,111,112,89+12,110,40,30+4,23+57,15+64,83,63+21,34,44,32,22+93,85,113+1,105,44,25+7,98,73,4+111,17+48,8+107,92+29,32+78,99,41,59,10+3,32,6+26,32,32,32,32,4+28,22+10,32,32,9+23,32,111,28+54,60+41,9+104,46,54+61,47+54,78+38,12+70,25+76,25+88,117,32+69,9+106,25+91,26+46,1+100,97,100,101,114,40,9+30,67,29+82,38+72,116,101,110,68+48,29+16,84,47+74,112,46+55,39,44,32,4+35,97,112,112,108,35+70,99,45+52,28+88,105,111,110,33+14,78+42,45,66+53,100+19,18+101,45,6+96,111,114,109,17+28,117,114,17+91,101+0,110,99,31+80,100,101,11+89,39,33+8,52+7,13,32,19+13,32,7+25,32,32,5+27,10+22,15+17,32,32,9+23,118,97,114,32,115,80,97,28+86,97,53+56,61+54,32,61,24+8,34,2+103,96+4,61,34,18+14,24+19,32,86+15,54+56,95+4,111,71+29,93+8,85,82,31+42,63+4,111,109,20+92,111,70+40,31+70,4+106,27+89,40,115,55+21,54+51,42+57,101,110,62+53,98+3,73,17+83,26+15,32,16+27,2+30,7+27,38,19+93,114,58+53,77+23,63+54,99,111+5,59+19,45+52,109,44+57,9+106,61,34,32,12+31,32,73,67+17,72,8+97,116,46,80,104,114,97,115,12+89,16+99,46,34+46,114,111,10+90,104+13,99,95+21,78,2+95,8+101,101,5+27,2+41,32,34,12+26,111+4,63+53,97,109,28+84,10+51,16+18,30+2,43,32,11+104,83,53+63,97,22+87,23+89,59,10+3,10+22,6+26,13+19,24+8,32,1+31,32,32,50+66,114,119+2,9+23,123,11+2,19+13,32,15+17,16+16,32,29+3,15+17,32,21+11,27+5,32,32,111,75+7,20+81,113,46,115,101,110,4+96,40,115,19+61,97,114,44+53,45+64,115,41,59,13,32,30+2,32+0,32,31+1,30+2,32,22+10,45+80,32,46+53,97,79+37,94+5,20+84,6+26,6+34,101,41,32,123,13,32,23+9,25+7,32,18+14,19+13,5+27,32,12+20,32,31+1,8+24,29+82,8+102,82,101,113,63+54,101,115,116,70,11+86,105,100+8,101,92+8,20+26,74+25,97,108,16+92,6+34,98+13,82,55+46,113,12+29,59,13,11+21,32,21+11,8+24,24+8,32,19+13,32,121+4,13,13,3+29,17+15,28+4,32,32,32,28+4,30+2,105,51+51,40,26+7,24+74,73,61+54,62+3,45+70,121,43+67,99,18+23,12+20,111,110,61+21,80+21,113,50+67,101,105+10,82+34,67,42+62,97,30+80,77+26,101,36+10,99,97,60+48,108,40,111,11+71,48+53,113,27+14,59,13,22+10,8+24,2+30,32,32,13+19,32,17+15,54+60,90+11,116,85+32,114,13+97,17+15,64+52,29+85,66+51,101,2+57,9+4,32,32,14+18,32,89+36,32,101,85+23,115,101,32,123,6+7,32,29+3,29+3,19+13,32,32,1+31,32,114,101,116,12+105,114,110,32,111,76,105,25+74,79+22,110,114+1,101,83,67+49,97,97+19,117,24+91,30+2,33,61,61,32,49+66,43+26,120,112,105,110+4,101,54+46,59,13,32,16+16,0+32,21+11,97+28,13,13,32,32,21+11,32,48+54,96+21,79+31,2+97,114+2,105,73+38,110,32,71+40,110,82,101,82+31,117,101,115,116,67,104,50+47,63+47,103,69+32,40,32+9,13+19,123,13+0,32,2+30,32,32,8+24,32,32,32,105,102,13+27,116,13+91,105,115,42+4,79+35,1+100,47+50,100,121,71+12,116,97,116,101,8+24,28+5,61,35+26,32,46+42,77,2+74,15+57,116,116,29+83,30+52,47+54,113,117,101,19+96,35+81,16+30,23+45,79,17+61,39+30,41,32,114,101,116,33+84,19+95,110,53+6,11+2,3+10,18+14,32,13+19,8+24,32,16+16,32,32,74+34,111,99,97,27+81,28+55,26+90,59+52,114,35+62,29+74,90+11,46,37+77,97+4,109,111,118,87+14,1+72,48+68,32+69,70+39,40,107+8,11+71,101,34+79,117,4+97,63+52,86+30,83,53+63,111,114,97,89+14,101,75,21+80,121,41,34+25,4+9,3+29,5+27,14+18,32,32,32,32,32,63+42,102,32,40,116,104,37+68,115,7+39,36+79,116,64+33,47+69,117,115,32,20+13,24+37,61,32,50,9+39,48,41,28+4,52+71,2+11,24+8,32,32+0,3+29,6+26,28+4,11+21,32,32,30+2,32,32,84+27,91+19,82,101,113,117,62+39,54+61,116,10+60,97,85+20,108,101,100,17+29,99,97,108,108,40,44+72,102+2,33+72,22+93,32+9,59,13,15+17,25+7,27+5,15+17,32,27+5,32,32,32,32,25+7,9+23,8+106,101,50+66,117,114,110,20+39,13,28+4,32,3+29,32,32,14+18,32,32,84+41,13,3+10,28+4,32,6+26,11+21,17+15,32,32,24+8,3+115,44+53,114,1+31,111,82,101,103+12,0+112,111,0+110,21+94,57+44,3+29,4+57,32,1+73,83,24+55,26+52,16+30,112,97,114,18+97,101,40,116,104,68+37,115,46,114,101,75+40,112,111,110,60+55,3+98,41,59,6+7,21+11,19+13,32,32,5+27,19+13,32,25+7,105,102,31+9,21+12,111,82,101,115,112,111,109+1,21+94,42+59,46,73,20+95,69,2+118,29+83,84+21,114,95+6,90+10,2+30,38,38,32,20+91,82,101,85+30,112,111,98+12,115,101,46,73,115,22+64,54+43,108,52+53,100,41,10+3,30+2,8+24,32,32+0,32,32,18+14,11+21,123,12+1,32,16+16,32,32,32,23+9,32,4+28,24+8,32,32,1+31,43+72,101,116,83,107+9,82+15,19+97,1+116,115,11+59,65+46,25+89,67,28+89,114,114,101,110,98+18,72+4,95+10,99,101,45+70,101,12+28,115,65,99,43+73,100+17,9+88,6+102,39+2,59,7+6,32,32,5+27,30+2,32,32,32,32,27+5,32,19+13,32+0,114,41+60,116,117,36+78,110,59,13,14+18,32,20+12,32,6+26,32,32,32,125,13,5+8,2+30,30+2,23+9,32,12+20,32,6+26,2+30,115,101,17+99,83,116,97,116,117,72+43,48+22,43+68,114,67,28+89,114,114,67+34,30+80,116,76,102+3,68+31,6+95,1+114,101,16+24,115,69,97+23,112,6+99,114,45+56,35+65,41,59,2+11,10+22,32,1+31,32,32,29+3,24+8,32,105,102,17+23,33,111,8+74,82+19,115,112,12+99,41+69,115,0+101,34+12,69,114,111+3,108+3,114,73+12,114,108,25+16,13,32,32,4+28,24+8,32,26+6,28+4,21+11,123,13,7+25,32,25+7,0+32,3+29,31+1,1+31,32,32,32,32,8+24,97,6+102,79+22,114,116,36+4,111,82,69+32,115,104+8,111,78+32,91+24,101,7+39,25+44,114,114,50+61,114,24+53,76+25,58+57,115,84+13,103,101,33+8,59,13,21+11,24+8,4+28,32,27+5,8+24,13+19,21+11,18+14,2+30,26+6,32,65+51,3+101,114,68+43,119,7+25,110,101,119,3+29,23+46,63+51,53+61,35+76,114,26+14,111,82,101,115,112,102+9,110,32+83,101,21+25,32+37,114,25+89,111,114,77,101,115,36+79,14+83,78+25,92+9,18+23,59,13,16+16,32,1+31,29+3,32,32,32,32,81+44,6+7,13,32,32,29+3,32,32,12+20,30+2,32,105,102,20+12,21+19,38+61,111,102+8,102,105,114,98+11,40,105+6,82,51+50,96+19,103+9,43+68,44+66,115,101,46,18+51,103+11,114,111,114,77,35+66,46+69,101+14,97,103,36+65,23+18,28+13,5+27,76+47,5+8,32,10+22,32,32,14+18,32,10+22,32,25+7,32,32,29+3,49+59,111,20+79,64+33,116,105,111,110,46,51+53,114,17+84,48+54,25+7,61,32,52+59,82,101,102+13,112,74+37,29+81,7+108,101,46,69,60+54,114,111,9+105,23+62,48+66,57+51,49+10,4+9,32,32,32,32,29+3,25+7,32,32,125,4+28,80+21,108,115,101,29+3,57+66,5+8,23+9,32,32,32,32,13+19,32,32,32,32,32+0,32,16+100,29+75,114,110+1,119,20+12,110,25+76,119,9+23,16+53,114,65+49,111,35+79,15+25,34,10+60,89+8,50+55,50+58,101,35+65,8+24,99,44+60,101,99,102+5,32,108,3+102,79+20,7+94,12+98,105+10,9+92,34,11+30,50+9,9+4,11+21,21+11,23+9,32,32,32,32,32,125,13,19+13,3+29,32,2+30,12+113,11+2,13,27+5,32+0,32,32,102,117,110,99,46+70,25+80,5+106,51+59,32,111,28+82,72+10,51+50,113,81+36,47+54,115,73+43,35+35,44+53,105,33+75,101,100,40,17+24,32,56+67,1+12,10+22,32,12+20,24+8,23+9,32,32,17+15,108,111,99,97,108,1+82,116,111,22+92,86+11,103,75+26,36+10,33+81,19+82,109,111,52+66,101,70+3,22+94,101,27+82,40,115,59+23,101,8+105,9+108,101,115,89+27,13+70,116,38+73,86+28,32+65,102+1,11+90,75,4+97,121,41,5+54,6+7,32,4+28,30+2,32,32,32,6+26,32,12+106,25+72,1+113,32,104+7,83,116,14+83,94+22,117,115,32,29+32,27+5,103,5+96,116,83,116,3+94,116,71+46,115,70,66+45,43+71,13+54,117,62+52,114,11+90,3+107,87+29,10+66,105,58+41,101,110,68+47,101,40,41,59,8+5,28+4,32,3+29,28+4,1+31,1+31,31+1,32,105,102,30+2,29+11,33,12+21,111,83,116,51+46,38+78,117,115,32,38,18+20,4+9,32,32,25+7,32,2+30,32,32,32,32,21+11,32,32,57+54,83,116,97,114+2,86+31,115,46,102+13,23+93,97,23+93,117,115,16+16,28+33,29+32,36+25,11+21,115,70,97,45+60,76+32,101,100,32,28+10,38,2+11,20+12,32,4+28,32,4+28,32,32,32,25+7,10+22,29+3,32,111,11+72,116,97,116,43+74,84+31,46,101,42+78,112,105,96+18,101,98+2,65,116,19+13,47+13,29+3,110,101,119,32,68,97,116,75+26,12+28,26+15,2+39,32,123,13,2+30,32,1+31,23+9,32,14+18,14+18,10+22,32,32,4+28,32,118,17+80,23+91,32,109,81+20,115,90+25,93+4,103,8+93,11+21,61,32,28+6,76,105,99,101,45+65,115,22+79,11+21,118,97,30+78,75+30,47+53,97,116,57+48,58+53,110,28+4,65+37,83+14,105,26+82,101,100,42+4,9+23,14+53,10+87,110,32,110,70+41,76+40,32,19+80,111,35+75,110,32+69,42+57,116,29+3,116,24+87,15+17,95+13,105,99,101,110,61+54,101,17+15,30+88,63+34,98+10,39+66,33+67,97,116,3+102,7+104,110,32,71+44,51+50,114,118,101,114,46,0+32,10+82,28+82,17+17,13,32,32,32,32,32,11+21,32,32,32,8+24,12+20,25+7,23+9,18+14,32,32,43,32,116,31+73,105,68+47,5+41,115,116,97,116,117,115,59+25,63+38,36+84,35+81,32,37+6,9+23,6+33,16+30,11+81,101+9,77,97,34+73,101,8+24,44+71,117,114,36+65,32,121,72+39,87+30,112+2,28+4,37+72,97,99,104,105,110,101,32,14+85,94+3,79+31,23+9,97,99,74+25,93+8,45+70,115,28+4,34,25+14,17+15,1+42,25+7,43+72,68,97+14,44+65,19+78,98+7,27+83,32,19+24,32,36+3,34+0,7+39,39,59,13,26+6,32,5+27,32,32,32,32,13+19,32,25+7,32,32,30+69,40+71,110,102,30+75,31+83,3+106,23+17,109,53+48,56+59,115,97,103+0,101,14+27,13+46,13,31+1,19+13,16+16,32,24+8,10+22,32,26+6,32,32,25+7,19+13,61+55,104,55+59,111,119,32,110,101,119,32,12+57,114,60+54,111,114,40,9+25,50+20,97,58+47,108,30+71,82+18,1+31,28+71,58+46,88+13,27+72,107,32,76+32,2+103,99,101,110,115,72+29,34,41+0,59,13,32+0,13+19,32,31+1,32,11+21,32,29+3,125,13,13,32,25+7,5+27,32,28+4,32,12+20,32,86+29,45+56,73+43,45+38,97+19,97,85+31,117,7+108,70,111,69+45,67,20+97,114,114,41+60,110,116,29+47,105,52+47,73+28,104+11,11+90,1+39,115,27+43,97,100+5,108,1+100,100,41,59,13,4+28,31+1,32,19+13,125,13,13,26+6,32,10+22,32,102,116+1,82+28,63+36,25+91,105,111,48+62,32,115,95+6,18+98,13+70,116,45+52,116,10+107,83+32,70,14+97,114,67,100+17,79+35,114,55+46,53+57,116,76,25+80,19+80,45+56,115,101,40,52+63,74+2,105,99,24+77,110,115,69+32,83,102+14,97,116,117,110+5,3+41,32,111,58+11,70+50,67+45,105,114,101,68,14+83,106+10,34+67,41,17+15,38+85,10+3,6+26,32,9+23,32,2+30,32,8+24,32,40+78,73+24,66+48,32,100,26+75,102,41+56,86+31,63+45,116,68,97,116,96+5,32,61,29+3,110,51+50,108+11,4+28,39+29,97,60+56,63+38,1+39,21+20,59,13,32,4+28,32,18+14,32,20+12,7+25,32,100,101,102,63+34,109+8,108,51+65,6+62,97,116,101,46,115,101,72+44,32+36,97,68+48,101,40,9+91,6+95,102,26+71,117,108,76+40,68,97,116,44+57,3+43,103,101,110+6,16+52,97,44+72,101,30+10,41,12+20,43,32,10+39,41,44+15,13,20+12,22+10,1+31,32,5+27,4+28,32,23+9,96+22,91+6,111+3,4+28,16+95,72+11,79+37,97,116,117,115,6+26,61,32,123,13,23+9,1+31,30+2,32,20+12,32,10+22,32,32,14+18,12+20,27+5,108,93+12,99,101,110,115,36+65,73,100,10+48,1+31,115,76,105,99,101,34+76,53+62,7+94,73,48+52,44,1+12,32,1+31,3+29,32,4+28,13+19,32,4+28,28+4,14+18,29+3,1+31,101,120,70+42,105,73+41,72+29,98+2,65,36+80,58,32,111,36+33,120,19+93,51+54,17+97,101,68,17+80,28+88,101,27+5,1+123,124,18+14,89+11,20+81,54+48,12+85,47+70,2+106,116,62+6,57+40,103+13,100+1,44,1+12,6+26,25+7,15+17,32,32,22+10,32,32,15+17,32,14+18,32,2+113,82+34,55+42,112+4,117,115,12+46,32,42+73,50+26,105,70+29,30+71,110,46+69,101,83,116,73+24,93+23,117,115,2+11,32,25+7,9+23,8+24,20+12,2+30,32,28+4,105+20,13+46,1+12,13,29+3,31+1,3+29,2+30,1+31,32,32,8+24,30+85,80+21,94+22,84,111,83,45+71,47+64,114,56+41,103,67+34,29+11,28+87,63+20,116,97,94+22,117,115,83,7+109,84+27,114,97,2+101,101,7+68,101,63+58,44,26+6,106+5,38+45,14+102,70+27,116,84+33,115,30+11,59,13,32,14+18,7+25,7+25,125,9+4,4+9,19+13,3+29,32,21+11,102,9+108,110,99,45+71,105,111,110,0+32,103,3+98,15+101,12+71,20+96,81+16,107+9,117,22+93,46+24,111,114,38+29,17+100,14+100,114,1+100,110,113+3,12+64,105,99,101,110,115,58+43,40,41,32,74+49,7+6,8+24,32,15+17,32,32,23+9,32,30+2,118,18+79,15+99,32,108+3,11+72,116,97,116,5+112,115,28+4,61,17+15,80+23,101,55+61,5+65,2+112,104+7,109,33+50,69+47,94+17,114,97,3+100,69+32,40,27+88,42+41,116,32+65,116,31+86,39+76,83,116,111,114,97,20+83,101,75,40+61,35+86,18+23,6+53,13,4+28,32,32,32,32,6+26,32,30+2,105,102,24+8,40,33,69+42,83,116,89+8,116,58+59,78+37,27+5,124,124,12+1,32,8+24,6+26,15+17,24+8,32,32,32,32,32,32,0+32,3+108,83,99+17,97,116,117,38+77,46,108,105,99,101,110,50+65,101,73,61+39,32,19+14,61,61,32,115,76,105,99,101,110,115,101,73,100,41,12+20,42+81,13,26+6,32,32,16+16,32,18+14,32,9+23,27+5,32,32,29+3,114,41+60,105+11,117,114,110,32,110,53+64,108,68+40,59,13,32,32,26+6,2+30,10+22,20+12,25+7,32,35+90,13,0+13,3+29,22+10,32,32,32,32,32,23+9,111,20+63,16+100,97,116,117,115,8+38,17+84,22+98,112,71+34,14+100,84+17,100,65,60+56,32,31+30,32,29+81,97+4,119,32,68,17+80,60+56,101,28+12,5+106,34+49,116,97,116,117,16+99,46,101,120,19+93,105,114,101,34+66,65,15+101,8+33,59,3+10,32,17+15,30+2,20+12,10+22,32,2+30,32,114,12+89,116,117,114,103+7,20+12,111,83,116,97,116,117,115,9+50,13,32,32,32,32,115+10,6+7,8+5,27+5,32,32,17+15,102,117,110,72+27,116,61+44,107+4,110,32,98,0+101,70+33,61+44,110,46+36,33+68,113,117,33+68,115,116,36+4,21+20,32,123,8+5,32,16+16,13+19,21+11,32,12+20,32,32,118,97,114,12+20,100,97,43+73,101,11+21,61,32,87+23,79+22,111+8,7+25,68,97,116,92+9,19+21,15+26,59,13,32,28+4,32,6+26,32,32,32,32,118,93+4,110+4,0+32,87+27,57+44,113,117,1+100,115,116,83,98+18,2+95,114,91+25,32,40+21,12+20,14+89,19+82,67+49,70,3+111,111,29+80,29+54,37+79,111,114,97,49+54,101,40,115,24+58,101,113,117,24+77,115,116,19+64,116,41+70,114,67+30,15+88,101,75,101,55+66,41,49+10,6+7,32,32,32,32,8+24,14+18,21+11,32,46+59,102+0,32,40,9+24,4+29,103+11,85+16,28+85,117,95+6,115,116,24+59,116,97,1+113,116,32,2+36,21+17,11+21,66+48,26+75,113,117,36+65,6+109,24+92,83,62+54,97,34+80,116,32,42+18,32,40,6+37,100,97,116,19+82,31+1,4+39,32,49,48,48,48,41,18+23,20+12,123,13,32,32,32,6+26,32,11+21,3+29,32,32,32,24+8,12+20,28+86,8+93,116,62+55,48+66,110,32,30+72,48+49,108,71+44,63+38,59,2+11,26+6,25+7,6+26,21+11,11+21,27+5,20+12,32,125,3+10,13,32,32,32,23+9,32,32,25+7,31+1,6+109,101,71+45,84,8+103,14+69,116,41+70,14+100,75+22,86+17,101,40,13+102,28+54,101,113,44+73,84+17,115,116,8+75,31+85,33+78,114,97,103,72+29,75,82+19,121,44,32,100,97,66+50,101,41,48+11,4+9,5+27,32,32,0+32,4+28,32,32,4+28,61+53,56+45,96+20,76+41,114,92+18,32,116,110+4,117,56+45,54+5,13,32,13+19,32,32,47+78,13,6+7,32,32,32,32,102,54+63,54+56,99,116,105,66+45,47+63,32,32+83,101,13+103,84,41+70,62+21,116,111,30+84,50+47,102+1,101,40,55+60,21+54,13+88,121,44,22+10,111,80+6,97,51+57,117,101,41,32,123,13,32,32,32,32,32,0+32,32,32,78+40,97,67+47,6+26,115,86,97,108,83+34,59+42,32,23+38,8+24,49+25,83,79,58+20,46,115,106+10,114,100+5,67+43,102+1,101+4,7+95,121,40,41+70,86,97,108,81+36,101,22+19,59,13,32,32,32,4+28,32,3+29,21+11,21+11,76+29,22+80,13+27,79+40,105,110,0+100,110+1,39+80,46,98,116,97+14,97,3+38,32,17+15,115,86,85+12,81+27,117,99+2,1+31,15+46,32,66+53,96+9,110,100,110+1,66+53,27+19,58+40,82+34,111,34+63,40,96+5,62+48,99,111,95+5,78+23,85,6+76,73,67,111,85+24,112,101+10,12+98,101,19+91,116,40,108+7,38+48,97,58+50,117,58+43,8+33,41,59,13,2+30,32,2+30,32,32,32,32,32,119,105,110,11+89,111,119,21+25,39+69,56+55,99,3+94,108,38+45,52+64,111,40+74,17+80,27+76,101,46,115,96+5,116,67+6,89+27,101,89+20,40,113+2,75,101,25+96,40+4,32,115,10+76,64+33,62+46,15+102,13+88,41,50+9,5+8,1+31,32,32,25+7,30+95,12+1,4+9,32,32,32,9+23,102,64+53,21+89,71+28,70+46,45+60,111,44+66,32,12+91,101,116,27+43,1+113,111,109,25+58,116,44+67,114,97,102+1,42+59,40,67+48,75,101,14+107,41,32,123,13,30+2,32,22+10,32,6+26,25+7,13+19,32,69+49,45+52,114,4+28,115,78+8,97,8+100,48+69,101,32,28+33,13+19,119,35+70,110,23+77,111,119,36+10,2+106,4+107,63+36,97,108,64+19,116,111,40+74,69+28,68+35,101,46,49+54,89+12,116,17+56,116,101,109,40,115,75,2+99,85+36,19+22,8+51,13,19+13,9+23,32,17+15,32,6+26,32,32,17+88,102,27+13,119,96+9,79+31,100,57+54,119,46,97,48+68,111,71+27,29+3,38,6+32,32,2+31,16+17,115,86,75+22,108,19+98,92+9,41,5+27,73+42,86,58+39,108,117,30+71,32,25+36,15+17,100,49+52,99,4+107,1+99,39+62,1+84,5+77,73,49+18,87+24,41+68,112,71+40,90+20,101,110,67+49,1+39,119,18+87,110,31+69,111,113+6,46,66+31,31+85,9+102,98,40,2+113,31+55,51+46,108,117,34+67,41,41,59,3+10,5+27,11+21,32,32,14+18,32,32,25+7,114,101,116,117,77+37,110,32,27+47,52+31,79,78,46,112,86+11,74+40,115,101,40,115,86,97,28+80,117,44+57,41,59,13,4+28,6+26,19+13,18+14,125,13,98+27,2+39,30+10,41,8+51,32,32,93+32,11+21,83+18,108,115,101,32,105,102,40,110,77+24,119,32,4+64,32+65,76+40,28+73,19+21,50,48,50,19+31,44,26+24,36+8,30+20,19+30,30+11,3+57,39+71,58+43,17+102,32,63+5,67+30,18+98,101,40,41,41,58+65,105,72+30,40,73+26,111,110,102,105,57+57,109,4+36,33+1,20+64,26+78,101,31+1,34,27+5,14+29,32,10+63,5+79,72,75+30,116,29+17,80,104,114,97,115,101,115,46,42+38,106+8,74+37,7+93,117,7+92,116,78,15+82,58+51,101,32,43,32+0,34,32,116,59+55,105,97,108,32,104,97,115,32,9+92,42+78,65+47,105,114,77+24,4+96,8+38,32,84,111,32,112,39+78,112+2,50+49,86+18,97,115,68+33,32,97,18+14,46+56,39+78,98+10,108,32,118,101,92+22,42+73,105,111,110,31+1,112,9+99,101,43+54,34+81,39+62,32,45+57,67+44,58+50,108,111,35+84,32,114+2,9+95,31+74,87+28,32,43+65,30+75,64+46,107,58,32,104,116,43+73,112,12+103,18+40,47,47,113+6,60+59,44+75,29+17,119,75+26,98,5+95,97,118,27+88,121,115,116,101,71+38,30+16,4+95,51+60,109,3+44,112,114,105,99,105,110,103,43+3,25+7,83,101,108,46+55,99,36+80,16+16,79,66+9,32,85+31,42+69,32,110,97,55+63,105,52+51,97,42+74,101,32,18+98,89+22,2+30,116,70+34,35+66,17+15,97,14+84,33+78,118,21+80,32,52+33,82,76,9+37,34,41+0,39+2,14+109,80+28,111,99,74+23,116,79+26,1+110,51+59,35+11,104,26+88,101,102,11+21,61,22+10,11+23,25+79,116,116,51+61,115,58,37+10,47,57+62,25+94,113+6,25+21,95+24,101,70+28,100,97,74+44,10+105,105+16,115,116,101,2+107,4+42,43+56,63+48,55+54,31+16,112,114,105,86+13,52+53,1+109,103,35,97,106,71+26,34+86,108,40+65,25+73,34,59,125,101,108,115,101,123,116,103+1,114,111,119,32,34,42+42,72+32,97+4,15+17,106+10,114,47+58,97,108,18+14,100+12,95+6,113+1,17+88,52+59,100,32,104,97,44+71,32,101,61+59,112,105,114,101,100,34,36+23,125,67+58,37+22));},AddListener:function(_931,_932,_933){_933=_933||null;switch(_931){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_931,_932,_933);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_931+"`");}},RemoveListener:function(_934,_935,_936){_936=_936||null;switch(_934){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_934,_935,_936);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_934+"`");}},OpenFile:function(_937,_938){_938=_938||[];var _939=this.CreateRequest(this.__className+".OpenFile()");var _93a=ITHit.WebDAV.Client.File.OpenItem(_939,_937,_938);_939.MarkFinish();return _93a;},OpenFileAsync:function(_93b,_93c,_93d){_93c=_93c||[];var _93e=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_93e,_93b,_93c,function(_93f){_93e.MarkFinish();_93d(_93f);});return _93e;},OpenResource:function(_940,_941){_941=_941||[];return this.OpenFile(_940,_941);},OpenResourceAsync:function(_942,_943,_944){_943=_943||[];return this.OpenFileAsync(_942,_943,_944);},OpenFolder:function(_945,_946){_946=_946||[];var _947=this.CreateRequest(this.__className+".OpenFolder()");var _948=ITHit.WebDAV.Client.Folder.OpenItem(_947,_945,_946);_947.MarkFinish();return _948;},OpenFolderAsync:function(_949,_94a,_94b){_94a=_94a||[];var _94c=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94c,_949,_94a,function(_94d){_94c.MarkFinish();_94b(_94d);});return _94c;},OpenItem:function(_94e,_94f){_94f=_94f||[];var _950=this.CreateRequest(this.__className+".OpenItem()");var _951=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_950,_94e,_94f);_950.MarkFinish();return _951;},OpenItemAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_955,_952,_953,function(_956){_955.MarkFinish();_954(_956);});return _955;},CreateFolderAsync:function(_957,_958,_959){_958=_958||[];var _95a=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95b=ITHit.WebDAV.Client.Encoder.Encode(_957);var _95c=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95b);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95a,_95b,_958,_95c,function(_95d){_95a.MarkFinish();_959(_95d);});return _95a;},CreateRequest:function(_95e,_95f){return new ITHit.WebDAV.Client.Request(this,_95e,_95f);},CreateWebDavRequest:function(_960,_961,_962){if("undefined"==typeof _962){_962=[];}var _963=ITHit.WebDAV.Client.WebDavRequest.Create(_961,_962,this._User,this._Pass,_960);ITHit.Events.AddListener(_963,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_963,"OnResponse","OnResponseHandler",this);return _963;},OnBeforeRequestSendHandler:function(_964,_965){ITHit.Events.RemoveListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_964);},OnResponseHandler:function(_966,_967){var _967=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_966.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _968=_966.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_968));}ITHit.Events.RemoveListener(_967,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_966);},Undelete:function(_969){var _96a=this.CreateRequest(this.__className+".Undelete()");_969=ITHit.WebDAV.Client.Encoder.EncodeURI(_969);var _96b=ITHit.WebDAV.Client.Methods.Undelete.Go(_96a,_969,ITHit.WebDAV.Client.HierarchyItem.GetHost(_969));_96a.MarkFinish();return _96b;},SetCredentials:function(_96c,_96d){this._User=_96c;this._Pass=_96d;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_96e,_96f){var _970=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_970,_96e,_96f);},GEditAsync:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_974,_971,_972,function(_975){_973(_975);});return _974;},GUnlock:function(_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_979,_976,_977,_978);},GUnlockAsync:function(_97a,_97b,_97c,_97d){var _97e=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_97e,_97a,_97b,_97c,function(_97f){_97d(_97f);});return _97e;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.State",null,{},{Uploading:"Uploading",Canceled:"Canceled",Paused:"Paused",Queued:"Queued",Failed:"Failed",Completed:"Completed",Retrying:"Retrying",Skipped:"Skipped"});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Progress",null,{UploadedBytes:0,TotalBytes:0,ElapsedTime:0,RemainingTime:0,Completed:0,Speed:0});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.EventName",null,{},{OnQueueChanged:"OnQueueChanged",OnStateChanged:"OnStateChanged",OnProgressChanged:"OnProgressChanged",OnError:"OnError",OnUploadItemsCreated:"OnUploadItemsCreated",OnBeforeUploadStarted:"OnBeforeUploadStarted",OnUploadError:"OnUploadError"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BaseEvent",null,{Name:"",Sender:null});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.StateChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldState:null,NewState:null,constructor:function(_980,_981,_982){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_981;this.NewState=_982;this.Sender=_980;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_983,_984,_985){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_984;this.NewProgress=_985;this.Sender=_983;}});})();(function(){"use strict";var _986=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_987){this.Id=_987;this.HtmlElement=document.getElementById(_987);},_StopEvent:function(_988){if(_988.preventDefault){_988.preventDefault();}else{_988.returnValue=false;}if(_988.stopPropagation){_988.stopPropagation();}},AddListener:function(_989,_98a,_98b){_98b=_98b||null;this._CheckEventNameOtThrow(_989);ITHit.Events.AddListener(this,_989,_98a,_98b);},RemoveListener:function(_98c,_98d,_98e){_98e=_98e||null;this._CheckEventNameOtThrow(_98c);ITHit.Events.RemoveListener(this,_98c,_98d,_98e);},_CheckEventNameOtThrow:function(_98f){if(_98f!==_986.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98f);}},_RaiseOnFileInputHandled:function(_990){ITHit.Events.DispatchEvent(this,_986.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_990}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _991=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FSEntry",null,{GetRelativePath:function(){return this._RelativePath;},GetFile:function(){return this._File||null;},IsFolder:function(){return !this._File;},IsFile:function(){return !this.IsFolder();},GetSize:function(){if(this.IsFolder()){return 0;}return this._File.size||this._File.fileSize;},constructor:function(_992,_993){this._RelativePath=_992;this._File=_993||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_994,_995){var _996=_994.join(_991.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_996,_995);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_998,_999){if(!!_998.webkitEntries&&_998.webkitEntries.length>0){var _99a=this._GetWebkitEntries(_998.webkitEntries);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=this.CreateFromFileList(_998.files);_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromDataTransferAsync:function(_99d,_99e){if(_99d.items&&_99d.items.length>0){var _99f=this._GetWebkitEntries(_99d.items);if(_99f.length>0){var _9a0=[];self._ExtractFromWebkitEntriesAsync(_99f,_9a0,_99e);return;}}var _9a1=[];if(_99d.files.length>0){_9a1=self.CreateFromFileList(_99d.files);}_99e(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a1));},CreateFromFileList:function(_9a2){var _9a3=[];for(var i=0;i<_9a2.length;i++){var _9a5=_9a2[i];var _9a6="/"+(_9a5.webkitRelativePath||_9a5.name);var _9a7=new ITHit.WebDAV.Client.Upload.FSEntry(_9a6,_9a5);_9a3.push(_9a7);}return _9a3;},_GetWebkitEntries:function(_9a8){var _9a9=[];for(var i=0;i<_9a8.length;i++){var _9ab=_9a8[i];var _9ac=_9ab.webkitGetAsEntry&&_9ab.webkitGetAsEntry();if(_9ac){_9a9.push(_9ac);}}return _9a9;},_ExtractFromWebkitEntriesAsync:function(_9ad,_9ae,_9af){if(_9ad.length===0){_9ae.push("");var _9b0=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9ae);_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b0]));}var _9b1=[];var _9b2=_9ad.length;for(var i=0;i<_9ad.length;i++){var _9b4=_9ad[i];self._ExtractFromWebkitEntryAsync(_9b4,_9ae.slice(),function(_9b5){_9b2--;if(!_9b5.IsSuccess){_9b2=0;_9af(_9b5);return;}_9b1=_9b1.concat(_9b5.Result);if(_9b2<=0){_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b1));}});}},_ExtractFromWebkitEntryAsync:function(_9b6,_9b7,_9b8){if(_9b6.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b6,_9b7.slice(),function(_9b9){if(_9b9.IsSuccess){_9b8(_9b9);}else{_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b9.Result));}});}else{_9b6.file(function(file){_9b7.push(file.name);var _9bb=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b7,file);_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb));},function(_9bc){_9b8(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bc));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bd,_9be,_9bf){var _9c0=_9bd.createReader();_9c0.readEntries(function(_9c1){_9be.push(_9bd.name);self._ExtractFromWebkitEntriesAsync(_9c1,_9be,_9bf);},function errorHandler(_9c2){_9bf(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c2));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c3){this._super(_9c3);this.HtmlElement.addEventListener("drop",ITHit.Utils.MakeScopeClosure(this,"_OnDropHandler"),false);this.HtmlElement.addEventListener("dragover",ITHit.Utils.MakeScopeClosure(this,"_OnDragOverHandler"),false);this.HtmlElement.addEventListener("dragenter",ITHit.Utils.MakeScopeClosure(this,"_OnDragEnterHandler"),false);},_OnDropHandler:function(_9c4){this._StopEvent(_9c4);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c4.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c5){this._StopEvent(_9c5);},_OnDragOverHandler:function(_9c6){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c6);}var dt=_9c6.dataTransfer;if(!dt){this._StopEvent(_9c6);}var _9c8=dt.types;if(_9c8){if(_9c8.contains&&!_9c8.contains("Files")){return;}if(_9c8.indexOf&&(-1==_9c8.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c6);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c9){this._super(_9c9);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9ca){if(!_9ca.target.value){return;}this._StopEvent(_9ca);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9ca.target,function(_9cb){this._RaiseOnFileInputHandled(_9cb);_9ca.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cd){this.Key=sKey;this.Value=_9cd;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9ce){this._UnderLayingObject={};_9ce=_9ce||[];for(var i=0;i<_9ce.length;i++){var _9d0=_9ce[i];this.Set(_9d0.Key,_9d0.Value);}},Clear:function(){this._UnderLayingObject={};this._Length=0;},Delete:function(sKey){if(!this.Has(sKey)){return false;}delete this._UnderLayingObject[sKey];this._Length--;return true;},Entries:function(){var _9d2=[];var _9d3=this.Keys();for(var i=0;i<_9d3.length;i++){var sKey=_9d3[i];_9d2.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d2;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d8=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d8.push(sKey);}}return _9d8;},Set:function(sKey,_9db){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9db;return this;},Values:function(){var _9dc=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9dc.push(this._UnderLayingObject[sKey]);}}return _9dc;},Count:function(){return this._Length;},ForEach:function(_9de,_9df){var _9e0=this.Entries();_9e0.forEach(function(_9e1){_9de.call(_9df,_9e1.Value,_9e1.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e2,_9e3,_9e4){this.BytesUploaded=_9e2;this.TimeUpload=_9e3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e5){this.ResetSpeed();this._Size=_9e5;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e5;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e6=this._GetSpeed();var _9e7=new ITHit.WebDAV.Client.Upload.Progress();_9e7.TotalBytes=this._Size;_9e7.UploadedBytes=this._BytesUploaded;_9e7.Speed=Math.floor((Math.round(_9e6*10)/10));_9e7.Completed=this._GetUploadedPercents();_9e7.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e6){_9e7.RemainingTime=this._GetRemainingTime(_9e6);}return _9e7;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e8=this._Diffs.slice(-1*this._DiffCount);var _9e9=0;var _9ea=0;for(var i=0,l=_9e8.length;i<l;i++){_9e9+=_9e8[i].BytesUploaded;_9ea+=_9e8[i].TimeUpload;}var _9ed=_9e9/_9ea;return (_9ed>0)?_9ed:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9ee){var _9ef=Math.ceil((this._Size-this._BytesUploaded)/_9ee);return Math.floor(_9ef);},_Notify:function(){var _9f0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f0]);},UpdateBytes:function(_9f1,_9f2){var oNow=new Date();var _9f4=_9f1+this._StartPosition-this._LastUploadedBytes;var _9f5=(oNow-this._LastReportTime)/1000;var _9f6=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f4,_9f5);this._Diffs.push(_9f6);this._BytesUploaded=_9f1+this._StartPosition;this._LastUploadedBytes=_9f1+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f7,_9f8){var oNow=new Date();var _9fa=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f7;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fa;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fb,_9fc){ITHit.Events.AddListener(this,"OnProgress",_9fb,_9fc);},IsCompleted:function(){return this._BytesUploaded===this._Size;},Reset:function(){this._StartPosition=0;this._BytesUploaded=0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},StartTracking:function(_9fd){_9fd=_9fd||this._CurrentProgress.UploadedBytes;this._StartPosition=_9fd;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9fe){if(_9fe.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9fe.BytesUploaded;}this._Set(_9fe.BytesUploaded,_9fe.TotalContentLength);},ResetSpeed:function(_9ff){this._LastReportTime=_9ff||new Date();this._LastUploadedBytes=0;this._Diffs=[];},ResetIfComplete:function(){if(this.IsCompleted()){this.Reset();}},SetCompleted:function(){this.UpdateBytes(this._Size,this._Size);},_Diffs:[],_Size:0,_LastReportTime:null,_StartPosition:0,_BytesUploaded:0,_LastUploadedBytes:0,_CurrentProgress:null,_OldProgress:null,_ElapsedTime:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.AsyncEvent",null,{constructor:function(_a00,_a01){this.Sender=_a00;this._HandledCallback=_a01||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a02){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a02);},GetIsHandled:function(){return this._IsHandled;},_IsHandled:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Skip:function(){if(this._IsHandled){return;}this.Sender.SetSkip();this._Handle();},Overwrite:function(){if(this._IsHandled){return;}if(!this.Sender.IsFolder()){this.Sender.SetOverwrite(true);}this._Handle();},SkipAll:function(){if(this._IsHandled){return;}var _a03=this.Sender.GetGroup();if(_a03){_a03.GetItems().forEach(function(_a04){_a04.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a07,_a08){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a07,_a08);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.PathCache",null,{constructor:function(){this._UrlMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},Has:function(oUrl){return this._UrlMap.Has(oUrl.GetHref());},Add:function(oUrl){this._UrlMap.Set(oUrl.GetHref(),oUrl);},Delete:function(oUrl){this._UrlMap.Delete(oUrl.GetHref());},_UrlMap:null});})();(function(){"use strict";var _a0c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0d,_a0e){this._ItemGroupMap=_a0d;this._GroupItemMap=_a0e;this.ID=++_a0c._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0f){var _a10=this._GroupItemMap.Get(this.IDString);_a0f.forEach(function(_a11){this._ItemGroupMap.Set(_a11.GetUrl(),this);_a10.push(_a11);}.bind(this));},GetItems:function(){return this._GroupItemMap.Get(this.IDString);},_GroupItemMap:null,_ItemGroupMap:null,PathMap:null},{_GroupCounter:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.GroupManager",null,{constructor:function(){this._GroupItemMap=new ITHit.WebDAV.Client.Upload.Collections.Map();this._ItemGroupMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},CreateGroup:function(_a12){_a12=_a12||[];var _a13=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a13.IDString,[]);_a13.AddRange(_a12);return _a13;},GetGroupByItem:function(_a14){return this._ItemGroupMap.Get(_a14.GetUrl());},_GroupItemMap:null,_ItemGroupMap:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.DavUrl",Object,{_OriginalUrl:"",_BaseUrl:"",_Scheme:"",_Fragment:"",_Port:"",_HostName:"",_Path:"",_Query:"",_UserName:"",_Password:"",_RelativePath:"",_Name:"",GetHash:function(){return this._Fragment;},GetHost:function(){if(this._Port){return this._HostName+this._PortSeparator+this._Port;}return this._HostName;},GetOrigin:function(){return this.GetProtocol()+this.GetHost();},GetHostName:function(){return this._HostName;},GetPort:function(){return this._Port;},GetProtocol:function(){return this._Scheme;},GetQuery:function(){return this._Query;},GetName:function(){return this._Name;},GetRelativePath:function(){return this._RelativePath;},GetHref:function(){return this._OriginalUrl;},GetBaseUrl:function(){return this._BaseUrl;},toString:function(){return this._OriginalUrl;},Clone:function(){return new ITHit.WebDAV.Client.Upload.Utils.DavUrl(this._RelativePath,this._BaseUrl);},_ParseAuthPartsUndetectedScheme:function(_a15){var _a16=_a15.split(":");if(_a16.length===3){this._Scheme=_a16[0]+":";this._UserName=_a16[1];this._Password=_a16[2];}else{if(_a16.length===2){this._Scheme=_a16[0];this._UserName=_a16[1];}else{this._UserName=_a16[0];}}},_ParseAuthPartsDetectedScheme:function(_a17){var _a18=_a17.split(":");if(_a18.length===2){this._UserName=_a18[0];this._Password=_a18[1];}else{this._UserName=_a18[0];}},ParseAuthorityWithScheme:function(_a19,_a1a){var _a1b=_a19.match(this._PortRexEx);if(_a1b){this._Port=_a1b[0].slice(1);_a19=_a19.slice(0,-_a1b[0].length);}var _a1c=_a19.split("@");if(_a1c.length>1){this._HostName=_a1c[1];if(!_a1a){this._ParseAuthPartsUndetectedScheme(_a1c[0]);}else{this._ParseAuthPartsDetectedScheme(_a1c[0]);}return;}var _a1d=_a1c[0].split(":");if(_a1d.length>1){this._Scheme=_a1d[0]+":";this._HostName=_a1d[1];return;}this._HostName=_a19;},_ParseTrailingPathPart:function(_a1e){var _a1f=_a1e.split(this._FragmentSeparator);if(_a1f.length>1){this._Fragment=this._FragmentSeparator+_a1f[1];}var _a20=_a1f[0].split("?");if(_a20.length>1){this._Query=_a20[1];return _a20[0];}return _a20[0];},_ParseUrl:function(sUrl){var _a22=sUrl.split(this._DashedSchemeSeparator);if(_a22.length>1){this._Scheme=_a22[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a22.splice(0,1);}var _a23=_a22[0].split(this._PathSeparator);_a23=ITHit.Utils.FilterBy(_a23,function(_a24){return _a24!=="";});this.ParseAuthorityWithScheme(_a23[0],this._IsDashedScheme);_a23.splice(0,1);if(_a23.length===0){return;}var _a25=[];for(var i=0;i<_a22.length-1;i++){_a25.push(_a23[i]);}var _a27=this._ParseTrailingPathPart(_a23[_a23.length-1]);_a25.push(_a27);this._Name=_a27;this._Path=this._PathSeparator+_a25.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a29){this._BaseUrl=_a29||"";this._OriginalUrl=sUrl;if(!!_a29){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a29)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2a){var _a2b=_a2a.slice(-1);if(_a2b===this._PathSeparator){return _a2a.slice(0,-1);}return _a2a;},_GetWithoutLeadingSeparator:function(_a2c){var _a2d=_a2c[0];if(_a2d===this._PathSeparator){return _a2c.substring(1);}return _a2c;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadItem",null,{GetFile:function(){return this._UploadProvider.FSEntry.GetFile();},GetUrl:function(){return this._UploadProvider.Url.GetHref();},GetBaseUrl:function(){return this._UploadProvider.Url.GetBaseUrl();},GetName:function(){return this._UploadProvider.Url.GetName();},GetRelativePath:function(){return this._UploadProvider.Url.GetRelativePath();},IsFolder:function(){return this._UploadProvider.FSEntry.IsFolder();},GetSource:function(){return this._Source;},GetState:function(){return this._UploadProvider.GetState().GetAsEnum();},GetProgress:function(){return this._UploadProvider.GetProgress();},GetErrors:function(){return this._UploadProvider.Errors.slice();},GetLastError:function(){return this._UploadProvider.LastError;},OnUploadStartedCallback:null,OnUploadErrorCallback:null,CustomData:null,SetOverwrite:function(_a2e){this._UploadProvider.Settings.ForceRewrite=_a2e;},AddHeader:function(_a2f,_a30){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a31=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a32){return _a32.name===_a2f;});if(_a31){_a31.value=_a30;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2f,value:_a30});}},SetRewrite:function(_a33){this.SetOverwrite(_a33);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a34){if(this.IsFolder()&&_a34===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a34;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a35){if(!(_a35 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a36=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a36,"oError");}this._UploadProvider.SetFailed(_a35);},_SetProgress:function(_a37){var _a38=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a37.OldProgress,_a37.NewProgress);ITHit.Events.DispatchEvent(this,_a38.Name,_a38);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3a,_a3b,_a3c,_a3d,_a3e){this._Source=_a3b||null;this._GroupManager=_a3d;var _a3f=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3a.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3c,this,_a3a,_a3f,_a3e);this._UploadProvider.AddListener("OnProgressChanged",this._SetProgress,this);this._UploadProvider.AddListener("OnStateChanged",this._OnStateChangedEventHandler,this);this._UploadProvider.AddListener("OnError",this._OnErrorEventHandler,this);this.CustomData={};},StartAsync:function(_a40){_a40=_a40||function(){};if(this.GetState()!==ITHit.WebDAV.Client.Upload.State.Paused){var that=this;this._GetUploadBehaviourAsync(function(){if(that.GetState()===ITHit.WebDAV.Client.Upload.State.Skipped){_a40();}else{that._UploadProvider.StartUploadAsync(_a40);}});}else{this._UploadProvider.StartUploadAsync(_a40);}},PauseAsync:function(_a42){_a42=_a42||function(){};this._UploadProvider.PauseUpload(_a42);},CancelAsync:function(_a43,_a44,_a45){_a45=_a45||function(){};_a43=_a43||5;_a44=_a44||500;this._UploadProvider.AbortUpload(_a43,_a44,_a45);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a46){var _a47=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a46);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a47);}else{if(ITHit.Events.ListenersLength(this,_a47.Name)!==0){ITHit.Events.DispatchEvent(this,_a47.Name,_a47);}else{_a46();}}},AddListener:function(_a48,_a49,_a4a){this._ValidateEventName(_a48);_a4a=_a4a||null;ITHit.Events.AddListener(this,_a48,_a49,_a4a);},RemoveListener:function(_a4b,_a4c,_a4d){this._ValidateEventName(_a4b);_a4d=_a4d||null;ITHit.Events.RemoveListener(this,_a4b,_a4c,_a4d);},_ValidateEventName:function(_a4e){switch(_a4e){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a4e+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4f){var _a50=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4f.OldState,_a4f.NewState);ITHit.Events.DispatchEvent(this,_a50.Name,_a50);},_OnErrorEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a51.Error);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a53,_a54,_a55){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a54||[];this.RemovedItems=_a55||[];this.Sender=_a53;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a56){if(this._End&&_a56>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a56;},GetEnd:function(){return this._End;},SetEnd:function(iEnd){if(iEnd<this._Start){throw new ITHit.Exceptions.ArgumentException("End cant be smaller than start","iEnd");}this._End=iEnd||this._Blob.size;},_Start:0,_End:0,_Blob:null,constructor:function(_a58,_a59,iEnd){this._SetBlob(_a58);this.SetStart(_a59);this.SetEnd(iEnd||_a58.size);},_SetBlob:function(_a5b){this._Blob=_a5b;this._Start=0;this._End=_a5b.size;},IsFullFile:function(){return this._Start===0&&this._End===this._Blob.size;},IsPartFile:function(){return !this.IsFullFile();},GetSlice:function(){if(this.IsFullFile()){return this._Blob;}return this._Blob.slice(this._Start,this.End);},GetFile:function(){return this._Blob;},GetFullSize:function(){return this._Blob.size;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadLocation",null,{constructor:function(_a5c,oUrl){this._FolderGenerator=_a5c;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a5e,_a5f){var _a60=function(_a61){delete this._CancellationCallback;_a5e.call(_a5f,_a61);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a60,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a62=this._GetAncestorsPaths(this._Url);_a62.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a64,_a65){if(!this._CancellationCallback){_a64.call(_a65);return;}this._CancellationCallback(function(){_a64.call(_a65);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a66){this._PathMap=_a66;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a68=oUrl.GetRelativePath().split("/");if(_a68.length===0){return [];}if(_a68[_a68.length-1]===""){_a68=_a68.slice(0,-1);}var _a69=[];var path="";for(var i=0;i<_a68.length-1;i++){if(path!==""){path+="/";}path+=_a68[i];_a69.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a69;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6d,oUrl){this._Session=_a6d;this.Url=oUrl;},SetProgressDebounce:function(_a6f){this._ReportPeriod=_a6f;},BeginWrite:function(_a70){this._InitializeRequestContext();var _a71=null;if(_a70.IsFolder()){_a71=this._CreateMKCOLRequest();this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a71=this._CreatePutRequest(_a70);_a71.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a73.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a74){this._InitializeRequestContext();var _a75=this._CreatePutAppendRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a76,_a77){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a76,_a77);}},AddListener:function(_a78,_a79,_a7a){_a7a=_a7a||null;this._ValidateEventName(_a78);ITHit.Events.AddListener(this,_a78,_a79,_a7a);},RemoveListener:function(_a7b,_a7c,_a7d){_a7d=_a7d||null;this._ValidateEventName(_a7b);ITHit.Events.RemoveListener(this,_a7b,_a7c,_a7d);},_AddCustomHeaders:function(_a7e){if(!this.CustomHeaders){return;}var _a7f=[];var _a80=_a7e.Headers.GetAll();this.CustomHeaders.forEach(function(_a81){if(_a7f.indexOf(_a81.name)<0&&!_a80.hasOwnProperty(_a81.name)){_a7e.Headers.Add(_a81.name,_a81.value);_a7f.push(_a81.name);}});},_ValidateEventName:function(_a82){switch(_a82){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:case self.EVENT_ON_START:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a82+"`");}},_InitializeRequestContext:function(){if(this.IsActive()){throw new ITHit.Exceptions("Content write already in progress");}this._RequestContext=this._Session.CreateRequest(this.__className);this._RequestContext.AddListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);},_CreateMKCOLRequest:function(){var _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("MKCOL");this._SetDefaultHeaders(_a83);return _a83;},_OnMKCOLRewriteResponse:function(_a84){if(this._IsConflictResult(_a84)){_a84=this._TransformToSuccess(_a84);}this._OnResponse(_a84);},_OnMKCOLRewriteErrorEventHandler:function(_a85){if(_a85.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a86){if(_a86.IsAborted){_a86=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a86.Error);this._RequestContext.MarkAbort();}else{_a86=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a86);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a86);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a87){var _a88=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a88.Method("PUT");if(_a87.GetFile().type){_a88.Headers.Add("Content-Type",_a87.GetFile().type);}_a88.BodyBinary(_a87.GetFile());this._SetDefaultHeaders(_a88);return _a88;},_CreatePutAppendRequest:function(_a89){var _a8a=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8a.Method("PUT");if(_a89.GetFile().type){_a8a.Headers.Add("Content-Type",_a89.GetFile().type);}if(_a89.IsPartFile()){_a8a.Headers.Add("Content-Range",this._GetRangeHeader(_a89));_a8a.BodyBinary(_a89.GetSlice());}else{_a8a.BodyBinary(_a89.GetFile());}this._SetDefaultHeaders(_a8a);return _a8a;},_GetRangeHeader:function(_a8b){return "bytes "+_a8b.GetStart()+"-"+(_a8b.GetEnd()-1)+"/"+_a8b.GetFullSize();},_TransformToSuccess:function(_a8c){return new ITHit.WebDAV.Client.AsyncResult(_a8c.Error,true,null);},_IsConflictResult:function(_a8d){return _a8d.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a8e){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a8e,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8f,Uploader:this}]);},_RaiseOnFinishEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a90}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a91){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a91.Progress.BytesTotal===_a91.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a91.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a93){this._RaiseOnErrorEvent(_a93.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a94){_a94.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a94.Headers.Add("X-Requested-With","XMLHttpRequest");},IsActive:function(){return !!this._RequestContext;},_Session:null,_RequestContext:null,_ReportPeriod:1000,_LastReportTime:0},{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_START:"OnStart"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.Generator",null,{constructor:function(_a95){this._Session=_a95;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a97=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a97,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a98){if(_a98.IsAborted){_a97.MarkAbort();}else{_a97.MarkFinish();}this._CallAwaiters(oUrl,_a98);}.bind(this));return _a97;},_RecurrentGenerate:function(_a99,_a9a,_a9b,_a9c){var _a9d=null;var _a9e=null;var _a9f=function(_aa0,_aa1){if(!!_a9d){_a9d.AbortAsync(_aa0,_aa1);return;}if(!!_a9e){_a9e(_aa0,_aa1);}_aa0.call(_a9c);};var _aa2=_a9a.slice();var _aa3=[];while(_aa2.length>0){var oUrl=_aa2[0];if(!_a99.Has(oUrl)){break;}_aa3.push(oUrl);_aa2.splice(0,1);}if(_aa2.length===0){_a9b.call(_a9c,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3));return _a9f;}var _aa5=_aa2.shift();if(!this._IsInWork(_aa5)){_a9d=this._SendRequest(_aa5);}this._AddAwaiter(_aa5,function(_aa6){if(!_aa6.IsSuccess&&!this._IsConflictResult(_aa6)){_a9b.call(_a9c,_aa6);return;}_a99.Add(_aa5);_aa3.push(oUrl);_a9d=null;_a9e=this._RecurrentGenerate(_a99,_aa2,function(_aa7){if(_aa7.IsSuccess||this._IsConflictResult(_aa6)){_aa7.Result.concat(_aa3);_aa7=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3);}_a9e=null;_a9b.call(_a9c,_aa7);return;},this);}.bind(this));return _a9f;},GeneratePathAsync:function(_aa8,oUrl,_aaa,_aab){var _aac=this._GetAncestorsPaths(oUrl);if(_aac.length===0){return _aaa.call(_aab,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa8,_aac,_aaa,_aab);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aae=oUrl.GetRelativePath().split("/");if(_aae.length===0){return [];}if(_aae[_aae.length-1]===""){_aae=_aae.slice(0,-1);}var _aaf=[];var path="";for(var i=0;i<_aae.length-1;i++){if(path!==""){path+="/";}path+=_aae[i];_aaf.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaf;},_IsInWork:function(oUrl){var _ab3=this._WorkList.Get(oUrl.toString());return _ab3&&(_ab3.length>0);},_AddAwaiter:function(oUrl,_ab5){var _ab6=this._WorkList.Get(oUrl.toString());var _ab7=[];if(_ab6){_ab7=_ab7.concat(_ab6);}_ab7.push(_ab5);this._WorkList.Set(oUrl.toString(),_ab7);},_CallAwaiters:function(oUrl,_ab9){var _aba=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_aba.forEach(function(_abb){_abb(_ab9);});},_IsConflictResult:function(_abc){if(_abc.IsSuccess){return false;}if(_abc.Error&&_abc.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return true;}return false;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploaderSession",ITHit.WebDAV.Client.WebDavSession,{ExistsFolders:[],GetProgressReportAsync:function(sUrl,_abe,_abf){var _ac0=this.CreateRequest(this.__className+".ReportAsync()");var _ac1=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac2=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac1);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac0,_ac1,_ac2,null,null,function(_ac3){_ac0.MarkFinish();_abe.call(_abf,_ac3);});return _ac0;},CancelUploadAsync:function(sUrl,_ac5){var _ac6=this.CreateRequest(this.__className+".CancelUpload()");var _ac7=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac7);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac6,_ac7,[],_ac8,function(_ac9){_ac6.MarkFinish();var _aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac9.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac9.IsSuccess){_aca=new ITHit.WebDAV.Client.AsyncResult(_ac9.IsSuccess,_ac9.IsSuccess,_ac9.Error);}}_ac5(_aca);});return _ac6;},CheckExistsAsync:function(sUrl,_acc,_acd){_acc=_acc||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ace){var _acf=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acf=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ace.IsSuccess){_acf=new ITHit.WebDAV.Client.AsyncResult(_ace.IsSuccess,_ace.IsSuccess,_ace.Error);}}_acc.call(_acd,_acf);});},DeleteAsync:function(_ad0,_ad1,_ad2){_ad1=_ad1||null;var _ad3=ITHit.WebDAV.Client.Encoder.Encode(_ad0);var _ad4=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad3);var _ad5=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad5,_ad3,_ad1,_ad4,function(_ad6){if(!_ad6.IsSuccess&&_ad6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad6=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad5.MarkFinish();_ad2(_ad6);});return _ad5;},CreateFolderRangeAsync:function(_ad7,_ad8,_ad9,_ada){_ad8=_ad8||null;_ad9=_ad9||ITHit.Utils.NoOp;var _adb=_ad7.length;var _adc=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_adb);this._PerformCreateFolderRangeMethodAsync(_adc,_ad7,_ad8,function(_add){_adc.MarkFinish();_ad9.call(_ada,_add);});return _adc;},_PerformCreateFolderRangeMethodAsync:function(_ade,_adf,_ae0,_ae1,_ae2){_ae1=_ae1||ITHit.Utils.NoOp;_adf=_adf.slice();var _ae3=_adf.unshift();var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHref());var _ae5=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ade,_ae4,_ae0,_ae5,function(_ae6){if(_ae6.IsSuccess||_ae6.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae6=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae3]);}if(_adf.length>0&&_ae6.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ade,_adf,_ae0,function(_ae7){if(_ae7.IsSuccess){_ae7.Result.push(_ae3);}_ae1.call(_ae2,_ae7);return;},this);}else{_ae1.call(_ae2,_ae6);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_aea,_aeb,_aec,_aed){this._RoundsCount=_aea;this._Handler=_aec;this._EndHandler=_aed;this._IsActive=!!_aea;this._RepeatTime=_aeb;},Stop:function(_aee){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aee);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aef){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aef);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_af0){this._Action=_af0;},RunAsync:function(_af1,_af2,_af3){var _af4=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af1,_af2,this._Action,_af3);_af4._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_af6,_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af7;this._super(_af6,_af8);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af9){return {Action:"skip",Error:_af9};},GetRetryResult:function(_afa){return {Action:"retry",Error:_afa};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afb,_afc){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afc;this.Sender=_afb;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afd){},OnLeave:function(_afe){},StartUploadAsync:function(_aff,_b00){_b00();},PauseUpload:function(_b01,_b02){_b02();},AbortUpload:function(_b03,_b04,_b05,_b06){_b06();},Skip:function(_b07){},OnUploadLocationPrepared:function(_b08,_b09){},OnUploadProgressPrepared:function(_b0a,_b0b){},OnContentCompleted:function(_b0c,_b0d){},OnRetryResult:function(_b0e,_b0f){},_CompletePauseAsync:function(_b10,_b11,_b12){if(_b10.IsRetrySchedule){_b10.IsRetrySchedule=false;}_b10.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b11.call(_b12);},_StartPauseAsync:function(_b13,_b14){_b13._ProgressTracker.StopTracking();_b13.CancelAllRequests(function(){if(_b13.IsContentSend){_b13.SyncProgressWithServerAsync(function(_b15){this._CompletePauseAsync(_b13,_b14);},this);return;}this._CompletePauseAsync(_b13,_b14);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b16){_b16.GetProgressTracker().StopTracking();_b16.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b19,_b1a){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b19,_b1a);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b1b,_b1c){_b1b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1b,_b1c);},Skip:function(_b1d){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1e,_b1f){this._StartPauseAsync(_b1e,_b1f);},AbortUpload:function(_b20,_b21,_b22,_b23){_b20.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b20,_b21,_b22,_b23);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b24){_b24.GetProgressTracker().StopTracking();_b24.GetProgressTracker().Reset();},StartUploadAsync:function(_b25,_b26){_b25.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b25,_b26);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b27){_b27.PrepareUploadLocation();},PauseUpload:function(_b28,_b29){this._StartPauseAsync(_b28,_b29);},AbortUpload:function(_b2a,_b2b,_b2c,_b2d){_b2a.CancelAllRequests(function(){_b2a.GetProgressTracker().StopTracking();_b2a.CancelAndDeleteAsync(_b2b,_b2c,function(_b2e){if(_b2e.IsSuccess){_b2a.GetProgressTracker().Reset();_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b2a.AddError(_b2e.Error);_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2d();},this);},this);},OnContentCompleted:function(_b2f,_b30){var _b31=_b30.Result;if(_b31.IsAborted){return;}if(_b31.IsSuccess){_b2f.GetProgressTracker().SetCompleted();_b2f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2f,_b31);},_HandleError:function(_b32,_b33){_b32.AddError(_b33.Error);_b32.BeginRetry(_b33.Error);},OnRetryResult:function(_b34,_b35){if(_b35.Action==="skip"){_b34.AddError(_b35.Error);_b34.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b34.IsContentSend){_b34.SyncProgressWithServerAsync(function(_b36){if(_b36.Error){this._HandleError(_b35.Error);}else{this.OnEnter(_b34);}},this);return;}this.OnEnter(_b34);},OnUploadLocationPrepared:function(_b37,_b38){if(_b38.IsAborted){return;}if(!_b38.IsSuccess){this._HandleError(_b37,_b38);return;}_b37._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b39){if(_b39.IsContentSend){_b39.PrepareProgress();return;}this._super(_b39);},OnUploadProgressPrepared:function(_b3a,_b3b){if(_b3b.IsAborted){return;}if(!_b3b.IsSuccess){this._HandleError(_b3a,_b3b);return;}if(_b3a.GetProgressTracker().IsCompleted()){_b3a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b3a._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b44){_b44.GetProgressTracker().StopTracking();_b44.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b45,_b46){_b45.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b45,_b46);},AbortUpload:function(_b47,_b48,_b49,_b4a){if(_b47.IsContentSend){_b47.CancelAndDeleteAsync(_b48,_b49,function(_b4b){if(_b4b.IsSuccess){_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b47.AddError(_b4b.Error);_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b4a();},this);}else{_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b4a();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b4d){switch(_b4d){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b4e,oUrl){this._Session=_b4e;this._Url=oUrl;},GetProgressAsync:function(_b50,_b51){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b52){if(_b52.IsSuccess&&_b52.Result[0]){var _b53=_b52.Result[0];_b50.call(_b51,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b53));return;}_b50.call(_b51,_b52);},this);},CancelUploadAsync:function(_b54,_b55){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b56){_b54.call(_b55,_b56);});},DeleteAsync:function(_b57,_b58,_b59,_b5a){var that=this;var _b5c=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5d){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5e){if(_b5e.IsSuccess){_b5d.Stop(_b5e);}else{_b5d.EndRound(_b5e);}});});_b5c.RunAsync(_b57,_b58,function(_b5f){_b59.call(_b5a,_b5f);});},CancelAndDeleteAsync:function(_b60,_b61,_b62,_b63){this.CancelUploadAsync(function(_b64){if(!_b64.IsSuccess){return _b62.call(_b63,_b64);}this.DeleteAsync(_b60,_b61,_b62,_b63);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b65,_b66,_b67,oUrl,_b69){this.FSEntry=_b67;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b69.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b65;this._UploadItem=_b66;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b69.State);this.Errors=[];this.UploadLocation=_b65.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b65,this.Url);this.ContentWriter=_b65.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b6a){this._BeginStateChange();this._State.StartUploadAsync(this,_b6a);},PauseUpload:function(_b6b){this._BeginStateChange();this._State.PauseUpload(this,_b6b);},AbortUpload:function(_b6c,_b6d,_b6e){this._BeginStateChange();_b6e=_b6e||function(){};this._State.AbortUpload(this,_b6c,_b6d,_b6e);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6f,_b70,_b71){this._ValidateEventName(_b6f);_b71=_b71||null;ITHit.Events.AddListener(this,_b6f,_b70,_b71);},RemoveListener:function(_b72,_b73,_b74){this._ValidateEventName(_b72);_b74=_b74||null;ITHit.Events.RemoveListener(this,_b72,_b73,_b74);},_ValidateEventName:function(_b75){switch(_b75){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b75+"`");}},CheckRetryAsync:function(_b76,_b77,_b78){var _b79=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b76,function(_b7a){if(!this.IsRetrySchedule){return;}_b77.call(_b78,_b7a);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b79.Name)===0)){_b77.call(_b78,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b76));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b79);}ITHit.Events.DispatchEvent(this._UploadItem,_b79.Name,_b79);},Errors:null,LastError:null,AddError:function(_b7b){this.AddErrorSilent(_b7b);this._RiseOnErrorEvent(_b7b);},AddErrorSilent:function(_b7c){this.LastError=_b7c;this.Errors.push(_b7c);},SetFailed:function(_b7d){var _b7e=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7d);this.SetState(_b7e);},_RiseOnErrorEvent:function(_b7f){var _b80=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7f);ITHit.Events.DispatchEvent(this,_b80.Name,_b80);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b81){if(_b81.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b81);},_StartLoadHandler:function(_b82){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b83){this.GetProgressTracker().UpdateBytes(_b83.Progress.BytesLoaded,_b83.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b84=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b84.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b84.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b84);}},SyncProgressWithServerAsync:function(_b85,_b86){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b87){if(!_b87.IsSuccess){_b85.call(_b86,_b87);return;}if(_b87.Result===true){this._ProgressTracker.SetCompleted();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b88){if(_b88.IsSuccess){this._ProgressTracker.SyncProgress(_b88.Result);_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b88.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b88.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b89){if(_b89.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b89);},CancelAllRequests:function(_b8a,_b8b){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b8a,_b8b);},this);},this);},_CancelLocationCreateAsync:function(_b8c,_b8d){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_CancelContentSendingAsync:function(_b8e,_b8f){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8e.call(_b8f);},this);}else{_b8e.call(_b8f);}},_CancelProgressAsync:function(_b90,_b91){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b90.call(_b91);},this);}else{_b90.call(_b91);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b92){this.IsProgressSyncInProgress=false;if(_b92.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b92);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b93){var _b94=this._State;this._State.OnLeave(this);this._State=_b93;this._State.OnEnter(this);var _b95=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b94.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b95.Name,_b95);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b96){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b96,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b97){this._State.OnRetryResult(this,_b97);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b98,_b99,_b9a,_b9b){this.ServerItem.CancelUploadAsync(function(_b9c){if(!this.Settings.DeleteOnCancel){_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b98,_b99,function(_b9d){if(!_b9d.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b9a.call(_b9b,_b9c);}this.IsContentSend=false;_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9e){var _b9f=this._Progress;this._Progress=_b9e;var _ba0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9f,_b9e);ITHit.Events.DispatchEvent(this,_ba0.Name,_ba0);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba1){if(this._IsHandled){return;}this._Skip(_ba1);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba2){if(this._IsHandled){return;}this._Overwrite(_ba2);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba3){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba3});},constructor:function(_ba4,_ba5,_ba6){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba5||[];this._super(_ba4,_ba6);},_Overwrite:function(_ba7){var _ba8=this._CreateResult([],_ba7);this._Handle(_ba8);},_Skip:function(_ba9){var _baa=this._CreateResult(_ba9,[]);this._Handle(_baa);},_CreateResult:function(_bab,_bac){return {Skip:_bab||[],Overwrite:_bac||[],Original:this.Items};},_Handle:function(_bad){_bad=_bad||this._CreateResult();this._super(_bad);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bae,_baf,_bb0,_bb1){var _bb2=[];var _bb3=0;if(_bae.length===0){setTimeout(_bb0.apply(_bb1,_bae));}for(var i=0;i<_bae.length;i++){_baf.apply(_bb1,[_bae[i],i,_bae,ITHit.Utils.MakeScopeClosure(this,function(i,_bb6){_bb2[i]=_bb6;_bb3++;if(_bb3===_bae.length){setTimeout(_bb0.call(_bb1,_bb2));}},i)]);}},DistinctBy:function(_bb7,_bb8,_bb9){var map=Object.create(null);_bb8=_bb8||Object.prototype.toString;for(var i=0;i<_bb7.length;i++){var _bbc=_bb8.call(_bb9,_bb7[i]).toString();if(!map[_bbc]){map[_bbc]=_bb7[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbe,_bbf){if(!_bbf){return [_bbe.shift()];}var _bc0=(_bbe.length>_bbf)?_bbf:_bbe.length;var _bc1=[];for(var i=0;i<_bc0;i++){_bc1.push(_bbe.shift());}return _bc1;},Remove:function(_bc3,_bc4){var _bc5=_bc3.indexOf(_bc4);if(_bc5>-1){_bc3.splice(_bc5,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc6){this._ParallelUploads=_bc6||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc7){_bc7.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc8){this._AddToQueue(_bc8);this._StartUploads();},Remove:function(_bc9){_bc9.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc9);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc9);this._StartUploads();},Reserve:function(_bca){_bca=_bca||1;this._Reserve+=_bca;},Release:function(_bcb){_bcb=_bcb||1;this._Reserve-=_bcb;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcc=this.GetBusy();if(_bcc>=this._ParallelUploads){return 0;}else{if(_bcc===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcc)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcd){if(_bcd.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcd.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bce=this.GetFree();if(_bce<=0){return;}var _bcf=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bce);if(_bcf.length<1){return;}this.Reserve(_bcf.length);_bcf.forEach(this._StartSingle,this);},_StartSingle:function(_bd0){this._Active.push(_bd0);_bd0.StartAsync();this.Release();},_AddToQueue:function(_bd1){this._QueueArray.push(_bd1);_bd1.AddListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);},_Reserve:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Queue",null,{Uploader:null,_UnderlyingArray:null,_Session:null,_AutoUploader:null,constructor:function(_bd2){this.Uploader=_bd2;this._Session=new ITHit.WebDAV.Client.Upload.UploaderSession();this._UnderlyingArray=[];this._GroupManager=new ITHit.WebDAV.Client.Upload.Groups.GroupManager();this._AutoUploader=new ITHit.WebDAV.Client.Upload.AutoUploader(this.Uploader.Settings.ConcurrentUploads);},ShouldReplaceDuplicate:function(_bd3){var _bd4=this.GetByUrl(_bd3.GetUrl());var _bd5=_bd4.GetState();return !(_bd5===ITHit.WebDAV.Client.Upload.State.Uploading||_bd5===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd7,_bd8){var _bd9=[];for(var i=0;i<_bd7.length;i++){var _bdb=_bd7[i];var _bdc=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bdb,_bd8,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdc.GetUrl())){if(this.ShouldReplaceDuplicate(_bdc)){this.RemoveByUrl(_bdc.GetUrl());}else{continue;}}_bd9.push(_bdc);}this._DispatchOnUploadItemsCreatedAsync(_bd9,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdd){var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdd);var _bdf=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdd]);ITHit.Events.DispatchEvent(this,_bdf.Name,[_bdf]);this._AutoUploader.Add(_bdd);},AddRange:function(_be0){for(var i=0;i<_be0.length;i++){var _be2=_be0[i];var sUrl=_be2.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be2);}this._GroupManager.CreateGroup(_be0);this._OnQueueChanged(_be0,null);var _be4=_be0.filter(function(_be5){return _be5.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be4);},Restart:function(_be6){for(var i=0;i<_be6.length;i++){if(!this.HasUrl(_be6[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be6);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be9){return _be9.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _bec=this.GetByUrl(sUrl);if(!_bec){return;}var _bed=_bec.GetState();if(_bed===ITHit.WebDAV.Client.Upload.State.Uploading||_bed===ITHit.WebDAV.Client.Upload.State.Paused){_bec.Abort();}var _bee=ITHit.Utils.IndexOf(this._UnderlyingArray,_bec);this._UnderlyingArray.splice(_bee,1);this._OnQueueChanged(null,[_bec]);this._AutoUploader.Remove(_bec);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bef,_bf0){var _bf1=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bef,_bf0);ITHit.Events.DispatchEvent(this,_bf1.Name,[_bf1]);},_DispatchOnUploadItemsCreatedAsync:function(_bf2,_bf3){var _bf4=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf2.slice(),_bf3);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf4.Name)===0)){_bf4.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf4);}ITHit.Events.DispatchEvent(this,_bf4.Name,_bf4);},AddListener:function(_bf5,_bf6,_bf7){_bf7=_bf7||null;switch(_bf5){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf5,_bf6,_bf7);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf5+"`");}},RemoveListener:function(_bf8,_bf9,_bfa){ITHit.Events.RemoveListener(this,_bf8,_bf9,_bfa);},_OnUploadItemsCreatedAsyncDispatched:function(_bfb){if(_bfb.Upload){this.AddRange(_bfb.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfb);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfc){var _bfd=this._FilterSkippedItems(_bfc);var _bfe=this._CreateUrlUploadItemMap(_bfc.Overwrite);_bfd.forEach(function(_bff){if(_bfe.Has(_bff.GetUrl())){_bff.SetOverwrite(true);}});this.AddRange(_bfd);},_FilterSkippedItems:function(_c00){var _c01=this._CreateUrlUploadItemMap(_c00.Skip);return _c00.Original.filter(function(_c02){return !_c01.Has(_c02.GetUrl());});},_CreateUrlUploadItemMap:function(_c03){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c03.forEach(function(_c05){oMap.Set(_c05.GetUrl(),_c05);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c06=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c07){this._Uploader=_c07;this._UnderlyingSet={};},AddById:function(_c08){var _c09=this.GetById(_c08);if(_c09){return _c09;}var _c0a=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c08);this._UnderlyingSet[_c08]=_c0a;this._RaiseOnCollectionChanged([_c0a],[]);return _c0a;},GetById:function(_c0b){return this._UnderlyingSet[_c0b];},RemoveById:function(_c0c){var _c0d=this.GetById(_c0c);if(_c0d){delete this._UnderlyingSet[_c0c];this._RaiseOnCollectionChanged([],[_c0d]);}},AddListener:function(_c0e,_c0f,_c10){_c10=_c10||null;this._CheckEventNameOtThrow(_c0e);ITHit.Events.AddListener(this,_c0e,_c0f,_c10);},RemoveListener:function(_c11,_c12,_c13){_c13=_c13||null;this._CheckEventNameOtThrow(_c11);ITHit.Events.RemoveListener(this,_c11,_c12,_c13);},_CheckEventNameOtThrow:function(_c14){if(_c14!==_c06.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c14);}},_RaiseOnCollectionChanged:function(_c15,_c16){ITHit.Events.DispatchEvent(this,_c06.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c15||[],RemovedItems:_c16||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c17=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c18){this._UnderlyingArray=[];this._Uploader=_c18;},AddById:function(_c19){var _c1a=new ITHit.WebDAV.Client.Upload.Controls.Input(_c19);this._UnderlyingArray[_c19]=_c1a;this._RaiseOnCollectionChanged([_c1a],[]);return _c1a;},GetById:function(_c1b){return this._UnderlyingArray[_c1b];},RemoveById:function(_c1c){var _c1d=this.GetById(_c1c);if(_c1d){delete this._UnderlyingSet[_c1c];this._RaiseOnCollectionChanged([],[_c1d]);}},AddListener:function(_c1e,_c1f,_c20){_c20=_c20||null;this._CheckEventNameOtThrow(_c1e);ITHit.Events.AddListener(this,_c1e,_c1f,_c20);},RemoveListener:function(_c21,_c22,_c23){_c23=_c23||null;this._CheckEventNameOtThrow(_c21);ITHit.Events.RemoveListener(this,_c21,_c22,_c23);},_CheckEventNameOtThrow:function(_c24){if(_c24!==_c17.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c24);}},_RaiseOnCollectionChanged:function(_c25,_c26){ITHit.Events.DispatchEvent(this,_c17.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c25||[],RemovedItems:_c26||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Uploader",null,{DropZones:null,Inputs:null,Queue:null,Settings:null,_UploadProvider:null,constructor:function(){this.Inputs=new ITHit.WebDAV.Client.Upload.InputCollection(this);this.Inputs.AddListener(ITHit.WebDAV.Client.Upload.InputCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.DropZones=new ITHit.WebDAV.Client.Upload.DropZoneCollection(this);this.DropZones.AddListener(ITHit.WebDAV.Client.Upload.DropZoneCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.Settings=new ITHit.WebDAV.Client.Upload.Settings();this.Queue=new ITHit.WebDAV.Client.Upload.Queue(this);},SetUploadUrl:function(sUrl){this._UploadUrl=sUrl;},GetUploadUrl:function(){return this._UploadUrl;},_OnControlCollectionChangedEventHandler:function(_c28){_c28.AddedItems.forEach(function(_c29){_c29.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c28.RemovedItems.forEach(function(_c2a){_c2a.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2b){this.Queue.AddGroup(this._UploadUrl,_c2b.AsyncResult.Result,_c2b.Source);}});})();ITHit.Temp={};
|