webdav.client 6.0.8751-beta → 6.0.8752-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.File.html +80 -80
- package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +100 -100
- package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +60 -60
- package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +12 -12
- package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +8 -8
- package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +12 -12
- package/ITHitWebDAVClient.js +2 -2
- package/Plugins/ITHitEditDocumentOpener.deb +0 -0
- package/Plugins/ITHitEditDocumentOpener.rpm +0 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/ITHitWebDAVClient.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// -----------------------------------------------------------------------
|
|
2
|
-
// IT Hit WebDAV Ajax Library v6.0.
|
|
2
|
+
// IT Hit WebDAV Ajax Library v6.0.8752.0
|
|
3
3
|
// Copyright © 2020 IT Hit LTD. All rights reserved.
|
|
4
4
|
// License: https://www.webdavsystem.com/ajax/
|
|
5
5
|
// -----------------------------------------------------------------------
|
|
@@ -84,4 +84,4 @@ ITHit.Temp.WebDAV_Phrases={
|
|
|
84
84
|
}
|
|
85
85
|
};
|
|
86
86
|
|
|
87
|
-
(function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_102,_103){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_102,_103);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _104={};var _105={};var _106={};for(var _107 in ITHit.LogLevel){_104[ITHit.LogLevel[_107]]=[];_106[ITHit.LogLevel[_107]]=[];}var _108=function(_109,_10a,iTo,_10c){for(var _10d in ITHit.LogLevel){if(ITHit.LogLevel[_10d]>iTo){continue;}if(!ITHit.LogLevel[_10d]||(_10a>=ITHit.LogLevel[_10d])){continue;}if(_109){_106[ITHit.LogLevel[_10d]].push(_10c);}else{for(var i=0;i<_106[ITHit.LogLevel[_10d]].length;i++){if(_106[ITHit.LogLevel[_10d]][i]==_10c){_106[ITHit.LogLevel[_10d]].splice(i,1);}}}}};_108.add=function(iTo,_110){_108.increase(ITHit.LogLevel.Off,iTo,_110);};_108.del=function(iTo,_112){_108.decrease(ITHit.LogLevel.Off,iTo,_112);};_108.increase=function(_113,iTo,_115){_108(true,_113,iTo,_115);};_108.decrease=function(_116,iTo,_118){_108(false,_116,iTo,_118);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_119,_11a){if(_11a==ITHit.LogLevel.Off){this.RemoveListener();}var _11b=0;var _11c=0;outer:for(var _11d in _104){for(var i=0;i<_104[_11d].length;i++){if(_104[_11d][i]==_119){_11b=_11d;_11c=i;break outer;}}}if(!_11b){_104[_11a].push(_119);_108.add(_11a,_119);}else{if(_11a!=_11b){_104[_11b].splice(_11c,1);_104[_11a].push(_119);if(_11a>_11b){_108.increase(_11b,_11a,_119);}else{_108.decrease(_11a,_11b,_119);}}}},RemoveListener:function(_11f){outer:for(var _120 in _104){for(var i=0;i<_104[_120].length;i++){if(_104[_120][i]==_11f){_104[_120].splice(i,1);_108.del(_120,_11f);break outer;}}}return true;},SetLogLevel:function(_122,_123){return this.AddListener(_122,_123,true);},GetLogLevel:function(_124){for(var _125 in _104){for(var i=0;i<_104[_125].length;i++){if(_104[_125][i]==_124){return _125;}}}return false;},GetListenersForLogLevel:function(_127){return _106[_127];},GetCount:function(_128){return _106[_128].length;},WriteResponse:function(_129){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_129 instanceof HttpWebResponse){sStr+="\n"+_129.StatusCode+" "+_129.StatusDescription+"\n";}sStr+=_129.ResponseUri+"\n";for(var _12b in _129.Headers){sStr+=_12b+": "+_129.Headers[_12b]+"\n";}sStr+=_129.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12c,_12d){_12d=("undefined"==typeof _12d)?ITHit.LogLevel.Info:parseInt(_12d);if(ITHit.Logger.GetCount(_12d)){var _12e=this.GetListenersForLogLevel(_12d);var _12c=String(_12c).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12e.length;i++){try{_12e[i](_12c,ITHit.LogLevel.Info);}catch(e){if(!_12e[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12e[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_130,_131){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_130,_131);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _132={};var _133=function(_134){this._arguments=_134;};_133.prototype.Replace=function(_135){var _136=_135.substr(1,_135.length-2);return ("undefined"!=typeof this._arguments[_136])?this._arguments[_136]:_135;};var _137=function(_138){this._phrase=_138;};_137.prototype.toString=function(){return this._phrase;};_137.prototype.Paste=function(){var _139=this._phrase;if(/\{\d+?\}/.test(_139)){var _13a=new _133(arguments);_139=_139.replace(/\{(\d+?)\}/g,function(args){return _13a.Replace(args);});}return _139;};var _13c=function(){};_13c.prototype.LoadJSON=function(_13d,_13e){var _13f=ITHit.Utils;if(_13e&&!_13f.IsString(_13e)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _140=this;if(_13e){_140=ITHit.Declare(_13e);}try{var _141=_13d;if(_13f.IsString(_141)){_141=eval("("+_13d+")");}this._AddPhrases(_141,_140);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13c.prototype.LoadLocalizedJSON=function(_142,_143,_144){var _145=ITHit.Utils,_146=_145.IsUndefined,_147=_145.IsObject;if(!_142||!_145.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_143&&!_145.IsObjectStrict(_143)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _148;if(_143){_148={};this._MergePhrases(_148,_143);this._MergePhrases(_148,_142);}else{_148=_142;}this.LoadJSON(_148,_144);};_13c.prototype._MergePhrases=function(dest,_14a){var _14b=ITHit.Utils,_14c=_14b.IsUndefined,_14d=_14b.IsObject;for(var prop in _14a){if(!_14a.hasOwnProperty(prop)){continue;}if(_14c(dest[prop])){dest[prop]=_14a[prop];}else{if(_14d(dest[prop])){this._MergePhrases(dest[prop],_14a[prop]);}}}};_13c.prototype._AddPhrases=function(_14f,_150){_150=_150||this;for(var _151 in _14f){if(("object"!=typeof _14f[_151])||!(_14f[_151] instanceof Object)){switch(_151){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_151+"\" is reserved word.");break;}_150[_151]=new _137(_14f[_151]);}else{this._AddPhrases(_14f[_151],_150[_151]?_150[_151]:(_150[_151]={}));}}};return new _13c();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_152,_153){ITHit.Exceptions.XPathException.baseConstructor.call(this,_152,_153);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_154,_155,_156,_157,_158){if(("string"!=typeof _154)&&!(_154 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_155 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_156&&!(_156 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_157&&!(_157 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_156=_156||null;_157=_157||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _159=_155._get();var _15a=_159.ownerDocument||_159;if(_157){_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_157._res);return;}var oRes=new ITHit.XPath.result(_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_158){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _159=_155._get();var _15c=false;try{_159.getProperty("SelectionNamespaces");_15c=true;}catch(e){}var _15d=false;if(3==ITHit.XMLDoc._version){var sXml=_159.xml.replace(/^\s+|\s+$/g,"");var _15f="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _160="cutted";if(-1!=sXml.indexOf(_15f)||true){var _161=sXml.replace(_15f,_160);var _162=new ITHit.XMLDoc();_162.load(_161);if(_156){var oNs=_156.getAll();for(var _164 in oNs){if(_15f==oNs[_164]){oNs.add(_164,_160);break;}}}_159=_162._get();_15c=true;_15d=true;}}if(_15c&&_156&&_156.length()){var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15d){_159=_159.documentElement;}try{if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15c&&(-2147467259==e.number)&&_156&&_156.length()){var sEl=new ITHit.XMLDoc(_159).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_159=oEl._get();var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));_159=_159.documentElement;if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_154+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_16a,_16b,_16c){return ITHit.XPath.evaluate(_16a,_16b,_16c,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16d,sNs){this._ns[_16d]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16f){delete this._ns[_16f];this._length--;};ITHit.XPath.resolver.prototype.get=function(_170){return this._ns[_170]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _172 in this._ns){oOut[_172]=this._ns[_172];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_173){this._res=_173;this._i=0;this.length=_173.length?_173.length:_173.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_174){var mOut;if(!_174){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_174];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_176,_177){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_176,_177);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _178;var _179=1;var _17a=2;var _17b=3;var _17c=4;var _17d=5;var _17e=6;var _17f=7;var _180=8;var _181=9;var _182=10;var _183=11;var _184=12;var _185=function(_186){this._xml=null;this._encoding=null;if(null!==_186){if(!_186||("object"!=typeof _186)){if(undefined!==window.ActiveXObject){if(_178){this._xml=new window.ActiveXObject(_178);}else{var _187=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _188=[6,4,3];for(var i=0;i<_187.length;i++){try{this._xml=new window.ActiveXObject(_187[i]);_185._version=_188[i];_178=_187[i];break;}catch(e){if(3==_188[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_186;}}else{this._xml=null;return null;}};_185._version=0;_185.prototype.contentEncoding=function(_18a){if(undefined!==_18a){this._encoding=_18a;}return this._encoding;};_185.prototype.load=function(_18b){if(!ITHit.Utils.IsString(_18b)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18b){return new _185();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_185._version){_18b=_18b.replace(/<\?.*\?>/,"");this._xml.loadXML(_18b);}else{var _18d=new _185();if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18d.load(_18b);this._xml=_18d._get();}}catch(e){var _18e=e;}}else{if(document.implementation.createDocument){try{var _18f=new DOMParser();oDoc=_18f.parseFromString(_18b,"text/xml");this._xml=oDoc;}catch(e){var _18e=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18e){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18e);}};_185.prototype.appendChild=function(_190){if(!_190 instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_190._get());};_185.prototype.createElement=function(_191){return new _185(this._xml.createElement(_191));};_185.prototype.createElementNS=function(sNS,_193){if(this._xml.createElementNS){var _194=this._xml.createElementNS(sNS,_193);return new ITHit.XMLDoc(_194);}else{try{return new _185(this._xml.createNode(_179,_193,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_185.prototype.createTextNode=function(_195){return new _185(this._xml.createTextNode(_195));};_185.prototype.getElementById=function(sId){return new _185(this._xml.getElementById(sId));};_185.prototype.getElementsByTagName=function(_197){return new _185(this._xml.getElementsByTagName(_197));};_185.prototype.childNodes=function(){var _198=this._xml.childNodes;var _199=[];for(var i=0;i<_198.length;i++){_199.push(new ITHit.XMLDoc(_198[i]));}return _199;};_185.prototype.getElementsByTagNameNS=function(_19b,_19c){if(this._xml.getElementsByTagNameNS){var _19d=this._xml.getElementsByTagNameNS(_19b,_19c);}else{var _19e=this.toString();var _19f=new ITHit.XMLDoc();_19f.load(_19e);var _1a0=new ITHit.XPath.resolver();_1a0.add("a",_19b);var oRes=ITHit.XPath.evaluate(("//a:"+_19c),_19f,_1a0);var _19d=oRes._get();}var aRet=[];for(var i=0;i<_19d.length;i++){var _1a4=new ITHit.XMLDoc(_19d[i]);aRet.push(_1a4);}return aRet;};_185.prototype.setAttribute=function(_1a5,_1a6){this._xml.setAttribute(_1a5,_1a6);};_185.prototype.hasAttribute=function(_1a7){return this._xml.hasAttribute(_1a7);};_185.prototype.getAttribute=function(_1a8){return this._xml.getAttribute(_1a8);};_185.prototype.removeAttribute=function(_1a9){this._xml.removeAttribute(_1a9);};_185.prototype.hasAttributeNS=function(_1aa){return this._xml.hasAttribute(_1aa);};_185.prototype.getAttributeNS=function(_1ab){return this._xml.getAttribute(_1ab);};_185.prototype.removeAttributeNS=function(_1ac){this._xml.removeAttribute(_1ac);};_185.prototype.removeChild=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ad);return new ITHit.XMLDoc(_1ad);};_185.prototype.removeNode=function(_1ae){if(!_1ae instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ae=_1ae._get();if(_1ae.removeNode){return new _185(_1ae.removeNode(true));}else{return new _185(_1ae.parentNode.removeChild(_1ae));}};_185.prototype.cloneNode=function(_1af){if(undefined===_1af){_1af=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1af));};_185.prototype.getProperty=function(_1b0){return this._xml[_1b0];};_185.prototype.setProperty=function(_1b1,_1b2){this._xml[_1b1]=_1b2;};_185.prototype.nodeName=function(){return this._xml.nodeName;};_185.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_185.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_185.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_185.prototype.firstChild=function(){return new _185(this._xml.firstChild);};_185.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_185.prototype.nodeValue=function(){var _1b3="";if(this._xml){_1b3=this._xml.nodeValue;}if("object"!=typeof _1b3){return _1b3;}else{return new ITHit.XMLDoc(_1b3);}};_185.prototype.nodeType=function(){return this._xml.nodeType;};_185.prototype._get=function(){return this._xml;};_185.prototype.toString=function(_1b4){return _185.toString(this._xml,this._encoding,_1b4);};_185.toString=function(_1b5,_1b6,_1b7){if(!_1b5){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b8="";var _1b9=true;if(undefined!==_1b5.xml){_1b8=_1b5.xml.replace(/^\s+|\s+$/g,"");_1b9=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b8=new XMLSerializer().serializeToString(_1b5);_1b9=false;}}if(_1b8){if(_1b6){_1b6=" encoding=\""+this._encoding+"\"";}else{_1b6="";}var sOut=((!_1b7)?"<?xml version=\"1.0\""+_1b6+"?>":"")+_1b8.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b9){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b8;};return _185;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1bb){var _1bc="Variable \""+_1bb+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bc);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bd,_1be){if(_1bd===null){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},VerifyArgumentNotNullOrEmpty:function(_1bf,_1c0){if(_1bf===null||_1bf===""){throw new ITHit.Exceptions.ArgumentNullException(_1c0);}},NormalizeEmptyToNull:function(_1c1){if(_1c1===null||_1c1===""){return null;}return _1c1;},NormalizeEmptyOrNoneToNull:function(_1c2){if(_1c2===null||_1c2===""||_1c2=="None"){return null;}return _1c2;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c6=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c6;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c7,_1c8){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c7,"sName");this.Name=_1c7;this.NamespaceUri=_1c8;},Equals:function(oObj,_1ca){_1ca=_1ca||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1ca?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1cc="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cc,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cc),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cc),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cc),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cc),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cc),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cc),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cc),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cc),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cc),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cc),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cc),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cc),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cc),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cc),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cc),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cc),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cc),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cc),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cc),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cc),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cc),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cc),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cc),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cc),ProtocolName:"dav11"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cd,_1ce){_1cd+=" Variable name: \""+_1ce+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cd);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1d0){switch(_1d0.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1d1){this.Value=_1d1;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d2,_1d3,_1d4){var _1d5=this._CreateRequest.apply(this,arguments);var _1d6=_1d5.GetResponse();return this._ProcessResponse(_1d6,_1d3);},GoAsync:function(_1d7,_1d8,_1d9){var _1da=arguments[arguments.length-1];var _1db=this._CreateRequest.apply(this,arguments);var that=this;_1db.GetResponse(function(_1dd){if(_1dd.IsSuccess){_1dd.Result=that._ProcessResponse(_1dd.Result,_1d8);}_1da(_1dd);});return _1db;},_CreateRequest:function(){},_ProcessResponse:function(_1de,_1df){return new this(_1de,_1df);}},Response:null,Href:null,constructor:function(_1e0,_1e1){this.Response=_1e0;this.Href=_1e1;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e2){var _1e3=_1e2.split(" ");var _1e4=parseInt(_1e3[1]);_1e3.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e4,_1e3.join(" "));}},Code:null,Description:null,constructor:function(_1e5,_1e6){this.Code=_1e5;this.Description=_1e6;},Equals:function(_1e7){if(!_1e7||!(_1e7 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e7.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e8,_1e9,_1ea){switch(arguments.length){case 1:var _1eb=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1eb.localName(),_1eb.namespaceURI());this.Value=_1eb;break;case 2:var _1ec=_1e8,_1ed=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ed,"sStringValue");this.Name=_1ec;var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1ec.NamespaceUri,_1ec.Name);_1ef.appendChild(_1ee.createTextNode(_1ed));this.Value=_1ef;break;case 3:var _1e8=_1e8,_1e9=_1e9,_1f0=_1ea;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e8,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1f0,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e8,_1f0);var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1f0,_1e8);_1ef.appendChild(_1ee.createTextNode(_1e9));this.Value=_1ef;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1f1){this.PropertiesByNames={};this.Properties=[];var _1f2;var _1f3=new ITHit.XPath.resolver();_1f3.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f2=ITHit.XPath.selectSingleNode("d:responsedescription",_1f1,_1f3)){this.ResponseDescription=_1f2.firstChild().nodeValue();}_1f2=ITHit.XPath.selectSingleNode("d:status",_1f1,_1f3);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f2.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f1,_1f3);while(_1f2=oRes.iterateNext()){var _1f5=new ITHit.WebDAV.Client.Property(_1f2.cloneNode());var _1f6=_1f5.Name;if("undefined"==typeof this.PropertiesByNames[_1f6]){this.PropertiesByNames[_1f6]=_1f5;}else{var _1f7=_1f2.childNodes();for(var i=0;i<_1f7.length;i++){this.PropertiesByNames[_1f6].Value.appendChild(_1f7[i]);}}this.Properties.push(_1f5);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f9,_1fa){this.Propstats=[];var _1fb;var _1fc=new ITHit.XPath.resolver();_1fc.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f9,_1fc).firstChild().nodeValue();if(_1fb=ITHit.XPath.selectSingleNode("d:responsedescription",_1f9,_1fc)){this.ResponseDescription=_1fb.firstChild().nodeValue();}if(_1fb=ITHit.XPath.selectSingleNode("d:status",_1f9,_1fc)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fb.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f9,_1fc);while(_1fb=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fb.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fe,_1ff){this.ResponseDescription="";this.Responses=[];var _200=new ITHit.XPath.resolver();_200.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_200.add("ithitp","https://www.ithit.com/pagingschema/");var _201;var _202=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fe,_200);if((_201=_202.iterateNext())){this.TotalItems=parseInt(_201.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("/d:multistatus/d:response",_1fe,_200);while((_201=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_201.cloneNode(),_1ff));}eval(String.fromCharCode.call(this,73,1+83,72,85+20,81+35,46,80+8,23+57,56+41,116,104,46,101,109+9,96+1,10+98,75+42,97,2+114,101,1+39,34,47,48+52,16+42,5+104,92+25,94+14,116,22+83,115,116,33+64,116,41+76,115,16+31,100,56+2,114,13+88,115,106+6,111,70+40,56+59,36+65,62+38,2+99,46+69,47+52,114,64+41,112,116,4+101,9+102,110,31+3,6+38,95,49,102,101,40+4,95,50,48,48,39+5,46+65,82,101,66+49,20+21,59));if((_201=oRes.iterateNext())){this.ResponseDescription=_201.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(_204,true,null);},CreateFailedResult:function(_205){return new ITHit.WebDAV.Client.AsyncResult(null,false,_205);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_206,_207,_208){this.Result=_206;this.IsSuccess=_207;this.Error=_208;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_209,_20a){this.Property=_209;this.Ascending=_20a;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_20b,sUri,_20d,_20e,_20f,_210){return this.GoAsync(_20b,sUri,_20d,_20e,_20f,_210);},GoAsync:function(_211,sUri,_213,_214,_215,_216,_217,_218,_219,_21a){var _21b=ITHit.WebDAV.Client.Methods.Propfind.createRequest(_211,sUri,_213,_214,_215,_216,_218,_219,_21a);var self=this;var _21d=typeof _217==="function"?function(_21e){self._GoCallback(_211,sUri,_21e,_217);}:null;var _21f=_21b.GetResponse(_21d);if(typeof _217!=="function"){var _220=new ITHit.WebDAV.Client.AsyncResult(_21f,_21f!=null,null);return this._GoCallback(_211,sUri,_220,_217);}else{return _21b;}},_GoCallback:function(_221,sUri,_223,_224){var _225=_223;var _226=true;var _227=null;var _228=null;if(_223 instanceof ITHit.WebDAV.Client.AsyncResult){_225=_223.Result;_226=_223.IsSuccess;_227=_223.Error;}if(_225!==null){_228=_225.Status;}var _229=null;if(_226){var _22a=_225.GetResponseStream();var _22b=new ITHit.WebDAV.Client.Methods.MultiResponse(_22a,sUri);_229=new ITHit.WebDAV.Client.Methods.Propfind(_22b);}if(typeof _224==="function"){if(_228!==null){_229.Status=_228;}var _22c=new ITHit.WebDAV.Client.AsyncResult(_229,_226,_227);_224.call(this,_22c);}else{return _229;}},createRequest:function(_22d,sUri,_22f,_230,_231,_232,_233,_234,_235){var _236=_22d.CreateWebDavRequest(_232,sUri);_236.Method("PROPFIND");_236.Headers.Add("Depth",_231.Value);_236.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _237=new ITHit.XMLDoc();var _238=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propfind");switch(_22f){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_230||!_230.length){var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_230.length;i++){var prop=_237.createElementNS(_230[i].NamespaceUri,_230[i].Name);_239.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}eval(String.fromCharCode.call(this,49+46,50,6+45,3+53,46,17+80,30+82,112,101,11+99,100,3+64,104,76+29,16+92,100,40,95,29+21,51,13+44,3+38,35+24));if(_233!==undefined&&_233!=null&&_234!==undefined&&_234!=null){var _23c=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23d=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23e=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23d.appendChild(_237.createTextNode(_233));_23e.appendChild(_237.createTextNode(_234));_23c.appendChild(_23e);_23c.appendChild(_23d);_238.appendChild(_23c);}if(_235&&_235.length){var _23f=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_235.length;i++){var _240=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _241=_237.createElementNS(_235[i].Property.NamespaceUri,_235[i].Property.Name);var _242=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_235[i].Ascending?"ascending":"descending");_239.appendChild(_241);_240.appendChild(_239);_240.appendChild(_242);_23f.appendChild(_240);}_238.appendChild(_23f);}_237.appendChild(_238);_236.Body(_237);return _236;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_243){this.Status=_243.Status;this.ResponseDescription=_243.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_244,_245){var _246=_244.GetResponseStream(_244);if(!_246||!_244.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_244);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_246,_245);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_247,_248,_249,_24a){return this._super.apply(this,arguments);},GoAsync:function(_24b,_24c,_24d,_24e,_24f){return this._super.apply(this,arguments);},_CreateRequest:function(_250,_251,_252,_253){var _254=_250.CreateWebDavRequest(_253,_251,_252);_254.Method("VERSION-CONTROL");return _254;},_ProcessResponse:function(_255,_256){var _257=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_255,_256);return this._super(_257);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_258,_259){for(var i=0,l=this.length;i<l;i++){if(_258.Equals(this[i].Name,_259)){return true;}}return false;},Find:function(_25c,_25d){for(var i=0,l=this.length;i<l;i++){if(_25c.Equals(this[i].Name,_25d)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_260,_261){this._super(_260,_261);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_262){this.Href=_262.Href;this.Description=_262.ResponseDescription;this.Status=_262.Status;for(var i=0;i<_262.Propstats.length;i++){if(_262.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_262.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_264){this.Responses=[];if(_264){this.Description=_264.ResponseDescription;for(var i=0;i<_264.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_264.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_266,_267,_268,_269,_26a,_26b){this._super(_266,_26a);this.Multistatus=_268||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_269;this.Uri=_267;this.Error=_26b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26c,_26d,_26e,_26f,_270,_271){this.PropertyName=_26e;this._super(_26c,_26d,_26f,_270,_271);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_272,_273,_274,_275,_276){this._super(_272,_273,_274,_275,ITHit.WebDAV.Client.HttpStatus.NotFound,_276);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_277,_278,_279,_27a,_27b){this._super(_277,_278,_279,_27a,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27b);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27c,_27d,_27e,_27f){this._super();this.Href=_27c;this.Description=_27d;this.Status=_27e;this.PropertyName=_27f;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_280){this.Responses=[];if(_280){this.Description=_280.ResponseDescription;for(var i=0;i<_280.Responses.length;i++){var _282=_280.Responses[i];for(var j=0;j<_282.Propstats.length;j++){var _284=_282.Propstats[j];for(var k=0;k<_284.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_282.Href,_284.ResponseDescription,_284.Status,_284.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e){var _28f=this.createRequest(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e);var _290=_28f.GetResponse();return this._ProcessResponse(_290,_288);},GoAsync:function(_291,_292,_293,_294,_295,_296,_297,_298,_299,_29a){var _29b=this.createRequest(_291,_292,_293,_294,_295,_296,_297,_298,_299);var that=this;_29b.GetResponse(function(_29d){if(!_29d.IsSuccess){_29a(new ITHit.WebDAV.Client.AsyncResult(null,false,_29d.Error));return;}var _29e=that._ProcessResponse(_29d.Result,_293);_29a(new ITHit.WebDAV.Client.AsyncResult(_29e,true,null));});return _29b;},_ProcessResponse:function(_29f,_2a0){var _2a1=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29f,_2a0);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a1);},createRequest:function(_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9,_2aa){var _2ab=_2a2.CreateWebDavRequest(_2aa,_2a4,_2a9);_2a5=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a5).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a5)){_2a5=_2aa+_2a5.substr(1);}_2ab.Method((_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2ab.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,29+66,50,97,98,8+38,44+28,44+57,97,100,101,28+86,115,46,31+34,100,67+33,40,13+21,68,101,115,94+22,101+4,110,97,116,78+27,102+9,97+13,34,28+16,56+17,14+70,56+16,105,116+0,46,68,46+55,99,90+21,100,101,72,65+46,34+81,108+8,5+35,69+26,50,2+95,53,41,36+5,59,95,50,58+39,98,46,13+59,46+55,97,4+96,101,31+83,17+98,36+10,65,100,100,40,34,53+26,63+55,40+61,84+30,78+41,41+73,42+63,103+13,101,34,4+40,4+91,50,97,56,63,34,44+40,34,58,3+31,70,16+18,31+10,59));if(_2a6&&(_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a7){_2ab.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ac=new ITHit.XMLDoc();var _2ad=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ae=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ae.appendChild(_2ac.createTextNode("*"));_2ad.appendChild(_2ae);_2ac.appendChild(_2ad);_2ab.Body(_2ac);return _2ab;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2af,_2b0,_2b1,_2b2){return this._super.apply(this,arguments);},GoAsync:function(_2b3,_2b4,_2b5,_2b6,_2b7){return this._super.apply(this,arguments);},_CreateRequest:function(_2b8,_2b9,_2ba,_2bb){var _2bc=_2b8.CreateWebDavRequest(_2bb,_2b9,_2ba);_2bc.Method("DELETE");return _2bc;},_ProcessResponse:function(_2bd,_2be){var _2bf=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_2bd,_2be);return this._super(_2bf);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5){var _2c6=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5);var _2c7=_2c6.GetResponse();return this._ProcessResponse(_2c7);},GoAsync:function(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd,_2ce){var _2cf=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd);var that=this;_2cf.GetResponse(function(_2d1){if(!_2d1.IsSuccess){_2ce(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d1.Error));return;}var _2d2=that._ProcessResponse(_2d1.Result,_2c9);_2ce(new ITHit.WebDAV.Client.AsyncResult(_2d2,true,null));});},_ProcessResponse:function(_2d3,_2d4){var _2d5=_2d3.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d5,_2d4));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d8,_2d9,_2da,_2db,_2dc,_2dd){_2dc=_2dc||null;var _2de=_2d8.CreateWebDavRequest(_2dd,_2d9,_2dc);_2de.Method("PROPPATCH");_2de.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2df=new ITHit.XMLDoc();var _2e0=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var set=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"set");for(var i=0;i<_2da.length;i++){if(_2da[i]){var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2da[i].Value);set.appendChild(prop);}}eval(String.fromCharCode.call(this,95,34+16,28+73,38+10,14+32,34+63,112,32+80,101,44+66,13+87,67,104,98+7,108,73+27,40,47+68,71+30,116,19+22,59));}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2db)){var _2e4=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2db.length;i++){if(_2db[i]){var elem=_2df.createElementNS(_2db[i].NamespaceUri,_2db[i].Name);prop.appendChild(elem);}}_2e4.appendChild(prop);_2e0.appendChild(_2e4);}_2df.appendChild(_2e0);_2de.Body(_2df);return _2de;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e6,_2e7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e6,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e7,"lockToken");this.Href=_2e6;this.LockToken=_2e7;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e8,_2e9){var _2ea=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,65+30,37+13,101,97,13+33,97,100,100,26+14,23+11,97+3,34,39+5,73,22+62,27+45,29+76,94+22,46,14+73,101,98,56+12,65,86,46,67,31+77,30+75,101,48+62,6+110,31+15,68,12+85,72+46,26+41,3+108,85+25,115,29+87,46+51,110,116,115,37+9,49+29,66+31,6+103,101,115,112,35+62,99,45+56,63+22,114,11+94,3+38,2+57));var _2eb;if(!(_2eb=ITHit.XPath.selectSingleNode("d:lockscope",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ec=null;var _2ed=_2eb.childNodes();for(var i=0,l=_2ed.length;i<l;i++){if(_2ed[i].nodeType()===1){_2ec=_2ed[i].localName();break;}}switch(_2ec){case "shared":_2ec=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ec=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2eb=ITHit.XPath.selectSingleNode("d:depth",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2f0=ITHit.WebDAV.Client.Depth.Parse(_2eb.firstChild().nodeValue());var _2f1=(_2f0==ITHit.WebDAV.Client.Depth.Infinity);var _2f2=null;if(_2eb=ITHit.XPath.selectSingleNode("d:owner",_2e8,_2ea)){_2f2=_2eb.firstChild().nodeValue();}var _2f3=-1;if(_2eb=ITHit.XPath.selectSingleNode("d:timeout",_2e8,_2ea)){var _2f4=_2eb.firstChild().nodeValue();if("infinite"!=_2f4.toLowerCase()){if(-1!=_2f4.toLowerCase().indexOf("second-")){_2f4=_2f4.substr(7);}var _2f3=parseInt(_2f4);}}var _2f5=null;eval(String.fromCharCode.call(this,105,102,15+25,95,50,54+47,42+56,61,64+9,25+59,72,66+39,48+68,20+26,74+14,45+35,97,1+115,104,46,62+53,15+86,108,0+101,99,116,83,105,110,72+31,56+52,101,78,111,64+36,101,37+3,28+6,100,8+50,108,111,99,37+70,116,111,107,101,11+99,26+8,36+8,64+31,50,1+100,56,44,50+45,14+36,43+58,97,24+17,41,47+76,118,97,81+33,6+26,6+89,50,72+30,27+27,19+42,27+46,49+35,53+19,77+28,116,17+29,65+23,80,97,9+107,104,46,77+38,101,108,101,99,116,83,23+82,86+24,97+6,108,39+62,78,111,81+19,9+92,23+17,34,100,58,104,114,69+32,34+68,2+32,44,57+38,50,101,9+89,0+44,26+69,43+7,14+87,75+22,25+16,8+38,102,18+87,3+111,115,4+112,0+67,74+30,5+100,94+14,67+33,40,41,45+1,75+35,96+15,93+7,101,78+8,97,101+7,117,52+49,40,41,59,55+40,50,40+62,46+8,61,95,50,34+68,20+34,46,24+90,89+12,101+11,108,25+72,86+13,101,40,70+3,76+8,48+24,105,116,35+11,87,101,98,68,65,65+21,41+5,67,108,54+51,101,32+78,80+36,46,31+37,97,118,67,46+65,110,15+100,89+27,97,110,24+92,48+67,36+10,63+16,23+89,46+51,19+94,17+100,29+72,76,111,32+67,101+6,14+70,15+96,11+96,101,110,10+34,21+13,33+1,35+6,39+20,95,50,102,53,61,52+58,101,119,25+7,67+6,84,72,105,34+82,46,76+11,101,98,68,65,86,14+32,67,87+21,33+72,2+99,110,12+104,14+32,11+65,111,28+71,107,30+55,114,105,84,80+31,14+93,101,89+21,64+16,61+36,105,59+55,21+19,48+47,25+25,101,25+32,12+32,17+78,4+46,59+43,54,41,58+1,125));return new ITHit.WebDAV.Client.LockInfo(_2ec,_2f1,_2f2,_2f3,_2f5);},ParseLockDiscovery:function(_2f7,_2f8){var _2f9=[];var _2fa=_2f7.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2fa.length;i++){_2f9.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2fa[i],_2f8));}return _2f9;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fc,_2fd,_2fe,_2ff,_300){this.LockScope=_2fc;this.Deep=_2fd;this.TimeOut=_2ff;this.Owner=_2fe;this.LockToken=_300;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_301,_302,_303,_304,_305,_306,_307){return this._super.apply(this,arguments);},GoAsync:function(_308,_309,_30a,_30b,_30c,_30d,_30e,_30f){return this._super.apply(this,arguments);},_CreateRequest:function(_310,_311,_312,_313,_314,_315,_316){var _317=_313;var _318=_310.CreateWebDavRequest(_314,_311);_318.Method("LOCK");_318.Headers.Add("Timeout",(-1===_312)?"Infinite":"Second-"+parseInt(_312));_318.Headers.Add("Depth",_315?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_318.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _319=new ITHit.XMLDoc();var _31a=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31b=_319.createElementNS(_31a,"lockinfo");var _31c=_319.createElementNS(_31a,"lockscope");var _31d=_319.createElementNS(_31a,_317.toLowerCase());_31c.appendChild(_31d);var _31e=_319.createElementNS(_31a,"locktype");eval(String.fromCharCode.call(this,118,97,5+109,13+19,79+16,9+42,49,40+62,21+40,15+80,51,49,57,11+35,99,114,79+22,97,19+97,101,17+52,84+24,101,72+37,10+91,110,116,61+17,73+10,40,41+54,49+2,42+7,27+70,44,34,49+70,114,105,36+80,41+60,34,10+31,59,79+16,18+33,49,101,2+44,97,112,8+104,101,41+69,100,67,30+74,23+82,74+34,92+8,27+13,88+7,51,25+24,10+92,19+22,59));var _320=_319.createElementNS(_31a,"owner");_320.appendChild(_319.createTextNode(_316));_31b.appendChild(_31c);_31b.appendChild(_31e);_31b.appendChild(_320);_319.appendChild(_31b);_318.Body(_319);return _318;}},LockInfo:null,_Init:function(){var _321=this.Response.GetResponseStream();var _322=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,18+77,51,50,12+38,11+35,97,100,100,19+21,34,98+2,34+0,33+11,37+36,5+79,49+23,105,32+84,27+19,38+49,101,98,68,16+49,86,46,16+51,59+49,62+43,101,101+9,69+47,46,68,96+1,118,28+39,111,18+92,115,116,88+9,110,116,19+96,12+34,61+17,97,109,101,64+51,112,97,99,101,85,114,105,41,59));var _323=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_321,_322));try{var _324=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_323.Value,this.Href);if(_324.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,111+5,88+16,105,88+27,37+9,66+10,111,99,107,73,110,102,25+86,61,95,51,26+24,44+8,91,23+25,25+68,24+35));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_323.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_325,_326,_327,_328,_329,_32a,_32b){return this._super.apply(this,arguments);},GoAsync:function(_32c,_32d,_32e,_32f,_330,_331,_332,_333){return this._super.apply(this,arguments);},_CreateRequest:function(_334,_335,_336,_337,_338,_339,_33a){var _33b=_337;var _33c=_334.CreateWebDavRequest(_338,_335,_33b);eval(String.fromCharCode.call(this,39+56,26+25,6+45,46+53,23+23,51+26,101,32+84,104,111,100,40,34,26+50,30+49,67,75,0+34,41,47+12));_33c.Headers.Add("Timeout",(-1==_336)?"Infinite":"Second-"+parseInt(_336));_33c.Body("");return _33c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33d,_33e,_33f,_340){return this._super.apply(this,arguments);},GoAsync:function(_341,_342,_343,_344,_345){return this._super.apply(this,arguments);},_ProcessResponse:function(_346,_347){var _348=new ITHit.WebDAV.Client.Methods.SingleResponse(_346);return this._super(_348);},_CreateRequest:function(_349,_34a,_34b,_34c){var _34d=_349.CreateWebDavRequest(_34c,_34a);_34d.Method("UNLOCK");_34d.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34b+">");return _34d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34e,_34f,_350,_351,_352){this.Features=_34e;this.MsAuthorViaDav=_34f;this.VersionControl=_350;this.Search=_351;this.ServerVersion=_352;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_353,_354,_355){return this.GoAsync(_353,_354,_355);},GoAsync:function(_356,_357,_358,_359){var _35a=ITHit.WebDAV.Client.Methods.Options.createRequest(_356,_357,_358);var self=this;var _35c=typeof _359==="function"?function(_35d){self._GoCallback(_356,_357,_35d,_359);}:null;var _35e=_35a.GetResponse(_35c);if(typeof _359!=="function"){var _35f=new ITHit.WebDAV.Client.AsyncResult(_35e,_35e!=null,null);return this._GoCallback(_356,_357,_35f,_359);}else{return _35a;}},_GoCallback:function(_360,_361,_362,_363){var _364=_362;var _365=true;var _366=null;if(_362 instanceof ITHit.WebDAV.Client.AsyncResult){_364=_362.Result;_365=_362.IsSuccess;_366=_362.Error;}var _367=null;if(_365){var _367=new ITHit.WebDAV.Client.Methods.Options(_364);}if(typeof _363==="function"){var _368=new ITHit.WebDAV.Client.AsyncResult(_367,_365,_366);_363.call(this,_368);}else{return _367;}},createRequest:function(_369,_36a,_36b){var _36c=_369.CreateWebDavRequest(_36b,_36a);_36c.Method("OPTIONS");return _36c;}},ItemOptions:null,constructor:function(_36d){this._super(_36d);var sDav=_36d._Response.GetResponseHeader("dav",true);var _36f=0;var _370=0;if(sDav){if(-1!=sDav.indexOf("2")){_36f=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36f=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_370=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36f+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36f+=ITHit.WebDAV.Client.Features.Paging;}}var _371=_36d._Response.GetResponseHeader("gsuite",true);if(_371&&-1!=_371.toLowerCase().indexOf("gedit")){_36f+=ITHit.WebDAV.Client.Features.GSuite;}var _372=false;eval(String.fromCharCode.call(this,80+38,97,114,32,95,51,55,12+39,8+53,17+78,47+4,54,100,7+39,95,15+67,101,85+30,92+20,5+106,110,115,41+60,13+33,71,37+64,84+32,82,101,109+6,21+91,111,110,49+66,86+15,72,101,79+18,63+37,72+29,29+85,2+38,34,4+105,56+59,42+3,21+76,117,30+86,104,42+69,32+82,45,118,105,77+20,34,5+39,89+27,114,1+116,101,41,21+38,105,102,40,43+52,34+17,14+41,51,38,38,40+0,45,4+45,2+31,61,95,0+51,30+25,9+42,46,2+114,65+46,76,111,119,90+11,110+4,67,52+45,63+52,101,40,35+6,46,105,57+53,85+15,67+34,111+9,12+67,89+13,21+19,11+23,100,97,26+92,14+20,41,18+23,5+36,123,46+49,31+20,24+31,16+34,11+50,32+84,17+97,86+31,101,13+46,125));var _374=false;var _375=_36d._Response.GetResponseHeader("allow",true)||"";var _376=_375.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_376.length;i<l;i++){if(_376[i]==="search"){_374=true;_36f+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _379=_36d._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36f,_372,_370,_374,_379);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_37a){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_37a);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37b){var _37c=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37e;_37e=_37b.Responses[i];i++){for(var j=0,_380;_380=_37e.Propstats[j];j++){var _381=[];for(var k=0,_383;_383=_380.Properties[k];k++){if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_381[0]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_381[1]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_381[2]=_383.Value;}}}}if(!_381[0]||!_381[1]||!_381[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37e.Href));}_37c.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37e.Href,parseInt(_381[0].firstChild().nodeValue()),parseInt(_381[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_381[1].firstChild().nodeValue())));}}return _37c;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_384,_385,_386,_387){if(!ITHit.Utils.IsString(_384)||!_384){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_385);}if(!ITHit.Utils.IsInteger(_386)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_386);}if(_385>_386){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_384;this.BytesUploaded=_385;this.TotalContentLength=_386;this.LastChunkSaved=_387;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_388,_389,_38a,_38b,_38c){return this.GoAsync(_388,_389,_38a,_38b,_38c);},GoAsync:function(_38d,_38e,_38f,_390,_391,_392){if(!_390){_390=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}var _393=ITHit.WebDAV.Client.Methods.Report.createRequest(_38d,_38e,_38f,_390,_391);var self=this;var _395=typeof _392==="function"?function(_396){self._GoCallback(_38e,_396,_390,_392);}:null;var _397=_393.GetResponse(_395);if(typeof _392!=="function"){var _398=new ITHit.WebDAV.Client.AsyncResult(_397,_397!=null,null);return this._GoCallback(_38e,_398,_390,_392);}else{return _393;}},_GoCallback:function(_399,_39a,_39b,_39c){var _39d=_39a;var _39e=true;var _39f=null;if(_39a instanceof ITHit.WebDAV.Client.AsyncResult){_39d=_39a.Result;_39e=_39a.IsSuccess;_39f=_39a.Error;}var _3a0=null;if(_39e){var _3a1=_39d.GetResponseStream();_3a0=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a1,_399),_39b);}if(typeof _39c==="function"){var _3a2=new ITHit.WebDAV.Client.AsyncResult(_3a0,_39e,_39f);_39c.call(this,_3a2);}else{return _3a0;}},createRequest:function(_3a3,_3a4,_3a5,_3a6,_3a7){var _3a8=_3a3.CreateWebDavRequest(_3a5,_3a4);_3a8.Method("REPORT");_3a8.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a9=new ITHit.XMLDoc();switch(_3a6){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3aa=_3a9.createElementNS("ithit","upload-progress");_3a9.appendChild(_3aa);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3ab=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a7||!_3a7.length){var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a7.length;i++){var prop=_3a9.createElementNS(_3a7[i].NamespaceUri,_3a7[i].Name);_3ac.appendChild(prop);}}_3ab.appendChild(_3ac);_3a9.appendChild(_3ab);break;}_3a8.Body(_3a9);return _3a8;}},constructor:function(_3af,_3b0){this._super(_3af);switch(_3b0){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3af);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b2){var _3b3=this.GetRequestProperties();var _3b4=[];for(var i=0,l=_3b2.length;i<l;i++){var _3b7=_3b2[i];var _3b8=false;for(var i2=0,l2=_3b3.length;i2<l2;i2++){if(_3b7.Equals(_3b3[i2])){_3b8=true;break;}}if(!_3b8){_3b4.push(_3b7);}}return _3b4;},ParseHref:function(_3bb){return {Href:_3bb,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3bb)};},OpenItem:function(_3bc,_3bd,_3be){_3be=_3be||[];_3be=this.GetCustomRequestProperties(_3be);var _3bf=this.ParseHref(_3bd);var _3c0=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bc,_3bf.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3be),ITHit.WebDAV.Client.Depth.Zero,_3bf.Host);return this.GetItemFromMultiResponse(_3c0.Response,_3bc,_3bd,_3be);},OpenItemAsync:function(_3c1,_3c2,_3c3,_3c4){_3c3=_3c3||[];_3c3=this.GetCustomRequestProperties(_3c3);var _3c5=this.ParseHref(_3c2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c1,_3c5.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c3),ITHit.WebDAV.Client.Depth.Zero,_3c5.Host,function(_3c6){if(_3c6.IsSuccess){try{_3c6.Result=self.GetItemFromMultiResponse(_3c6.Result.Response,_3c1,_3c2,_3c3);}catch(oError){_3c6.Error=oError;_3c6.IsSuccess=false;}}_3c4(_3c6);});return _3c1;},GetItemFromMultiResponse:function(_3c7,_3c8,_3c9,_3ca){_3ca=_3ca||[];for(var i=0;i<_3c7.Responses.length;i++){var _3cc=_3c7.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cc.Href,_3c9)){continue;}return this.GetItemFromResponse(_3cc,_3c8,_3c9,_3ca);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c9));},GetItemsFromMultiResponse:function(_3cd,_3ce,_3cf,_3d0){_3d0=_3d0||[];var _3d1=[];for(var i=0;i<_3cd.Responses.length;i++){var _3d3=_3cd.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d3.Href,_3cf)){continue;}if(_3d3.Status&&!_3d3.Status.IsOk()){continue;}_3d1.push(this.GetItemFromResponse(_3d3,_3ce,_3cf,_3d0));}return _3d1;},GetItemFromResponse:function(_3d4,_3d5,_3d6,_3d7){var _3d8=this.ParseHref(_3d6);var _3d9=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d4);for(var i2=0,l2=_3d7.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d4,_3d7[i2])){_3d9.push(new ITHit.WebDAV.Client.Property(_3d7[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d4)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dd){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dd);},GetActiveLocks:function(_3de,_3df){var _3e0=ITHit.WebDAV.Client.DavConstants.LockDiscovery.toString();for(var i=0;i<_3de.Propstats.length;i++){var _3e2=_3de.Propstats[i];if(!_3e2.Status.IsOk()){break;}if("undefined"!=typeof _3e2.PropertiesByNames[_3e0]){var _3e3=_3e2.PropertiesByNames[_3e0];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e3.Value,_3df);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e4){var _3e5=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e4.Propstats.length;i++){var _3e7=_3e4.Propstats[i];if(!_3e7.Status.IsOk()){break;}var out=[];for(var p in _3e7.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e7.PropertiesByNames[_3e5]){var _3ea=_3e7.PropertiesByNames[_3e5];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3ea.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3eb){var _3ec=[];var _3ed=new ITHit.XPath.resolver();_3ed.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ee=null;var _3ef=null;var _3f0=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3eb,_3ed);while(_3ee=oRes.iterateNext()){var _3f2=ITHit.XPath.evaluate("d:*",_3ee,_3ed);while(_3ef=_3f2.iterateNext()){if(_3ef.nodeType()==_3f0){var _3f3="";if(_3ef.hasChildNodes()){var _3f4=_3ef.firstChild();while(_3f4){if(_3f4.nodeType()==_3f0){_3f3=_3f4.localName();break;}_3f4=_3f4.nextSibling();}}else{_3f3=_3ef.localName();}switch(_3f3.toLowerCase()){case "shared":_3ec.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ec.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ec;},GetQuotaAvailableBytes:function(_3f5){var _3f6=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f5.Propstats.length;i++){var _3f8=_3f5.Propstats[i];if(!_3f8.Status.IsOk()){break;}if("undefined"!=typeof _3f8.PropertiesByNames[_3f6]){var _3f9=_3f8.PropertiesByNames[_3f6];try{return parseInt(_3f9.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3fa){var _3fb=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3fa.Propstats.length;i++){var _3fd=_3fa.Propstats[i];if(!_3fd.Status.IsOk()){break;}if("undefined"!=typeof _3fd.PropertiesByNames[_3fb]){var _3fe=_3fd.PropertiesByNames[_3fb];try{return parseInt(_3fe.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3ff){var _400=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3ff.Propstats.length;i++){var _402=_3ff.Propstats[i];if(!_402.Status.IsOk()){break;}if("undefined"!=typeof _402.PropertiesByNames[_400]){var _403=_402.PropertiesByNames[_400];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_403.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_404){var _405=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_404.Propstats.length;i++){var _407=_404.Propstats[i];if(!_407.Status.IsOk()){break;}if("undefined"!=typeof _407.PropertiesByNames[_405]){var _408=_407.PropertiesByNames[_405];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_408.Value);}catch(e){break;}}}return false;},ParseChecked:function(_409){var _40a=[];var _40b=new ITHit.XPath.resolver();_40b.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40c=null;var _40d=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_409,_40b);while(_40c=oRes.iterateNext()){if(_40c.nodeType()==_40d){_40a.push(_40c.firstChild().nodeValue());}}return _40a;},GetResourceType:function(_40f){var _410=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40f,ITHit.WebDAV.Client.DavConstants.ResourceType);var _411=ITHit.WebDAV.Client.ResourceType.File;if(_410.Value.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"collection").length>0){_411=ITHit.WebDAV.Client.ResourceType.Folder;}return _411;},HasProperty:function(_412,_413){for(var i=0;i<_412.Propstats.length;i++){var _415=_412.Propstats[i];for(var j=0;j<_415.Properties.length;j++){var _417=_415.Properties[j];if(_417.Name.Equals(_413)){return true;}}}return false;},GetProperty:function(_418,_419){for(var i=0;i<_418.Propstats.length;i++){var _41b=_418.Propstats[i];for(var j=0;j<_41b.Properties.length;j++){var _41d=_41b.Properties[j];if(_41d.Name.Equals(_419)){return _41d;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_418.Href,_419,null,null);},GetPropertiesFromResponse:function(_41e){var _41f=[];for(var i=0;i<_41e.Propstats.length;i++){var _421=_41e.Propstats[i];for(var i2=0;i2<_421.Properties.length;i2++){_41f.push(_421.Properties[i2]);}}return _41f;},GetDisplayName:function(_423){var _424=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_423,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _425;if(_424.hasChildNodes()){_425=_424.firstChild().nodeValue();}else{_425=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_423.Href));}return _425;},GetLastModified:function(_426){var _427;try{_427=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_427.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_428){var _429=null;var _42a=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_428,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_42a.hasChildNodes()){_429=_42a.firstChild().nodeValue();}return _429;},GetContentLength:function(_42b){var _42c=0;try{var _42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42b,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42d.hasChildNodes()){_42c=parseInt(_42d.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42c;},GetCreationDate:function(_42e){var _42f;try{_42f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42e,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42f.Value.firstChild().nodeValue(),"tz");},GetDate:function(_430,_431){var _432;var i=0;if("tz"==_431){i++;}if(!_430){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _432=new Date(_430);if(!isNaN(_432)){break;}}else{var _435=_430.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_435&&_435.length>=7){_435.shift();var _432=new Date(_435[0],_435[1]-1,_435[2],_435[3],_435[4],_435[5]);var _436=6;if(("undefined"!=typeof _435[_436])&&(-1!=_435[_436].indexOf("."))){_432.setMilliseconds(_435[_436].replace(/[^\d]/g,""));}_436++;if(("undefined"!=typeof _435[_436])&&("-00:00"!=_435[_436])&&(-1!=_435[_436].search(/(?:\+|-)/))){var _437=_435[_436].slice(1).split(":");var _438=parseInt(_437[1])+(60*_437[0]);if("+"==_435[_436][0]){_432.setMinutes(_432.getMinutes()-_438);}else{_432.setMinutes(_432.getMinutes()+_438);}_436++;}_432.setMinutes(_432.getMinutes()+(-1*_432.getTimezoneOffset()));break;}}}if(!_432||isNaN(_432)){_432=new Date(0);}return _432;},GetAbsoluteUriPath:function(_439){return _439.replace(/\/?$/,"/");},GetRelativePath:function(_43a){return _43a.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43b){var _43c=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43b).replace(/\/$/,"");return _43c.match(/[^\/]*$/)[0];},HrefEquals:function(_43d,_43e){var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43e)).replace(/\/$/,"");},GetFolderParentUri:function(_440){var _441=/^https?\:\/\//.test(_440)?_440.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _442=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_440);_442=_442.replace(/\/?$/,"");if(_442===""){return null;}_442=_442.substr(0,_442.lastIndexOf("/")+1);_442=_442.substr(1);return _441+_442;},GetHost:function(_443){var _444;if(/^https?\:\/\//.test(_443)){_444=_443.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_444=location.protocol+"//"+location.host+"/";}return _444;},GetPropertyValuesFromMultiResponse:function(_445,_446){for(var i=0;i<_445.Responses.length;i++){var _448=_445.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_448.Href,_446)){continue;}var _449=[];for(var j=0;j<_448.Propstats.length;j++){var _44b=_448.Propstats[j];if(!_44b.Properties.length){continue;}if(_44b.Status.IsSuccess()){for(var k=0;k<_44b.Properties.length;k++){var _44d=_44b.Properties[k];if(!_44d.Name.IsStandardProperty()){_449.push(_44d);}}continue;}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),_44b.Status,null);}return _449;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_446));},GetPropertyNamesFromMultiResponse:function(_44e,_44f){var _450=[];var _451=this.GetPropertyValuesFromMultiResponse(_44e,_44f);for(var i=0,l=_451.length;i<l;i++){_450.push(_451[i].Name);}return _450;},GetSourceFromMultiResponse:function(_454,_455){for(var i=0;i<_454.length;i++){var _457=_454[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_457.Href,_455)){continue;}var _458=[];for(var j=0;j<_457.Propstats;j++){var _45a=_457.Propstats[j];if(!_45a.Status.IsOk()){if(_45a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_45a.Status.Description),_455,_45a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_457));}for(var k=0;k<_45a.Properties.length;k++){var _45c=_45a.Properties[k];if(_45c.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45d=_45c.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45d.length;l++){var _45f=_45d[i];var _460=new ITHit.WebDAV.Client.Source(_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_458.push(_460);}return _458;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_455));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d,_46e){this.Session=_461;this.ServerVersion=_461.ServerEngine;this.Href=_462;this.LastModified=_463;this.DisplayName=_464;this.CreationDate=_465;this.ResourceType=_466;this.SupportedLocks=_467;this.ActiveLocks=_468;this.Host=_469;this.AvailableBytes=_46a;this.UsedBytes=_46b;this.CheckedIn=_46c;this.CheckedOut=_46d;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46e||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46f){if(_46f instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46f.Href;}if(ITHit.Utils.IsString(_46f)){if(_46f.indexOf("://")!==-1||_46f.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46f;}return this.GetUrl()===_46f;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_470){for(var i=0,l=this.Properties.length;i<l;i++){if(_470.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_473){for(var i=0,l=this.Properties.length;i<l;i++){if(_473.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_473.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _476=this.Session.CreateRequest(this.__className+".Refresh()");var _477=[];for(var i=0,l=this.Properties.length;i<l;i++){_477.push(this.Properties[i].Name);}var _47a=self.OpenItem(_476,this.Href,_477);for(var key in _47a){if(_47a.hasOwnProperty(key)){this[key]=_47a[key];}}_476.MarkFinish();},RefreshAsync:function(_47c){var that=this;var _47e=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47f=[];for(var i=0,l=this.Properties.length;i<l;i++){_47f.push(this.Properties[i].Name);}self.OpenItemAsync(_47e,this.Href,_47f,function(_482){if(_482.IsSuccess){for(var key in _482.Result){if(_482.Result.hasOwnProperty(key)){that[key]=_482.Result[key];}}_482.Result=null;}_47e.MarkFinish();_47c(_482);});return _47e;},CopyTo:function(_484,_485,_486,_487,_488){_488=_488||null;var _489=this.Session.CreateRequest(this.__className+".CopyTo()");var _48a=ITHit.WebDAV.Client.Methods.CopyMove.Go(_489,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_484.Href,_485),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_486,_487,_488,this.Host);var _48b=this._GetErrorFromCopyResponse(_48a.Response);if(_48b){_489.MarkFinish();throw _48b;}_489.MarkFinish();},CopyToAsync:function(_48c,_48d,_48e,_48f,_490,_491){_490=_490||null;var _492=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_492,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48c.Href,_48d),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48e,_48f,_490,this.Host,function(_494){if(_494.IsSuccess){_494.Error=that._GetErrorFromCopyResponse(_494.Result.Response);if(_494.Error!==null){_494.IsSuccess=false;_494.Result=null;}}_492.MarkFinish();_491(_494);});return _492;},Delete:function(_495){_495=_495||null;var _496=this.Session.CreateRequest(this.__className+".Delete()");var _497=ITHit.WebDAV.Client.Methods.Delete.Go(_496,this.Href,_495,this.Host);var _498=this._GetErrorFromDeleteResponse(_497.Response);if(_498){_496.MarkFinish();throw _498;}eval(String.fromCharCode.call(this,95,9+43,57,54,16+30,77,52+45,104+10,107,70,77+28,85+25,105,115,67+37,32+8,41,4+55));},DeleteAsync:function(_499,_49a){_499=_499||null;_49a=_49a||function(){};var _49b=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49b,this.Href,_499,this.Host,function(_49d){if(_49d.IsSuccess){_49d.Error=that._GetErrorFromDeleteResponse(_49d.Result.Response);if(_49d.Error!==null){_49d.IsSuccess=false;_49d.Result=null;}}_49b.MarkFinish();_49a(_49d);});return _49b;},GetPropertyNames:function(){var _49e=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49f=ITHit.WebDAV.Client.Methods.Propfind.Go(_49e,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a0=self.GetPropertyNamesFromMultiResponse(_49f.Response,this.Href);_49e.MarkFinish();return _4a0;},GetPropertyNamesAsync:function(_4a1){var _4a2=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a4){if(_4a4.IsSuccess){try{_4a4.Result=self.GetPropertyNamesFromMultiResponse(_4a4.Result.Response,that.Href);}catch(oError){_4a4.Error=oError;_4a4.IsSuccess=false;}}_4a2.MarkFinish();_4a1(_4a4);});return _4a2;},GetPropertyValues:function(_4a5){_4a5=_4a5||null;var _4a6=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a5,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a8=self.GetPropertyValuesFromMultiResponse(_4a7.Response,this.Href);_4a6.MarkFinish();return _4a8;},GetPropertyValuesAsync:function(_4a9,_4aa){_4a9=_4a9||null;var _4ab=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ab,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a9,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ad){if(_4ad.IsSuccess){try{_4ad.Result=self.GetPropertyValuesFromMultiResponse(_4ad.Result.Response,that.Href);}catch(oError){_4ad.Error=oError;_4ad.IsSuccess=false;}}_4ab.MarkFinish();_4aa(_4ad);});return _4ab;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ae){return this.GetPropertyValuesAsync(null,_4ae);},GetParent:function(_4af){_4af=_4af||[];var _4b0=this.Session.CreateRequest(this.__className+".GetParent()");var _4b1=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b1===null){_4b0.MarkFinish();return null;}var _4b2=ITHit.WebDAV.Client.Folder.OpenItem(_4b0,_4b1,_4af);_4b0.MarkFinish();return _4b2;},GetParentAsync:function(_4b3,_4b4){_4b3=_4b3||[];var _4b5=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b6=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b6===null){_4b4(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b5,_4b6,_4b3,_4b4);return _4b5;},GetSource:function(){var _4b7=this.Session.CreateRequest(this.__className+".GetSource()");var _4b8=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b7,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b9=self.GetSourceFromMultiResponse(_4b8.Response.Responses,this.Href);_4b7.MarkFinish();return _4b9;},GetSourceAsync:function(_4ba){var _4bb=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bd){if(_4bd.IsSuccess){try{_4bd.Result=self.GetSourceFromMultiResponse(_4bd.Result.Response.Responses,that.Href);}catch(oError){_4bd.Error=oError;_4bd.IsSuccess=false;}}_4bb.MarkFinish();_4ba(_4bd);});return _4bb;},Lock:function(_4be,_4bf,_4c0,_4c1){var _4c2=this.Session.CreateRequest(this.__className+".Lock()");var _4c3=ITHit.WebDAV.Client.Methods.Lock.Go(_4c2,this.Href,_4c1,_4be,this.Host,_4bf,_4c0);_4c2.MarkFinish();return _4c3.LockInfo;},LockAsync:function(_4c4,_4c5,_4c6,_4c7,_4c8){var _4c9=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c9,this.Href,_4c7,_4c4,this.Host,_4c5,_4c6,function(_4ca){if(_4ca.IsSuccess){_4ca.Result=_4ca.Result.LockInfo;}_4c9.MarkFinish();_4c8(_4ca);});return _4c9;},MoveTo:function(_4cb,_4cc,_4cd,_4ce){_4cd=_4cd||false;_4ce=_4ce||null;var _4cf=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4cb instanceof ITHit.WebDAV.Client.Folder)){_4cf.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4d0=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cf,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4cb.Href,_4cc),this.ResourceType,true,_4cd,_4ce,this.Host);var _4d1=this._GetErrorFromMoveResponse(_4d0.Response);if(_4d1!==null){_4cf.MarkFinish();throw _4d1;}_4cf.MarkFinish();},MoveToAsync:function(_4d2,_4d3,_4d4,_4d5,_4d6){_4d4=_4d4||false;_4d5=_4d5||null;var _4d7=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d2 instanceof ITHit.WebDAV.Client.Folder)){_4d7.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d7,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d2.Href,_4d3),this.ResourceType,true,_4d4,_4d5,this.Host,function(_4d9){if(_4d9.IsSuccess){_4d9.Error=that._GetErrorFromMoveResponse(_4d9.Result.Response);if(_4d9.Error!==null){_4d9.IsSuccess=false;_4d9.Result=null;}}_4d7.MarkFinish();_4d6(_4d9);});return _4d7;},RefreshLock:function(_4da,_4db){var _4dc=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dd=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4dc,this.Href,_4db,_4da,this.Host);_4dc.MarkFinish();return _4dd.LockInfo;},RefreshLockAsync:function(_4de,_4df,_4e0){var _4e1=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e1,this.Href,_4df,_4de,this.Host,function(_4e2){if(_4e2.IsSuccess){_4e2.Result=_4e2.Result.LockInfo;}_4e1.MarkFinish();_4e0(_4e2);});return _4e1;},SupportedFeatures:function(){var _4e3=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e4=ITHit.WebDAV.Client.Methods.Options.Go(_4e3,this.Href,this.Host).ItemOptions;_4e3.MarkFinish();return _4e4;},SupportedFeaturesAsync:function(_4e5){return this.GetSupportedFeaturesAsync(_4e5);},GetSupportedFeaturesAsync:function(_4e6){var _4e7=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e7,this.Href,this.Host,function(_4e8){if(_4e8.IsSuccess){_4e8.Result=_4e8.Result.ItemOptions;}_4e7.MarkFinish();_4e6(_4e8);});return _4e7;},Unlock:function(_4e9){var _4ea=this.Session.CreateRequest(this.__className+".Unlock()");var _4eb=ITHit.WebDAV.Client.Methods.Unlock.Go(_4ea,this.Href,_4e9,this.Host);var _4ec=this._GetErrorFromUnlockResponse(_4eb.Response);if(_4ec){_4ea.MarkFinish();throw _4ec;}eval(String.fromCharCode.call(this,40+55,6+46,101,5+92,46,77,97,114,22+85,70,38+67,110,105,4+111,103+1,5+35,41,48+11));},UnlockAsync:function(_4ed,_4ee){var _4ef=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ef,this.Href,_4ed,this.Host,function(_4f1){if(_4f1.IsSuccess){_4f1.Error=that._GetErrorFromUnlockResponse(_4f1.Result.Response);if(_4f1.Error!==null){_4f1.IsSuccess=false;_4f1.Result=null;}}_4ef.MarkFinish();_4ee(_4f1);});return _4ef;},UpdateProperties:function(_4f2,_4f3,_4f4){_4f4=_4f4||null;var _4f5=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f6=this._GetPropertiesForUpdate(_4f2);var _4f7=this._GetPropertiesForDelete(_4f3);if(_4f6.length+_4f7.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f5.MarkFinish();return;}var _4f8=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f5,this.Href,_4f6,_4f7,_4f4,this.Host);var _4f9=this._GetErrorFromUpdatePropertiesResponse(_4f8.Response);if(_4f9){_4f5.MarkFinish();throw _4f9;}_4f5.MarkFinish();},UpdatePropertiesAsync:function(_4fa,_4fb,_4fc,_4fd){_4fc=_4fc||null;var _4fe=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4ff=this._GetPropertiesForUpdate(_4fa);var _500=this._GetPropertiesForDelete(_4fb);if(_4ff.length+_500.length===0){_4fe.MarkFinish();_4fd(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fe,this.Href,_4ff,_500,_4fc,this.Host,function(_502){if(_502.IsSuccess){_502.Error=that._GetErrorFromUpdatePropertiesResponse(_502.Result.Response);if(_502.Error!==null){_502.IsSuccess=false;_502.Result=null;}}_4fe.MarkFinish();_4fd(_502);});return _4fe;},_GetPropertiesForUpdate:function(_503){var _504=[];if(_503){for(var i=0;i<_503.length;i++){if((_503[i] instanceof ITHit.WebDAV.Client.Property)&&_503[i]){if(_503[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_504.push(_503[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_503[i]),this.Href,_503[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _504;},_GetPropertiesForDelete:function(_506){var _507=[];if(_506){for(var i=0;i<_506.length;i++){if((_506[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_506[i]){if(_506[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_507.push(_506[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_506[i]),this.Href,_506[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _507;},_GetErrorFromDeleteResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsSuccess()){var _50a=ITHit.Phrases.DeleteFailedWithStatus.Paste(_509.Status.Code,_509.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_50a,this.Href,null,_509.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50b){if(_50b instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50b.Responses.length;i<l;i++){if(_50b.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50b),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50b instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50b.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50b.Status.Code,_50b.Status.Description),this.Href,null,_50b.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50e){if(_50e instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50e.Responses.length;i<l;i++){if(_50e.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50e),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50e instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50e.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50e.Status.Code,_50e.Status.Description),this.Href,null,_50e.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_511){if(!_511.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_511.Status.Code,_511.Status.Description),this.Href,null,_511.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_512){var _513=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_512);for(var i=0;i<_513.Responses.length;i++){var _515=_513.Responses[i];if(_515.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_515.PropertyName,_513,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_516,_517,_518,_519,_51a,_51b){return this._super.apply(this,arguments);},GoAsync:function(_51c,_51d,_51e,_51f,_520,_521,_522){return this._super.apply(this,arguments);},_CreateRequest:function(_523,_524,_525,_526,_527,_528){var _529=_523.CreateWebDavRequest(_528,_524,_527);_529.Method("PUT");if(_525){_529.Headers.Add("Content-Type",_525);}_529.Body(_526);return _529;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_52a,_52b,_52c,_52d,_52e){return this._super.apply(this,arguments);},GoAsync:function(_52f,_530,_531,_532,_533){return this._super.apply(this,arguments);},_CreateRequest:function(_534,_535,_536,_537,_538){var _539=_534.CreateWebDavRequest(_538,_535);_539.Method("GET");_539.Headers.Add("Translate","f");if(_536!==null){var _53a=_536;if(_536>=0){if(_537!==null){_53a+="-"+parseInt(_537);}else{_53a+="-";}}else{_53a=String(_53a);}_539.Headers.Add("Range","bytes="+_53a);}return _539;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53d=null;var _53e={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53f=Object.keys(_53e);sExt=sExt.toLowerCase();for(var i=0,l=_53f.length;i<l;i++){var _542=_53f[i];var _543=self[_542];for(var j=0,m=_543.length;j<m;j++){if(_543[j]===sExt){_53d=_53e[_542];break;}}if(_53d!==null){break;}}return _53d;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_546,_547){this._super(_546,_547);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_549){self._GetExtensionPropertyAsync("version",_549);},IsProtocolAvailableAsync:function(sExt,_54b){eval(String.fromCharCode.call(this,115,101,108,102,46,95,66+5,71+30,73+43,23+46,120,64+52,101,110,31+84,105,42+69,40+70,12+68,22+92,111,112,91+10,91+23,37+79,80+41,57+8,17+98,70+51,1+109,38+61,40,24+10,7+27,40+4,30+72,13+104,108+2,99,116,105,111,60+50,40,95,53,52,99,40+1,123,5+100,68+34,40,33,16+79,53,52,25+74,46,66+7,115,83,115+2,40+59,4+95,62+39,115,115,26+15,123,95,53,21+31,54+44,40,95,53,52,99,41,59,114,85+16,78+38,4+113,114,93+17,33+26,31+94,67+51,97,114,12+20,75+20,10+43,10+42,100,61,95,53,17+35,27+72,46,82,36+65,57+58,117,108,116,46,80+35,50+62,23+85,5+100,79+37,40,17+17,1+43,34,41,59,4+114,93+4,7+107,32,95,53,44+8,20+81,35+26,73,84,0+72,88+17,116,32+14,87,101,98,6+62,37+28,86,46,67,35+73,105,25+76,98+12,72+44,21+25,77,4+111,79,102,102,105,46+53,101,0+69,55+45,29+76,116,65+4,15+105,13+103,101,69+41,115,14+91,111,33+77,115,21+25,1+70,85+16,116,83,9+90,104,101,52+57,15+82,5+35,60+55,54+15,9+111,116,16+25,18+41,95,53,42+10,6+93,19+27,82,101,115,117,92+16,116,20+41,60+13,65+19,72,8+97,31+85,46,85,82+34,72+33,108,115,46,60+7,45+66,110,48+68,7+90,99+6,100+10,105+10,40,95,53,12+40,90+10,26+18,61+34,10+43,52,86+15,6+35,59,20+75,53,52,38+60,18+22,55+40,53,11+41,99,41,10+49,125,41,59));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54f){if(_54f==null){_54f=true;}if(self._IsFailed()){return false;}var _550="^data-"+this._ProtocolName+"-.*";var _551=new RegExp(_550);var _552=document.documentElement.attributes;var _553=false;for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){_553=true;break;}}if(!_553&&_54f){var _555=ITHit.WebDAV.Client.WebDavSession.Version;_550="^data-dav(.*)-version";_551=new RegExp(_550);for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){var _556=_552[i].value;if(_556.split(".")[0]==_555.split(".")[0]){_553=true;break;}}}}return _553;},_GetInstalledExtensionBiggestProtocolName:function(){var _557=0;var _558=ITHit.WebDAV.Client.WebDavSession.Version;var _559=document.documentElement.attributes;var _55a="^data-dav(.*)-version";var _55b=new RegExp(_55a);for(var i=0;i<_559.length;i++){if(_55b.test(_559[i].name)){var _55d=_55b.exec(_559[i].name);var _55e=parseInt(_55d[1]);var _55f=_559[i].value;if(_55f.split(".")[0]==_558.split(".")[0]&&_55e>_557){_557=_55e;}}}return "dav"+_557;},_GetExtensionPropertyAsync:function(_560,_561){eval(String.fromCharCode.call(this,8+110,54+43,114,32,1+94,19+34,2+52,1+49,61,8+107,101,97+11,73+29,22+24,83+12,71,101,116,30+43,110,115,116,97,101+7,36+72,70+31,100,69,120,45+71,41+60,110,115,105,68+43,110,66,105,39+64,1+102,73+28,18+97,116,80,114,108+3,78+38,111,1+98,111,47+61,78,18+79,97+12,101,10+30,6+35,59,117+1,10+87,114,32,85+10,53,28+26,51,1+60,34,46+54,97,54+62,97,45,26+8,43,95,53,54,50,59,118,68+29,93+21,32,94+1,53,54,33+19,52+9,48+47,53,54,29+19,22+24,43+65,101,110,103,72+44,12+92,33+29,48,60+3,62+33,33+20,54,0+51,43,34,45,34,24+19,55+40,37+16,41+13,44+4,25+33,33+62,53,54,48+3,25+34,105,102,40,115,101,108,102,27+19,95,1+72,115,1+69,49+48,78+27,108,28+73,100,17+23,41+0,41,1+122,31+87,77+20,114,32,95,40+13,54,37+16,61,27+83,101,119,32,28+45,84,72,105,116,46,87,100+1,98,68,52+13,41+45,46,19+48,108,79+26,14+87,20+90,11+105,2+44,15+50,115,107+14,3+107,99,3+79,3+98,109+6,117,38+70,84+32,14+26,110,117,108,108,44,32+70,97,108,78+37,18+83,44,101+14,97+4,56+52,102,27+19,95,71,101,116,37+32,18+102,58+41,101,112,116,105,28+83,110,37+3,14+27,34+7,59,3+115,97,114,32,102,29+15,2+30,24+86,22+22,32,47+63,10+39,44,32,82+19,44,25+7,47+52,4+40,8+24,26+74,23+21,32,90+18,22+22,32,114+5,32+69,10+34,24+8,115+4,55+45,44,6+26,43+76,98,44,32,101,49,25+19,32,93+8,9+41,44,32,3+98,18+33,29+15,32,101,52,44,24+8,12+89,53,36+8,32,97+3,49,18+26,13+19,100,5+45,13+31,32,47+53,51,44,17+15,91+9,35+17,15+29,0+32,5+95,46+7,19+40,108,10+51,5+34,92,110,39,30+29,17+93,49,6+55,11+28,36+4,39+2,21+11,123,0+32,39+52,54+56,38+59,79+37,18+87,94+24,101,32,57+42,111,25+75,33+68,55+38,6+26,125,39,52+7,51+59,58+3,34+5,15+25,41,32,123,92,110,14+18,9+23,4+28,32,91,110,62+35,63+53,23+82,47+71,72+29,32,99,31+80,100,101,93,92,89+21,125,23+16,59,90+29,94+6,61,9+59,97,116,82+19,59,22+97,101,7+54,92+9,118,97,85+23,33+26,101,19+42,11+28,101,53+65,7+90,108,7+32,36+23,100,61,39,30+38,31+66,116,87+14,39,59,102,39+22,39,70+32,117,110,78+21,54+62,69+36,46+65,110,23+9,13+26,59,80+19,61,35+5,21+24,49,12+20,45+16,61,26+6,10+73,7+109,114,88+17,110,16+87,19+21,101,118,83+14,41+67,41,46,79+26,110,13+87,65+36,120,57+22,102,40,7+32,67,85+26,109,63+49,105,104+4,20+81,9+74,116,26+88,105,110,20+83,39,41,37+4,59,112+7,67+31,61,40,23+22,49,20+12,11+22,61,32,110,97,118,105,75+28,97,78+38,34+77,114,41+5,33+84,115,31+70,114,65,103,36+65,19+91,116,46,78+38,90+21,10+66,111,119,101,114,13+54,97,115,75+26,40,41,22+24,105,81+29,100,101,120,77+2,58+44,5+35,15+24,44+55,104,114,37+74,109,60+41,11+28,41,41,59,59,60+40,50,61,14+88,43,30+70,43,1+109,59,101,51,54+7,88+20,43,102,19+24,78+23,25+18,43+67,11+38,52+7,100,27+24,25+36,16+92,17+26,38+64,43,100,37+6,52+58,49,59,94+7,19+30,61,53+55,43,72+30,6+37,101,6+37,53+57,43,58+50,59,101,52,61,99,58+1,98+2,0+52,61,14+25,36+55,67+35,117,40+70,7+92,79+37,105,92+19,110,54+39,39,59,101,25+25,9+52,92+10,43,13+88,43,40+70,59,100,46+3,61,37+71,21+22,102,17+26,100,33+10,110,43,17+91,59,101,53,2+59,102,22+21,6+95,39+4,110,49+0,59,37+63,47+6,61,12+90,25+18,30+70,29+14,67+43,17+32,50+9,9+96,102,19+13,40,35+5,40,93+8,19+30,32+1,20+41,119,5+96,11+30,3+35,38,40,23+78,50,33,61,61+58,19+82,41,35+3,38,34+6,101,51,32+1,3+58,119,101,41,38,21+17,40,119,58+40,38,15+23,74+27,50+2,28+10,27+11,36+4,34+67,31+22,19+14,61,108+11,32+69,41,28+13,2+39,7+117,49+75,40,40,100,8+41,32+1,61,119,100,35+6,20+18,6+32,40,38+62,30+20,33,1+60,119,100,41,6+32,4+34,40,28+72,51,33,35+26,119,100,13+28,38,20+18,34+6,80+20,41+11,33,61,7+112,59+41,17+24,38,38,37+3,1+99,53,33,61,119,27+73,32+9,41,1+40,32,123,116,104,17+97,44+67,119,32,34+5,1+100,117+1,97,108,17+15,97,110,100,32,62+6,61+36,116,68+33,19+13,109,101,116,62+42,51+60,100,51+64,32,109,89+28,115,18+98,32,25+85,111,116,8+24,23+75,101,32,12+102,62+39,100,92+9,58+44,17+88,38+72,101,100,17+29,39,59,124+1,52+43,53,54,19+30,40,81+14,53,54,8+45,41,59,125,53+48,25+83,1+114,101,123,105,56+46,6+34,115,64+37,101+7,102,24+22,95,73,115,33+47,36+65,25+85,88+12,88+17,24+86,91+12,21+19,41,32+9,123,115,88+13,116,44+40,105,42+67,99+2,111,94+23,116,40,102,29+88,47+63,99,14+102,53+52,103+8,110,40,41,123,36+69,16+86,33+7,115,101,47+61,88+14,10+36,39+56,5+68,50+65,32+48,101,8+102,50+50,105,110,103,40,19+22,41,111+12,118,97,114,13+19,73+22,21+32,54,41+13,48+13,38+72,101,42+77,32,2+71,63+21,42+30,105,116,39+7,42+45,101,77+21,55+13,65,72+14,46,18+49,6+102,105,12+89,110,116,46,65,115,121,110,99,35+47,41+60,115,43+74,53+55,20+96,40,60+50,117,61+47,108,16+28,47+55,97,72+36,44+71,2+99,36+8,115,20+81,108,102,13+33,95,71,101,71+45,24+60,26+79,109,56+45,111,117,42+74,69,58+62,99,101,112,116,47+58,26+85,110,40,37+4,41,14+45,95,47+6,51+3,49,40,33+62,53,54,54,3+38,59,114,84+17,46+70,117,114,110,26+33,90+35,105,42+60,40,115,7+94,90+18,102,46,89+6,73,115,70,47+50,105,108,101,7+93,40,30+11,41,123,71+47,27+70,114,26+6,22+73,11+42,54,38+16,61,110,101,119,12+20,71+2,78+6,72,70+35,116,37+9,87,99+2,60+38,68,0+65,82+4,4+42,23+44,108,35+70,101,39+71,116,46,54+11,115,20+101,85+25,99,35+47,101,115,40+77,95+13,116,40,110,5+112,92+16,108,25+19,95+7,97,92+16,5+110,101,44,115,101,79+29,102,46,95,71,101,7+109,69,120,99,101,112,116,49+56,111,110,40,16+25,41,59,95,19+34,54,49,25+15,95,46+7,40+14,54,27+14,18+41,90+24,42+59,30+86,92+25,105+9,55+55,1+58,52+73,25+93,97,114,15+17,95,53,29+25,54,61,110,101,92+27,32,73,64+20,72,71+34,60+56,10+36,87,66+35,98,68,22+43,86,32+14,5+62,108,63+42,101,82+28,116,46,61+4,100+15,33+88,110,90+9,82,89+12,27+88,20+97,91+17,67+49,9+31,100,5+106,98+1,117,28+81,101,57+53,116,0+46,67+33,111,99,117,95+14,101,110,116,11+58,95+13,101,99+10,101,110,50+66,46,103,101,2+114,34+31,116,116,109+5,105,48+50,15+102,107+9,101,15+25,95,53,54,52,27+14,23+21,116,37+77,104+13,101,28+16,110,108+9,108,103+5,14+27,49+10,95,18+35,54,32+17,40,66+29,33+20,54,25+29,17+24,59,91+34,44,10+105,101,108,81+21,46,78+6,105,65+44,101,27+52,46+71,14+102,41,59,56+69,101,108,99+16,101,123,115+3,72+25,69+45,32,95,35+18,2+52,53,61,110,51+50,119,13+19,73,60+24,72,84+21,116,46,51+36,91+10,98,68,14+51,86,46,22+45,39+69,105,44+57,110,116,27+19,43+22,115,121,29+81,80+19,6+76,39+62,115,31+86,84+24,116,40,100,111,99,117,81+28,101,96+14,116,4+42,46+54,70+41,99,36+81,109,77+24,58+52,33+83,9+60,72+36,31+70,109,101,110,78+38,16+30,61+42,101,18+98,46+19,107+9,35+81,106+8,105,51+47,117,82+34,5+96,40,95,53,23+31,52,41,44,116,42+72,117+0,46+55,44,110,100+17,75+33,108,38+3,55+4,29+66,53,54,49,25+15,95,41+12,54,53,39+2,59,39+86,52+73));},_IsPending:function(){var _567="data-"+self._ProtocolName+"-pending";var _568=document.documentElement.hasAttribute(_567);return _568;},_IsFailed:function(){var _569="data-"+self._ProtocolName+"-error";var _56a=document.documentElement.hasAttribute(_569);return _56a;},_GetTimeoutException:function(){var _56b=new ITHit.WebDAV.Client.Exceptions.IntegrationException(ITHit.Phrases.Exceptions.IntegrationTimeoutException.Paste(self._Timeout));return _56b;},_GetException:function(){var _56c="data-"+self._ProtocolName+"-error";var _56d=new ITHit.WebDAV.Client.Exceptions.IntegrationException(document.documentElement.getAttribute(_56c));return _56d;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56e,_56f){return this._super.apply(this,arguments);},GoAsync:function(_570,_571,_572){return this._super.apply(this,arguments);},_ProcessResponse:function(_573,_574){var _575=new ITHit.WebDAV.Client.Methods.SingleResponse(_573);return this._super(_575);},_CreateRequest:function(_576,_577){var _578=_576.CreateWebDavRequest(null,_577);_578.Method("GREMOVEPREVIEW");return _578;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_579,_57a){return this._super.apply(this,arguments);},GoAsync:function(_57b,_57c,_57d){return this._super.apply(this,arguments);},_CreateRequest:function(_57e,_57f){var _580=_57e.CreateWebDavRequest(null,_57f);_580.Method("GPREVIEW");return _580;},},GFileID:null,_Init:function(){var _581=this.Response.GetResponseStream();var _582=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,33+62,14+39,56,50,46,97,25+75,84+16,40,34,17+83,34,44,73,84,41+31,105,116,46,6+81,67+34,98,68,48+17,26+60,25+21,67,9+99,74+31,101,21+89,116,46,44+24,3+94,118,39+28,111,110,115,90+26,72+25,38+72,116,13+102,44+2,17+61,97,109,101,1+114,59+53,97,99,101,85,114,49+56,41,59,82+13,48+5,50+6,23+27,46,3+94,93+7,100,39+1,34,105,93+23,104,105,7+109,22+12,42+2,34,104,85+31,116,33+79,115,58,18+29,47,119,119,4+115,46,105,116,11+93,85+20,101+15,46,80+19,111,109,47,72+31,7+105,114,101,118,0+105,101,119,94+21,60+39,29+75,101,31+78,97,47,34,40+1,11+48));var _583=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_581,_582));try{var _584=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_583.Value,_582);if((oNode=_584.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_583.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,ObsoleteMessage:function(_586){if(confirm(_586+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_587,_588,_589,_58a){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58b=_589!=null?self.GetFolder(_589):null;var _58c=self.GetDefaultCallback(_58b);this.DavProtocolEditDocument(_587,_588,_58c);},JavaOpenFolderInOsFileManager:function(_58d,_58e,_58f,_590){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _591=_58f!=null?self.GetFolder(_58f):null;var _592=self.GetDefaultCallback(_591);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58e,_592);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _593="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msix";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_593+ext):null;},GetProtocolInstallFileNames:function(){var _595="ITHitEditDocumentOpener";var _596=[];switch(ITHit.DetectOS.OS){case "Windows":_596.push(_595+".msix");break;case "MacOS":_596.push(_595+".pkg");break;case "Linux":_596.push(_595+".deb");_596.push(_595+".rpm");break;case "UNIX":_596.push(_595+".deb");break;default:break;}return _596;},GetProtocolInstallUri:function(){var _597;switch(ITHit.DetectOS.OS){case "Windows":_597="ms-windows-store://pdp/?ProductId=9nqb82r5hmnh";break;case "MacOS":_597="https://apps.apple.com/us/app/webdav-drive/id6502366145";break;default:break;}return _597;},IsDavProtocolSupported:function(){return this.GetInstallFileName()!=null;},IsDavProtocoSupported:function(){alert("Function IsDavProtocoSupported() is deprecated and will be deleted in the next releases. Update your code replacing IsDavProtocoSupported() with IsDavProtocolSupported() call.");return this.IsDavProtocolSupported();},OpenFolderInOsFileManager:function(_598,_599,_59a,_59b,_59c,_59d,_59e){if(_59b==null){_59b=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_59b._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_59b._httpFolder=ITHit.Utils.CreateDOMElement(span);_59b.appendChild(_59b._httpFolder);}var res=_59b._httpFolder.navigate(_598);}else{var _5a1=null;if((typeof (_59a)=="string")&&(self.GetExtension(_59a)=="jar")){if(confirm("The DocManager.OpenFolderInOsFileManager() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5a1=self.GetFolder(_59a);_59a=null;}if(_59a==null){_59a=self.GetDefaultCallback(_5a1);}_598=_598.replace(/\/?$/,"/");this.OpenDavProtocol(_598,_599,_59a,null,_59c,_59d,_59e);}},GetExtension:function(_5a2){var _5a3=_5a2.indexOf("?");if(_5a3>-1){_5a2=_5a2.substr(0,_5a3);}var aExt=_5a2.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a6=sUrl.indexOf("?");if(_5a6>-1){sUrl=sUrl.substr(0,_5a6);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a7){var ext=self.GetExtension(ITHit.Trim(_5a7));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5aa=self.MsOfficeEditExtensions.GetSchema(sExt);return _5aa===null?"":_5aa;},MicrosoftOfficeEditDocument:function(_5ab,_5ac){eval(String.fromCharCode.call(this,55+50,102,40,73+0,84,72,105,116,46,87,101,98,68,32+33,86,11+35,67,108,105,11+90,26+84,116,46,76,17+88,27+72,101,85+25,79+36,88+13,37+36,100,41,29+3,123,32,40,75+27,117,110,99+0,116,105,111,52+58,32,99,104,101,42+57,90+17,76,33+72,20+79,50+51,67+43,115,101,17+23,25+16,32,83+40,1+12,12+20,11+21,32,9+23,118,77+20,55+59,18+14,115,68,62+49,11+98,97,105,35+75,32,61,25+7,33+1,104,116,41+75,2+110,115,8+50,47,47,119,119,119,46,5+114,63+38,39+59,100,31+66,118,70+45,120+1,98+17,116,101,109,46,99,111,109,34+0,59,5+8,31+1,32,22+10,32,118,35+62,1+113,14+18,115,43+42,114,22+83,11+21,61,3+29,115,68,111,23+86,97,2+103,110,27+5,26+17,27+5,34,47,74+23,112,88+17,17+30,56+59,117,98,115,35+64,15+99,81+24,38+74,102+14,105,36+75,110,86+22,15+90,99,96+5,110,36+79,50+51,39+8,69+30,104,56+45,99,107,10+37,34,52+7,13,20+12,6+26,4+28,32,118,97,28+86,32,115,83,116,2+95,116,117,115,83,87+29,33+78,78+36,97,103,101,48+27,66+35,83+38,16+16,58+3,17+15,34,76+32,105,99,73+28,71+39,5+110,24+77,46,115,12+104,15+82,116,82+35,50+65,12+22,59,3+10,32,27+5,32,32,118,97,63+51,13+19,35+80,67+15,55+46,113,117,101,60+55,103+13,11+72,5+111,99+12,106+8,97,103,14+87,43+32,101,29+92,32,61,32,34,89+19,43+62,70+29,101,102+8,115,88+13,27+19,114,52+49,2+111,117,80+21,103+12,116,34,55+4,10+3,32,32,31+1,32,118,37+60,90+24,15+17,50+65,83,116,59+38,109,112,9+23,61,32,73,78+6,57+15,17+88,42+74,46,87,101,31+67,68,65,64+22,21+25,44+23,108,105,101,110,13+103,7+39,87,45+56,68+30,68,51+46,104+14,16+67,89+12,70+45,110+5,105,111,110,10+36,86,101,114,44+71,105,111,110,59,13,32,2+30,18+14,32,118+0,64+33,114,12+20,115,65,57+42,109+7,117,97,69+39,32,61,32,15+19,45+52,99,29+87,117,48+49,108,10+24,48+11,13,32,21+11,27+5,12+20,59+59,97,78+36,2+30,45+70,7+62,72+48,112,105,114,101,100,31+1,61,32,5+29,101,16+104,72+40,105,114,101,43+57,34,59,8+5,32,15+17,26+6,18+14,118,97,90+24,32,115,44+26,56+41,105,23+85,101,71+29,25+7,5+56,32,32+2,102,97,103+2,51+57,9+92,100,27+7,59,3+10,22+10,32,25+7,32,99+19,97,6+108,32,79+36,31+45,105,89+10,46+55,108+2,115,64+37,47+26,74+26,21+11,61,4+28,9+64,28+56,55+17,100+5,68+48,46,71+16,93+8,39+59,41+27,65,44+42,33+13,67,29+79,105,101,79+31,16+100,33+13,76,56+49,99+0,101,67+43,103+12,101,73,100,59,13,13,29+3,28+4,32,32,105,23+79,32,40,33,115,76,105,99,32+69,11+99,76+39,101,13+60,100,41,30+2,46+68,101,19+97,117,114,110,32,48+54,94+3,108,115,92+9,59,13,20+12,21+11,15+17,16+16,105,102,40,119,64+41,110,20+80,111,53+66,19+27,98,69+47,10+101,97,15+26,13,32,32,15+17,1+31,36+87,5+8,32,12+20,32+0,32,20+12,32,6+26,32,115,67+16,74+42,5+92,116,117,95+20,33+50,116,30+81,41+73,63+34,103,101,75,33+68,98+23,32,17+44,32,113+6,105,110,86+14,111,119,46,98,38+78,39+72,97,40,21+80,110,62+37,52+59,100,10+91,46+39,82,11+62,1+66,10+101,109+0,74+38,71+40,110,101,73+37,55+61,40,115,63+20,116,85+12,116,117,115,83,113+3,64+47,114,51+46,103,72+29,75,42+59,121,41,36+5,58+1,13,5+27,32,32,32,32,32,32,32,115,82,57+44,113,117,101,35+80,116,81+2,116,13+98,86+28,97,19+84,0+101,56+19,82+19,121,32,61,32,119,19+86,85+25,100,62+49,112+7,46,98,115+1,111,37+60,40,101,77+33,99,111,7+93,57+44,85,82,73,14+53,5+106,54+55,107+5,111,78+32,26+75,110,116,40,100+15,82,101,31+82,117,101,115,94+22,38+45,116,111,114,13+84,103,101,2+73,101,96+25,41,41,35+24,13,32,21+11,32,32,32,19+13,6+26,32,110+5,29+54,116,37+60,109,112,32,47+14,7+25,59+60,105,51+59,100,47+64,98+21,46,98,47+69,111,84+13,40,115,49+34,106+10,27+70,109,112,41,59,13,32,32,18+14,21+11,125,11+2,1+12,29+3,15+17,12+20,32,118,91+6,114,19+13,82+29,76,105,84+15,101,110,115,101,69+14,116,97,75+41,117,115,5+27,61,21+11,103,28+73,116,73+10,116,97,116,117,55+60,70,111,114,67,113+4,114,74+40,71+30,12+98,116,14+62,95+10,61+38,101,110,115,101,30+10,115,33+50,35+81,49+48,38+78,117,114+1,83,116,111,5+109,71+26,41+62,101,75,101,121,18+23,19+40,13,32,5+27,32,27+5,105,44+58,25+7,40,31+2,111,10+66,95+10,99,67+34,110,115,101,45+38,116,33+64,116,117,115,0+32,124,2+122,13,32,32,12+20,32,9+23,32+0,32,13+19,111,59+17,55+50,12+87,101,33+77,115,101,83,116,97,39+77,117,115,43+3,49+66,116,57+40,44+72,70+47,115,32,55+6,61,34+27,32,115,69,120,112,105,86+28,101,100,1+31,124,124,13,15+17,16+16,29+3,32,2+30,32,31+1,32+0,111,32+44,105,43+56,101,110,115,101,83,48+68,20+77,116,80+37,23+92,46,101,120,104+8,105,114,101,100,43+22,116,1+31,40+20,11+21,92+18,58+43,8+111,32,68,82+15,116,101,10+30,23+18,41,20+12,110+13,9+4,4+28,32,7+25,32,19+13,4+28,32,29+3,118,50+47,96+18,32,70+28,58+15,115,65,96+19,121,25+85,99,10+22,61,4+28,15+18,28+83,11+65,105,99,98+3,3+107,115,41+60,83,116,97,72+44,24+93,97+18,28+4,124,124,32,111,21+55,105,16+83,101,110,49+66,80+21,83,116,97,116,24+93,115,46,115,116,48+49,82+34,117,115,6+26,61,27+34,61,32,19+96,37+28,99,39+77,21+96,29+68,9+99,59,13,32,32,32,6+26,32,6+26,32,24+8,20+85,102,32+0,20+20,98,73,101+14,65,115,42+79,110,99,32,38,38,21+11,33,48+50,31+70,13+90,105,110,82,101,113,88+29,101,75+40,44+72,40,5+36,29+12,21+11,74+40,101,116,52+65,114,92+18,12+20,116,114,117,79+22,59,5+8,15+17,32,23+9,28+4,29+3,32,10+22,29+3,32+0,22+10,18+14,15+17,42+76,37+60,102+12,5+27,111,82,101,35+78,32,14+47,18+14,61+49,101,35+84,32,71+17,58+19,26+50,72,101+15,116,87+25,82,96+5,113,23+94,101,115,7+109,40,22+19,7+52,3+10,29+3,21+11,32,32,32,32,19+13,32,7+25,11+21,31+1,8+24,105,51+51,16+24,81+17,73,82+33,36+29,115,121,110,14+85,41,32,111,58+24,83+18,72+41,46,74+37,110,114,101,97,100,114+7,78+37,30+86,97,116,101,99,104,18+79,45+65,36+67,101,32,46+15,20+12,5+106,110,82,3+98,35+78,117,83+18,112+3,116,67,94+10,97,110,103,101,1+58,13,18+14,8+24,30+2,32,32,32,17+15,20+12,5+27,32,10+22,29+3,111,11+71,18+83,113,46,103+8,53+59,43+58,110,40,30+4,80,79,41+42,48+36,34,44,5+27,45+70,83+2,35+79,105,44,18+14,42+56,73,113+2,45+20,115,121,62+48,99,36+5,3+56,13,6+26,2+30,32,32,32,32,32,32,24+8,9+23,0+32,32,80+31,82,56+45,113,10+36,115,101,8+108,40+42,101,113,60+57,101,29+86,86+30,31+41,51+50,26+71,100,70+31,114,40,39,53+14,111,110,116,101,110,2+114,45,84,98+23,112,31+70,38+1,39+5,32,39,97,21+91,92+20,108,105,9+90,97,49+67,105,43+68,110,47,70+50,45,119,8+111,42+77,45,102,24+87,48+66,109,38+7,117,114,108,101,56+54,99,109+2,100,52+49,100,39,41,59,13,32,32,7+25,12+20,7+25,18+14,32,32,21+11,5+27,32,32,36+82,5+92,114,19+13,115,39+41,55+42,36+78,76+21,62+47,115,32,1+60,32,34,92+13,89+11,61,9+25,11+21,43,15+17,101,13+97,99,5+106,86+14,10+91,85,0+82,73,32+35,75+36,109,41+71,97+14,110,2+99,110,116,34+6,115,63+13,8+97,99,58+43,19+91,96+19,101,73,31+69,14+27,32,22+21,28+4,1+33,38,112,114,111,100,12+105,22+77,116,43+35,97,34+75,101,30+85,5+56,34,10+22,43,6+26,73,84,72,0+105,21+95,14+32,7+73,56+48,114,97,115,101,31+84,37+9,80,114,78+33,72+28,117,99,115+1,78+0,18+79,109,17+84,32,43,1+31,21+13,38,52+63,116,45+52,44+65,112,61,21+13,14+18,9+34,32,115,83,98+18,97,58+51,103+9,9+50,10+3,13+19,21+11,29+3,32,14+18,32,32,14+18,54+62,114,121,30+2,118+5,12+1,3+29,32,32,8+24,32,32,32,32,32,32,32,32,111,82,101,113,8+38,53+62,77+24,110,100,4+36,36+79,80,97,57+57,22+75,78+31,115,41,59,1+12,32,32,32,32,32,32,19+13,18+14,90+35,26+6,51+48,37+60,48+68,99,99+5,31+1,40,101,1+40,32,123,13,32,17+15,28+4,20+12,32,32,26+6,32,7+25,32,32,32,111,58+52,82,46+55,27+86,117,99+2,115,38+78,70+0,45+52,19+86,64+44,101,47+53,46,99,43+54,108,108,19+21,15+96,82,95+6,113,18+23,9+50,13,32,32,10+22,14+18,32,18+14,16+16,32,26+99,10+3,13,31+1,27+5,32,13+19,32,32,32,32,2+103,73+29,40,33+0,98,2+71,115,65,13+102,121,110,14+85,29+12,16+16,111,110,8+74,101,113,25+92,18+83,115,107+9,65+2,104,49+48,110,74+29,86+15,20+26,99,97,108,108,40,102+9,53+29,63+38,7+106,3+38,59,3+10,32,7+25,3+29,32,15+17,32,24+8,17+15,31+83,101,116,117,114,110,32,116,114,117,61+40,59,7+6,32,20+12,10+22,30+2,125,32,22+79,108,51+64,3+98,32,44+79,10+3,32,5+27,18+14,32,22+10,18+14,32,32,114,101,116,104+13,114,110,19+13,111,11+65,98+7,29+70,50+51,110,95+20,2+99,2+81,29+87,94+3,116,34+83,44+71,18+14,33,61,55+6,32,115,48+21,120,68+44,105,114,101,17+83,20+39,10+3,27+5,32,32,8+24,44+81,2+11,7+6,32,15+17,3+29,5+27,102,74+43,91+19,99,116,105,68+43,3+107,32,101+10,15+95,82,50+51,32+81,109+8,101,31+84,116,67,16+88,1+96,2+108,103,23+78,40,23+18,32,50+73,1+12,18+14,32,30+2,32,31+1,8+24,32,19+13,76+29,48+54,40,116,104,105,115,39+7,29+85,5+96,97,91+9,78+43,83,116,97,116,27+74,32,33,9+52,61,32,38+50,77,24+52,63+9,116,116,49+63,52+30,101,74+39,100+17,101,107+8,70+46,46,33+35,3+76,78,69,41,32,56+58,101,44+72,43+74,85+29,110,37+22,13,13,32,32,25+7,32,21+11,0+32,5+27,4+28,88+20,111,99,97,34+74,79+4,81+35,111,114,96+1,25+78,68+33,46,26+88,101,32+77,11+100,118,101,31+42,116,101,57+52,40,115,17+65,101,23+90,117,101,115,116,83,116+0,111,114,61+36,85+18,101,75,101,121,20+21,32+27,13,32,15+17,19+13,32,27+5,32,32,32+0,105,70+32,32,1+39,27+89,104,105,30+85,46,108+7,64+52,41+56,70+46,94+23,115,32,21+12,15+46,46+15,32,50,48,48,41,11+21,123,3+10,32,25+7,14+18,32,32,8+24,32,17+15,32,32,32,32,111,42+68,22+60,59+42,113,6+111,101,115,116,48+22,97,22+83,10+98,101,100,15+31,44+55,75+22,20+88,108,40,49+67,104,105,62+53,41,40+19,13,32,32,31+1,32,7+25,10+22,32,18+14,27+5,32,7+25,3+29,5+109,101,116,107+10,114,110,30+29,7+6,32,11+21,32,32,32,32,32,4+28,36+89,13,13,32,20+12,32,32,26+6,29+3,32,32,82+36,97+0,67+47,32,111,0+82,79+22,18+97,112,111,44+66,115,101,32,61,32,74,34+49,79,78,20+26,2+110,41+56,114,115,101,40,116,104,10+95,115,25+21,91+23,101,115,53+59,111,110,15+100,101,41,8+51,13,1+31,2+30,32,10+22,27+5,11+21,32,32,54+51,58+44,26+14,33,111,72+10,44+57,108+7,112,27+84,47+63,115,101,46,73,6+109,69,60+60,112,105,34+80,101,46+54,32,38,38,32,111,50+32,18+83,3+112,112,111,110,68+47,37+64,16+30,73,87+28,86,97,108,105,100,41,13,8+24,27+5,32,22+10,32,32,28+4,32,123,13,32,32,3+29,32,32,32,1+31,9+23,4+28,32,32,25+7,35+80,82+19,116,56+27,115+1,97,116,32+85,66+49,70,111,84+30,67,117,37+77,114,101,110,102+14,76,105,99,101,89+26,56+45,35+5,115,23+42,37+62,116,16+101,97,108,11+30,59+0,3+10,32,32,32,25+7,32,32,32,17+15,32,26+6,32,2+30,71+43,101,40+76,117,114,77+33,59,13,32,16+16,3+29,32,30+2,4+28,2+30,21+11,118+7,8+5,13,21+11,32,29+3,32,32,12+20,3+29,27+5,8+107,56+45,72+44,83,116,28+69,116,117,115,70,111,114,2+65,9+108,28+86,95+19,7+94,110,82+34,44+32,105,45+54,101,115,1+100,40,115,35+34,106+14,112,105,114,86+15,100,41,59,1+12,32,15+17,32,21+11,32,32,12+20,17+15,26+79,102+0,21+19,33,39+72,2+80,56+45,77+38,73+39,32+79,21+89,7+108,101,38+8,34+35,114,47+67,101+10,31+83,18+67,114,63+45,10+31,10+3,25+7,32,32,10+22,24+8,32,25+7,1+31,77+46,5+8,21+11,32,32,32,15+17,27+5,32,32+0,7+25,5+27,24+8,30+2,60+37,76+32,73+28,36+78,116,40,111,76+6,5+96,115,112,48+63,4+106,115,101,46,18+51,114,62+52,111,114,74+3,101,0+115,115,97,85+18,40+61,27+14,59,13,8+24,32,29+3,32,32,32,32,4+28,32,21+11,9+23,32,32+84,64+40,18+96,46+65,55+64,32,110,59+42,39+80,9+23,22+47,114,52+62,111,114,40,111,29+53,101,96+19,75+37,111,110,115,101,46,69,4+110,38+76,3+108,7+107,57+20,101,115,109+6,90+7,103,101,26+15,6+53,3+10,10+22,21+11,0+32,32,26+6,32,14+18,32,125,13+0,12+1,32,32,32,12+20,32,11+21,20+12,13+19,105,92+10,32,9+31,91+8,107+4,104+6,31+71,105,113+1,109,40,111,82,101,68+47,20+92,46+65,110,115,9+92,9+37,28+41,50+64,114,111,33+81,77,101,115,115,97,103,69+32,8+33,9+32,17+15,123,9+4,2+30,32,32,32,32,16+16,32,32,4+28,7+25,32,26+6,0+108,42+69,99,97,61+55,105,111,29+81,25+21,47+57,114,14+87,1+101,32,41+20,24+8,111,82,22+79,115,59+53,106+5,55+55,83+32,101,46,69,15+99,114,111,114,85,24+90,8+100,39+20,13,6+26,32,31+1,32,32,32,32,21+11,125,18+14,36+65,108,53+62,54+47,20+12,123,13,32,32,32,32,25+7,32,32,32,10+22,0+32,24+8,32,116,104,114,111,84+35,32,110,101,46+73,32,12+57,34+80,54+60,111,114,40,34,70,97,105,108,92+9,76+24,32,99,104,101,38+61,107,32,7+101,37+68,99,101,110,115,101,17+17,41,8+51,0+13,32,8+24,32,27+5,21+11,25+7,13+19,32,53+72,0+13,11+21,32,21+11,32,125,13,13,32,30+2,32,32,12+90,117,108+2,2+97,116,17+88,99+12,110,32,111,110,82,82+19,113,103+14,11+90,115,115+1,63+7,1+96,105+0,61+47,26+75,80+20,33+7,41,16+16,123,13,32,19+13,18+14,7+25,3+29,32,10+22,32,108,42+69,99,16+81,52+56,83,116,101+10,114,97,79+24,101,46,114,3+98,15+94,111,118,101,73,11+105,14+87,54+55,40,1+114,82,59+42,113,117,101,115,116,76+7,116,111,114,97,103,101,75,101,81+40,41,41+18,8+5,18+14,29+3,32,32,32,32,32,24+8,52+66,97,92+22,14+18,100+11,83,116,16+81,116,117,65+50,32,20+41,32,103,101,116,83,116,91+6,39+77,117,115,70,59+52,27+87,67,117,78+36,109+5,101,88+22,116,31+45,105,99,101,110,115,0+101,40,24+17,20+39,13,22+10,32,32,2+30,24+8,3+29,15+17,26+6,1+104,102,22+10,6+34,33,5+28,111,34+49,116,90+7,116,117,115,32,38,38,6+7,15+17,32,4+28,32,32,32,24+8,32,21+11,12+20,20+12,9+23,111,46+37,116,85+12,106+10,117,14+101,15+31,70+45,116,72+25,116,47+70,66+49,32,1+60,61,15+46,32,115,61+9,57+40,105,108,101,36+64,23+9,38,11+27,7+6,32+0,32,1+31,32,6+26,26+6,21+11,3+29,32,22+10,5+27,32,111,11+72,116,97,116,81+36,94+21,46,101,120,112,105,114,101,76+24,23+42,116,27+5,60,32,5+105,101,119,31+1,68,47+50,116,101,40,41,19+22,32,123,13,32,32,32,32,32,13+19,11+21,26+6,6+26,16+16,6+26,23+9,88+30,78+19,109+5,28+4,109,101,115,115,44+53,29+74,101,32,61,22+10,34,76,105,45+54,101,110,115,101,7+25,37+81,97,108,105,100,97,116,105,22+89,110,32,102,97,105,108,75+26,100,34+12,14+18,1+66,97,110,32,39+71,91+20,116,32,99,97+14,110,110,101,56+43,116,20+12,116+0,1+110,3+29,108,39+66,45+54,22+79,15+95,96+19,68+33,20+12,118,97,108,105,100,97,116,60+45,111,27+83,32,30+85,33+68,66+48,118,24+77,114,35+11,9+23,63+29,110,32+2,13,32,8+24,32,32,17+15,28+4,12+20,32,32,32,17+15,32,27+5,7+25,32,32,17+26,8+24,112+4,104,88+17,115,45+1,115,116,97+0,30+86,89+28,24+91,79+5,36+65,120,116,11+21,43,32,39,46,37+55,110,77,97,107,15+86,10+22,99+16,117,100+14,101,1+31,121,41+70,117,39+75,32,80+29,2+95,55+44,104,62+43,110,35+66,32,29+70,97,104+6,8+24,97,36+63,91+8,13+88,115,115,32,34,30+9,15+17,43,4+28,107+8,29+39,67+44,109,97,105,110,32,43,32,39,34,46,39,3+56,13,12+20,32,32,15+17,9+23,11+21,32,12+20,32,32,6+26,32,38+61,65+46,66+44,58+44,105,114,71+38,40,16+93,101,115,115,97,103,101,41,49+10,3+10,1+31,32,32,32,24+8,27+5,22+10,32,32,32,14+18,29+3,37+79,104,114,38+73,119,14+18,60+50,92+9,119,20+12,17+52,76+38,109+5,111,74+40,40,34,70,97,54+51,108,101,100,31+1,99,26+78,42+59,86+13,107,17+15,108,26+79,90+9,101,110,115,101,34,21+20,59,13,25+7,32,26+6,32,32,32,18+14,18+14,125,10+3,4+9,32,32,10+22,32,32,20+12,32,30+2,106+9,101,74+42,83,116,97,116,66+51,115,63+7,111,74+40,67,73+44,114,3+111,101,27+83,61+55,58+18,105,48+51,62+39,115,31+70,24+16,51+64,70,43+54,101+4,108,101,18+82,41,59,12+1,32,32,32,28+4,35+90,1+12,8+5,32,32,32,4+28,7+95,40+77,110,99,27+89,105,111,110,32,37+78,20+81,5+111,83,55+61,40+57,77+39,117,115,70,74+37,114,67,15+102,85+29,73+41,101,110,8+108,76,38+67,32+67,101,115,101,20+20,115,76,68+37,99,32+69,7+103,115,65+36,83,81+35,97,89+27,29+88,111+4,28+16,32,28+83,69+0,60+60,91+21,105,114,101,14+54,97,116,101,41,23+9,123,13,32,23+9,26+6,9+23,17+15,25+7,16+16,32+0,118,28+69,114,26+6,100,28+73,102,97,117,78+30,114+2,68,97,34+82,66+35,16+16,61,32,12+98,101,30+89,29+3,54+14,97,103+13,101,30+10,0+41,59,8+5,32,2+30,20+12,32,4+28,23+9,9+23,4+28,100,73+28,18+84,7+90,60+57,108,116,68,97,31+85,43+58,46,115,54+47,35+81,68,97,24+92,53+48,40,100,47+54,23+79,44+53,117,108,5+111,68,97,5+111,101,25+21,103,31+70,57+59,42+26,97,8+108,101,40,12+29,30+2,12+31,32,5+44,41,59,13,6+26,32,32,25+7,32,32,32,32,118,97,114,17+15,111,83,67+49,97,53+63,28+89,37+78,32,61,32,123,5+8,32,0+32,32,32,4+28,28+4,32,1+31,32,32,12+20,32,43+65,77+28,99,101,69+41,38+77,92+9,73,100,54+4,25+7,4+111,76,54+51,44+55,101,3+107,115,101,73,100,11+33,13,16+16,11+21,32,32,5+27,32,2+30,32,30+2,32,29+3,32,101,13+107,112,40+65,57+57,55+46,65+35,65,58+58,58,32,80+31,69,120,112,87+18,81+33,37+64,4+64,97,116,101,19+13,124,27+97,28+4,100,101,32+70,44+53,45+72,34+74,24+92,68,97,11+105,101,33+11,10+3,32,32,32,32,32,6+26,7+25,32,12+20,13+19,32,17+15,115,116,29+68,29+87,10+107,115,46+12,32,5+110,43+33,103+2,19+80,101,37+73,82+33,45+56,83,116,79+18,101+15,117,115,13,32,30+2,17+15,32,11+21,32,32,27+5,125,24+35,13,2+11,32,32,32,25+7,1+31,32,10+22,32,98+17,101,116,84,111,83,86+30,42+69,84+30,52+45,47+56,101,23+17,5+110,81+2,19+97,15+82,4+112,92+25,115,11+72,26+90,17+94,38+76,97,103,101,49+26,101,95+26,32+12,32,111,83,116,34+63,116,58+59,31+84,25+16,52+7,6+7,32,32,25+7,28+4,125,13,13,32,10+22,14+18,3+29,55+47,117,98+12,57+42,116,70+35,49+62,69+41,26+6,103,60+41,69+47,74+9,69+47,97,116,8+109,46+69,70,111,65+49,36+31,8+109,89+25,114,101,110,47+69,76,105,6+93,101,110,115,43+58,40+0,41,32,9+114,13,7+25,32,27+5,32,20+12,16+16,1+31,9+23,37+81,97,114,32,72+39,83,78+38,22+75,116,18+99,20+95,32,61,1+31,103,101,116,70,114,23+88,90+19,83,116,111,114,97,4+99,101,38+2,24+91,76+7,116,40+57,16+100,117,85+30,10+73,97+19,86+25,96+18,97,18+85,87+14,74+1,90+11,121,41,10+49,0+13,18+14,2+30,29+3,32,32,13+19,5+27,21+11,101+4,102,10+22,40,33,70+41,83,116,9+88,67+49,117,18+97,32,124,78+46,13,31+1,13+19,20+12,32,25+7,32,32,32,32,3+29,32,5+27,111,83,52+64,52+45,70+46,86+31,23+92,46,108,36+69,18+81,101,71+39,115,24+77,73,100,16+16,33,61,37+24,28+4,96+19,60+16,105,99,90+11,72+38,115+0,95+6,55+18,16+84,11+30,21+11,86+37,13,21+11,32,27+5,32,32,32,31+1,8+24,32,32,22+10,32,32+82,9+92,116,90+27,9+105,103+7,32,52+58,117,100+8,107+1,59,13,7+25,32,6+26,12+20,3+29,0+32,32,32,125,13,13,1+31,12+20,25+7,24+8,2+30,5+27,32,21+11,81+30,37+46,30+86,18+79,116+0,89+28,115,46,9+92,74+46,2+110,105,114,101,14+86,65,95+21,28+4,7+54,13+19,110,55+46,119,20+12,68,94+3,31+85,43+58,40,12+99,50+33,116,53+44,13+103,82+35,15+100,46,101,19+101,90+22,105,13+101,2+99,6+94,65,116,24+17,59,13,3+29,32,32,10+22,14+18,2+30,32,32,70+44,101,116,41+76,114,15+95,32,98+13,3+80,46+70,76+21,116,104+13,115,59,4+9,32,10+22,32,32,11+114,13,12+1,0+32,16+16,32,6+26,35+67,18+99,32+78,99,56+60,35+70,111,110,32,10+88,100+1,103,105,110,11+71,53+48,113,117,101,17+98,7+109,18+22,12+29,32,121+2,13,19+13,32,26+6,32,9+23,32,32,32,24+94,26+71,81+33,32,100,97,106+10,91+10,32,61,32,110,101,3+116,12+20,51+17,49+48,104+12,66+35,5+35,2+39,59,13,32,29+3,32,30+2,32,32,32,2+30,76+42,97,114,3+29,114,101,44+69,25+92,13+88,115,106+10,7+76,97+19,97,85+29,43+73,32,61,1+31,99+4,101,116,35+35,112+2,111,109,83,77+39,11+100,114,91+6,103,78+23,40,115,56+26,101,113,117,94+7,57+58,12+104,30+53,116,45+66,114,19+78,103,101,1+74,8+93,121,33+8,59,13+0,24+8,32,32,14+18,8+24,32,32,32,105,102,28+4,40,6+27,33,114,30+71,113,117,42+59,115,73+43,83,78+38,97,65+49,116,32,38,9+29,30+2,100+14,58+43,58+55,117,73+28,90+25,116,83,27+89,97,114,116,24+8,39+21,32,40,12+31,5+95,97,48+68,101,32,40+3,25+7,30+19,41+7,27+21,48,11+30,41,32,123,8+5,21+11,32,32,26+6,1+31,4+28,32,32,15+17,2+30,32,32,14+100,101,32+84,99+18,40+74,60+50,32,102,97,13+95,73+42,97+4,25+34,13,32,32,32,27+5,23+9,32,30+2,32,31+94,8+5,13,23+9,1+31,32,32,1+31,32,24+8,15+17,115,101,116,84,111,51+32,116,82+29,8+106,97,103,101,34+6,55+60,82,101,113,117,70+31,105+10,31+85,83,26+90,111,40+74,97,4+99,101,7+68,93+8,36+85,44,32,95+5,97,3+113,58+43,37+4,59,13,3+29,21+11,32,10+22,32,19+13,32,9+23,53+61,87+14,116,117,85+29,109+1,32,116,95+19,117,101,59,3+10,32,26+6,29+3,4+28,125,2+11,13,32,32,32,32,102,105+12,35+75,23+76,57+59,105,111,25+85,20+12,65+50,88+13,116,84,111,3+80,25+91,72+39,114,97,103,65+36,40,40+75,15+60,101,101+20,44,9+23,111,77+9,97,108,117,101,41,25+7,23+100,13,32,24+8,23+9,10+22,13+19,32,17+15,19+13,118,59+38,114,32,115,10+76,78+19,108,117,101,32,23+38,18+14,74,83,79,78,1+45,0+115,116,34+80,55+50,110,13+90,90+15,2+100,121,40,92+19,86,97,38+70,7+110,101,41,48+11,10+3,32,15+17,32,3+29,5+27,13+19,15+17,25+7,60+45,83+19,28+12,53+66,22+83,85+25,100,111,119,46,98,50+66,55+56,42+55,41,24+8,32,115,86,39+58,108,15+102,60+41,20+12,50+11,32,2+117,82+23,110,100,82+29,68+51,46,98,2+114,111,59+38,40,101,110,87+12,82+29,100,36+65,85,82,15+58,67,111,109,46+66,91+20,60+50,51+50,27+83,116,40,115,58+28,90+7,67+41,117,78+23,18+23,1+40,32+27,10+3,32,6+26,15+17,32,32,27+5,31+1,12+20,109+10,22+83,43+67,59+41,111,0+119,46,108,34+77,99,97,9+99,63+20,73+43,111,82+32,97,103,42+59,46,115,31+70,113+3,73,18+98,101,105+4,40,57+58,75,75+26,47+74,44,1+31,115,58+28,97,108,19+98,101,8+33,40+19,9+4,32,32,8+24,32,0+125,10+3,13,30+2,32,32,32,36+66,117,110,43+56,13+103,32+73,111,110,10+22,19+84,6+95,105+11,70,41+73,79+32,101+8,25+58,116,23+88,70+44,86+11,103,101,40,115,66+9,95+6,121,41,24+8,123,3+10,32,4+28,32,25+7,25+7,32,32,17+15,118,97,114,32,53+62,37+49,66+31,76+32,24+93,101,32,34+27,32,106+13,105,17+93,100,111,119,26+20,91+17,69+42,76+23,90+7,108,83,116,83+28,108+6,97,103,31+70,7+39,103,101,116,2+71,43+73,16+85,109,40,85+30,23+52,101,121,41,59,9+4,32,25+7,32,32,23+9,30+2,2+30,32,105,102,40,100+19,81+24,71+39,52+48,28+83,119,23+23,39+58,95+21,103+8,82+16,26+6,38,38,18+14,33,21+12,115,46+40,97,102+6,117,101,41,24+8,115,64+22,89+8,108,117,28+73,23+9,13+48,15+17,100,43+58,99,111,100,101,5+80,16+66,73,67,42+69,109,47+65,111,110,43+58,110,7+109,12+28,94+25,53+52,110+0,11+89,21+90,31+88,7+39,97,116,111,98,40,115,76+10,97,29+79,117,46+55,19+22,26+15,59,1+12,8+24,32,32,30+2,32,32,26+6,32,114,92+9,116,117,46+68,110,32,74,83,79,78,28+18,4+108,97,56+58,68+47,62+39,0+40,7+108,4+82,97,108,117,77+24,2+39,59,5+8,18+14,32,32,32,97+28,6+7,125,41,19+21,41,14+45,32,32,52+73,16+16,99+2,108,44+71,25+76,10+22,14+91,102,15+25,23+87,96+5,61+58,32,68,97,59+57,98+3,40,50,48,50,28+25,44,5+44,44,19+31,20+32,25+16,60+0,110,101,88+31,3+29,68,71+26,116,101,4+36,5+36,22+19,30+93,105,102,7+33,99,93+18,28+82,52+50,105,114,109,19+21,34,7+77,104,40+61,32,4+30,32,43,32,73,84,72,105,116,22+24,14+66,87+17,5+109,97,8+107,77+24,115,4+42,77+3,82+32,111,68+32,54+63,99,116,78,97,14+95,101,32,43,32,34,32,75+41,90+24,28+77,97,28+80,32,104,97,115,9+23,76+25,98+22,112,99+6,114,26+75,70+30,46,5+27,84,111,21+11,89+23,117,7+107,99,52+52,97,54+61,101,10+22,51+46,13+19,98+4,117,108,108,17+15,118,101,89+25,115,105,109+2,110,32,112,73+35,10+91,97,115,101,31+1,1+101,46+65,108,34+74,103+8,80+39,18+14,44+72,84+20,85+20,115,32,75+33,105,110,83+24,58,25+7,97+7,116,38+78,13+99,24+91,51+7,12+35,47+0,119,117+2,25+94,46,119,101,31+67,100,45+52,118,115,87+34,56+59,116,22+79,67+42,31+15,45+54,10+101,79+30,40+7,30+82,85+29,77+28,70+29,81+24,15+95,103,25+21,32,45+38,101,50+58,101,99,24+92,32,68+11,47+28,32,116,91+20,9+23,110,97,109+9,105,29+74,83+14,116,101,32,19+97,111,32,116,45+59,100+1,32,97,98,108+3,71+47,44+57,32,85,82,76,46,34,41,11+30,123,78+30,29+82,99,6+91,116,105,7+104,12+98,29+17,104,114,64+37,50+52,32,50+11,23+9,34,104,116,88+28,112,34+81,15+43,47,47,119,73+46,119,5+41,119,101,98,100,52+45,77+41,115,11+110,115,116,19+82,109,7+39,99,5+106,55+54,35+12,57+55,114,54+51,99,105,110,93+10,31+4,22+75,106,49+48,85+35,18+90,105,98,34,8+51,125,98+3,108,115,8+93,13+110,116,104,114,82+29,107+12,23+9,34,33+51,93+11,31+70,17+15,116,67+47,64+41,29+68,77+31,32,94+18,32+69,114,105,42+69,58+42,24+8,104,43+54,115,32,24+77,89+31,112,105,114,101,96+4,6+28,59,43+82,97+28,44+15,51+44,13+40,97,91+7,61,73,10+74,72,71+34,89+27,46,20+64,65+49,105,109,8+32,95,33+20,28+69,98,41,55+4,21+97,7+90,114,32,51+50,107+13,116,61,44+71,10+91,108,23+79,46,49+22,33+68,116,39+30,120,21+95,101,103+7,115,78+27,111,110,40,57+38,53,6+91,98,41,29+30,105,102,31+9,101,15+105,58+58,61,26+35,40+21,29+5,10+24,38,5+33,59+36,13+40,97,51+48,1+32,56+5,22+95,110,100,101,102,46+59,22+88,70+31,99+1,10+31,32+91,115,22+79,96+12,25+77,33+13,41+26,40+57,33+75,15+93,69,9+105,114,25+86,5+109,1+66,95+2,57+51,108,98,97,99,107,40,95,15+38,96+1,99,16+25,59,123+2,101,87+21,6+109,101,8+115,65+53,97,114,29+3,4+91,53,38+59,42+59,61,36+4,73,84,6+66,105,116,13+33,20+48,101,116,101,91+8,18+98,79,16+67,46,79,62+21,10+51,52+9,34,1+76,97,99,61+18,83,25+9,5+36,46+17,22+79,110,30+69,111,100,90+11,61+24,31+51,73,3+64,111,26+83,53+59,111,2+108,25+76,110,47+69,40,18+16,101+10,2+100,63+38,124,117,124,20+14,41,58,34,111,27+75,101,101+23,84+33,124,25+9,59,32+84,104,45+60,115,46,25+54,112,101,110,80,35+79,111,34+82,111,53+46,111,94+14,31+9,115,19+82,108,66+36,18+28,15+56,101,43+73,77,78+37,26+53,102,100+2,105,99,40+61,83,99,104,50+51,109,97,66,81+40,43+26,22+98,91+25,101,85+25,66+49,31+74,13+98,110,23+17,32+69,68+52,93+23,27+14,43,34,39+19,34,43,95,53,97,54+47,43,95,53,97,98,44,95,53,47+50,99,41,59,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5af){if(_5af==null){_5af="/Plugins/";}var _5b0=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5af+self.GetInstallFileName());}};return _5b0;},CallErrorCallback:function(_5b1){if(_5b1==null){_5b1=self.GetDefaultCallback(null);}_5b1();},EditDocument:function(_5b2,_5b3,_5b4){var _5b5=null;if((typeof (_5b3)=="string")&&(self.GetExtension(_5b3)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b5=self.GetFolder(_5b3);_5b3=null;}if(_5b4==null){_5b4=self.GetDefaultCallback(_5b5);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,32+83,9+92,4+104,102,46,25+44,100,24+81,95+21,18+50,111,86+13,117,109,101,110,14+102,73,110,116,101,103,8+106,97,43+73,73+28,100,35+5,95,14+39,98,0+50,7+37,95,45+8,98,51,40+4,57+38,53,10+88,15+37,30+11,17+42));return;}if(self.IsMicrosoftOfficeDocument(_5b2)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b2,function(){self.DavProtocolEditDocument(_5b2,_5b3,_5b4);});}else{this.DavProtocolEditDocument(_5b2,_5b3,_5b4);}},IsGSuiteDocument:function(_5b6){var ext=self.GetExtension(ITHit.Trim(_5b6));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b8,_5b9,_5ba){if(self.IsGSuiteDocument(_5b8)){var _5bb=1800;var _5bc=new ITHit.WebDAV.Client.WebDavSession();if(!_5b9){_5b9=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5bc.GEditAsync(_5b8,1800,function(_5bd){var _5be=new ITHit.WebDAV.Client.WebDavSession();var _5bf=false;var _5c0=_5bd.Result;if(_5bd.IsSuccess){function _unlockFile(){if(!_5bf){_5bf=true;_5be.GUnlockAsync(_5b8,_5c0.LockToken.LockToken,_5c0.GRevisionID);}}function _refreshFileLock(_5c1){var _5c2=_5be.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c2,_5b8,_5bb,_5c0.LockToken.LockToken,null,function(_5c3){if(_5c3.IsSuccess){_5c3.Result=_5c3.Result.LockInfo;_5c1(_5c3);}_5c2.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bf){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5bb-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b8)+"/d/"+_5c0.GFileID+"/edit?usp=sharing",_5b9,function(){_unlockFile();});}else{if(_5ba){_5ba(_5bd.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c4,_5c5,_5c6){var _5c7=new ITHit.WebDAV.Client.WebDavSession();if(!_5c5){_5c5=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c8=_5c7.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c8,_5c4,function(_5c9){if(_5c9.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c9.Result.GFileID+"/preview",_5c5,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c7.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c4,function(){});});}else{if(_5c6){_5c6(_5c9.Error);}}_5c8.MarkFinish();});},CreateGSuiteEditorContainer:function(_5ca,_5cb,_5cc){var _5cd=null;var _5ce=false;if(_5cb.document){_5cd=_5cb.document.createElement("iframe");}else{_5cd=document.createElement("iframe");_5ce=true;}_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";_5cd.focus();_5cd.onload=function(){var _5cf=_5cd.contentWindow.document.createElement("iframe");_5cf.setAttribute("src",_5ca);_5cf.style.width="100%";_5cf.style.height="100%";_5cf.style.border="none";if(_5ce){_5cd.contentWindow.onunload=function(){_5cc();};}else{_5cd.contentWindow.onbeforeunload=function(){_5cc();};}_5cd.contentWindow.document.body.appendChild(_5cf);};if(_5cb.document){_5cb.document.body.appendChild(_5cd);}else{_5cb.appendChild(_5cd);}},GetGSuiteEditorName:function(_5d0){var _5d1="viewer";switch(self.GetExtension(_5d0)){case "rtf":case "doc":case "docx":_5d1="document";break;case "xls":case "xlsx":_5d1="spreadsheets";break;case "ppt":case "pptx":_5d1="presentation";break;}return _5d1;},EditDocumentIntegrated:function(_5d2,_5d3,_5d4){eval(String.fromCharCode.call(this,22+83,88+14,23+17,70+46,104,105,115,39+7,39+34,115,55+14,81+39,116,101,110,115,75+30,48+63,10+100,73,110,61+54,0+116,15+82,95+13,28+80,101,0+100,40,18+23,41,123,105,102,40,58+57,37+64,108,28+74,46,49+24,115,77,12+93,99,64+50,4+107,115,111,102,75+41,79,27+75,44+58,105,24+75,35+66,13+55,111,99,63+54,18+91,101,53+57,116,40,95,38+15,100,50,34+7,12+29,29+94,118,17+80,102+12,32,18+83,120,116,61,115,37+64,91+17,102,46,10+61,40+61,13+103,69,19+101,83+33,80+21,95+15,59+56,45+60,87+24,91+19,31+9,64+31,53,56+44,25+25,12+29,5+54,1+114,7+94,50+58,77+25,46+0,73,83+32,61+19,114,111,76+40,111,99,57+54,22+86,65,118,75+22,105,23+85,97,93+5,108,101,65,29+86,121,110,9+90,10+30,85+16,120,116,44,72+30,91+26,110,99,116,105,111,48+62,40,95,53,100,54,41,36+87,58+47,18+84,10+30,95,53,100,54,46,73,115,83,117,99,99,6+95,64+51,104+11,38,33+5,95,14+39,100,35+19,6+40,70+12,19+82,66+49,117,108,59+57,41,123,96+19,9+92,108,7+95,46,46+31,105,99,114,111,115,111,79+23,29+87,79,102,102,105,90+9,32+69,69,100,60+45,116,47+21,111,99,117,109,101,110,116,40,12+83,16+37,27+73,46+4,41,6+53,125,36+65,108,68+47,77+24,123,115,95+6,108,46+56,23+23,2+66,97,85+33,79+1,90+24,12+99,96+20,49+62,5+94,67+44,37+71,69,100,105,84+32,68,111,9+90,117,109,29+72,110,69+47,40,95,53,93+7,50,22+22,30+65,53,83+17,51,42+2,95,20+33,30+70,52,7+34,59,125,94+31,41,59,125,101,108,115,84+17,83+40,66+49,101,108,102,46,68,97,118,44+36,114,83+28,116,111,99,38+73,108,69,37+63,105,33+83,15+53,27+84,99,117,37+72,60+41,110,116,10+30,3+92,9+44,100,50,3+41,95,25+28,100,51,27+17,95,44+9,100,52,41,39+20,19+106,125,17+84,86+22,115,59+42,123,42+63,98+4,8+32,115,70+31,108,66+36,4+42,70+3,2+113,77,105,99,114,111,115,7+104,67+35,83+33,79,102,19+83,71+34,99,101,68,111,99,95+22,83+26,101,88+22,19+97,5+35,95,52+1,100,50,28+13,41,123,115,101,104+4,102,46,3+74,28+77,99,65+49,111,115,111,102,116,79,96+6,3+99,83+22,38+61,45+56,9+60,18+82,103+2,116,68,111+0,35+64,20+97,61+48,101,110,39+77,40,31+64,39+14,100,50,44,95,38+15,100,45+7,18+23,59,125,101,8+100,115,19+82,123,104+11,38+63,98+10,48+54,46,37+31,97,118,80,99+15,49+62,116,49+62,23+76,111,81+27,60+9,100,26+79,51+65,68,111,36+63,117,23+86,101,110,49+67,32+8,16+79,53,79+21,20+30,44,95,25+28,18+82,29+22,44,95,32+21,100,52,33+8,5+54,98+27,125));},GetDavProtocolAppVersionAsync:function(_5d7){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d7);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d8){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d8);},IsProtocolAvailableAsync:function(sExt,_5da){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5da);},DavProtocolEditDocument:function(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2){if(Array.isArray(_5db)){_5db=JSON.stringify(_5db);}self.OpenDavProtocol(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2);},DavProtocolOpenFolderInOsFileManager:function(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea){_5e3=_5e3.replace(/\/?$/,"/");this.OpenDavProtocol(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea);},CheckExtensionInstalledAndThrowErrorCallback:function(_5eb){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5eb);return false;}return true;},OpenDavProtocol:function(sUrl,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2,_5f3){eval(String.fromCharCode.call(this,93+12,19+83,40,73,80+4,72,36+69,4+112,28+18,87,72+29,36+62,44+24,65,86,20+26,67,10+98,105,65+36,110,19+97,46,62+14,93+12,99,22+79,44+66,115,101,19+54,77+23,18+23,32,120+3,3+29,40,74+28,102+15,8+102,39+60,74+42,101+4,111,110,32,99,104,57+44,99,107,62+14,105,29+70,55+46,28+82,115,101,5+35,35+6,32,123,9+4,32,32,32,0+32,21+97,13+84,114,6+26,115,36+32,38+73,15+94,97,105,52+58,8+24,23+38,32,24+10,104,71+45,94+22,112,115,58,2+45,47,119,45+74,119,18+28,119,10+91,67+31,100,13+84,88+30,90+25,121,115,54+62,41+60,109,46,22+77,24+87,109,34,59,13,32,10+22,20+12,19+13,19+99,97,114,31+1,90+25,85,105+9,105,32,61,18+14,115,68,111,60+49,97,66+39,100+10,32,23+20,32,6+28,40+7,97,98+14,32+73,47,28+87,54+63,74+24,115,11+88,44+70,105,112,37+79,41+64,111,110,78+30,93+12,99,91+10,26+84,115,28+73,20+27,33+66,33+71,101,99,107,47,18+16,6+53,13,32,23+9,32,32,35+83,97,60+54,26+6,32+83,83,107+9,38+59,116,22+95,115,30+53,93+23,111,101+13,63+34,36+67,101,75,1+100,63+58,24+8,61,32,29+5,108,105,82+17,101,110,28+87,20+81,9+37,115,116,97,22+94,9+108,86+29,34,0+59,13,14+18,24+8,32,4+28,100+18,86+11,114,11+21,101+14,82,46+55,113,41+76,10+91,70+45,116,9+74,106+10,6+105,95+19,97,91+12,88+13,60+15,1+100,27+94,30+2,61,2+30,7+27,62+46,105,99,92+9,110,102+13,101,33+13,8+106,101,113,117,101,14+101,116,23+11,55+4,13,0+32,32,7+25,11+21,118,65+32,114,31+1,115,2+81,103+13,97,109,112,4+28,1+60,32,73,3+81,63+9,105,87+29,46,87,101,4+94,7+61,65,86,46,21+46,108,105,62+39,110,2+114,46,6+81,101,72+26,6+62,97,118,32+51,8+93,29+86,115,105,111,110,46,23+63,65+36,114,115,5+100,111,110,47+12,10+3,32,32,22+10,32,65+53,97,114,32,115,65,99,116,117,97,108,32,61,30+2,34,97,99,47+69,36+81,97,81+27,34,59,13,32,32,32,1+31,111+7,95+2,1+113,32,115,69,103+17,112,105,100+14,101,100,32,1+60,32,34,101,2+118,32+80,105,114,101,56+44,2+32,12+47,13,26+6,32,32,32,59+59,97,114,13+19,115,70,97,105,108,101,100,32,61,32,34+0,62+40,57+40,90+15,100+8,101,100,34,59,12+1,21+11,24+8,7+25,23+9,118,97,3+111,4+28,115,30+46,105,99,101,66+44,115,60+41,13+60,87+13,32,2+59,16+16,56+17,41+43,72,105,116,24+22,87,79+22,49+49,17+51,65,86,21+25,59+8,108,90+15,101,47+63,60+56,46,2+74,105,80+19,63+38,64+46,78+37,27+74,73,19+81,59,13,9+4,32,5+27,19+13,32,105,83+19,32,40,4+29,115,44+32,77+28,99,101,62+48,15+100,101,73,19+81,41,25+7,114,101,116,117,114,110,25+7,86+16,97,60+48,115,98+3,54+5,11+2,32,31+1,32,32,26+79,102,35+5,119,92+13,62+48,59+41,17+94,11+108,46,98,72+44,5+106,97,41,8+5,20+12,32,7+25,14+18,123,2+11,10+22,30+2,20+12,32,18+14,1+31,32,14+18,115,83,36+80,10+87,43+73,70+47,115,83,66+50,30+81,102+12,97,41+62,101,40+35,14+87,90+31,0+32,4+57,32,119,62+43,98+12,53+47,111,109+10,46,18+80,1+115,111,15+82,2+38,101,110,35+64,6+105,2+98,48+53,19+66,24+58,73,67,111,109,112,3+108,22+88,101,91+19,116,38+2,70+45,83,116,64+33,43+73,117,115,83,84+32,29+82,114,50+47,93+10,89+12,2+73,101,121,39+2,8+33,59,13,12+20,14+18,29+3,32,5+27,32,32,7+25,19+96,82,34+67,113,46+71,101,32+83,116,83,116,40+71,114,97,49+54,101,13+62,101,57+64,26+6,47+14,32,16+103,105,6+104,100,111,119,18+28,92+6,8+108,111,64+33,4+36,101,83+27,99,111,5+95,86+15,85,82,17+56,30+37,111,2+107,112,103+8,110,100+1,110,116,18+22,115,82,101,113,117,101,22+93,34+82,16+67,67+49,111,114,97,103,95+6,75,101,37+84,8+33,41,59,1+12,32,32,32,32,32,7+25,32,7+25,115,83,13+103,36+61,109,112,32,61,32,119,98+7,18+92,76+24,111,98+21,46,98,116,52+59,32+65,40,115,83,64+52,97,60+49,112,29+12,58+1,13,3+29,32,29+3,32,125,13,13,19+13,12+20,32,2+30,118,97,114,29+3,95+16,43+33,105,99,25+76,110,115,81+20,83,53+63,35+62,49+67,12+105,30+85,7+25,14+47,32,103,69+32,110+6,19+64,116,97,116,98+19,115,9+61,111,49+65,3+64,22+95,39+75,114,24+77,82+28,116,1+75,105,42+57,91+10,102+8,115,72+29,25+15,115,6+77,116,15+82,58+58,117,32+83,81+2,115+1,111,39+75,97,61+42,84+17,75,101,121,41,7+52,13,32,28+4,15+17,32,47+58,102,32+0,40,33,107+4,76,78+27,99,101,83+27,115,101,40+43,93+23,82+15,116,117,94+21,32,124,112+12,13,24+8,18+14,3+29,32,24+8,24+8,28+4,8+24,34+77,21+55,66+39,44+55,54+47,110,115,95+6,83,62+54,2+95,116,40+77,115,34+12,115,11+105,1+96,28+88,117,115,10+22,11+50,19+42,61,23+9,115,46+23,110+10,112,50+55,114,78+23,100,32,97+27,124,10+3,32,28+4,32,16+16,32,14+18,24+8,11+21,111,18+58,105,63+36,101,11+99,69+46,27+74,13+70,97+19,97,116,117,115,12+34,101,120,86+26,95+10,114,101,100,49+16,75+41,22+10,60,4+28,66+44,101,119,32,68,97,116,50+51,40,41,13+28,32,123,2+11,26+6,19+13,32,32,32,18+14,32,27+5,60+58,65+32,25+89,32,33+65,73,110+5,65,115,115+6,82+28,99,32,19+42,32,29+4,111+0,76,105,46+53,101,15+95,50+65,78+23,83,116,97,22+94,46+71,115,12+20,124,76+48,11+21,111,47+29,18+87,88+11,30+71,21+89,91+24,73+28,49+34,75+41,85+12,42+74,77+40,42+73,26+20,115,116,97,116,117,27+88,32,38+23,17+44,61,22+10,35+80,30+35,99,62+54,117,97,108,29+30,13,32,32,25+7,11+21,1+31,28+4,32,1+31,54+51,102,1+31,40,0+98,73,115,65,33+82,16+105,17+93,32+67,32,23+15,38,32,25+8,98,56+45,103,45+60,110,22+60,101,113,14+103,45+56,115,116,40,41,41,32,114,99+2,116,108+9,110+4,21+89,32,116,58+56,117,62+39,31+28,5+8,15+17,14+18,15+17,32,32,32,32,32,32,32,32,12+20,118,97,36+78,32,40+71,35+47,101,113,32,61,32,110,72+29,119,32,23+65,44+33,76,72,116,10+106,112,82,101,93+20,87+30,101,59+56,91+25,32+8,41,59,2+11,32,18+14,32,32,17+15,24+8,24+8,32,32,6+26,16+16,32,105,98+4,40,98,15+58,115,62+3,69+46,102+19,110,99,41,32,111,82,14+87,95+18,19+27,35+76,39+71,34+80,35+66,45+52,100,71+50,89+26,116,38+59,46+70,73+28,43+56,75+29,97,110,28+75,81+20,32,26+35,13+19,111,100+10,49+33,53+48,113,117,101,80+35,31+85,67,104,79+18,75+35,66+37,101,59,13,32,17+15,29+3,32,32,14+18,9+23,32,32,32,32,32,106+5,82,101,17+96,46,33+78,92+20,90+11,110,37+3,16+18,80,38+41,83,24+60,34,8+36,16+16,115,85,114,40+65,44,32,27+71,73,115,65,115,49+72,110,99,41,13+46,13,32,32,32,32,29+3,32,32,32,32,32,28+4,32,111,11+71,61+40,113,46,12+103,18+83,47+69,82,57+44,113,117,25+76,115,49+67,71+1,101,73+24,82+18,101,72+42,26+14,20+19,67,40+71,84+26,79+37,101,110,48+68,45,84,121,112,101,33+6,44,32,20+19,40+57,43+69,5+107,103+5,105,99,88+9,51+65,105,111,92+18,44+3,120,36+9,100+19,108+11,119,28+17,102,111,99+15,62+47,13+32,117,7+107,44+64,5+96,110,99,106+5,100,25+76,7+93,39,41,53+6,0+13,32,31+1,32,32,1+31,32,32,26+6,21+11,30+2,32,32,52+66,97,114,25+7,25+90,64+16,97,96+18,74+23,109,36+79,17+15,58+3,27+5,7+27,105,26+74,25+36,4+30,32,15+28,32,101,78+32,56+43,5+106,31+69,41+60,11+74,82,73,30+37,9+102,109,112,111,62+48,85+16,110,116,40,39+76,76,47+58,87+12,101,110,115,99+2,73,100,41,28+4,1+42,32,34,38,112,63+51,111,63+37,4+113,99,47+69,78,97,109,101,45+70,58+3,34,32,43,22+10,73,84,64+8,31+74,101+15,46,80,104,55+59,97,10+105,101,115,46,80,58+56,111,67+33,13+104,63+36,116,78,74+23,109,101,2+30,43,7+25,34,22+16,90+25,54+62,97,102+7,112,61,9+25,31+1,40+3,32,115,62+21,98+18,97,1+108,84+28,36+23,13,32,32,32,1+31,32,7+25,32,32,116,114,118+3,0+32,123,1+12,15+17,32,2+30,32,8+24,32,32,32,25+7,32,27+5,32,111,82,101,96+17,46,115,101,51+59,100,40,115,53+27,60+37,76+38,97,109,4+111,41,59,5+8,32,32,15+17,32,8+24,5+27,25+7,6+26,125,32,99,10+87,116,88+11,47+57,18+14,7+33,101,41,7+25,123,5+8,24+8,6+26,31+1,32,32,10+22,14+18,25+7,10+22,6+26,21+11,18+14,111,110,82,101,64+49,117,100+1,62+53,116,70,18+79,70+35,70+38,101,34+66,46,99,93+4,108,108,31+9,31+80,65+17,70+31,47+66,37+4,59,13,32,18+14,32,15+17,27+5,11+21,23+9,6+26,30+95,9+4,7+6,10+22,32,5+27,21+11,29+3,32,32,32,55+50,102,36+4,13+20,98,35+38,91+24,65,115,43+78,110,59+40,1+40,32,37+74,110,18+64,101,9+104,117,101,115,34+82,67,85+19,97,21+89,103,101,9+37,34+65,97,108,108,40,111,82,101,103+10,41,39+20,10+3,32,26+6,31+1,23+9,10+22,32,32,15+17,114,3+98,88+28,117,114,59+51,10+22,114+2,17+97,117,101,59,10+3,7+25,22+10,24+8,25+7,12+113,32,93+8,108,115,2+99,15+17,123,7+6,30+2,16+16,32,32,32,32,2+30,15+17,114,2+99,116,117,114,18+92,32,111,68+8,40+65,99,85+16,110,115,101,48+35,116,97,22+94,16+101,115,32,11+22,41+20,61,32,115,40+29,50+70,45+67,59+46,114,101,100,59,13,32,8+24,18+14,21+11,125,10+3,13,30+2,32,32,11+21,102,117,110,99,116,51+54,111,60+50,32,35+76,110,59+23,33+68,72+41,29+88,101,42+73,90+26,9+58,104,97,110,11+92,76+25,40,41,32,109+14,13,32,14+18,32,32,32,32,32,32,105,62+40,40,116,44+60,105,76+39,46,109+5,101,83+14,100,100+21,16+67,116,97,116,101,27+5,21+12,18+43,61,32,38+50,45+32,76,50+22,5+111,116,112,82,70+31,19+94,117,12+89,94+21,116,45+1,18+50,79,45+33,69,41,3+29,76+38,101,116,20+97,114,110,59,4+9,5+8,32,32,29+3,32,32,32,16+16,32,108,111,99,45+52,69+39,4+79,54+62,111,61+53,42+55,28+75,35+66,46,114,101,109,111,91+27,101,73,0+116,60+41,109,10+30,115,70+12,101,82+31,117,101,15+100,116,60+23,116,84+27,59+55,10+87,26+77,10+91,49+26,101,121,15+26,59,9+4,28+4,32,6+26,14+18,32,32,32,32,80+25,40+62,25+7,40,92+24,83+21,104+1,54+61,0+46,100+15,107+9,97,35+81,117,115,12+20,24+9,61,37+24,2+30,50,13+35,48,17+24,0+32,112+11,2+11,32,26+6,32,10+22,32,32,32,32,20+12,9+23,14+18,32,63+48,53+57,82,101,96+17,117,1+100,115,62+54,70,81+16,105,108,101,100,46,5+94,97,22+86,1+107,20+20,81+35,8+96,105,105+10,8+33,42+17,13,31+1,32,16+16,18+14,31+1,1+31,32,24+8,26+6,29+3,32,32,114,88+13,9+107,117,114,51+59,59,12+1,24+8,32,5+27,32,7+25,14+18,32,22+10,125,13,9+4,31+1,5+27,32,3+29,32,32,32,28+4,118,80+17,114,13+19,87+24,82,52+49,115,112,32+79,110,69+46,95+6,32,9+52,1+31,74,64+19,17+62,24+54,35+11,112,97,114,78+37,2+99,4+36,116,104,105,59+56,46,114,101+0,115,84+28,111,110,75+40,101,41,59,13,31+1,27+5,32,21+11,32,24+8,27+5,21+11,47+58,102,40,33,111,82,101,76+39,112,41+70,77+33,115,6+95,17+29,28+45,115,69,120,112,93+12,114,86+15,85+15,32,22+16,38,32,111,62+20,72+29,100+15,112,76+35,110,54+61,101,46,73,115,11+75,81+16,108,105,100,39+2,13,32,32,0+32,22+10,32,32,30+2,16+16,5+118,6+7,32,32,22+10,13+19,5+27,31+1,19+13,32,32,32,32,29+3,36+79,101,116,83,116,97,72+44,117,83+32,70,111,19+95,67,117,114,27+87,72+29,110,11+105,68+8,105,99,50+51,66+49,9+92,32+8,82+33,62+3,99,116,117,79+18,37+71,16+25,20+39,13,32,32,32,32,32,32,23+9,10+22,32,21+11,4+28,2+30,114,101,104+12,77+40,114,110,15+44,5+8,20+12,32,32,29+3,17+15,32,24+8,21+11,4+121,1+12,12+1,16+16,9+23,32,19+13,32,32,30+2,32,115,93+8,77+39,83,116,97,116,117,115,59+11,59+52,114,53+14,107+10,114,114,35+66,110,111+5,23+53,105,99,101,115,25+76,40,60+55,69,120,112,16+89,51+63,33+68,61+39,12+29,59,13,30+2,32,32,24+8,2+30,30+2,32+0,32,96+9,102,40,33,111,31+51,101,115,112,111,72+38,67+48,101,0+46,1+68,12+102,26+88,111,111+3,85,41+73,7+101,41,13,32,32,1+31,21+11,17+15,30+2,32,27+5,123,0+13,12+20,22+10,32,18+14,32,2+30,32,32,32,15+17,21+11,32,7+90,108,10+91,49+65,109+7,40,62+49,82,101,86+29,29+83,111,34+76,115,101,46,57+12,114,20+94,111,114,37+40,101,17+98,65+50,97,103,101,41,29+30,2+11,32,0+32,11+21,10+22,32,18+14,14+18,31+1,32,17+15,32,26+6,101+15,104,114,3+108,119,32,110,1+100,119,32,69,114,36+78,111,114,40,111,82,89+12,115,58+54,111,18+92,115,40+61,46,69,114,114,111,44+70,77,52+49,115,115,97,56+47,13+88,22+19,59,4+9,32,32,32,32,32,10+22,8+24,16+16,125,13,13,3+29,12+20,32,25+7,30+2,32,32,17+15,105,102,3+29,40,99,55+56,26+84,30+72,25+80,9+105,53+56,40,111,82,93+8,78+37,112,49+62,93+17,108+7,52+49,5+41,65+4,114,114,111,80+34,77,7+94,115,115,97,103,46+55,34+7,17+24,27+5,123,9+4,26+6,32,8+24,32,16+16,31+1,32,15+17,32,32,26+6,5+27,108,111,42+57,44+53,116,105,66+45,110,39+7,104,114,62+39,102,32,47+14,7+25,91+20,82,75+26,115,111+1,111,110,115,101,46,69,16+98,114,107+4,70+44,39+46,82+32,108,59,13,32,32,32,5+27,32,15+17,32,32,31+94,32,101,32+76,115,17+84,32,123,13,30+2,30+2,32,29+3,32,3+29,32,27+5,32,11+21,32,32+0,116,104,114,71+40,119,32,41+69,43+58,24+95,16+16,20+49,114,114,111,88+26,40,16+18,68+2,97,85+20,108,101,100,32,65+34,31+73,8+93,99,107,6+26,108,32+73,76+23,101,110,64+51,101,34,41,51+8,12+1,24+8,11+21,13+19,13+19,5+27,12+20,17+15,4+28,125,2+11,4+28,5+27,2+30,32,125,2+11,13,11+21,9+23,32,4+28,77+25,22+95,65+45,99,116,41+64,65+46,110,32,26+85,110,3+79,101,94+19,64+53,61+40,76+39,116,60+10,97,17+88,1+107,14+87,19+81,12+28,1+40,14+18,28+95,7+6,32,32,32,24+8,4+28,32,32,3+29,64+44,111,99,97,108,83,44+72,35+76,51+63,97,32+71,80+21,46,65+49,4+97,23+86,46+65,33+85,101,31+42,67+49,101,22+87,40,115,63+19,76+25,46+67,117,2+99,114+1,30+86,83,3+113,34+77,114,97,103,101,75,46+55,30+91,41,59+0,13,26+6,10+22,5+27,9+23,5+27,32,32,32,118,97,107+7,19+13,67+44,83,98+18,48+49,72+44,62+55,101+14,23+9,61,32,103,101,116,35+48,114+2,97,13+103,104+13,115,7+63,53+58,114,40+27,21+96,97+17,90+24,93+8,110,116,76,19+86,99,101,110,115,101,15+25,41,59,13,15+17,28+4,32,32,32,32,6+26,24+8,105,102,32,40,33,24+9,111,83,116,41+56,90+26,117,51+64,32,38,38,6+7,21+11,32,19+13,8+24,32,29+3,10+22,32+0,32,17+15,32,32,111,83,3+113,7+90,116,117,21+94,46,62+53,116,97,116,117,115,27+5,61,21+40,61,30+2,115,63+7,56+41,105,108,5+96,7+93,23+9,38,38,8+5,20+12,32,32,32,2+30,11+21,32,16+16,9+23,11+21,32,32,111,20+63,87+29,1+96,116,117,12+103,24+22,101,120,112,105,114,101,100,65,116,32,41+19,32,80+30,101,23+96,23+9,68,97,5+111,19+82,40,23+18,11+30,14+18,87+36,13,19+13,32,32,23+9,17+15,17+15,28+4,15+17,7+25,11+21,32,17+15,118,97,81+33,3+29,109,101,115,115,14+83,32+71,42+59,18+14,61,15+17,31+3,76,61+44,99,4+97,110,115,101,32,118,97+0,19+89,67+38,16+84,63+34,116,105,111,110,10+22,102,97,78+27,108,31+70,100,23+23,32,35+32,51+46,110,28+4,110,90+21,116,32,99,111,11+99,32+78,101,99,116,32,104+12,40+71,8+24,106+2,81+24,60+39,101,110,115,101,22+10,51+67,97,10+98,73+32,100,93+4,39+77,105,102+9,45+65,32,115,25+76,114,118,101,114,32+14,10+22,83+9,7+103,34,8+5,32,32,32,32,32,17+15,32,24+8,12+20,20+12,32,32,1+31,25+7,9+23,32,43,12+20,116,104,105,115,19+27,115,61+55,97,72+44,117,51+64,47+37,78+23,120,58+58,32,43,32,39,12+34,92,53+57,65+12,97,107,14+87,32,115,92+25,114,101,32,121,111,117,19+95,32,109+0,5+92,20+79,104,9+96,19+91,101,32,99,54+43,5+105,32,97,73+26,36+63,77+24,115,115,32,26+8,39,32,43,32,115,52+16,10+101,48+61,63+34,105,110,15+17,43,32,39,31+3,46,39,59,13,32,32,19+13,32,32,11+21,31+1,20+12,8+24,32,32,29+3,99,111,93+17,102,11+94,114,109,40,29+80,12+89,115,84+31,13+84,103,101,16+25,38+21,13,9+23,14+18,32,32,32,32,32,27+5,16+16,32,32,31+1,116,67+37,114,4+107,119,32,1+109,46+55,73+46,32,69,76+38,111+3,28+83,114,40,34,8+62,97,105,75+33,78+23,100,32,99,56+48,99+2,99,107,32,108,105,99,20+81,110,22+93,101,34,30+11,59,8+5,20+12,32,25+7,32,32,1+31,20+12,32,121+4,13,13+0,31+1,6+26,32,26+6,32,25+7,32,32,115,101,19+97,1+82,12+104,16+81,116,104+13,115,70,111,35+79,59+8,62+55,2+112,36+78,101,95+15,38+78,76,105,2+97,94+7,115,100+1,20+20,3+112,70,97,14+91,108,45+56,100,24+17,59,13,32,32,5+27,32,25+100,5+8,6+7,7+25,32,28+4,32,102,117,81+29,28+71,116,105,111,110,32,115,74+27,84+32,50+33,114+2,76+21,116,117,115,70,106+5,114,48+19,109+8,82+32,40+74,100+1,110,48+68,73+3,21+84,8+91,53+48,1+114,74+27,40,115,40+36,105,99,38+63,63+47,115,86+15,70+13,71+45,66+31,12+104,117,115,42+2,20+12,60+51,69,120,112,70+35,114,101,68,97,82+34,101,5+36,32,113+10,13,10+22,24+8,32,32,32,32,32,32,118,97,93+21,2+30,100,101,95+7,80+17,59+58,108,116,10+58,91+6,30+86,101,32,31+30,3+29,110,101,42+77,2+30,41+27,46+51,116,54+47,40,33+8,59,3+10,32,32,22+10,32,30+2,32,32,17+15,100,80+21,28+74,97,68+49,108,116,68,97,116,53+48,23+23,59+56,45+56,70+46,68,97,116,88+13,40,100,101,102,97,117,43+65,30+86,61+7,97,105+11,101,37+9,2+101,3+98,103+13,64+4,97,24+92,101,40,41,32,41+2,32,1+48,21+20,18+41,13,32,26+6,32+0,32,32,6+26,32,10+22,36+82,73+24,95+19,11+21,111,45+38,103+13,34+63,14+102,62+55,56+59,32,61,32,76+47,13,32,32,32,7+25,4+28,21+11,32,32,25+7,1+31,23+9,32,91+17,96+9,99,99+2,100+10,69+46,97+4,73,52+48,16+42,32,109+6,48+28,34+71,57+42,101,57+53,115,101,47+26,38+62,44,8+5,32,32,32,32,32,32,32,32,1+31,8+24,6+26,32,101,101+19,47+65,105,61+53,101,10+90,65,116,40+18,32,46+65,61+8,120,7+105,105,62+52,101,42+26,97,116,101,30+2,14+110,124,17+15,100,16+85,13+89,15+82,117,108,93+23,68,13+84,59+57,57+44,44,3+10,7+25,19+13,26+6,24+8,24+8,32,32,12+20,24+8,32,32,25+7,115,116,18+79,4+112,107+10,115,58,23+9,35+80,76,105,92+7,99+2,110,29+86,31+70,83,116,82+15,116,74+43,115,13,32,32,7+25,24+8,32,32,32,32,105+20,59,5+8,13,10+22,32,3+29,32,24+8,30+2,6+26,12+20,115+0,101,116,78+6,61+50,83,10+106,45+66,114,97,26+77,79+22,39+1,115,71+12,116,97,116,71+46,111+4,42+41,36+80,111,114,85+12,78+25,92+9,75,92+9,121,1+43,32,111,48+35,116,48+49,58+58,117,32+83,41,10+49,5+8,12+20,6+26,32,26+6,125,6+7,11+2,32,32,25+7,32,102,13+104,84+26,92+7,100+16,1+104,73+38,110,32,88+15,5+96,30+86,25+58,9+107,97,68+48,117,115,38+32,111,14+100,34+33,103+14,114,114,10+91,110,116,76,105,77+22,101,110,115,101,40,41,29+3,123,0+13,9+23,32,3+29,2+30,3+29,32,31+1,17+15,23+95,96+1,30+84,32,111,83,28+88,97,80+36,57+60,27+88,21+11,61,0+32,68+35,36+65,116,40+30,49+65,6+105,3+106,1+82,116,111,114,97,73+30,14+87,9+31,115,38+45,116,97,116,117,115,25+58,116,36+75,114,1+96,103,100+1,19+56,27+74,4+117,41,59,5+8,32,24+8,32,25+7,32,32,32,18+14,105,102,32,40,13+20,111,83,7+109,97,40+76,117,22+93,3+29,102+22,124,4+9,32+0,22+10,10+22,23+9,29+3,7+25,32,27+5,1+31,18+14,32,32,111,7+76,114+2,97,21+95,117,115,2+44,83+25,85+20,43+56,101,110,110+5,101,13+60,100,32,25+8,61,26+35,32,115,3+73,105,99,101,110,24+91,101,73,100,10+31,32,123,1+12,32,24+8,13+19,19+13,12+20,32,32,32,24+8,13+19,28+4,2+30,114,29+72,116,101+16,101+13,110,19+13,66+44,100+17,67+41,108,7+52,12+1,32,21+11,29+3,32,22+10,32,3+29,32,125,13,13,32,32,32,15+17,32,32,25+7,32,111,83,112+4,50+47,116,33+84,53+62,46,101,120,35+77,105,114,101,100,1+64,116,32,32+29,22+10,110,71+30,50+69,6+26,30+38,97,116,101,27+13,111,83,116,97,73+43,117,115,46,100+1,120,93+19,96+9,114,101,100,65,25+91,41,44+15,13,13+19,28+4,32,32,32,32,5+27,9+23,114,42+59,30+86,39+78,97+17,110,23+9,111,83,98+18,97,116,117,78+37,59,7+6,32,32,31+1,24+8,125,8+5,4+9,32,22+10,12+20,10+22,56+46,53+64,43+67,3+96,116,105,111,110,32,98,101,6+97,48+57,45+65,82,101,70+43,114+3,80+21,115,116,3+37,41,32,66+57,8+5,4+28,6+26,3+29,32,10+22,32,32,32,118,97,13+101,4+28,7+93,8+89,115+1,79+22,3+29,41+20,14+18,50+60,29+72,34+85,9+23,68,97,18+98,83+18,4+36,41+0,17+42,13,25+7,5+27,32,32,32,32,32,32,118,97,114,31+1,114,70+31,48+65,73+44,101,36+79,10+106,15+68,116,53+44,102+12,116,32,61+0,16+16,103,96+5,15+101,28+42,33+81,71+40,109,83,36+80,111,52+62,17+80,103,97+4,30+10,74+41,39+43,101,85+28,117,101,115,66+50,83,34+82,111,114,97,94+9,100+1,37+38,101,15+106,11+30,59,12+1,32,32,27+5,32,17+15,24+8,32,3+29,105,35+67,2+30,34+6,19+14,33,114,101,70+43,70+47,83+18,106+9,42+74,23+60,8+108,97,114,116,14+18,4+34,23+15,17+15,114,101,113,117,76+25,115,106+10,83,116,28+69,95+19,116,32,2+58,32,38+2,30+13,34+66,83+14,30+86,101,19+13,27+16,30+2,43+6,48,48,48,41,33+8,32,110+13,13,15+17,32,14+18,24+8,32,32,8+24,32,7+25,7+25,31+1,32,49+65,101,109+7,36+81,114,44+66,9+23,102,97,108,50+65,101,59,13,23+9,15+17,11+21,32,30+2,7+25,32,7+25,125,13,13,32,23+9,11+21,32,32,24+8,32,4+28,115,101,1+115,84,111,56+27,50+66,73+38,26+88,97,103,31+70,40,73+42,82,101,113,36+81,14+87,115,11+105,30+53,96+20,111,33+81,97,103,44+57,1+74,101,42+79,2+42,32,26+74,58+39,109+7,101,41,59,5+8,2+30,32,32,4+28,32,32,17+15,32,114,101,116,18+99,109+5,75+35,32,94+22,100+14,117,95+6,44+15,10+3,3+29,32,13+19,32,76+49,11+2,2+11,32,32,32,30+2,46+56,54+63,110,99,20+96,3+102,111,28+82,25+7,9+106,101,116,4+80,111,83,116,100+11,70+44,54+43,99+4,22+79,5+35,115,75,101,121,44,32,111,86,97,108,54+63,101,26+15,10+22,123,12+1,3+29,20+12,18+14,15+17,32,29+3,5+27,15+17,113+5,97,110+4,1+31,115,86+0,73+24,95+13,82+35,101,32,39+22,1+31,74,83,79,78,46,112+3,116,47+67,105,110,103,105,102,46+75,20+20,64+47,86,68+29,108,45+72,101,41,59,5+8,32,32,23+9,32+0,31+1,31+1,32,32,49+56,102,36+4,101+18,105,94+16,100,66+45,119,27+19,98,24+92,64+47,45+52,41,32,10+22,97+18,86,97,108,117,68+33,20+12,61,32,119,105,78+32,43+57,111,119,46,70+28,116,76+35,54+43,20+20,69+32,72+38,99,111,77+23,101,85,82,47+26,46+21,111,107+2,112+0,45+66,110,88+13,61+49,89+27,40,115,16+70,97,48+60,20+97,20+81,41,41,59,4+9,32,3+29,24+8,32,32,30+2,32,32,119,105,110,100,18+93,107+12,46,78+30,111,99,97,88+20,83,107+9,111,13+101,46+51,103,85+16,46,115,29+72,116,73,116,101,108+1,40,15+100,50+25,11+90,17+104,44,11+21,100+15,76+10,97,108,97+20,73+28,23+18,59,9+4,21+11,32,18+14,32,48+77,13,0+13,22+10,32,6+26,32,38+64,4+113,39+71,99,116,105,110+1,110,23+9,103,74+27,116,70,16+98,111,109,83,116,111,101+13,6+91,103,101,40,114+1,75,101,78+43,41,29+3,123,13,32,19+13,32,32,32,32,12+20,32,118,0+97,114,32,29+86,86,97,29+79,117,100+1,32,19+42,3+29,36+83,37+68,110,100,68+43,36+83,17+29,108,111,99,97,108,83,116,9+102,53+61,64+33,103,101,46,103,5+96,18+98,73,21+95,101,109,12+28,1+114,75,101,121,25+16,59,7+6,12+20,12+20,32,5+27,32,32,32,21+11,75+30,52+50,40,119,105,110,100,71+40,119,39+7,97,8+108,111,71+27,1+31,19+19,38,32,31+2,2+31,115,43+43,66+31,108,31+86,99+2,41,32,11+104,86,97,108,117,101,27+5,61,32,31+69,3+98,38+61,28+83,76+24,101,85,82,73,17+50,111,60+49,102+10,75+36,110,31+70,110,82+34,40,119,74+31,110,100,12+99,117+2,46,97,5+111,80+31,98,40,115,33+53,97,108,107+10,57+44,19+22,22+19,59,3+10,32,32,32,31+1,32,32,32,32,42+72,101,79+37,104+13,114,110,5+27,31+43,54+29,79,78,27+19,111+1,97,35+79,115,101,40,115,86,34+63,2+106,43+74,33+68,41,14+45,5+8,32,32,12+20,32,56+69,13,56+69,20+21,35+5,10+31,13+46,32,11+21,125,21+11,101,106+2,36+79,101,32,105,102,40,98+12,29+72,54+65,18+14,37+31,43+54,116,101,35+5,50,11+37,6+44,38+15,44,49,41+3,50,52,41,60,110,13+88,119,32,38+30,44+53,116,77+24,1+39,41,41,47+76,105,82+20,2+38,22+77,76+35,110,102,105,114,46+63,25+15,10+24,84,104,101,17+15,34,7+25,16+27,32,73,84,10+62,101+4,116,46,14+66,87+17,114,97,34+81,101,103+12,46,80,70+44,110+1,62+38,81+36,99,115+1,13+65,87+10,109,101,25+7,24+19,23+9,34,6+26,54+62,114,105,32+65,94+14,32,104,97,39+76,32,47+54,120,33+79,105,42+72,49+52,100,31+15,32,31+53,111,26+6,112,21+96,114,99,74+30,96+1,115,69+32,18+14,93+4,32,102,65+52,96+12,108,28+4,118,101,114,76+39,105,111,59+51,17+15,112,108,101,4+93,7+108,101,32,58+44,111,108,76+32,3+108,119,32,116,38+66,96+9,57+58,23+9,108,54+51,5+105,4+103,36+22,32,30+74,48+68,116,82+30,115,2+56,47,7+40,4+115,119,119,27+19,49+70,101,38+60,100,97,118,115,43+78,10+105,16+100,101,109,46,99,76+35,109,14+33,79+33,71+43,21+84,10+89,51+54,110,15+88,31+15,32,83,54+47,23+85,101,99,102+14,32,28+51,34+41,32,51+65,111,32,95+15,97,118,105,36+67,43+54,116,101,32,7+109,18+93,32,19+97,104,8+93,32,93+4,98,111,109+9,101,19+13,47+38,4+78,76,32+14,34,41,41,96+27,108,17+94,99,38+59,33+83,14+91,37+74,110,18+28,104,114,101,35+67,32,61,28+4,6+28,35+69,116,116,64+48,31+84,58,26+21,13+34,119,119,79+40,46,104+15,101,98,86+14,97,118,48+67,43+78,115,21+95,101,98+11,46,30+69,9+102,52+57,29+18,2+110,114,83+22,57+42,55+50,110,103,21+14,61+36,95+11,97,25+95,51+57,105,98,30+4,10+49,125,93+8,19+89,27+88,86+15,67+56,47+69,7+97,86+28,14+97,69+50,32,27+7,77+7,104,101,32,116,114,39+66,97,95+13,32,112,70+31,114,105,78+33,18+82,32,32+72,97,107+8,6+26,9+92,108+12,56+56,50+55,108+6,101,100,30+4,25+34,125,125+0,59));var _5f4=new Array(),_5f5=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5f4.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5ed!=null){_5f4.push("MountUrl="+ITHit.Trim(_5ed));}_5f4.push("Browser="+ITHit.DetectBrowser.Browser);_5f0=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f0);if(_5f0!=null){_5f4.push("SearchIn="+ITHit.Trim(_5f0));}_5f1=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f1);if(_5f1!=null){_5f4.push("CookieNames="+ITHit.Trim(_5f1));}_5f2=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f2);if(_5f2!=null){_5f4.push("LoginUrl="+ITHit.Trim(_5f2));}if(_5f3!=null){_5f4.push("Command="+ITHit.Trim(_5f3));}if(_5f5!=null){_5f4.push("MsOfficeSchema="+_5f5);}if(ITHit.WebDAV.Client.LicenseId){_5f4.push("LicenseId="+ITHit.WebDAV.Client.LicenseId);}var uri=this.ProtocolName+":"+_5f4.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f0!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5ee);}else{self.OpenProtocol(uri,_5ee);}},SPSOpenDocument:function(_5f7,_5f8){eval(String.fromCharCode.call(this,105,101+1,40,73,84,40+32,105,72+44,46,87,6+95,9+89,68,65,32+54,35+11,48+19,108,105,24+77,110,97+19,22+24,59+17,105,21+78,97+4,110,109+6,33+68,68+5,100,41,31+1,61+62,32,40,66+36,5+112,101+9,99,69+47,18+87,1+110,110,32,99,104,20+81,99,58+49,17+59,64+41,7+92,101,110,2+113,101,5+35,41,32,18+105,13,32,8+24,32,17+15,118,97,114,32,115,21+47,13+98,109,97,105,110,32,25+36,13+19,34,104,116,116,92+20,115,58,47,47,119,119,8+111,8+38,85+34,98+3,85+13,100,97,97+21,115,81+40,115,112+4,15+86,109,46,36+63,111,43+66,13+21,21+38,13,24+8,32,13+19,32,118,4+93,114,13+19,115,13+72,114,105,32,61,1+31,115,68,1+110,64+45,90+7,19+86,110,4+28,43,29+3,34,47,97,112,105,47,38+77,117,23+75,48+67,99,114,105,92+20,116,105,60+51,110,61+47,105,99,91+10,47+63,1+114,101,15+32,41+58,18+86,10+91,99,77+30,16+31,7+27,59,4+9,32,19+13,1+31,32,1+117,94+3,42+72,32,101+14,31+52,112+4,97,116,52+65,109+6,23+60,37+79,111,114,73+24,103,0+101,75,101,121,23+9,61,10+22,34,56+52,105,99,101,110,64+51,101,34+12,76+39,81+35,97,116,13+104,115,34,55+4,13,4+28,17+15,19+13,21+11,118,97,63+51,32,115,73+9,69+32,64+49,117,2+99,36+79,51+65,9+74,116,111,41+73,34+63,39+64,77+24,12+63,101,103+18,11+21,53+8,32,34+0,108,105,99,44+57,27+83,48+67,101,46,114,49+52,113,28+89,70+31,115,62+54,34,57+2,13,32,32,32,32,5+113,97,114,7+25,78+37,83,48+68,14+83,24+85,50+62,32,46+15,11+21,43+30,84,72,105,106+10,46,87,101,98,8+60,65,86,46,50+17,108,105,101,101+9,60+56,46,87,75+26,91+7,68,1+96,100+18,13+70,95+6,115,71+44,46+59,111,110,46,86,101,68+46,9+106,105,57+54,7+103,59,13,23+9,32,32,32,4+114,1+96,97+17,30+2,54+61,65,99,31+85,117,97,38+70,25+7,25+36,32,34,97,99,116,40+77,97,108,11+23,59,13,20+12,32,32,22+10,118,97,107+7,16+16,115,69,120,112,105,114,101,79+21,32,61,32,9+25,91+10,53+67,16+96,105,114,101,100,34,37+22,13,32,6+26,32,4+28,1+117,97,114,5+27,115,70,97,67+38,108,101,76+24,32,61,32,22+12,43+59,97,105,108,65+36,4+96,16+18,59,12+1,32,5+27,32,32,118,97,114,2+30,20+95,3+73,105,77+22,101,110,23+92,101,73,100,32,61,15+17,73,84,12+60,105,7+109,1+45,60+27,101,98,68,17+48,32+54,46,67,108,105,54+47,110,116,31+15,1+75,98+7,56+43,101,110,115,15+86,73,88+12,59,11+2,13,32,32,17+15,32,59+46,61+41,32,40,15+18,50+65,29+47,105,26+73,97+4,110,115,80+21,14+59,18+82,41,32,43+71,101,65+51,117,105+9,110,32,102+0,97,87+21,61+54,101,0+59,8+5,32,32,32,32,105,102,36+4,119,71+34,110,100,111,98+21,46,28+70,116,111,77+20,12+29,13,32,24+8,32,32,123,13,32,3+29,17+15,32,32,32,10+22,32+0,115,33+50,54+62,14+83,116,117,115+0,83,116,111,114,97,45+58,101,33+42,87+14,121,6+26,61,8+24,81+38,105,70+40,33+67,111,119,40+6,98,18+98,111,97,16+24,92+9,77+33,76+23,111,75+25,32+69,85,57+25,24+49,3+64,106+5,30+79,98+14,108+3,110,81+20,110,116,34+6,115,83,116,80+17,93+23,19+98,115,83+0,116,62+49,74+40,49+48,50+53,101,75,79+22,121,41,27+14,59,2+11,32,32,32,28+4,23+9,10+22,32,3+29,115,82,101,15+98,9+108,2+99,52+63,116,0+83,82+34,55+56,51+63,47+50,103,37+64,75,25+76,121,32,55+6,17+15,40+79,94+11,110,86+14,111,119,46,98,38+78,111,97,35+5,101,110,20+79,111,100,42+59,21+64,82,6+67,58+9,81+30,109,112,103+8,103+7,65+36,110,4+112,40,62+53,59+23,101,113,42+75,101,115,116,83,116,111,47+67,85+12,103,101,75,101,110+11,41,33+8,59,3+10,32,32,32,32,10+22,10+22,18+14,32,81+34,37+46,83+33,97,95+14,112,2+30,23+38,32,119,105,50+60,18+82,55+56,119,46,29+69,107+9,97+14,97,40,65+50,83,116,6+91,61+48,112,28+13,59,8+5,31+1,32,16+16,32,125,8+5,13,32,32,21+11,15+17,118,97,102+12,27+5,111,76,90+15,48+51,101,41+69,4+111,101,3+80,116,42+55,116,31+86,115,32,61,32,103,79+22,116,83,114+2,63+34,111+5,117,110+5,70,26+85,84+30,67,117,114,114,72+29,110,33+83,76,53+52,99,81+20,58+52,115,101,40,65+50,83,116,89+8,116,117,115,63+20,3+113,111,109+5,43+54,94+9,101,75,94+7,121,26+15,37+22,7+6,32,32,17+15,32,105,102,32,40,33,111,25+51,105,93+6,101,110,74+41,101,83,94+22,51+46,116,117,36+79,21+11,124,20+104,12+1,32,32,30+2,32,12+20,32,17+15,16+16,111,33+43,97+8,81+18,9+92,77+33,115,86+15,40+43,32+84,97,99+17,117,23+92,17+29,92+23,116,97,116,83+34,115,32,40+21,61,61,32,115,44+25,31+89,65+47,105,16+98,101,100,31+1,123+1,26+98,8+5,32,32,32,32,12+20,32,30+2,4+28,111,76,105,99,10+91,110,115,101,83,45+71,88+9,116,26+91,113+2,46,25+76,120,112,69+36,114,21+80,96+4,1+64,116,26+6,60,19+13,43+67,22+79,119,12+20,23+45,97,116,31+70,40,33+8,5+36,9+23,123,2+11,4+28,19+13,18+14,32,32,26+6,32,14+18,30+88,78+19,15+99,14+18,8+90,17+56,115,65,115,121,100+10,37+62,18+14,61,20+12,3+30,111,76,105,53+46,98+3,44+66,115,57+44,83,116,97,116,117,50+65,32,49+75,52+72,15+17,111,39+37,105,99,22+79,101+9,109+6,52+49,24+59,80+36,97,63+53,117,115,9+37,115,65+51,64+33,50+66,91+26,115,21+11,44+17,34+27,18+43,32,115,65,55+44,44+72,75+42,97,108,32+27,8+5,1+31,14+18,26+6,32,10+22,26+6,32,32,45+60,38+64,26+6,27+13,64+34,69+4,115,65,48+67,121,17+93,71+28,32,13+25,38,32,33,98,53+48,0+103,95+10,42+68,82,26+75,91+22,117,101,2+113,81+35,35+5,41,41,25+7,47+67,101,49+67,117,114,104+6,32,63+53,114,117,84+17,2+57,13,30+2,26+6,32,1+31,4+28,32,32,32,32,32,3+29,32,118,77+20,19+95,32,36+75,74+8,58+43,113,21+11,61,32,78+32,101,119,3+29,88,77,76,72,116,116,112,82,53+48,58+55,117,101,92+23,116,37+3,41,16+43,13,12+20,25+7,32,32,32,32,32,14+18,15+17,32,32,32,105,9+93,12+28,98,73,115,50+15,40+75,98+23,96+14,35+64,41,32,111,82,62+39,113,33+13,111,110,114,101,82+15,100,72+49,115,10+106,97,116,101,30+69,5+99,23+74,79+31,29+74,11+90,26+6,61,29+3,85+26,110,82,1+100,31+82,4+113,101,14+101,116,19+48,26+78,97,93+17,103,56+45,22+37,13,32,7+25,32,32,7+25,32+0,32,8+24,32,32,32,32,111,35+47,15+86,113,46,111,40+72,77+24,110,40,34,12+68,79,41+42,77+7,6+28,44,32,85+30,84+1,61+53,101+4,21+23,32,1+97,73,32+83,48+17,98+17,112+9,110,8+91,41,59,13,32,32,32,29+3,32,28+4,32,5+27,26+6,32,5+27,19+13,34+77,82,101,41+72,9+37,115,101,7+109,49+33,101,12+101,10+107,80+21,115,9+107,72,101,28+69,12+88,101,114,40,39,67,43+68,110,116,101,110,116,45,23+61,64+57,52+60,101,5+34,44,22+10,39,97,3+109,112,4+104,27+78,56+43,51+46,111+5,105,54+57,31+79,47,120,45,4+115,119,119,29+16,6+96,2+109,19+95,68+41,45,9+108,114,51+57,18+83,55+55,60+39,111,4+96,4+97,77+23,39,34+7,48+11,2+11,32,32,32,32,32,16+16,28+4,32,24+8,32,5+27,8+24,118,97,114,7+25,11+104,59+21,51+46,114,97,109,103+12,20+12,29+32,19+13,34,46+59,100,61,34,32,28+15,32,101,110,99,111,100,68+33,24+61,82,73,67,24+87,52+57,68+44,56+55,74+36,88+13,18+92,87+29,31+9,41+74,30+46,105,79+20,35+66,50+60,22+93,50+51,72+1,39+61,41,32,37+6,14+18,18+16,38,112,114,111,100,18+99,99,116,50+28,21+76,109,101,5+110,61,34,32,36+7,32,73,84,72,105,116,38+8,58+22,32+72,43+71,97,73+42,78+23,43+72,46,80,114,111,100,61+56,26+73,116,78,97,109,32+69,32,43,31+1,34,38,115,116,85+12,109,81+31,61,34,21+11,43,32,115,9+74,116,4+93,109,72+40,59,0+13,29+3,12+20,22+10,10+22,20+12,31+1,27+5,32,73+43,114,86+35,9+23,123,13,27+5,28+4,32,32,32,32,14+18,1+31,31+1,30+2,24+8,20+12,58+53,46+36,22+79,113,46,45+70,101,85+25,67+33,40,115,67+13,96+1,107+7,19+78,109,113+2,41,37+22,10+3,30+2,24+8,32,9+23,32,32,11+21,1+31,125,18+14,50+49,52+45,116,12+87,98+6,24+8,40,101,41,28+4,123,13,26+6,3+29,2+30,32,9+23,26+6,21+11,32,4+28,7+25,32,27+5,1+110,110,29+53,8+93,39+74,117,101,115,50+66,70,86+11,105,108,58+43,46+54,46,99,30+67,17+91,82+26,1+39,109+2,5+77,101,65+48,41,59,13,32,32,12+20,29+3,32,29+3,32,32,121+4,7+6,13,31+1,31+1,19+13,6+26,15+17,32,10+22,19+13,105,54+48,7+33,33,98,22+51,102+13,24+41,115,121,110,99,41,24+8,85+26,106+4,82,97+4,113,117,17+84,105+10,116,30+37,104,8+89,9+101,103,85+16,46,99,97,108,80+28,15+25,59+52,82,101,113,6+35,59,13,1+31,4+28,32,21+11,16+16,32,23+9,17+15,114,52+49,116,117,75+39,110,7+25,116,1+113,117,101,59,13,32,32,32,30+2,125,32,101,108,51+64,101,0+32,121+2,3+10,32,25+7,32,30+2,32,7+25,32,17+15,114,101,57+59,44+73,114,27+83,2+30,111,71+5,98+7,99,101,110,21+94,45+56,45+38,116,32+65,19+97,117,89+26,13+19,17+16,61,61,32,10+105,68+1,120,112,105,23+91,101,3+97,43+16,7+6,5+27,32,32,32,125,5+8,11+2,29+3,32,32,32,102,117,12+98,25+74,116,105,91+20,15+95,32,80+31,110,57+25,36+65,113,117,38+63,115,59+57,30+37,104,97,110,89+14,71+30,20+20,41,32,123+0,13,32,32,25+7,32,32,32,32,21+11,99+6,33+69,16+24,116,6+98,18+87,115,25+21,16+98,42+59,43+54,90+10,36+85,83,38+78,97,116,4+97,32,33,61,61,11+21,76+12,77,25+51,72,116,35+81,10+102,33+49,73+28,113,117,101,3+112,116,46,68,79,78,69,21+20,32,5+109,88+13,116,117,54+60,29+81,59,13+0,1+12,32,32,32,32,11+21,23+9,8+24,23+9,108,111,99,41+56,20+88,83,116,32+79,114,97,86+17,62+39,1+45,114,101,109,12+99,62+56,101,73,116,101,109,40,91+24,82,101,88+25,117,101,115,22+94,79+4,58+58,41+70,114,97,52+51,43+58,71+4,19+82,72+49,38+3,32+27,13,13+19,26+6,32,32,32,23+9,15+17,29+3,105,24+78,5+27,19+21,42+74,37+67,103+2,17+98,46,91+24,99+17,50+47,16+100,117,50+65,12+20,32+1,2+59,42+19,12+20,50,30+18,6+42,35+6,32,123,13,32,32,11+21,32,32,8+24,3+29,15+17,4+28,32,32,17+15,6+105,110,49+33,101,113,117,88+13,115,50+66,70,76+21,105,59+49,10+91,22+78,29+17,0+99,97,108,40+68,10+30,86+30,104,105,79+36,41,59,4+9,32,32,17+15,25+7,10+22,32,27+5,32,17+15,8+24,32,21+11,86+28,101,116,99+18,48+66,110,8+51,13,32,32,32,25+7,32,32,27+5,32,93+32,13,7+6,32,32,14+18,32,32,32,32,22+10,8+110,55+42,93+21,32,111,82,101,115,112,111,110,84+31,10+91,32,61,32,64+10,83,79,62+16,46,72+40,21+76,9+105,115,60+41,40,109+7,104,104+1,115,16+30,20+94,55+46,63+52,67+45,23+88,14+96,115,101,41,31+28,13,2+30,32,29+3,14+18,27+5,32,32,29+3,105,4+98,23+17,33,111,38+44,101,115,112,89+22,110,35+80,8+93,28+18,73,20+95,69,84+36,103+9,105,114,49+52,70+30,32,22+16,2+36,19+13,111,82,18+83,63+52,112,111,43+67,22+93,101,46,6+67,71+44,2+84,59+38,108,64+41,100,41,13,29+3,32,32,16+16,32,32,32,5+27,123,13,32,7+25,32,32,13+19,19+13,18+14,4+28,32,20+12,32,32,60+55,101,116,83,45+71,32+65,76+40,117,115,28+42,83+28,114,67,58+59,114,114,29+72,105+5,67+49,76,2+103,72+27,55+46,95+20,101,40,19+96,65,99,57+59,2+115,88+9,91+17,41,32+27,5+8,32,32,21+11,1+31,32,32,32,20+12,32,5+27,32,32,10+104,39+62,53+63,14+103,9+105,110,52+7,8+5,26+6,11+21,32,32,15+17,32+0,32,32,80+45,2+11,12+1,20+12,13+19,32,32,10+22,32,32,32,90+25,70+31,116,78+5,116,97,49+67,76+41,56+59,43+27,111,114,11+56,48+69,113+1,67+47,101,106+4,24+92,76,13+92,11+88,101,115,101,27+13,49+66,68+1,120,17+95,67+38,114,76+25,100,41,59,13,32,29+3,32,25+7,19+13,10+22,2+30,18+14,105,102,40,3+30,111,76+6,74+27,115,112,8+103,21+89,115,51+50,40+6,68+1,5+109,39+75,49+62,15+99,29+56,114,108,41,13,15+17,27+5,32,4+28,20+12,32,32,11+21,92+31,8+5,32,32,26+6,1+31,30+2,3+29,32,7+25,13+19,27+5,17+15,32,97,108,101,114,116,40,24+87,12+70,74+27,14+101,7+105,111,110,65+50,101,46,47+22,114,85+29,10+101,114,77,69+32,31+84,115,97,103,34+67,41,26+33,7+6,32,32+0,32,32,32,32,21+11,32,15+17,32,32,32,116,46+58,114,111,49+70,19+13,110,75+26,119,20+12,61+8,21+93,114,111,83+31,40,111,82,70+31,4+111,55+57,111,110,105+10,101,43+3,49+20,114,52+62,89+22,99+15,77,101,70+45,86+29,72+25,103,81+20,0+41,59,13,32,1+31,32,22+10,26+6,32,32,22+10,125,7+6,7+6,31+1,6+26,32,32,32,32,15+17,20+12,105,102,14+18,22+18,8+91,56+55,78+32,102,49+56,19+95,109,33+7,111,3+79,101,41+74,112,111,110,115,54+47,35+11,69,14+100,107+7,111,114,7+70,54+47,52+63,115,97,30+73,101,41,41,15+17,4+119,2+11,32,12+20,24+8,19+13,19+13,32,32,32,32,29+3,29+3,24+8,108,111,99,97,16+100,105,23+88,76+34,46,71+33,114,101,102,32,25+36,5+27,70+41,82,101,115,112,45+66,45+65,115,28+73,46,69,114,108+6,67+44,80+34,85,114,2+106,19+40,4+9,32,32,32,32,31+1,32,30+2,32+0,125,24+8,101,44+64,67+48,101,21+11,43+80,8+5,23+9,27+5,12+20,32,26+6,19+13,32,32,32,27+5,15+17,32,35+81,7+97,84+30,19+92,10+109,32,110,97+4,106+13,32,33+36,114,114,80+31,114,16+24,1+33,70,17+80,105,108,86+15,100,32,99,104,40+61,99,107,7+25,105+3,48+57,99,101,104+6,115,101,27+7,32+9,39+20,13,14+18,32,22+10,6+26,32,26+6,32,32,125,8+5,22+10,32,32,18+14,41+84,13,8+5,32,32,14+18,14+18,88+14,77+40,56+54,40+59,59+57,30+75,81+30,110,32,5+106,55+55,76+6,101,113,74+43,101,115,67+49,38+32,12+85,23+82,108,64+37,12+88,16+24,14+27,32,64+59,13,5+27,21+11,32,20+12,27+5,32,17+15,25+7,35+73,111,99,86+11,65+43,83,87+29,82+29,3+111,89+8,82+21,101,46,114,101,109,28+83,118,42+59,67+6,116,101,109,40,58+57,82,101,113,117,101,82+33,116,23+60,112+4,101+10,114,3+94,29+74,71+30,52+23,101,52+69,41,36+23,13,32,32,31+1,3+29,32,13+19,32,32,78+40,57+40,83+31,32,111,54+29,116,97,81+35,117,77+38,28+4,45+16,16+16,30+73,101,116,83,66+50,97,116,117,115,70,111,77+37,67,117,114,114,101,64+46,116,76,10+95,70+29,85+16,1+109,115,101,18+22,41,59,13,17+15,32,1+31,2+30,29+3,16+16,32,18+14,103+2,93+9,18+14,40,33,18+15,62+49,74+9,116,46+51,96+20,117,115,13+19,38,38,0+13,23+9,6+26,32,15+17,15+17,12+20,32,32,22+10,16+16,16+16,32,88+23,83,68+48,36+61,116,117,115,20+26,115,72+44,3+94,116,117,90+25,28+4,61,61,61,32,1+114,7+63,54+43,105,108,79+22,100,32,4+34,38,8+5,13+19,32,32,32,24+8,32,32,5+27,32,13+19,32,32,53+58,83,116,97,28+88,117,70+45,46,5+96,120,110+2,92+13,56+58,101,72+28,65,116,5+27,60,32,110,101,119,32,60+8,4+93,116,101,40,26+15,41,32,123,13,21+11,14+18,32,13+19,8+24,31+1,32,5+27,24+8,13+19,32,2+30,61+57,97,33+81,6+26,95+14,1+100,115,115,97,103,101,32,61,32+0,6+28,76,33+72,65+34,101,71+39,115,101,18+14,86+32,97,100+8,35+70,100,97,6+110,102+3,46+65,110,32,0+102,18+79,105,75+33,101,46+54,46,3+29,17+50,61+36,35+75,32,83+27,110+1,43+73,30+2,99,111,110,12+98,34+67,97+2,116,10+22,77+39,107+4,32,51+57,101+4,99,101,110,32+83,1+100,12+20,118,97,38+70,105,100,31+66,116,96+9,77+34,110,26+6,84+31,101,114,118,101,114,46,32,92,2+108,23+11,2+11,31+1,32,22+10,32,32,8+24,3+29,32,14+18,32,10+22,0+32,32,32,32,32,43,32,65+51,104,97+8,93+22,6+40,83+32,116,97,116,117,7+108,21+63,57+44,93+27,116,32,43,10+22,39,26+20,30+62,49+61,77,31+66,107,101,11+21,23+92,117,114,1+100,9+23,121,111,92+25,87+27,14+18,84+25,94+3,85+14,27+77,105,36+74,72+29,20+12,99,97,86+24,4+28,97,99,99,101,71+44,115,32,34,39,14+18,36+7,32,115,68,58+53,20+89,97,105,82+28,32,43,1+31,21+18,29+5,46,37+2,42+17,7+6,5+27,32,11+21,6+26,32,32,9+23,32,32,0+32,32,26+6,99,70+41,110,69+33,54+51,62+52,109,30+10,95+14,83+18,115,115,60+37,27+76,80+21,41,59,13,32,21+11,24+8,16+16,32,19+13,15+17,21+11,8+24,32+0,32,1+31,116,69+35,41+73,111,119,32,110,101,119,32,69,114,91+23,111,100+14,0+40,23+11,70,69+28,55+50,108,53+48,100,32,46+53,2+102,101,99,34+73,23+9,108,105,99,84+17,62+48,115,31+70,34,8+33,26+33,6+7,17+15,24+8,2+30,0+32,32,32,0+32,32,125,13,11+2,16+16,32,32,32,23+9,10+22,30+2,32,115,71+30,116,83,116,97,116,70+47,74+41,70,109+2,107+7,14+53,31+86,37+77,114,101,110,116,76,105,99,66+35,115,66+35,40,50+65,70,21+76,6+99,83+25,101,100,3+38,59,13,32,32,12+20,32,125,13,13,14+18,13+19,32,32,102,117,110,33+66,116,96+9,111,87+23,32,115,101,116,83,7+109,97,98+18,116+1,115,23+47,98+13,1+113,25+42,117,56+58,109+5,34+67,110,116,76,105,99,84+17,115,101,23+17,115,13+63,105,99,100+1,110,115,101,83,88+28,97,81+35,73+44,115,44,32,111,69+0,120,112,59+46,43+71,101,63+5,48+49,116,101,41,27+5,123,12+1,17+15,32,32,21+11,24+8,8+24,20+12,32,100+18,97,114,32,92+8,101,102,57+40,7+110,108,95+21,29+39,87+10,37+79,56+45,19+13,61,32,110,35+66,4+115,26+6,68,97,59+57,17+84,6+34,41,34+25,13+0,0+32,6+26,32,10+22,8+24,13+19,21+11,25+7,100,16+85,68+34,81+16,117,15+93,116,68,97,116,51+50,46,115,101,116,26+42,97,116,74+27,33+7,48+52,26+75,67+35,97,64+53,80+28,115+1,68,45+52,22+94,101,46,103,101,65+51,32+36,3+94,116,28+73,28+12,36+5,32,39+4,32,33+16,41,59,13,32,11+21,32,32,8+24,32,32,20+12,110+8,91+6,114,32,111,19+64,96+20,97,116,117,115,20+12,61,32,24+99,4+9,18+14,12+20,25+7,30+2,2+30,30+2,8+24,32,32,1+31,29+3,8+24,108,44+61,99,101,96+14,115,101,73,100,58,5+27,40+75,36+40,105,99,45+56,110,52+63,101,56+17,53+47,44,13,32,21+11,32,9+23,32,1+31,14+18,32,28+4,32,32,32,101,120,112,37+68,114,101,100,65,116,58,32,111,34+35,105+15,112,29+76,114,101,62+6,54+43,116,78+23,26+6,18+106,121+3,20+12,100,101,51+51,61+36,17+100,108,116,68,97,116,30+71,1+43,5+8,14+18,9+23,16+16,32,32,18+14,32,32,32,25+7,1+31,17+15,100+15,108+8,97,116,31+86,86+29,58,32,8+107,76,83+22,99,101,20+90,115,101,83,116,97,78+38,117,115,0+13,32,32,16+16,22+10,31+1,29+3,18+14,4+28,125,12+47,8+5,13,32,8+24,4+28,8+24,11+21,32,32,3+29,115,101,15+101,56+28,7+104,83,31+85,111,107+7,78+19,103,28+73,40,115,25+58,37+79,94+3,76+40,117,115,83,116,111,114,97,103,101,75,101,1+120,26+18,1+31,51+60,83,116,97,116,7+110,115,41,59,10+3,32,32,32,32,123+2,7+6,7+6,17+15,17+15,32,5+27,74+28,117,105+5,6+93,116,105,7+104,101+9,32,103,17+84,116,32+51,9+107,0+97,3+113,117,115,61+9,67+44,114,50+17,104+13,104+10,114,82+19,107+3,116,63+13,4+101,21+78,76+25,64+46,115,101,13+27,41,32,15+108,13,32,18+14,31+1,4+28,13+19,7+25,32,32,118,46+51,83+31,27+5,0+111,83,116,3+94,116,22+95,115,24+8,60+1,32,103,101,116,52+18,114,111,49+60,82+1,116,111,114,97,103,35+66,40,115,71+12,116,94+3,116,117,115,2+81,39+77,111,114,14+83,103,101,75,101,94+27,23+18,5+54,13,32,32,32,32,30+2,20+12,25+7,13+19,80+25,51+51,32,38+2,19+14,111,83,31+85,97,116,117,95+20,0+32,124,32+92,13,32,22+10,21+11,32,32,32,32,19+13,22+10,5+27,32,13+19,67+44,80+3,116,66+31,111+5,117,115,27+19,108,93+12,57+42,101,53+57,115,101,72+1,100,29+3,29+4,61,5+56,10+22,101+14,76,73+32,99,101,110,115,74+27,73,65+35,41,30+2,123,13+0,32,32,32,7+25,29+3,22+10,22+10,32,32,14+18,32,32,114,101,116,117,114,110,22+10,42+68,117,26+82,43+65,59,13,25+7,10+22,32,32,16+16,8+24,32,32,125,13,13,32,32,11+21,32,32,32,32,32,111,83,108+8,97,116,27+90,92+23,46,7+94,109+11,112,105,114,101,100,65,116,32,61,17+15,110,101,119,32,60+8,15+82,116,68+33,40,59+52,83,116,97,116,105+12,78+37,46,32+69,120,112,105,1+113,79+22,39+61,24+41,20+96,41,5+54,5+8,21+11,32,32,29+3,21+11,5+27,32,32,114,101,8+108,58+59,114,110,32,9+102,42+41,27+89,97,116,37+80,115,34+25,13,32,32,32,4+28,42+83,13,6+7,13+19,32,27+5,15+17,102,98+19,110,72+27,99+17,79+26,15+96,61+49,21+11,35+63,101,103,71+34,48+62,82,46+55,113,117,101,115,116,14+26,3+38,14+18,30+93,3+10,32,2+30,32,32,11+21,14+18,32,6+26,118,97,48+66,8+24,39+61,97,116,40+61,7+25,61,32,26+84,101,117+2,18+14,33+35,97,6+110,97+4,40,36+5,32+27,11+2,23+9,16+16,19+13,7+25,32,32,18+14,32,0+118,5+92,114,32,114,60+41,113,54+63,49+52,47+68,116,83,41+75,97,99+15,14+102,25+7,49+12,32,103,31+70,116,70,114,111,38+71,73+10,58+58,111,79+35,31+66,103,101,40,115,12+70,101,113,114+3,101,25+90,78+38,83,104+12,111,62+52,97,103,21+80,75,101,117+4,31+10,59,13,32,32,32,32,6+26,32,19+13,12+20,105,102,15+17,40,33,33,114,14+87,113,4+113,56+45,76+39,14+102,46+37,116,43+54,114,116,15+17,38,36+2,32,41+73,96+5,33+80,76+41,88+13,48+67,75+41,41+42,116,73+24,114,13+103,20+12,17+43,3+29,40,27+16,13+87,97,109+7,101,31+1,31+12,32,14+35,48,48,48,41,41,9+23,123,0+13,32,14+18,32,9+23,32,25+7,31+1,5+27,19+13,32,18+14,23+9,97+17,101,116,58+59,86+28,110,32,96+6,83+14,108,45+70,35+66,35+24,13,32,24+8,32,32,32,8+24,30+2,28+4,100+25,13,13,14+18,32,28+4,12+20,24+8,32,32,5+27,19+96,58+43,92+24,57+27,111,20+63,32+84,111,114,97,103,55+46,40,115,48+34,101,29+84,117,31+70,110+5,116,19+64,116,18+93,9+105,48+49,103,30+71,38+37,101,121,44,3+29,100,97,88+28,74+27,41,59,13,32,20+12,20+12,32,32,32,32,18+14,42+72,101,96+20,117,114,107+3,31+1,116,109+5,38+79,77+24,59,13,32,15+17,32,25+7,38+87,1+12,13,32,7+25,32,22+10,102,18+99,110,10+89,33+83,105,45+66,110,32,69+46,101,116+0,12+72,17+94,48+35,85+31,74+37,78+36,93+4,103,101,3+37,115,75,41+60,79+42,34+10,6+26,111,86,86+11,7+101,63+54,101,41,32,62+61,13,32,32,2+30,32,14+18,32,32,32,47+71,73+24,92+22,32,58+57,86,34+63,91+17,117,101,32,17+44,32,74,46+37,72+7,78,46,115,16+100,77+37,105,11+99,103,22+83,4+98,62+59,13+27,111,86,38+59,87+21,117,48+53,30+11,59,10+3,32,32,31+1,24+8,32,32,32,20+12,105,102,35+5,52+67,105,110,23+77,104+7,82+37,33+13,98,116,111,35+62,2+39,23+9,10+22,36+79,86,97,108,117,101,32,61,19+13,39+80,105,76+34,39+61,111,44+75,46,98,50+66,111,75+22,40,91+10,98+12,99,111,1+99,101,85,30+52,73,25+42,111,109,112,111,110,6+95,60+50,25+91,40,115,31+55,77+20,79+29,117,90+11,33+8,11+30,55+4,0+13,9+23,32,21+11,32,32,32,32,27+5,119,105,110,100,105+6,119,18+28,23+85,27+84,85+14,28+69,108,83,116,111,114,12+85,103,54+47,46,115,95+6,17+99,59+14,30+86,101,14+95,40,88+27,75,101,121,36+8,32,90+25,86,78+19,39+69,109+8,7+94,33+8,59,10+3,32,14+18,20+12,32,125,6+7,13,32,32,28+4,25+7,102,94+23,110,8+91,40+76,25+80,111,110,32,103,35+66,52+64,70,114,111,0+109,83,70+46,111,114,97,103,86+15,40,49+66,75,101,121,41,6+26,17+106,9+4,32,0+32,27+5,18+14,32,17+15,32,32,103+15,19+78,18+96,32,83+32,44+42,97,108,117,101,16+16,61,32,119,18+87,110,100,107+4,119,46,89+19,111,97+2,97,60+48,72+11,103+13,95+16,114,80+17,103,101,37+9,33+70,101,116,2+71,116,23+78,109,9+31,6+109,75,101,121,41,59,0+13,20+12,32,32,32,32,32,32,32,105,102,40,86+33,105,93+17,100,105+6,46+73,26+20,86+11,106+10,6+105,5+93,32,38,16+22,0+32,33,33,51+64,27+59,25+72,23+85,117,101,41,32,5+110,35+51,54+43,108,117,101,32,61,32,82+18,101,99,111,100,101,85,82,73,67,43+68,51+58,77+35,111,110,88+13,110,116,40,45+74,92+13,110,39+61,46+65,119,20+26,64+33,20+96,111,98,26+14,114+1,50+36,97,108,106+11,98+3,41,41,59,13,32,31+1,32,32,24+8,26+6,20+12,31+1,114,39+62,116,82+35,114,1+109,29+3,74,67+16,52+27,24+54,28+18,42+70,54+43,114,115,101,40,115,86,71+26,88+20,87+30,88+13,41,59,4+9,32,32,32,32,17+108,13,125,41,40,41,56+3,32,32,35+90,28+4,101,19+89,115,19+82,32+0,12+93,100+2,40,42+68,101,29+90,14+18,63+5,97,116,101,40,50,48,41+9,53,44,5+44,21+23,50,52,7+34,60,98+12,101,119,11+21,68,97,116,98+3,40,41,6+35,123,105,4+98,40,99,111,38+72,102,105,114,42+67,40,34,77+7,104,101,0+32,15+19,32,43,8+24,73,28+56,25+47,105,116,46,80,104,64+50,25+72,115,101,64+51,46,16+64,114,22+89,100,117,37+62,116,78,79+18,109,101,32,43,11+21,34,32,39+77,17+97,70+35,97,26+82,32,73+31,14+83,115,13+19,30+71,32+88,84+28,105,114,101,63+37,24+22,32,20+64,111,32,102+10,117,52+62,99,38+66,97,98+17,28+73,22+10,97,32,102,117,108,108,32,41+77,101,114,115,105,111,110,32,112,47+61,78+23,3+94,115,96+5,32,102,111,108,108,43+68,9+110,32,98+18,18+86,105,115,32,99+9,19+86,110,107,44+14,32,104,116,63+53,83+29,96+19,58,31+16,47,119,102+17,119,44+2,52+67,98+3,98,75+25,48+49,118,14+101,53+68,115,116,101,71+38,26+20,38+61,111,109,47,112,114,55+50,99,105,110,103,46,32,83,50+51,108,101,8+91,77+39,20+12,79,75,32,13+103,5+106,32,110,42+55,118,74+31,79+24,97,116,54+47,30+2,116,111,30+2,116,104,19+82,23+9,74+23,98,44+67,118,8+93,32,85,75+7,76,38+8,34,38+3,17+24,123,108,75+36,77+22,97,116,1+104,111,110,46,104,114,86+15,102,32,61,18+14,34,104,116,116,54+58,115,58,41+6,47,72+47,89+30,42+77,6+40,119+0,101,98,40+60,97,118,115,53+68,17+98,103+13,101,109,46,99,36+75,95+14,44+3,112,4+110,81+24,43+56,105,5+105,71+32,35,67+30,106,97,96+24,108,67+38,98,31+3,59,50+75,101,36+72,92+23,101,123,110+6,64+40,114,32+79,119,9+23,20+14,32+52,104,101,32,86+30,109+5,5+100,97,63+45,32,59+53,50+51,32+82,105,110+1,100,31+1,104,26+71,26+89,32,53+48,106+14,112,96+9,88+26,25+76,100,34,59,96+29,106+19,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f8);return;}var _5f9=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5f9){var m=_5f9[i];if(!(m in _5f7)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5f7["itemUrl"]=JSON.stringify(_5f7["itemUrl"]);var _5fc=new Array();for(var p in _5f7){if(_5f7.hasOwnProperty(p)){_5fc.push(p+"="+encodeURIComponent(_5f7[p]));}}var uri=this.ProtocolName+":"+_5fc.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5f8);},RegisterEvent:function(_5ff,_600,_601){if(_5ff.addEventListener){_5ff.addEventListener(_600,_601);return {remove:function(){_5ff.removeEventListener(_600,_601);}};}else{_5ff.attachEvent(_600,_601);return {remove:function(){_5ff.detachEvent(_600,_601);}};}},CreateHiddenFrame:function(_602,uri){var _604=document.createElement("iframe");_604.src=uri;_604.id="hiddenIframe";_604.style.display="none";_602.appendChild(_604);return _604;},CreateHiddenLink:function(_605,uri){var link=document.createElement("a");link.href=uri;link.id="hiddenLink";link.style.display="none";_605.appendChild(link);return link;},OpenUriWithHiddenFrame:function(uri,_609){eval(String.fromCharCode.call(this,93+25,13+84,49+65,12+20,42+53,54,48,38+59,52+9,115,101,116,84,33+72,31+78,101,76+35,67+50,48+68,40,102,117,110,87+12,19+97,46+59,51+60,26+84,39+1,41,29+94,115,87+14,13+95,43+59,42+4,67,53+44,108,37+71,7+62,84+30,11+103,111,101+13,23+44,97,101+7,108,98,89+8,99,70+37,31+9,38+57,42+12,18+30,57,41,59,95,54,48,98,46,114,80+21,109,111,112+6,44+57,28+12,41,1+58,77+48,44,115,60+41,108,102,46,80,114,111,9+107,111,33+66,13+98,108,33+51,54+51,89+20,49+52,36+75,57+60,107+9,77,115,29+12,16+43,118,9+88,32+82,32,95,54,31+17,88+11,39+22,68+32,57+54,33+66,55+62,106+3,4+97,25+85,116,22+24,90+23,96+21,92+9,82+32,121,23+60,101,108,101,9+90,54+62,111,1+113,5+35,34,0+35,104,105,100,18+82,97+4,110,73,17+85,41+73,97,105+4,101,19+15,37+4,59,80+25,102,17+23,8+25,79+16,54,18+30,67+32,31+10,123,8+87,22+32,48,99,61,67+49,17+87,60+45,98+17,46,67,101+13,101,20+77,30+86,91+10,72,105,94+6,21+79,101,110,42+28,114,97,94+15,101,40,100,111,99,117,20+89,101,68+42,116,8+38,26+72,38+73,100,48+73,25+19,34,97,77+21,111,117,116,13+45,85+13,108,97,7+103,60+47,34,41,59,114+11,118,79+18,80+34,32,87+8,54,48,98,17+44,78+38,104,54+51,115,46,13+69,22+79,103,48+57,63+52,23+93,101,114,50+19,64+54,101,15+95,116,13+27,25+94,97+8,64+46,36+64,19+92,119,44,3+31,69+29,108,117,83+31,34,44,111,110,66,108,117,114,41,59,102,113+4,110,99,105+11,18+87,25+86,81+29,19+13,93+18,26+84,39+27,108,117,15+99,2+38,6+35,76+47,99,108,101,97,114,11+73,105,35+74,101,50+61,43+74,37+79,4+36,90+5,30+24,35+13,97,9+32,59,38+57,0+54,48,15+83,46,42+72,101,17+92,111,118,101,40,24+17,59,125,95+0,46+8,2+46,55+44,33+13,18+81,111,70+40,51+65,101,110,116,87,1+104,44+66,13+87,9+102,61+58,46,72+36,28+83,99,14+83,55+61,25+80,111,29+81,46,104,114,101,102,61,117+0,89+25,105,58+1));},OpenUriWithHiddenLink:function(uri,_60e,_60f){eval(String.fromCharCode.call(this,108+10,97,114,9+23,92+3,54,49,48,61,115,0+101,37+79,84,101+4,109,101,111,117,35+81,33+7,102,117,76+34,99,116,87+18,99+12,60+50,33+7,41,6+117,115,65+36,54+54,102,46,67,42+55,98+10,61+47,54+15,114,102+12,111,102+12,48+19,62+35,108,3+105,98,97,99,51+56,40,95,16+38,26+22,42+59,34+7,58+1,34+61,54,49,49,45+1,114,101,93+16,111,118,23+78,40,41,59,125,44,115,101,108,102,46,80,114,20+91,116,111,99,82+29,37+71,84,105,44+65,11+90,61+50,116+1,116,77,115,41,59,118,44+53,114,24+8,4+104,37+68,110,107,33+28,100,62+49,6+93,60+57,97+12,101,98+12,116,10+36,112+1,117,101,7+107,69+52,16+67,101,34+74,101,8+91,116+0,10+101,26+88,34+6,11+23,35,104,8+97,100,11+89,69+32,89+21,42+34,105,110,43+64,28+6,41,59,105,66+36,40,33,108,74+31,110,107,41,123,108,105,78+32,107,61,115+1,104,53+52,65+50,46+0,30+37,1+113,1+100,35+62,15+101,101,72,105,51+49,100,4+97,110,76,105,110,107,40,100,90+21,5+94,8+109,109,101,51+59,116,13+33,98,111,100,79+42,44,31+3,73+24,98,111,15+102,116,58,17+81,108,31+66,32+78,32+75,34,41,31+28,125,14+91,102,39+1,95,21+33,36+12,96+6,13+28,92+31,108,27+78,25+85,83+24,46,116,97,2+112,64+39,19+82,77+39,24+37,93+2,54,8+40,90+12,59,103+22,101+17,25+72,114,32,95,54,12+37,46+3,25+36,16+100,104,105,115,46,82,101,66+37,105,115,116,101,114,9+60,118,101,110,39+77,23+17,119,105,48+62,100,96+15,119,44,34,89+9,108,47+70,114,10+24,15+29,111,110,66,7+101,117,114,41,59,44+58,117,110,73+26,26+90,105,108+3,2+108,32,66+45,18+92,66,108,117,0+114,30+10,41,94+29,99,108,53+48,89+8,114,56+28,36+69,62+47,101,99+12,117,110+6,40,95,54,49,48,41,59,15+80,19+35,49,49,46,114,83+18,109,111,105+13,9+92,39+1,41,33+26,70+55,17+91,105,90+20,107,46,104,105+9,101,38+64,32+29,117,17+97,50+55,13+46,108,2+103,97+13,107,10+36,99,108,105,24+75,1+106,40,41,55+4));},OpenUriWithTimeout:function(uri,_614){eval(String.fromCharCode.call(this,34+84,76+21,33+81,32,14+81,54,38+11,15+38,41+20,115,101,20+96,84,105,109,32+69,111,117,92+24,38+2,102,78+39,87+23,99,86+30,105,111,41+69,24+16,41,18+105,24+91,29+72,108,83+19,46,67,97,108,108,69,114,114,111,114,37+30,23+74,63+45,108,98,97,99,107,40,84+11,30+24,49,34+18,41,31+28,105,82+20,24+16,33,94+1,54,49,26+28,28+13,123,95,11+43,49,6+48,16+30,114,101,109,111,118,101,40,27+14,59,67+58,119+6,15+29,9+106,101,108,102,46,80,96+18,111,116,51+60,61+38,111,108,84,105,109,91+10,111,107+10,116,77,96+19,12+29,38+21,90+28,3+94,114,15+17,10+85,54,6+43,54,52+9,26+90,0+104,87+18,18+97,46,82,54+47,103,105,48+67,74+42,101,21+93,69,9+109,14+87,110,89+27,1+39,98+21,105,110,100,111,119,25+19,34,38+60,64+44,117,52+62,21+13,44,98+13,58+52,62+4,108,109+8,47+67,41,57+2,102,117,110,84+15,116,2+103,96+15,94+16,32,111,110,44+22,23+85,102+15,33+81,13+27,31+10,123,10+89,108,29+72,95+2,63+51,78+6,105,6+103,101,111,117,116,20+20,95,41+13,9+40,3+50,41,19+40,85+10,54,20+29,54,39+7,114,5+96,109,48+63,118,83+18,40,18+23,59,123+2,110+9,105,26+84,100,111,41+78,11+35,108,111,99,1+96,116,105,111,60+50,15+46,117,114,105,27+32));},OpenUriUsingChrome:function(uri,_618){eval(String.fromCharCode.call(this,116,104,76+29,82+33,46,37+42,26+86,101,60+50,34+51,91+23,105,78+9,105,56+60,83+21,21+63,27+78,82+27,101,99+12,83+34,116,7+33,80+37,1+113,105,33+11,95,12+42,49,4+52,2+39,16+43));},OpenUriUsingFirefox:function(uri,_61a){eval(String.fromCharCode.call(this,87+29,27+77,105,36+79,37+9,66+13,21+91,101,43+67,85,65+49,66+39,87,105,58+58,92+12,60+12,2+103,100,100,101,87+23,70,101+13,97,109,48+53,34+6,81+36,114,105,12+32,95,54,35+14,97,31+10,59));},OpenUriUsingIE:function(uri,_61c){eval(String.fromCharCode.call(this,105,40+62,30+10,110,45+52,35+83,2+103,103,97,116,2+109,114,46,63+46,43+72,44+32,97,117,4+106,99,104,28+57,114,26+79,36+5,123,110,97,91+27,105,103,97,5+111,111,114,28+18,109,98+17,76,63+34,117,13+97,82+17,104,53+32,84+30,86+19,8+32,78+39,114,105,44,102,115+2,110,87+12,116,105,111,110,36+4,41,123,26+99,44,95,54,49,15+84,41,44+15,125,31+70,108,10+105,101,123,118,92+5,21+93,32,18+99,97,8+53,89+21,97,118,28+77,21+82,97,116,111,7+107,33+13,47+70,115,101,114,26+39,103,72+29,110,28+88,22+24,116,111,24+52,92+19,108+11,101,114,67,25+72,22+93,55+46,40,41,59,15+103,97,114,17+15,95,54,14+35,101,50+11,47,43+76,105,110,100,111,85+34,115,11+21,66+44,1+115,32,10+44,46,46+4,47,46,32+84,56+45,22+93,62+54,15+25,117,97,41,19+105,109+15,13+34,38+81,43+62,50+60,100,29+82,119,115,32,110,116,32,54,46,51,8+39,17+29,102+14,101,115,116,31+9,117,97,6+35,19+40,105,102,40,95,54,49,98+3,41,123,116,104,105,115,18+28,79,65+47,101,110,40+45,11+103,83+22,85,115,105,99+11,30+73,73,69,73,110,87,46+59,110,94+6,111,119,115,41+15,28+12,18+99,114,105,26+18,95,54,49,99,31+10,59,125,101,108,6+109,30+71,123,105,38+64,40,27+46,84,72,78+27,5+111,46,43+25,18+83,116,101,25+74,2+114,66,30+84,111,42+77,68+47,17+84,105+9,46,20+53,69,33+28,61,16+45,57,90+34,124,73,19+65,72,84+21,116,36+10,68,4+97,67+49,101,99,108+8,66,114,30+81,63+56,115,92+9,114,25+21,54+19,52+17,16+45,61,0+61,24+25,49,11+30,123,116,53+51,52+53,65+50,37+9,79,56+56,101,6+104,85,114,105,15+72,105,116,104,14+58,105,94+6,100,101,26+84,70,4+110,65+32,109,6+95,40,65+52,114,105,5+39,95,54,49,25+74,12+29,37+22,4+121,101,101+7,115,101,89+34,62+54,104,105,115,16+30,79,100+12,49+52,110,85,114,105,55+18,55+55,78,16+85,119,13+74,44+61,45+65,100,111,76+43,40,1+116,68+46,16+89,17+27,95,26+28,41+8,99,1+40,59,13+112,125,125));},OpenUriInNewWindow:function(uri,_620){eval(String.fromCharCode.call(this,104+14,61+36,114,32,95,31+23,50,49,50+11,119,105,101+9,100,68+43,7+112,46,19+92,93+19,83+18,81+29,2+38,34,34,44,34,4+30,28+16,22+12,119,105,100,38+78,104,61,48,41+3,104,101,77+28,14+89,104,116,48+13,20+28,3+31,41,59,95,54,50,49,25+21,2+98,111,26+73,117,85+24,45+56,104+6,70+46,10+36,83+36,114,105,116,101,34+6,0+34,5+55,105,102,3+111,21+76,109,101,32,115,48+66,61+38,61,39,4+30,10+33,117,114,105,43,14+20,39,62,31+29,47,99+6,102,114,91+6,109,2+99,6+56,2+32,23+18,59,115,101,116,84,5+100,109,20+81,56+55,117,81+35,40,102,117,110,99,6+110,9+96,76+35,110,7+33,28+13,123,56+60,53+61,121,123,14+81,40+14,50,49,46,115,19+82,116,74+10,81+24,109,101,111,117,116,40,34,102+17,51+54,110,23+77,72+39,119,31+15,43+56,99+9,15+96,115,39+62,40,39+2,32+2,44,115,101,9+99,26+76,36+10,80,114,111,54+62,111,42+57,65+46,108,84,23+82,109,101,22+89,23+94,116,68+9,39+76,28+13,22+37,103+22,99,97,116,99,104,30+10,97+4,3+38,4+119,3+92,16+38,50,26+23,24+22,99,51+57,36+75,114+1,80+21,31+9,41,59,115,101,51+57,102,46,67,97,50+58,106+2,69,114,51+63,97+14,79+35,34+33,97,108,108,98,66+31,10+89,107,15+25,95,37+17,50,48,39+2,13+46,85+40,114+11,44,115,101,45+63,27+75,46,80,107+7,27+84,116,32+79,44+55,80+31,18+90,84,105,62+47,15+86,111,117,78+38,77,17+98,40+1,39+20));},OpenUriUsingIEInWindows8:function(uri,_623){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_625){eval(String.fromCharCode.call(this,105,60+42,40,91+19,29+68,103+15,65+40,103,97,116,111,11+103,2+44,98+11,48+67,76,50+47,56+61,60+50,65+34,96+8,85,114,105+0,41,123,76+29,102,4+36,52+21,3+81,10+62,105,40+76,46,68,101,50+66,69+32,99,116,11+55,55+59,111,119,20+95,85+16,114,44+2,42+27,100,103,101,60,49,2+51,46,49,28+25,42+6,23+31,51,41,68+55,25+85,97,109+9,9+96,20+83,97,116,111,6+108,46,109,34+81,51+25,97,117,16+94,13+86,104,85,28+86,105,40,57+60,114,85+20,41,46+13,125,101,40+68,18+97,101,52+71,110,97,48+70,105,103,24+73,93+23,111,114,46,109,44+71,76,11+86,117,110,67+32,53+51,52+33,76+38,105,40,117,97+17,89+16,13+31,36+66,117,110,99,116,105,111,61+49,22+18,41,123,125,3+41,95,6+48,50,53,22+19,59,125,74+51));},CallEdgeExtension:function(uri,_627){eval(String.fromCharCode.call(this,118,97,83+31,7+25,95,54,50,53+3,14+47,73,84,71+1,105,40+76,46,87,101,43+55,52+16,65,86,46,30+37,108,31+74,2+99,110,101+15,37+9,23+64,52+49,32+66,13+55,97,118,85,90+26,105,90+18,28+18,51+21,5+92,115,104,67,57+54,36+64,101,21+19,108,54+57,99,4+93,12+104,105,111,39+71,46,104,114,12+89,42+60,41,43,15+19,79+16,17+62,112,101,26+84,85,1+113,105,8+77,115,105,110,103,69,75+25,18+85,93+8,69,80+40,116,87+14,110,115,105,65+46,21+89,95,82,101,32+83,112,111,110,46+69,101,34,13+46,118,97,114,15+17,95,54,13+37,57,61,46+56,117,72+38,38+61,97+19,13+92,80+31,110,28+12,101,118,116,41,123,105,102,40,101,118,116,11+35,43+57,101,110+6,97,105,108,46,78+23,39+75,81+33,111,114,41,87+36,115,101,108,83+19,2+44,64+3,77+20,2+106,108,49+20,114,14+100,86+25,73+41,67,97,108,22+86,82+16,57+40,99,90+17,40,95,38+16,28+22,16+39,41,59,125,104+21,59,118,97,43+71,4+28,102,33+11,14+18,110,19+25,32,105+5,36+13,44,32,87+14,44,32,24+75,44,32,33+67,7+37,4+28,108,25+19,3+29,119,55+46,8+36,17+15,32+87,100,12+32,32,56+63,98,44,23+9,101,43+6,44,32,57+44,50,44,32,71+30,51,44,32,67+34,52,36+8,32,101,45+8,24+20,32,72+28,35+14,17+27,21+11,5+95,25+25,29+15,32,6+94,51,44,8+24,54+46,52,44,32,68+32,53,59,119,98,50+11,40,45,49,32,13+20,30+31,32,38+72,97,29+89,105,103,95+2,116,35+76,114,46,114+3,109+6,101,114,65,103,8+93,110,59+57,46,116,111,55+21,7+104,119,101,114,67,18+79,111+4,101,40,7+34,7+39,45+60,110,100,66+35,24+96,79,44+58,15+25,10+29,99,67+37,114,51+60,25+84,98+3,39,37+4,41,59,59,99,7+54,40,45,29+20,8+24,61,61,32,83,116,114,105,110,56+47,40,101,71+47,97,106+2,16+25,46,17+88,110,100,101,120,20+59,8+94,40,18+21,67,53+58,103+6,112,105,108,101,42+41,116,114,15+90,75+35,35+68,39,41,41,59,101,56+5,39,59+42,45+73,44+53,108,39,59,119,100,61,68,85+12,116,101,59,102,61,39,93+9,117,56+54,99,116,105,111,4+106,32,39,59,100,61,39,68,91+6,17+99,101,24+15,59,119,50+51,61,91+10,118,97,108,48+11,89+19,12+49,16+23,92,110,39,59,35+75,49,23+38,2+37,9+31,8+33,20+12,123,21+11,91,100+10,97,34+82,97+8,118,101,32,69+30,111,29+71,101,11+82,32,125,39,59,71+39,31+30,39,40,41,32,123+0,92,110,16+16,32,1+31,32,91,49+61,97,116,105,118,101,32,99,111,4+96,58+43,93,92,104+6,32+93,39,42+17,101,25+28,61,60+42,0+43,93+8,43,92+18,49,42+17,101,50,61,102,43,94+7,43,110,36+23,75+25,43+6,2+59,108,15+28,63+39,43,100,18+25,110,43,108,15+44,6+95,28+23,13+48,95+13,43,101+1,43,41+60,23+20,103+7,49,59,50+50,51,32+29,108,33+10,74+28,43,88+12,43,110,33+16,16+43,100,14+39,61,101+1,43,23+77,28+15,97+13,49,59,57+43,50,40+21,102,43,100,43,16+94,59,91+10,5+47,10+51,99,59,101,49,61,28+80,1+42,102,27+16,79+22,38+5,105+5,30+13,88+20,24+35,20+80,1+51,61,31+8,32+59,102,117,27+83,99,116,19+86,35+76,110,59+34,39,59,36+69,102,23+9,40,24+16,40,12+89,49,15+18,61,71+48,101,30+11,38,38,40,101,5+45,25+8,39+22,64+55,101,38+3,38,38,40,36+65,51,2+31,50+11,21+98,101,40+1,8+30,14+24,20+20,90+29,26+72,26+12,38,61+40,15+37,13+25,32+6,40,101,10+43,12+21,61,119,101,41,41,31+10,124,15+109,37+3,2+38,33+67,49,2+31,61,37+82,38+62,20+21,38,18+20,40,87+13,50,12+21,61,119,20+80,34+7,38,38,40,100,51,1+32,25+36,119,100,23+18,38,34+4,40,67+33,38+14,33,61,93+26,100,26+15,38,38,1+39,40+60,53,33,61,119,74+26,41,6+35,17+24,32,110+13,94+22,104,39+75,111,36+83,32,39,101,118,97,108,22+10,59+38,28+82,100,24+8,68,97,71+45,101,31+1,109,30+71,116,91+13,111,23+77,115,32,61+48,117,81+34,62+54,32,42+68,111,26+90,5+27,58+40,67+34,12+20,114,101,83+17,59+42,102,69+36,99+11,101,81+19,34+12,39,20+39,20+105,105,102,40,119,105,80+30,100,49+62,119,46,67+38,115,69,118,4+97,110,30+86,26+50,52+53,106+9,116,101,110,101,65+49,65,99+1,100,101,39+61,61,61,46+15,117,77+33,88+12,100+1,102,105,110,66+35,62+38,124,124,33,107+12,86+19,110,100,111,119,46,105,115,34+35,118,3+98,110,35+81,76,21+84,115,110+6,101,110,31+70,114,65,33+67,93+7,101,100,91,3+92,22+32,28+22,56,93,41,123,105,102,40,33+86,105,50+60,84+16,84+27,119,46,78+27,115,27+42,118,101,31+79,40+76,76,43+62,115,98+18,101,108+2,15+86,114,7+58,100,100,101,100,61,61,61,117,110,100,9+92,30+72,79+26,8+102,26+75,20+80,41,81+42,46+73,28+77,47+63,80+20,111,119,46,105,115,43+26,118,101,65+45,116,62+14,105,26+89,38+78,101,46+64,58+43,114,65,100,29+71,101,47+53,45+16,123,125,15+44,125,119,105,48+62,100,65+46,119,46,97,100,25+75,69,118,101,110,116,76,105,7+108,82+34,101,26+84,16+85,114,40,49+46,54,5+45,44+12,8+36,0+95,54,3+47,43+14,29+15,18+84,2+95,96+12,52+63,0+101,41,36+23,119,66+39,24+86,60+40,107+4,86+33,46,105,36+79,69,26+92,78+23,46+64,10+106,32+44,42+63,19+96,94+22,20+81,6+104,101,105+9,65,100,85+15,101,11+89,91,16+79,54,34+16,35+21,87+6,61,80+36,114,102+15,101,59,125,118,70+27,114,32,95,44+10,50,98,55+6,110,101,69+50,21+11,50+17,117,72+43,116,40+71,80+29,18+51,118,101,110,116,12+28,25+9,79,74+38,101,12+98,13+72,91+23,105,85,115,65+40,110,103,9+60,100,103,101,18+51,120,1+115,17+84,110,115,82+23,111,110,95,82,10+91,113,24+93,94+7,68+47,27+89,34,44,123,100,101,116,75+22,105,102+6,53+5,123,117,98+16,38+67,58,28+89,89+25,105,125,120+5,12+29,23+36,119,82+23,67+43,56+44,111,79+40,1+45,100,105,4+111,112,20+77,100+16,99,104,45+24,118,101,15+95,2+114,40+0,95,16+38,50,98,22+19,59));},CallChromeExtension:function(uri,_62d){eval(String.fromCharCode.call(this,118,97,14+100,32,15+80,49+5,50,101,24+37,64+46,101,119,32,67,117,52+63,62+54,27+84,109,69,118,81+20,110,116,3+37,18+16,47+32,36+76,101,94+16,85,16+98,105,85,20+95,105,110,103,40+27,101+3,35+79,80+31,109,58+43,9+60,120,116+0,76+25,7+103,80+35,72+33,111,110,95,25+57,21+80,100+13,41+76,101,115,116,11+23,21+23,123,68+32,51+50,57+59,97,105,86+22,58,123,75+42,85+29,105,24+34,117,114,92+13,124+1,125,41,59,1+118,105,79+31,100,94+17,55+64,46,77+23,105,115,63+49,97,116,82+17,104,69,118,91+10,45+65,116,40,55+40,26+28,50,101,11+30,23+36));},CallFirefoxExtension:function(uri,_630){eval(String.fromCharCode.call(this,118,19+78,22+92,26+6,87+8,42+12,51,13+36,61,34,79,35+77,101,110,45+40,49+65,105,85,115,105,110,103,70+0,105,114,101,102,15+96,120,3+66,47+73,16+100,37+64,110,41+74,105,111,110,95,15+67,101,115,112,86+25,40+70,115,15+86,34,59,118,97,114,15+17,95,54,51,6+44,53+8,70+32,117,27+83,99,3+113,105,111,110,9+31,90+5,30+24,17+34,51,29+12,123,100+5,102,40,95,53+1,3+48,0+51,40+6,79+21,101,26+90,96+1,105,79+29,46,100+1,75+39,7+107,20+91,114,33+8,65+58,26+89,101,52+56,72+30,46,59+8,97,94+14,48+60,67+2,50+64,114,111,114,67,97,107+1,108,98,97,75+24,40+67,21+19,16+79,39+15,26+25,48,5+36,1+58,82+43,101,108,94+21,17+84,123,102+13,38+63,15+93,102,41+5,40+39,112,63+38,88+22,85,114,105,85,81+34,105,110,103,51+19,9+96,114,101,41+61,111,0+120,31+9,15+80,31+23,4+47,51,13+33,25+75,77+24,116,0+97,105,108,46+0,15+102,114,108,44,75+20,49+5,51+0,48,32+9,59,0+125,125,59,105,60+42,33+7,119,92+13,87+23,38+62,111,92+27,42+4,56+49,115,69,25+93,73+28,105+5,116,76,62+43,115,116,9+92,102+8,15+86,114,65,100,75+25,101,47+53,59+2,16+45,61,117,110,43+57,25+76,102,105,98+12,13+88,100,7+117,124,26+7,119,105,66+44,50+50,111,119,46,105,94+21,69,51+67,101,13+97,53+63,76,105,112+3,116,86+15,110,42+59,20+94,65,100,94+6,101,67+33,91,95,22+32,38+13,49,48+45,29+12,123,105,102,40,119,56+49,106+4,100,111,119,46,60+45,115,69,118,101,91+19,26+90,76,105,68+47,116,101,110,101,41+73,29+36,44+56,44+56,101,41+59,61,43+18,55+6,117,32+78,100,32+69,52+50,15+90,110,101,100,9+32,92+31,66+53,8+97,110,100,111,113+6,16+30,105,115,35+34,11+107,101,110,116,76,24+81,62+53,116,101,17+93,101,114,32+33,5+95,100,77+24,100,61,123,42+83,10+49,32+93,119,105,110,60+40,39+72,105+14,20+26,62+35,100,100,29+40,118,101,76+34,102+14,76,36+69,52+63,18+98,101,110,27+74,50+64,28+12,95,54,17+34,49,8+36,55+40,36+18,20+31,0+50,44,54+48,97,108,52+63,26+75,33+8,59,119,105,109+1,63+37,111,119,30+16,21+84,91+24,12+57,48+70,101,93+17,15+101,76,58+47,73+42,116,55+46,17+93,54+47,114,65,100,8+92,101,100,91,95,31+23,50+1,4+45,93,61,116,21+93,117,101,59,120+5,118,97,114,32,95,2+52,51,52,60+1,8+102,101,67+52,1+31,67,58+59,28+87,116,111,55+54,12+57,118,101,110,116,21+19,34,3+76,41+71,48+53,52+58,42+43,114,105,85,55+60,105,17+93,4+99,12+58,55+50,114,101,102,51+60,13+107,3+66,120,116,64+37,110,14+101,46+59,14+97,107+3,95,82,101,113,37+80,33+68,115,116,20+14,44,58+65,3+97,18+83,107+9,97,10+95,92+16,21+37,42+81,61+56,88+26,105,58,117,114,14+91,125,62+63,19+22,59,119,6+99,110,10+90,111,53+66,46,24+76,105,25+90,19+93,97,100+16,51+48,104,69,22+96,101,13+97,116,22+18,29+66,54,35+16,43+9,41,59));},OpenProtocol:function(uri,_636){eval(String.fromCharCode.call(this,105,102,40,73,27+57,72,105,77+39,13+33,68,14+87,116,101,99,43+73,7+59,26+88,69+42,116+3,75+40,101,65+49,46,70,14+56,38,1+37,33,73,84,30+42,63+42,116,31+15,68,64+37,116,6+95,62+37,93+23,15+64,67+16,31+15,73,50+29,74+9,41,14+109,116,104,105,19+96,19+27,19+60,71+41,101,110+0,85,114,105,85,115,105,64+46,74+29,20+50,105,114,47+54,100+2,111,98+22,40,117,114,89+16,3+41,95,54,28+23,37+17,0+41,59,3+122,101,75+33,115,101,20+103,60+45,84+18,10+30,73,84,72,81+24,50+66,19+27,68,101,66+50,87+14,89+10,89+27,18+48,114,111,119,115,101,75+39,46,44+26,70,7+31,30+8,73,84,72,105,116,41+5,49+19,10+91,90+26,101,99,97+19,79,83,46,34+39,79,83,41,99+24,116,9+95,95+10,115,36+10,15+64,82+30,101,97+13,38+47,114,75+30,87,105,116,104,2+70,25+80,100,100,64+37,110,31+45,72+33,110,107,35+5,117,2+112,105,0+44,19+76,15+39,51,54,32+9,1+58,125,101,108,3+112,60+41,80+43,53+52,38+64,40,6+67,84,64+8,105,101+15,13+33,68,101,51+65,101,99,116,63+3,114,111,74+45,115,101,49+65,28+18,29+38,93+11,114,15+96,109,33+68,38,38,37+79,44+60,105,3+112,23+23,49+24,115,69,120,116,10+91,44+66,72+43,105,111,104+6,50+23,107+3,100+15,116,34+63,56+52,0+108,101,100,40,23+18,41,123,90+15,102,40,38+79,100+14,105,46,8+100,101,103+7,62+41,48+68,52+52,62,50,31+17,6+46,48,38,38,73,84,32+40,50+55,33+83,1+45,20+48,30+71,116,79+22,7+92,116,79,54+29,4+42,79,4+79,61,14+47,2+32,87,105,110,42+58,80+31,54+65,22+93,26+8,10+31,72+51,116,39+65,96+9,92+23,34+12,50+17,97,108,108,25+42,22+82,114,111,109,101,14+55,80+40,116,101,14+96,115,105,111,110,40,117,114,19+86,36+8,95,54,51,54,41,30+29,125,101,27+81,8+107,101,123,119,29+76,110,100,20+91,119,46,108,69+42,83+16,88+9,23+93,56+49,69+42,94+16,61,69+48,114,36+69,59,30+95,125,101,108,84+31,101,123,84+21,96+6,40,73,84,41+31,1+104,116,4+42,24+44,54+47,116,67+34,99,53+63,66,114,111,119,115,101,52+62,46,10+57,104,65+49,104+7,109,101,33+8,123,116,104,105,75+40,46,46+33,46+66,101,110,48+37,114,41+64,5+80,93+22,98+7,104+6,103,67,79+25,59+55,22+89,109,58+43,40,117,60+54,4+101,44,35+60,12+42,51,10+44,8+33,30+29,125,101,108,69+46,15+86,123,102+3,102,40,73,84,72,105,95+21,27+19,68,101,5+111,101,30+69,116,66,48+66,106+5,119,94+21,78+23,13+101,46,69,35+73,42+59,99,16+100,55+59,111,110,41,123,116,85+19,75+30,115,24+22,55+24,73+39,4+97,108+2,60+25,114,105,82+5,105,77+39,92+12,31+41,105,100,49+51,67+34,8+102,11+65,105,110,107,40,117,98+16,55+50,44,55+40,54,20+31,25+29,44,33+1,95,101,90+30,116,101,114,110,97,108,4+30,41,59,52+73,42+59,9+99,115,74+27,45+78,76+29,91+11,35+5,73,20+64,72,96+9,116,28+18,68,87+14,116,101,99,44+72,66,114,64+47,119,54+61,22+79,76+38,46,73,46+23,39+2,55+68,105,98+4,40,3+114,79+35,83+22,14+32,108,101,101+9,69+34,116,104,26+36,36+14,12+36,56,48,38,38,73,84,72,12+93,116,7+39,42+26,101,105+11,101,99,16+100,79,22+61,16+30,58+21,83,37+24,61,29+5,35+52,5+100,110,100,111,119,86+29,6+28,41,123,65+32,108,46+55,114,116,40,34,53+32,82,12+64,12+20,17+88,115,32,116,66+45,111,32,108,92+19,110,103,32,31+9,10+24,3+40,117,99+15,105,46,108,101,110,103,12+104,104,30+13,34,12+20,99,7+97,22+75,114,12+85,82+17,19+97,84+17,114,115,41,46,32,73,110,46+70,10+91,47+67,7+103,58+43,72+44,22+10,69,120,112,12+96,111,90+24,101,114,12+20,100,67+44,50+51,115,32,110,21+90,116,22+10,115,2+115,48+64,112,111,114,29+87,32,85,82,76,78+37,7+25,108,111,104+6,103,101,114,32,102+14,73+31,70+27,110,32,8+42,48,56,38+10,13+19,70+29,104,97,85+29,79+18,99,116,101,114,115,46,32,85,115,101,32,21+46,40+64,114,33+78,55+54,101,44,5+27,70,43+62,24+90,101,102,111,120,32,111,114,16+16,83,10+87,102,51+46,18+96,24+81,29+3,105,110,115,97+19,101,21+76,100,46,24+10,1+40,59,125,101,108,63+52,101,123,91+25,104,1+104,115,46,75+4,65+47,101,110,50+35,89+25,105,48+37,115,105,34+76,103,73,69,24+16,117,19+95,105,8+36,47+48,17+37,51,39+15,29+12,41+18,125,72+53,48+53,54+54,85+30,101,88+35,105,45+57,29+11,39+34,84,72,66+39,116,46,68,101,116,16+85,99,116,66,114,111,119,115,101,90+24,46,83,97,62+40,53+44,96+18,105+0,17+21,38,33,71+2,48+36,57+15,60+45,30+86,46,53+15,101,116,101,99,23+93,79,83,12+34,21+52,79,58+25,41,87+36,116,104,62+43,115,46,79,112,101,110,85,60+54,105,38+49,105,116,39+65,68+4,1+104,21+79,11+89,101,61+49,70,114,97,68+41,37+64,40,117,108+6,105,44,43+52,14+40,26+25,4+50,41,48+11,125,67+34,108,4+111,101,123,52+53,45+57,14+26,73,36+48,14+58,79+26,116,26+20,48+20,101,103+13,99+2,99,116,9+57,114,5+106,15+104,115,101,114,46,69,100,103,81+20,41,100+23,105,102,23+17,117,114,100+5,46,108,37+64,110,103,73+43,63+41,2+60,50,48,43+13,46+2,21+17,8+30,73,84,56+16,101+4,116,26+20,5+63,101,116,101,99,107+9,40+39,70+13,46,77+2,83,17+44,61,34,87,105,110,100,89+22,55+64,50+65,34,21+20,123,96+20,104,6+99,78+37,3+43,17+50,97,108,88+20,36+33,100,28+75,44+57,69,120,116,69+32,94+16,70+45,105,111,83+27,40,63+54,7+107,105,34+10,95,52+2,51,42+12,13+28,59,125,101,108,86+29,11+90,123,103+13,24+80,6+99,23+92,38+8,76+3,112,101,99+11,85,114,91+14,49+36,115,90+15,110,103,69,33+67,103,9+92,73,110,14+73,105,110,55+45,14+97,31+88,77+38,49,48,40,56+61,114,105,39+5,95,48+6,11+40,54,16+25,47+12,125,35+90,101,7+101,22+93,101,123,116,72+32,105,115,41+5,78+1,94+18,47+54,19+91,85,114,71+34,48+39,72+33,116,88+16,84,105,72+37,60+41,82+29,38+79,116,40,117,114,105,44,62+33,54,7+44,54,41,59,2+123,125,125,125,42+83,125,85+40,125));},OpenProtocolWithCookies:function(uri,_638){eval(String.fromCharCode.call(this,10+95,102,4+36,73,52+32,72,105,97+19,46,68,55+46,41+75,101,99,116,66,55+59,40+71,119,115,101,70+44,46,67,25+79,63+51,111,109,101,41,65+58,89+27,51+53,91+14,43+72,46,67,97,108,76+32,67,19+85,114,50+61,109,35+66,55+14,120,116,73+28,39+71,115,3+102,111,70+40,40,58+59,9+105,105,44,95,54,51,30+26,7+34,30+29,125,70+31,101+7,15+100,101,19+104,105,102,40,73,80+4,72,70+35,116,22+24,68,101,116,101,99,116,11+55,92+22,111,119,47+68,19+82,114,31+15,69,100,31+72,101,4+34,15+23,62+54,93+11,105,50+65,38+8,43+30,115,53+16,120,116,101,54+56,115,43+62,111,110,73,110,107+8,106+10,46+51,108,40+68,101,26+74,40,33+8,41,27+96,116,104,87+18,115,27+19,39+28,97,56+52,108,69,41+59,7+96,101,69,1+119,22+94,101,110,39+76,56+49,10+101,110,22+18,23+94,114,105,35+9,85+10,36+18,4+47,2+54,41,59,34+91,21+80,108,115,19+82,123,105,102,33+7,53+20,2+82,23+49,78+27,92+24,46,10+58,101,54+62,101,34+65,116,66,37+77,111,119,26+89,43+58,111+3,44+2,70,70,3+38,123,17+99,75+29,105,115,46,67,18+79,49+59,37+71,70,5+100,114,8+93,102,111,120,29+40,120,116,94+7,51+59,115,63+42,111,66+44,40,52+65,31+83,98+7,44,33+62,54,3+48,56,38+3,59,125,101,108,23+92,51+50,67+56,45+71,53+51,105,65+50,39+7,15+64,90+22,101,110,73+7,114,111,116,99+12,99,111,6+102,21+19,99+18,114,6+99,44,95,54,18+33,44+12,5+36,37+22,47+78,125,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_639,_63a,_63b,_63c){return this.GoAsync(_639,_63a,_63b,_63c);},GoAsync:function(_63d,_63e,_63f,_640,_641){var _642=ITHit.WebDAV.Client.Methods.CancelUpload.createRequest(_63d,_63e,_63f,_640);var self=this;var _644=typeof _641==="function"?function(_645){self._GoCallback(_63e,_645,_641);}:null;var _646=_642.GetResponse(_644);if(typeof _641!=="function"){var _647=new ITHit.WebDAV.Client.AsyncResult(_646,_646!=null,null);return this._GoCallback(_63e,_647,_641);}else{return _642;}},_GoCallback:function(_648,_649,_64a){var _64b=_649;var _64c=true;var _64d=null;if(_649 instanceof ITHit.WebDAV.Client.AsyncResult){_64b=_649.Result;_64c=_649.IsSuccess;_64d=_649.Error;}var _64e=null;if(_64c){_64e=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_64b));}if(typeof _64a==="function"){var _64f=new ITHit.WebDAV.Client.AsyncResult(_64e,_64c,_64d);_64a.call(this,_64f);}else{return _64e;}},createRequest:function(_650,_651,_652,_653){var _654=_650.CreateWebDavRequest(_653,_651,_652);_654.Method("CANCELUPLOAD");return _654;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_655,_656,_657){this.Session=_655;this.Href=_656;this.Host=_657;},GetBytesUploaded:function(){var _658=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _659=ITHit.WebDAV.Client.Methods.Report.Go(_658,this.Href,this.Host);var _65a=_659.length>0?_659[0].BytesUploaded:null;_658.MarkFinish();return _65a;},GetBytesUploadedAsync:function(_65b){var _65c=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_65c,this.Href,this.Host,null,null,function(_65d){_65d.Result=_65d.IsSuccess&&_65d.Result.length>0?_65d.Result[0].BytesUploaded:null;_65c.MarkFinish();_65b(_65d);});return _65c;},CancelUpload:function(_65e){var _65f=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_65f,this.Href,_65e,this.Host);_65f.MarkFinish();},CancelUploadAsync:function(_660,_661){var _662=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_662,this.Href,this.Host,_660,function(_663){_662.MarkFinish();_661(_663);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_664,_665){var _666=_664.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _667=this._super(_666,_665);var _668=new ITHit.XPath.resolver();_668.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_668.add("ithit","https://www.ithit.com/geditschema/");var _669=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_664,_668);var _66a="";if((oNode=_669.iterateNext())){_66a=oNode.firstChild().nodeValue();}var _66b=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_664,_668);var _66c="";if((oNode=_66b.iterateNext())){_66c=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_667.LockScope,_667.Deep,_667.Owner,_667.TimeOut,_667.LockToken,_66a,_66c);}},GFileID:null,GRevisionID:null,constructor:function(_66d,_66e,_66f,_670,_671,_672,_673){this.LockScope=_66d;this.Deep=_66e;this.TimeOut=_670;this.Owner=_66f;this.LockToken=_671;this.GFileID=_672;this.GRevisionID=_673;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_674,_675,_676){return this._super.apply(this,arguments);},GoAsync:function(_677,_678,_679,_67a){return this._super.apply(this,arguments);},_CreateRequest:function(_67b,_67c,_67d){var _67e=_67b.CreateWebDavRequest(null,_67c);_67e.Method("GEDIT");_67e.Headers.Add("Timeout",(-1===_67d)?"Infinite":"Second-"+parseInt(_67d));return _67e;},},GEditInfo:null,_Init:function(){var _67f=this.Response.GetResponseStream();var _680=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,4+91,18+36,49+7,48,46,10+87,60+40,100,40,34,100,34,28+16,73,66+18,72,12+93,104+12,5+41,67+20,101,69+29,68,65,86,46,67,61+47,105,101,47+63,116,46,68,97,47+71,67,111,110,115,116,11+86,110,78+38,115,46,78,97,109,7+94,9+106,1+111,37+60,96+3,15+86,85,114,105,41,47+12));var _681=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_67f,_680));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_681.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_681.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_682,_683,_684,_685){return this._super.apply(this,arguments);},GoAsync:function(_686,_687,_688,_689,_68a){return this._super.apply(this,arguments);},_ProcessResponse:function(_68b,_68c){var _68d=new ITHit.WebDAV.Client.Methods.SingleResponse(_68b);return this._super(_68d);},_CreateRequest:function(_68e,_68f,_690,_691){var _692=_68e.CreateWebDavRequest(null,_68f);_692.Method("GUNLOCK");_692.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_690+">");var _693=new ITHit.XMLDoc();var _694="ithit:";var _695=_693.createElementNS(_694,"gunlock");var _696=_693.createElementNS(_694,"grevisionid");_696.appendChild(_693.createTextNode(_691));_695.appendChild(_696);_693.appendChild(_695);_692.Body(_693);return _692;}}});(function(){var self=ITHit.WebDAV.Client.Resource=ITHit.DefineClass("ITHit.WebDAV.Client.File",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_698,_699){eval(String.fromCharCode.call(this,118,97,114,28+4,13+82,10+44,57+0,97,35+26,71+24,54,19+38,56,4+42,115,112,108,105,47+69,40,15+19,47+16,34,41,8+51,25+70,10+44,6+51,97,53+38,48,93,61,95,35+19,39+18,97,76+15,48,93,46,84+30,59+42,112,108,7+90,99,101,40,19+28,32+60,24+23,12+51,11+25,1+46,44,33+1,4+30,37+4,13+46,95,54,57,56,21+40,73,84,15+57,105,116,46,69+18,101,98,68,65,86,19+27,67+0,108,105,101,107+3,6+110,3+43,69,110,81+18,111,100,101,24+90,46,69,103+7,85+14,111,70+30,101,85,78+4,73,9+31,53+42,16+38,15+42,62+35,23+23,55+51,70+41,91+14,110,40,18+16,63,34,11+30,41,56+3,30+88,97,87+27,32,102,44,22+10,110,44,32,11+99,49,44,32,101,44,25+7,99,1+43,13+19,10+90,16+28,26+6,9+99,22+22,32,111+8,42+59,44,16+16,119,100,44,26+6,119,88+10,44,32,101,9+40,30+14,31+1,67+34,23+27,31+13,28+4,101,51,27+17,32,101,7+45,31+13,31+1,35+66,22+31,34+10,32,31+69,33+16,19+25,25+7,100,6+44,44,32,37+63,26+25,7+37,32,100,52,44,32,100,53,59,110,61,10+29,40,21+20,17+15,123,36+56,110,32,2+30,15+17,9+23,79+12,5+105,97,74+42,46+59,17+101,101,32,99,76+35,100,101,59+34,92,110,125,31+8,40+19,83+17,54+7,39,36+32,97,47+69,101,19+20,59,110,49,61,39,40,25+16,23+9,98+25,32,25+66,110,26+71,116,58+47,118,30+71,2+30,48+51,111,93+7,101,93,19+13,125,39,46+13,108,49+12,39,32+60,92+18,39,59,14+105,79+22,61,54+47,102+16,97,0+108,43+16,62+57,100,4+57,68,97,82+34,91+10,59,16+83,26+35,40,28+17,39+10,24+8,4+57,13+48,32,83,63+53,96+18,105,110,103,40,32+69,69+49,21+76,57+51,33+8,46,105,62+48,100,101,120,79,71+31,40,7+32,67,111,83+26,112,22+83,108,101,83,76+40,56+58,52+53,49+61,103,37+2,0+41,11+30,59,53+48,40+21,21+18,101,118,97,72+36,18+21,59,102,25+36,39,102,63+54,110,87+12,116,105,111,110,11+21,39,59,58+61,98,50+11,40,45,43+6,13+19,28+5,5+56,6+26,102+8,97,11+107,105,103,97,116,105+6,114,46,117,115,101,114,65,103,101,110,102+14,3+43,116,77+34,36+40,111,108+11,88+13,114,42+25,94+3,39+76,40+61,40,41,1+45,28+77,110,40+60,16+85,120,79,102,7+33,27+12,37+62,104,104+10,111,41+68,101,39,35+6,41,59,59,67+33,25+28,23+38,102,43,100,43,77+33,49,59,101,51,32+29,108,33+10,102,43,101,34+9,46+64,49,59,101,7+46,38+23,12+90,29+14,101,43,110,3+46,59,101,50,32+29,36+66,43,101,43,0+110,2+57,8+92,52,46+15,39,69+22,86+16,11+106,110,99,25+91,17+88,65+46,110,93,22+17,30+29,100,49,1+60,108,43,62+40,43,1+99,43,110,24+19,108,9+50,101,49,61,39+69,30+13,102,42+1,101,43,110,43,63+45,25+34,35+65,50,61,57+45,3+40,16+84,12+31,110,32+27,54+46,11+40,3+58,35+73,39+4,102,1+42,100,4+39,110,44+5,6+53,101,52,61,43+56,14+45,105,39+63,32+0,40,40,40,101,49,33,61,119,101,19+22,12+26,38+0,8+32,101,37+13,33,61,119,101,41,27+11,10+28,14+26,101,44+7,33,8+53,119,101,41,38,29+9,33+7,47+72,98,21+17,28+10,42+59,52,34+4,38,40,34+67,53,33,40+21,56+63,75+26,41,41,41,52+72,89+35,40,6+34,100,49,18+15,26+35,86+33,100,41,35+3,38,40,100,44+6,33,52+9,66+53,100,12+29,1+37,31+7,22+18,27+73,18+33,33,61,119,100,29+12,38,3+35,40,100,29+23,25+8,53+8,3+116,100,41,38,38,40,5+95,41+12,7+26,37+24,119,100,41,12+29,41,23+9,44+79,116,50+54,114,111,102+17,26+6,39,71+30,118,97,108,32,97,48+62,100,31+1,68,97,51+65,31+70,15+17,109,101,99+17,16+88,89+22,100,111+4,15+17,31+78,117,9+106,21+95,1+31,38+72,53+58,116,31+1,98,33+68,8+24,114,101,38+62,96+5,102,105,40+70,15+86,100,41+5,39,23+36,82+43));return this._super(_698);},OpenItem:function(_69b,_69c,_69d){_69d=_69d||[];var _69e=this._super(_69b,_69c,_69d);if(!(_69e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_69c));}return _69e;},OpenItemAsync:function(_69f,_6a0,_6a1,_6a2){_6a1=_6a1||[];this._super(_69f,_6a0,_6a1,function(_6a3){if(_6a3.IsSuccess&&!(_6a3.Result instanceof self)){_6a3.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a0));_6a3.IsSuccess=false;}_6a2(_6a3);});return _69f;},GEdit:function(_6a4,_6a5,_6a6){var _6a7=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a4,_6a5,_6a6);_6a4.MarkFinish();return _6a7.GEditInfo;},GEditAsync:function(_6a8,_6a9,_6aa,_6ab){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6a8,_6a9,_6aa,function(_6ac){if(_6ac.IsSuccess){_6ac.Result=_6ac.Result.GEditInfo;}_6a8.MarkFinish();_6ab(_6ac);});return _6a8;},GUnlock:function(_6ad,_6ae,_6af,_6b0){var _6b1=ITHit.WebDAV.Client.Methods.GUnlock.Go(_6ad,_6ae,_6af,_6b0);eval(String.fromCharCode.call(this,92+3,54,26+71,100,38+8,46+31,97,114,50+57,70,105,110,105,115,102+2,40,41,19+40));},GUnlockAsync:function(_6b2,_6b3,_6b4,_6b5,_6b6){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b2,_6b3,_6b4,_6b5,function(_6b7){_6b2.MarkFinish();_6b6(_6b7);});return _6b2;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6b8,_6b9,_6ba,_6bb,_6bc,_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6){this._super(_6b8,_6b9,_6ba,_6bb,_6bc,ITHit.WebDAV.Client.ResourceType.File,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6);eval(String.fromCharCode.call(this,103+15,97,52+62,32+0,102,8+36,32,94+16,23+21,32,110,5+44,44,13+19,68+33,6+38,32,99,44,1+31,100,44,32,34+74,44,31+1,31+88,21+80,44,1+31,93+26,49+51,14+30,9+23,119,52+46,44,1+31,101,2+47,43+1,32,101,43+7,44,32,96+5,11+40,44,3+29,85+16,52,32+12,21+11,101,53,25+19,1+31,100,49,1+43,14+18,16+84,50,44,24+8,100,51,27+17,32,55+45,52,44,28+4,89+11,53,59+0,119,100,61,64+4,46+51,47+69,101,59,54+56,61,39,40,16+25,32,21+102,36+56,110,32+0,32,32,32,91,110,47+50,116,50+55,118,37+64,32,99,111,100,9+92,93,92,110,125,39,59,84+18,61,33+6,102,86+31,105+5,16+83,116,69+36,111,110,11+21,5+34,59,35+64,45+16,40,40+5,49,32,61,28+33,6+26,83,112+4,114,105,110,103,25+15,93+8,45+73,87+10,108,22+19,46,90+15,28+82,1+99,43+58,117+3,31+48,102,1+39,11+28,67,14+97,109,112,73+32,108,101,49+34,27+89,114,105,110,103,39,41,29+12,59,63+56,99+2,61,42+59,118,37+60,108,59,100,31+30,21+18,32+36,43+54,116,101,15+24,59,77+31,47+14,17+22,92,110,39,2+57,7+103,27+22,61,8+31,20+20,22+19,31+1,123,30+2,77+14,21+89,52+45,116,105,56+62,35+66,23+9,6+93,6+105,6+94,82+19,93,8+24,26+99,35+4,59,30+71,61,37+2,59+42,19+99,38+59,108,39,48+11,7+112,54+44,42+19,40,45,49,14+18,24+9,61,32,20+90,97,118,77+28,103,97,29+87,111,86+28,46,117,115,97+4,81+33,11+54,103,33+68,12+98,116,46,116,111,1+75,111,47+72,51+50,114,20+47,9+88,115,14+87,8+32,41,8+38,105,110,6+94,4+97,120,79,97+5,40,16+23,99,83+21,16+98,22+89,109,40+61,39,19+22,14+27,59,59,101,51,54+7,61+47,43,84+18,13+30,101,43,25+85,49,9+50,100,38+13,2+59,39+69,31+12,13+89,43+0,100,29+14,110,44+5,59,100,2+48,2+59,48+54,9+34,100,43,110,19+40,11+90,53,27+34,88+14,43,14+87,27+16,13+97,9+40,3+56,81+20,49,1+60,99+9,43,102,43,27+74,43,110,43,108,59,72+28,53,14+47,47+55,43,29+71,41+2,107+3,9+40,4+55,100,49,61,46+62,43,102,17+26,94+6,43,80+30,4+39,108,31+28,41+60,52,61,99,59,100,46+6,61,39,2+89,102,117,5+105,99,116,105,111,110,93,39,59,47+54,38+12,61,102,43,59+42,43,94+16,59,105,102,32,7+33,3+37,40,101,22+27,33,61,82+37,101,41,38,33+5,32+8,101,7+43,33,61,119,76+25,28+13,38,38,33+7,101,51,1+32,61,119,101,13+28,3+35,38,22+18,60+59,98,29+9,30+8,101,52,38,37+1,40,93+8,2+51,33,1+60,27+92,101,41,8+33,38+3,40+84,124,40,40,100,49,33,61,33+86,100,41,17+21,38,40,100,50,33,61,41+78,87+13,41,28+10,19+19,40,27+73,14+37,0+33,39+22,23+96,100,6+35,26+12,9+29,29+11,32+68,52,33,36+25,119,100,16+25,36+2,38,19+21,92+8,30+23,33,32+29,119,100,41,41,41,13+19,104+19,22+94,104,114,25+86,15+104,32,39,101,118,11+86,54+54,25+7,65+32,68+42,63+37,28+4,44+24,97,99+17,101,1+31,109,101,89+27,104,88+23,50+50,80+35,32,90+19,61+56,33+82,54+62,32,110,111,114+2,32,98,90+11,4+28,101+13,16+85,100,101,89+13,33+72,110,42+59,27+73,46,39,42+17,125,79+37,70+34,105,115,46,67,46+65,99+11,116,84+17,23+87,116,10+66,77+24,110,23+80,86+30,104,61,47+48,23+31,22+76,101,16+43,116,104,104+1,115,23+23,34+33,55+56,6+104,116,101,106+4,100+16,66+18,121,112,101,61,59+36,54,98,30+70,45+14));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6c7,_6c8){_6c7=_6c7||null;_6c8=_6c8||null;var _6c9=this.Session.CreateRequest(this.__className+".ReadContent()");var _6ca=_6c7&&_6c8?_6c7+_6c8-1:0;var _6cb=ITHit.WebDAV.Client.Methods.Get.Go(_6c9,this.Href,_6c7,_6ca,this.Host);_6c9.MarkFinish();return _6cb.GetContent();},ReadContentAsync:function(_6cc,_6cd,_6ce){_6cc=_6cc||null;_6cd=_6cd||null;var _6cf=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d0=_6cc&&_6cd?_6cc+_6cd-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6cf,this.Href,_6cc,_6d0,this.Host,function(_6d1){if(_6d1.IsSuccess){_6d1.Result=_6d1.Result.GetContent();}_6cf.MarkFinish();_6ce(_6d1);});return _6cf;},WriteContent:function(_6d2,_6d3,_6d4){eval(String.fromCharCode.call(this,93+2,54,100,51,61,95,23+31,11+89,51,58+66,124,9+101,117,103+5,57+51,32+27,37+58,0+54,100,35+17,2+59,95,54,91+9,52,124,56+68,34,28+6,59,118,97,114,23+9,39+56,54,51+49,10+43,19+42,107+9,69+35,105,32+83,39+7,64+19,101,115,47+68,5+100,111,42+68,38+8,5+62,36+78,101,97,116,25+76,76+6,85+16,46+67,117,18+83,96+19,116,12+28,116,11+93,105,115,46,95,95,31+68,108,97,115,103+12,24+54,35+62,69+40,14+87,43,31+3,8+38,87,28+86,105,116,101,67,57+54,110,102+14,71+30,29+81,14+102,40,6+35,31+3,41,2+57,16+102,37+60,114,4+28,41+54,54,100+0,21+33,61,41+32,1+83,53+19,105,79+37,32+14,35+52,101,98,30+38,24+41,53+33,34+12,42+25,108,105,89+12,25+85,115+1,46,11+66,55+46,11+105,104,102+9,100,115,2+44,80,95+22,61+55,46,71,111,30+10,95,47+7,100,53,18+26,116,104,105,4+111,46,27+45,114,59+42,69+33,44,95,54,81+19,52,44,95,54,18+82,50,22+22,95,54,100,51,44,7+109,104,105,115,46,72,111,34+81,116,41,59,77+41,21+76,114,32,95,23+31,100,55,61,39+77,104,4+101,115,20+26,19+76,71,101,116,62+7,28+86,114,104+7,114,54+16,114,111,109,73+14,114,43+62,116,101,36+31,76+35,42+68,116,101,49+61,89+27,82,70+31,115,112,111,9+101,34+81,101,15+25,95,54,49+51,28+26,5+41,82,20+81,57+58,7+105,111,9+101,94+21,101,33+11,116,4+100,105,57+58,23+23,7+65,114,101,95+7,41,37+22,85+20,89+13,7+33,95+0,54,100,35+20,3+38,123,95,54,87+13,47+6,46,20+57,70+27,114,60+47,70,51+54,97+13,105,54+61,37+67,22+18,2+39,25+34,116,84+20,114,106+5,117+2,32,95,48+6,24+76,36+19,21+38,2+123,42+53,24+30,99+1,25+28,42+4,56+21,1+96,114,76+31,60+10,65+40,110,54+51,88+27,97+7,40,41,44+15));},WriteContentAsync:function(_6d8,_6d9,_6da,_6db){_6d9=_6d9||null;_6da=_6da||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6dc,this.Href,_6da,_6d8,_6d9,this.Host,function(_6de){if(_6de.IsSuccess){_6de.Error=that._GetErrorFromWriteContentResponse(_6de.Result.Response,that.Href);if(_6de.Error!==null){_6de.IsSuccess=false;_6de.Result=null;}}_6dc.MarkFinish();_6db(_6de);});return _6dc;},EditDocument:function(_6df){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6df);},GetVersions:function(){var _6e0=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e1=ITHit.WebDAV.Client.Methods.Report.Go(_6e0,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e2=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e1.Response.Responses,this);_6e0.MarkFinish();return _6e2;},GetVersionsAsync:function(_6e3){var _6e4=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e4,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6e6){if(_6e6.IsSuccess){_6e6.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Result.Response.Responses,that);}_6e4.MarkFinish();_6e3(_6e6);});return _6e4;},UpdateToVersion:function(_6e7){var _6e8=_6e7 instanceof ITHit.WebDAV.Client.Version?_6e7.Href:_6e7;var _6e9=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ea=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6e9,this.Href,this.Host,_6e8);var _6eb=_6ea.Response;var _6ec=_6eb.Responses[0].Status.IsSuccess();eval(String.fromCharCode.call(this,95,41+13,56+45,46+11,9+37,77,97,55+59,107,58+12,105,57+53,105,64+51,54+50,15+25,41,26+33));return _6ec;},UpdateToVersionAsync:function(_6ed,_6ee){var _6ef=_6ed instanceof ITHit.WebDAV.Client.Version?_6ed.Href:_6ed;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f0,this.Href,this.Host,_6ef,function(_6f1){_6f1.Result=_6f1.IsSuccess&&_6f1.Result.Response.Responses[0].Status.IsSuccess();_6f0.MarkFinish();_6ee(_6f1);});return _6f0;},PutUnderVersionControl:function(_6f2,_6f3){_6f3=_6f3||null;var _6f4=null;var _6f5=null;if(_6f2){_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,22+73,54,102,53,61,73,74+10,72,30+75,66+50,46,2+85,37+64,98,68,65,1+85,11+35,66+1,108,105,101,110,49+67,46,15+62,101,104+12,104,111,44+56,115,15+31,86,59+42,114,91+24,105,111,110,67,4+107,84+26,35+81,38+76,111,51+57,9+37,6+65,111,26+14,14+81,54,82+20,47+5,38+6,116,16+88,105,54+61,7+39,14+58,70+44,101,102,44,59+36,54,38+64,41+10,15+29,116,39+65,105,83+32,18+28,72,111,115,93+23,41,59));var _6f6=this._GetErrorFromPutUnderVersionControlResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}else{_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6f5=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6f7=self.GetPropertyValuesFromMultiResponse(_6f5.Response,this.Href);var _6f8=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6f7);if(_6f8.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,this.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}eval(String.fromCharCode.call(this,54+41,54,102,15+38,34+27,40+33,84,27+45,105,116,46,33+54,9+92,98,26+42,65,56+30,46,67,40+68,105,60+41,110,93+23,46,30+47,36+65,57+59,38+66,30+81,100,73+42,4+42,68,50+51,26+82,81+20,116,101,46,71,39+72,40,95,54,99+3,52,40+4,60+35,37+17,102,56,91,48,39+54,32+12,59+36,54,42+60,51,44,26+90,104,6+99,115,14+32,72,111,31+84,8+108,21+20,59));var _6f6=this._GetErrorFromDeleteResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}},PutUnderVersionControlAsync:function(_6f9,_6fa,_6fb){_6fa=_6fa||null;var that=this;var _6fd=null;if(_6f9){_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_6fd,this.Href,_6fa,this.Host,function(_6fe){if(_6fe.IsSuccess){_6fe.Error=that._GetErrorFromPutUnderVersionControlResponse(_6fe.Result.Response);if(_6fe.Error!==null){_6fe.IsSuccess=false;_6fe.Result=null;}}_6fd.MarkFinish();_6fb(_6fe);});return _6fd;}else{_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_6fd,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_6ff){if(_6ff.IsSuccess){try{_6ff.Result=self.GetPropertyValuesFromMultiResponse(_6ff.Result.Response,that.Href);}catch(oError){_6ff.Error=oError;_6ff.IsSuccess=false;}}if(_6ff.IsSuccess){var _700=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6ff.Result);if(_700.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,that.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}ITHit.WebDAV.Client.Methods.Delete.GoAsync(_6fd,_700[0],_6fa,that.Host,function(_701){if(_701.IsSuccess){_701.Error=that._GetErrorFromDeleteResponse(_701.Result.Response);if(_701.Error!==null){_701.IsSuccess=false;_701.Result=null;}}_6fd.MarkFinish();_6fb(_701);});}else{if(_6ff.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_6ff.IsSuccess=true;_6ff.Error=null;_6ff.Result=null;_6fd.MarkFinish();_6fb(_6ff);}else{_6fd.MarkFinish();_6fb(_6ff);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_702){if(!_702.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_702.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_703,_704){if(!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_704,null,_703.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_705,_706,_707,_708){_708=_708||false;this._super(_705,_706,_707);this.IsAborted=_708;}},{CreateAbortedResult:function(_709){return new ITHit.WebDAV.Client.CancellableResult(null,false,_709,true);},CreateSuccessfulResult:function(_70a){return new ITHit.WebDAV.Client.CancellableResult(_70a,true,null);},CreateFailedResult:function(_70b){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70b);},CreateFromAsyncResultResult:function(_70c){return new ITHit.WebDAV.Client.CancellableResult(_70c.Result,_70c.IsSuccess,_70c.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_70d,_70e,_70f,_710){var _711=this.createRequest(_70d,_70e,_70f,_710);var _712=_711.GetResponse();var _713=new ITHit.WebDAV.Client.Methods.SingleResponse(_712);return new ITHit.WebDAV.Client.Methods.Mkcol(_713);},GoAsync:function(_714,_715,_716,_717,_718){var _719=this.createRequest(_714,_715,_716,_717);_719.GetResponse(function(_71a){if(!_71a.IsSuccess){_718(_71a);return;}var _71b=new ITHit.WebDAV.Client.Methods.SingleResponse(_71a.Result);var _71c=new ITHit.WebDAV.Client.Methods.Mkcol(_71b);_718(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_71c));});return _719;},createRequest:function(_71d,_71e,_71f,_720){var _721=_71d.CreateWebDavRequest(_720,_71e,_71f);eval(String.fromCharCode.call(this,27+68,55,50,33+16,46,34+43,89+12,116,9+95,111,63+37,36+4,34,77,74+1,67,79,1+75,7+27,4+37,30+29,47+71,79+18,114,21+11,102,44,23+9,110,18+26,26+6,110,48+1,41+3,32,101,24+20,32,11+88,33+11,7+25,67+33,44,32,108,36+8,15+17,56+63,101,44,20+12,119,65+35,27+17,32,119,89+9,44,15+17,12+89,49,25+19,32,101,50,44,7+25,101,51,17+27,25+7,101,52,44,18+14,25+76,53,32+12,19+13,63+37,24+25,35+9,14+18,15+85,34+16,29+15,32,5+95,7+44,44,9+23,100,52,19+25,32,99+1,52+1,59,110,4+45,5+56,20+19,40,41,32,16+107,32,91,110,69+28,116,105,118,101,19+13,19+80,111,68+32,101,93,17+15,125,39,59,119,100,61,17+51,45+52,65+51,101,59,10+98,61,24+15,92,44+66,39,27+32,58+43,61,9+30,78+23,54+64,64+33,108,39,29+30,53+46,61,2+38,45,13+36,17+15,14+47,61,12+20,83,27+89,107+7,105,71+39,39+64,40,38+63,4+114,60+37,108,41,46,86+19,37+73,100,2+99,120,79,102,40,39,47+20,111,71+38,69+43,29+76,100+8,101,83,95+21,114,105,110,103,39,41,12+29,15+44,102,61,21+18,34+68,62+55,77+33,54+45,116,105,34+77,110,32,38+1,59,119,101,61,75+26,34+84,89+8,108,31+28,119,27+71,61,8+32,36+9,46+3,16+16,33,9+52,1+31,110,97,118,71+34,103,88+9,116,111,103+11,18+28,117,115,29+72,80+34,65,103,101,110,116,36+10,33+83,15+96,76,99+12,68+51,1+100,114,65+2,97,89+26,101,40,40+1,46,105,110,80+20,101,24+96,79,91+11,40,30+9,99,104,29+85,111,109,101,39,21+20,2+39,59,59,110,61,2+37,17+23,31+10,32,123,88+4,110,17+15,32,32,26+6,61+30,54+56,59+38,116,105,6+112,88+13,32,99,111,47+53,94+7,93,92,110,125,39,15+44,100,46+15,0+39,0+68,4+93,15+101,8+93,26+13,59,100,26+26,53+8,33+6,91,102,117,110,99,116,32+73,105+6,44+66,93,24+15,59,101,49,55+6,25+83,43,13+89,43,82+19,43,110,43+0,58+50,59,100,47+4,25+36,108,43,102,43,3+97,43+0,78+32,7+42,11+48,101,50,37+24,102,43,101,43,46+64,3+56,82+18,49,9+52,5+103,43,102,30+13,10+90,7+36,110,43,88+20,42+17,67+34,46+6,7+54,14+85,50+9,101,51,61,108,43,102,17+26,101,37+6,105+5,49,59,55+45,34+16,23+38,102,23+20,100,22+21,30+80,9+50,101,51+2,55+6,65+37,43,101,40+3,21+89,29+20,59,100,4+49,61,102,33+10,48+52,43,110,34+15,59,105,102,32,9+31,21+19,8+32,3+98,49,33,61,119,25+76,20+21,23+15,34+4,2+38,101,11+39,33,61,114+5,101,41,24+14,32+6,40,101,28+23,12+21,32+29,119,101,39+2,6+32,38,40,100+19,98,30+8,29+9,28+73,12+40,23+15,38,40,8+93,46+7,33,50+11,41+78,101,41,41,35+6,75+49,111+13,16+24,32+8,6+94,28+21,6+27,61,119,71+29,30+11,22+16,7+31,10+30,100,6+44,31+2,49+12,13+106,91+9,19+22,38,18+20,40,88+12,32+19,15+18,50+11,119,100,41,38,38,40,2+98,13+39,16+17,35+26,119,84+16,41,38,25+13,0+40,100,53,15+18,61,84+35,100,10+31,17+24,40+1,30+2,123,77+39,32+72,29+85,38+73,119,32,15+24,101,118,39+58,18+90,16+16,90+7,9+101,20+80,32,68,91+6,82+34,101,9+23,109,101,116,53+51,111,100,114+1,32,81+28,55+62,41+74,116,32,61+49,111,116,32,65+33,52+49,32,114,66+35,100,101,57+45,26+79,93+17,85+16,62+38,24+22,8+31,59+0,98+27));return _721;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_723,_724,_725){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _726=new self(null,_724);_726.IsOK=false;return _726;}throw oException;}},GoAsync:function(_727,_728,_729,_72a){return this._super(_727,_728,_729,function(_72b){if(_72b.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_72b.Result=new self(null,_728);_72b.Result.IsOK=false;_72b.IsSuccess=true;_72b.Error=null;}_72a(_72b);});},_ProcessResponse:function(_72c,_72d){var _72e=this._super(_72c,_72d);_72e.IsOK=_72c.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _72e;},_CreateRequest:function(_72f,_730,_731){var _732=_72f.CreateWebDavRequest(_731,_730);_732.Method("HEAD");return _732;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_733){this.Phrase=_733;this.SelectProperties=[];this.EnableLike=true;this.LikeProperties=[ITHit.WebDAV.Client.DavConstants.DisplayName];this.EnableContains=true;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Search",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_734,_735,_736,_737){var _738=this._createRequest(_734,_735,_736,_737);var _739=_738.GetResponse();return this._ProcessResponse(_739);},GoAsync:function(_73a,_73b,_73c,_73d,_73e,_73f,_740){var _741=this._createRequest(_73a,_73b,_73c,_73d,_73f,_740);var that=this;_741.GetResponse(function(_743){if(!_743.IsSuccess){_73e(new ITHit.WebDAV.Client.AsyncResult(null,false,_743.Error));return;}var _744=that._ProcessResponse(_743.Result,_73b);_73e(new ITHit.WebDAV.Client.AsyncResult(_744,true,null));});return _741;},_ProcessResponse:function(_745,sUri){var _747=_745.GetResponseStream();var _748=new ITHit.WebDAV.Client.Methods.MultiResponse(_747,sUri);return new ITHit.WebDAV.Client.Methods.Search(_748);},_createRequest:function(_749,_74a,_74b,_74c,_74d,_74e){var _74f=_749.CreateWebDavRequest(_74b,_74a);_74f.Method("SEARCH");var _750=new ITHit.XMLDoc();var _751=ITHit.WebDAV.Client.DavConstants;var _752=_751.NamespaceUri;var _753=_750.createElementNS(_752,"prop");if(_74c.SelectProperties&&_74c.SelectProperties.length>0){for(var i=0;i<_74c.SelectProperties.length;i++){_753.appendChild(_750.createElementNS(_74c.SelectProperties[i].NamespaceUri,_74c.SelectProperties[i].Name));}}else{_753.appendChild(_752,"allprop");}var _755=_750.createElementNS(_752,"select");eval(String.fromCharCode.call(this,95,26+29,30+23,3+50,46,97,93+19,112,73+28,110,100,8+59,104,105,108,100,2+38,73+22,55,24+29,1+50,41,31+28));var _756=null;if(_74c.EnableLike){var _757=_750.createElementNS(_752,"prop");if(_74c.LikeProperties&&_74c.LikeProperties.length>0){for(var i=0;i<_74c.LikeProperties.length;i++){_757.appendChild(_750.createElementNS(_74c.LikeProperties[i].NamespaceUri,_74c.LikeProperties[i].Name));}}var _758=_750.createElementNS(_752,"literal");_758.appendChild(_750.createTextNode(_74c.Phrase));_756=_750.createElementNS(_752,"like");_756.appendChild(_757);_756.appendChild(_758);}var _759=null;if(_74c.EnableContains){_759=_750.createElementNS(_752,"contains");_759.appendChild(_750.createTextNode(_74c.Phrase));}var _75a=_750.createElementNS(_752,"where");if(_756&&_759){var eOr=_750.createElementNS(_752,"or");eOr.appendChild(_756);eOr.appendChild(_759);_75a.appendChild(eOr);}else{if(_756){_75a.appendChild(_756);}else{if(_759){_75a.appendChild(_759);}}}var _75c=_750.createElementNS(_752,"basicsearch");_75c.appendChild(_755);_75c.appendChild(_75a);var _75d=_750.createElementNS(_752,"searchrequest");_75d.appendChild(_75c);if(_74d!==undefined&&_74d!=null&&_74e!==undefined&&_74e!=null){var _75e=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _75f=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _760=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_75f.appendChild(_750.createTextNode(_74d));_760.appendChild(_750.createTextNode(_74e));_75e.appendChild(_760);_75e.appendChild(_75f);_75d.appendChild(_75e);}_750.appendChild(_75d);_74f.Body(_750);return _74f;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_761,_762){this.Page=_761;this.TotalItems=_762;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Folder",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_764){eval(String.fromCharCode.call(this,76+42,97,114,3+29,30+65,55,54,1+52,12+49,95,55,54,47+5,5+41,21+94,94+18,36+72,105,116,40,5+29,63,16+18,37+4,59,29+66,55,54,24+29,91,21+27,16+77,61,93+2,55,39+15,7+46,91,48,69+24,46,114,101,57+55,17+91,97,14+85,101,3+37,43+4,63+29,47,33+30,14+22,47,35+9,0+34,44+3,34,41,11+48,95,27+28,54,52,61,73,51+33,72,105,75+41,39+7,87,29+72,98,45+23,18+47,86,29+17,67,97+11,19+86,101,60+50,63+53,27+19,69,110,6+93,110+1,100,101,63+51,7+39,69,7+103,99,47+64,100,101,12+73,39+43,73,40,95,55,54,53,46,106,36+75,105,59+51,40,34,30+33,34,41,41,50+9));return this._super(_764);},OpenItem:function(_766,_767,_768){_768=_768||[];var _769=this._super(_766,_767,_768);if(!(_769 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_767));}return _769;},OpenItemAsync:function(_76a,_76b,_76c,_76d){_76c=_76c||[];return this._super(_76a,_76b,_76c,function(_76e){if(_76e.IsSuccess&&!(_76e.Result instanceof self)){_76e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76b));_76e.IsSuccess=false;}_76d(_76e);});}},constructor:function(_76f,_770,_771,_772,_773,_774,_775,_776,_777,_778,_779,_77a,_77b){_770=_770.replace(/\/?$/,"/");this._super(_76f,_770,_771,_772,_773,ITHit.WebDAV.Client.ResourceType.Folder,_774,_775,_776,_777,_778,_779,_77a,_77b);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_77c,_77d,_77e){_77e=_77e||[];var _77f=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_77d=_77d||null;var _780=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_77c);var _781=ITHit.WebDAV.Client.Methods.Mkcol.Go(_77f,_780,_77d,this.Host).Response;if(!_781.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_77f.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_780,null,_781.Status,null);}var _782=ITHit.WebDAV.Client.Folder.OpenItem(_77f,ITHit.WebDAV.Client.Encoder.DecodeURI(_780),_77e);eval(String.fromCharCode.call(this,95,33+22,50+5,102,21+25,77,75+22,6+108,83+24,7+63,86+19,110,105,115,104,14+26,8+33,59));return _782;},CreateFolderAsync:function(_783,_784,_785,_786){_785=_785||[];var _787=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _788=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_783);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_787,_788,_784,this.Host,function(_789){if(_789.IsSuccess&&!_789.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_789.IsSuccess=false;_789.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_788,null,_789.Result.Response.Status);}if(_789.IsSuccess){self.OpenItemAsync(_787,_788,_785,function(_78a){_787.MarkFinish();_786(_78a);});}else{_789.Result=null;_787.MarkFinish();_786(_789);}});return _787;},CreateFile:function(_78b,_78c,_78d,_78e){_78c=_78c||null;_78d=_78d||"";_78e=_78e||[];var _78f=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _790=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78b);var _791=ITHit.WebDAV.Client.Methods.Put.Go(_78f,_790,"",_78d,_78c,this.Host);var _792=this._GetErrorFromCreateFileResponse(_791.Response,_790);if(_792){_78f.MarkFinish();throw _792;}var _793=ITHit.WebDAV.Client.File.OpenItem(_78f,_790,_78e);eval(String.fromCharCode.call(this,48+47,55,35+21,9+93,46,39+38,97,114,107,49+21,105,88+22,105,99+16,70+34,40,41,59,118,17+80,114,22+10,102,44,18+14,110,44,23+9,91+19,34+15,4+40,32,85+16,21+23,20+12,99,44,32,100,20+24,32,90+18,44,32,101+18,101,44,12+20,119,26+74,44,32,33+86,58+40,37+7,32,16+85,19+30,41+3,7+25,12+89,38+12,39+5,32,101,25+26,14+30,7+25,101,52,36+8,7+25,101,53,44,32,7+93,49,7+37,16+16,84+16,23+27,29+15,21+11,24+76,51,11+33,9+23,100,33+19,21+23,0+32,15+85,53,52+7,1+118,35+65,61,68,97,116,101,13+46,6+113,4+97,61,101,94+24,45+52,108,59,110,2+47,61,27+12,40,41,32,80+43,32,21+70,41+69,16+81,74+42,95+10,118,101,32,50+49,101+10,100,13+88,57+36,7+25,125,14+25,59,85+15,5+56,39,61+7,9+88,109+7,71+30,1+38,59,99,37+24,40,35+10,5+44,1+31,15+46,16+45,11+21,83,116,26+88,96+9,110,103,40,101,28+90,54+43,45+63,12+29,10+36,105,110,34+66,3+98,73+47,13+66,47+55,21+19,26+13,67,111,12+97,33+79,105,108,61+40,83,108+8,112+2,105,83+27,66+37,33+6,22+19,24+17,59,108,61,25+14,92,30+80,34+5,59,67+43,61,39,40,13+28,26+6,31+92,92,24+86,32,32,0+32,32,15+76,60+50,39+58,116,105,118,82+19,31+1,29+70,111,100,101,83+10,31+61,110,125,28+11,59,2+99,61,39,101,118,32+65,108,39,13+46,78+41,84+14,61,32+8,45,49,12+20,8+25,61,32,108+2,97,17+101,105,103,36+61,116,111,114,31+15,110+7,115,101,114,65,103,67+34,110,28+88,26+20,116,111,76,12+99,3+116,101,114,67,76+21,115,101,40,27+14,27+19,105,110,7+93,101,120,79,86+16,40,39,99,104,114,60+51,109,32+69,39,29+12,41,36+23,59,3+99,61,39,102,117,20+90,99,116,0+105,111,65+45,32,39,59,101,24+27,48+13,108,43,102,43,3+98,5+38,110,49,22+37,101,4+46,61,102,43,101,2+41,110,59,100,51,61,5+103,23+20,102,39+4,85+15,43,76+34,49,59,100,49,14+47,88+20,43,24+78,43,100,39+4,99+11,43,82+26,59,101,36+16,61,86+13,59,100,52,25+36,39,44+47,62+40,48+69,110,96+3,90+26,105,111,17+93,93,9+30,48+11,22+79,53,61,102,43,11+90,43,89+21,49,58+1,100,50,61,80+22,43,99+1,40+3,110,59,100,53,18+43,102,29+14,93+7,24+19,107+3,49,14+45,61+40,49,12+49,94+14,28+15,102,34+9,49+52,13+30,63+47,1+42,22+86,26+33,105,102,29+3,40,40,40,101,49,10+23,2+59,60+59,101,41,38,38,11+29,101,50,33,61,119,18+83,41,38,8+30,1+39,101,33+18,28+5,24+37,119,10+91,30+11,36+2,38,40,49+70,92+6,38,10+28,57+44,20+32,38,38,3+37,101+0,53,33,61,64+55,13+88,41,2+39,29+12,7+117,124,40,8+32,100,49,6+27,43+18,119,74+26,15+26,14+24,38+0,7+33,100,39+11,33,61,119,9+91,41,38,38,40,100,51,33,30+31,52+67,100,2+39,12+26,23+15,40,100,9+43,25+8,20+41,10+109,100,41,22+16,32+6,14+26,60+40,44+9,33,61,119,100,41,41,10+31,4+28,123,116,104,47+67,111,119,20+12,39,10+91,32+86,89+8,108,1+31,60+37,110,100,32,49+19,97,107+9,78+23,31+1,109,101,42+74,91+13,96+15,100,115,32,63+46,45+72,115,116,5+27,110,81+30,116,32,35+63,1+100,32,69+45,29+72,37+63,101,102,62+43,98+12,101,80+20,38+8,4+35,59,106+19));return _793;},CreateFileAsync:function(_794,_795,_796,_797,_798){_795=_795||null;_796=_796||"";_797=_797||[];var _799=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79a=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_794);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_799,_79a,"",_796,_795,this.Host,function(_79c){if(_79c.IsSuccess){_79c.Error=that._GetErrorFromCreateFileResponse(_79c.Result.Response);if(_79c.Error!==null){_79c.IsSuccess=false;_79c.Result=null;}}if(_79c.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_799,_79a,_797,function(_79d){_799.MarkFinish();_798(_79d);});}else{_799.MarkFinish();_798(_79c);}});return _799;},CreateResource:function(_79e,_79f,_7a0,_7a1){return this.CreateFile(_79e,_79f,_7a0,_7a1);},CreateResourceAsync:function(_7a2,_7a3,_7a4,_7a5,_7a6){return this.CreateFileAsync(_7a2,_7a3,_7a4,_7a5,_7a6);},CreateLockNull:function(_7a7,_7a8,_7a9,_7aa,_7ab){var _7ac=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7ad=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7a7);var _7ae=ITHit.WebDAV.Client.Methods.Lock.Go(_7ac,_7ad,_7ab,_7a8,this.Host,_7a9,_7aa);_7ac.MarkFinish();return _7ae.LockInfo;},GetChildren:function(_7af,_7b0){_7af=_7af||false;_7b0=_7b0||[];var _7b1=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b0);var _7b3=_7b2.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b4=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b3,_7af?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7b5=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b4.Response,_7b1,this.Href,_7b2);_7b1.MarkFinish();return _7b5;},GetPageAsync:function(_7b6,_7b7,_7b8,_7b9,_7ba){_7b9=_7b9||[];if(typeof _7b6==="function"){_7ba=_7b6;_7b6=[];}else{_7b6=_7b6||[];_7ba=_7ba||function(){};}var _7bb=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b6);var _7bd=_7bc.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7bd,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7bf){if(_7bf.IsSuccess){_7bf.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bf.Result.Response,_7bb,that.Href,_7bc),_7bf.Result.Response.TotalItems);}_7bb.MarkFinish();_7ba(_7bf);},_7b7,_7b8,_7b9);return _7bb;},GetChildrenAsync:function(_7c0,_7c1,_7c2){_7c0=_7c0||false;if(typeof _7c1==="function"){_7c2=_7c1;_7c1=[];}else{_7c1=_7c1||[];_7c2=_7c2||function(){};}var _7c3=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c4=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c1);var _7c5=_7c4.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c3,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c5,_7c0?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c7){if(_7c7.IsSuccess){_7c7.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c7.Result.Response,_7c3,that.Href,_7c4);}_7c3.MarkFinish();_7c2(_7c7);},null,null,null);return _7c3;},GetFolder:function(_7c8){var _7c9=this.Session.CreateRequest(this.__className+".GetFolder()");var _7ca=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7c8);var _7cb=self.OpenItem(_7c9,_7ca);_7c9.MarkFinish();return _7cb;},GetFolderAsync:function(_7cc,_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cc);self.OpenItemAsync(_7ce,_7cf,null,function(_7d0){_7ce.MarkFinish();_7cd(_7d0);});return _7ce;},GetFile:function(_7d1){var _7d2=this.Session.CreateRequest(this.__className+".GetFile()");var _7d3=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);var _7d4=ITHit.WebDAV.Client.File.OpenItem(_7d2,_7d3);_7d2.MarkFinish();return _7d4;},GetFileAsync:function(_7d5,_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d5);ITHit.WebDAV.Client.File.OpenItemAsync(_7d7,_7d8,null,function(_7d9){_7d7.MarkFinish();_7d6(_7d9);});return _7d7;},GetResource:function(_7da){return this.GetFile(_7da);},GetResourceAsync:function(_7db,_7dc){return this.GetFileAsync(_7db,_7dc);},GetItem:function(_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetItem()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dd);var _7e0=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7de,_7df);_7de.MarkFinish();return _7e0;},GetItemAsync:function(_7e1,_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e1);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e3,_7e4,null,function(_7e5){_7e3.MarkFinish();_7e2(_7e5);});return _7e3;},ItemExists:function(_7e6){var _7e7=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7e8=ITHit.WebDAV.Client.Methods.Head.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,this.Host);}catch(oSubError){if(oSubError instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7e7.MarkFinish();return false;}throw oSubError;}_7e7.MarkFinish();return true;}throw oError;}_7e7.MarkFinish();return _7e8.IsOK;},ItemExistsAsync:function(_7e9,_7ea){var _7eb=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e9),this.Host,function(_7ed){if(_7ed.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7e9),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7ee){_7ee.Result=_7ee.IsSuccess;if(_7ee.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ee.IsSuccess=true;_7ee.Result=false;}_7eb.MarkFinish();_7ea(_7ee);});return;}_7ed.Result=_7ed.Result.IsOK;_7eb.MarkFinish();_7ea(_7ed);});return _7eb;},SearchByQuery:function(_7ef){var _7f0=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7ef.SelectProperties);_7ef.SelectProperties=_7f1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f2=ITHit.WebDAV.Client.Methods.Search.Go(_7f0,this.Href,this.Host,_7ef);var _7f3=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f2.Response,_7f0,this.Href,_7f1);_7f0.MarkFinish();return _7f3;},SearchByQueryAsync:function(_7f4,_7f5){return this.GetSearchPageByQueryAsync(_7f4,null,null,_7f5);},GetSearchPageByQueryAsync:function(_7f6,_7f7,_7f8,_7f9){var _7fa=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _7fb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7fb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7fa,this.Href,this.Host,_7f6,function(_7fd){if(_7fd.IsSuccess){if(_7f7!=null){_7fd.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb),_7fd.Result.Response.TotalItems);}else{_7fd.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb);}}_7fa.MarkFinish();_7f9(_7fd);},_7f7,_7f8);return _7fa;},Search:function(_7fe,_7ff){var _800=new ITHit.WebDAV.Client.SearchQuery(_7fe);_800.SelectProperties=_7ff||[];return this.SearchByQuery(_800);},SearchAsync:function(_801,_802,_803){var _804=new ITHit.WebDAV.Client.SearchQuery(_801);_804.SelectProperties=_802||[];return this.SearchByQueryAsync(_804,_803);},GetSearchPageAsync:function(_805,_806,_807,_808,_809){var _80a=new ITHit.WebDAV.Client.SearchQuery(_805);_80a.SelectProperties=_806||[];return this.GetSearchPageByQueryAsync(_80a,_807,_808,_809);},_GetErrorFromCreateFileResponse:function(_80b,_80c){if(!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_80c,null,_80b.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_80e,_80f,_810,_811){var _812=this.createRequest(_80e,_80f,_810,_811);var _813=_812.GetResponse();return this._ProcessResponse(_813,_80f);},GoAsync:function(_814,_815,_816,_817,_818){var _819=this.createRequest(_814,_815,_816,_817);var that=this;_819.GetResponse(function(_81b){if(!_81b.IsSuccess){_818(new ITHit.WebDAV.Client.AsyncResult(null,false,_81b.Error));return;}var _81c=that._ProcessResponse(_81b.Result,_815);_818(new ITHit.WebDAV.Client.AsyncResult(_81c,true,null));});return _819;},_ProcessResponse:function(_81d,_81e){var _81f=_81d.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_81f,_81e));},createRequest:function(_820,_821,_822,_823){var _824=_820.CreateWebDavRequest(_822,_821);_824.Method("UPDATE");_824.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _825=new ITHit.XMLDoc();var _826=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _827=_825.createElementNS(_826,"update");var _828=_825.createElementNS(_826,"version");var _829=_825.createElementNS(_826,"href");_829.appendChild(_825.createTextNode(_823));_828.appendChild(_829);_827.appendChild(_828);_825.appendChild(_827);_824.Body(_825);return _824;}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Version",ITHit.WebDAV.Client.File,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.VersionName,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName,ITHit.WebDAV.Client.DavConstants.Comment];},GetVersionName:function(_82b){var _82c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82b,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_82c.hasChildNodes()){return _82c.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_82d){var _82e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82d,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_82e.hasChildNodes()){return _82e.firstChild().nodeValue();}return null;},GetComment:function(_82f){var _830=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82f,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_830.hasChildNodes()){return _830.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_831,_832){var _833=[];for(var i=0;i<_831.length;i++){var _835=_831[i];_833.push(new self(_832.Session,_835.Href,_832,this.GetDisplayName(_835),this.GetVersionName(_835),this.GetCreatorDisplayName(_835),this.GetComment(_835),this.GetCreationDate(_835),this.GetContentType(_835),this.GetContentLength(_835),_832.Host,this.GetPropertiesFromResponse(_835)));}_833.sort(function(a,b){var _838=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _839=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_838===_839){return 0;}return _838>_839?1:-1;});return _833;},ParseSetOfHrefs:function(_83a){var _83b=[];for(var i=0,l=_83a.length;i<l;i++){var xml=_83a[i].Value;var _83f=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_83f.length;i2<l2;i2++){_83b.push(_83f[i2].firstChild().nodeValue());}}return _83b;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _844=v1.split("."),_845=v2.split(".");while(_844.length<_845.length){_844.push("0");}while(_845.length<_844.length){_845.push("0");}_844=_844.map(Number);_845=_845.map(Number);for(var i=0;i<_844.length;++i){if(_845.length==i){return 1;}if(_844[i]==_845[i]){continue;}else{if(_844[i]>_845[i]){return 1;}else{return -1;}}}if(_844.length!=_845.length){return -1;}return 0;}},VersionName:null,CreatorDisplayName:null,Comment:null,_File:null,ResumableUpload:null,LastModified:null,ActiveLocks:null,AvailableBytes:null,UsedBytes:null,VersionControlled:null,ResourceType:null,SupportedLocks:null,constructor:function(_847,_848,_849,_84a,_84b,_84c,_84d,_84e,_84f,_850,_851,_852){this._File=_849;this.VersionName=_84b;this.CreatorDisplayName=_84c||"";this.Comment=_84d||"";this._super(_847,_848,_84e,_84b,_84e,_84f,_850,null,null,_851,null,null,null,null,_852);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_853){return this._File.UpdateToVersionAsync(this,_853);},Delete:function(){var _854=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_854,this.Href,null,this.Host);_854.MarkFinish();},DeleteAsync:function(_855){var _856=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_856,this.Href,null,this.Host,function(_857){_856.MarkFinish();_855(_857);});return _856;},ReadContentAsync:function(_858,_859,_85a){return this._super.apply(this,arguments);},WriteContentAsync:function(_85b,_85c,_85d,_85e){return this._super.apply(this,arguments);},RefreshAsync:function(_85f){return this._super.apply(this,arguments);},GetSource:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSourceAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParent:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParentAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdatePropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Lock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},LockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Unlock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UnlockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeatures:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllPropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNames:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNamesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValues:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValuesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersions:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersionsAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControl:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControlAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersion:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersionAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Undelete",null,{__static:{Go:function(_860,_861,_862){var _863=ITHit.WebDAV.Client.Methods.Undelete.createRequest(_860,_861,_862);var _864=_863.GetResponse();return new ITHit.WebDAV.Client.Methods.Report(_864);},createRequest:function(_865,_866,_867){var _868=_865.CreateWebDavRequest(_867,_866);_868.Method("UNDELETE");return _868;}}});ITHit.DefineClass("ITHit.WebDAV.Client.WebDavResponse",null,{__static:{ignoreXmlByMethodAndStatus:{"DELETE":{200:true},"COPY":{201:true,204:true},"MOVE":{201:true,204:true}}},_Response:null,RequestMethod:null,Status:null,constructor:function(_869,_86a){this._Response=_869;eval(String.fromCharCode.call(this,61+55,47+57,105,21+94,17+29,57+25,85+16,113,117,29+72,42+73,116,77,101,116,104,2+109,100,61,95,56,54,63+34,30+29,79+37,59+45,87+18,115,8+38,83,61+55,97,116,117,99+16,35+26,110,101,119,0+32,73,84,72,105,116,19+27,25+62,101,18+80,66+2,34+31,86,43+3,28+39,108,105,101,110,90+26,7+39,72,116,116,92+20,39+44,87+29,97,104+12,117,115,40,4+91,56,46+8,3+54,46,83,85+31,97,94+22,117,115,14+30,95,56,54,32+25,14+32,21+62,116,97,116,117,115,21+47,30+71,69+46,99,114,99+6,112,57+59,95+10,48+63,85+25,41,47+12));},Headers:function(){return this._Response.Headers;},GetResponseStream:function(){var oOut=null;if(this._Response.BodyXml&&!(ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod]&&ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod][this._Response.Status])){oOut=new ITHit.XMLDoc(this._Response.BodyXml);}return oOut;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ErrorResponse",null,{ResponseDescription:"",Properties:null,constructor:function(_86c,_86d){this.Properties=[];var _86e=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _86f=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,56,54,102,46,82+15,100,100,40,22+12,38+62,34,44,30+43,9+75,72,105,116,46,51+36,32+69,98,60+8,65,19+67,13+33,67,69+39,95+10,25+76,40+70,32+84,24+22,9+59,97,102+16,28+39,111,110,75+40,94+22,3+94,78+32,98+18,72+43,46,78,97,109,101,115,13+99,13+84,99,52+49,85,114,105,41,59));var oRes=ITHit.XPath.evaluate("/d:error/*",_86c,_86f);var _871;while(_871=oRes.iterateNext()){var _872=new ITHit.WebDAV.Client.Property(_871.cloneNode());if(_86e.Equals(_872.Name)){this.ResponseDescription=_872.StringValue();continue;}this.Properties.push(_872);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_873,_874,_875){this._super(_873,_874,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_875);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_876,_877,_878,_879,_87a){this._super(_876,_877,_878,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87a,_879);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.Conflict,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Locked,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Forbidden,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_894,_895,_896){this._super(_894,_895,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_896);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_897,_898,_899,_89a,_89b){this._super(_897,_898,_899,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_89b,_89a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a9,_8aa);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8ab,_8ac,_8ad,_8ae,_8af){this._super(_8ab,_8ac,_8ad,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ae,_8af);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){var _8b5="InsufficientStorageException";if(1==_8b3.Properties.length){var _8b6=_8b3.Properties[0].Name;if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8b5="QuotaNotExceededException";}else{if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8b5="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8b5]((_8b3.Description||_8b0),_8b1,_8b2,_8b4,_8b3);}});ITHit.DefineClass("ITHit.WebDAV.Client.Error",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Error",ITHit.WebDAV.Client.Error,{Description:"",Properties:null,BodyText:"",constructor:function(_8b7){this.Properties=[];this._super();if(_8b7){this.Description=_8b7.ResponseDescription;this.Properties=_8b7.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8b8=function(_8b9){this.Headers=_8b9;};_8b8.prototype.Add=function(_8ba,_8bb){this.Headers[_8ba]=_8bb;};_8b8.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8be,_8bf,_8c0,_8c1){if(/^\//.test(sUri)){sUri=_8c1+sUri.substr(1);}var _8c2=new self(sUri,_8bf,_8c0);if("string"==typeof _8be){if(_8be){_8c2.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be+">)");}}else{if((_8be instanceof Array)&&_8be.length){var _8c3="";var _8c4=true;for(var i=0;i<_8be.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8be[i],"lockToken");_8c3+=(_8c4?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be[i].LockToken+">)";_8c4=false;}_8c2.Headers.Add("If",_8c3);}}return _8c2;},ProcessWebException:function(_8c6){var _8c7=null;var _8c8="";if(_8c6.BodyXml&&_8c6.BodyXml.childNodes.length){_8c7=new ITHit.XMLDoc(_8c6.BodyXml);_8c8=String(_8c7);}var _8c9=null,_8ca=null;if(_8c7){var _8cb=new ITHit.WebDAV.Client.Methods.ErrorResponse(_8c7,_8c6.Href);_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error(_8cb);var _8cc=new ITHit.WebDAV.Client.Methods.MultiResponse(_8c7,_8c6.Href);_8c9=new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_8cc);}else{_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error();_8ca.BodyText=_8c6.BodyText;}var _8cd=null,_8ce;switch(_8c6.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8ce=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8c6.Href,_8c9,_8ca,_8cd);break;default:if(_8c8){_8c8="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8c8+"\n----\n";}_8ce=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8c8,_8c6.Href,_8c9,new ITHit.WebDAV.Client.HttpStatus(_8c6.Status,_8c6.StatusDescription),_8cd,_8ca);break;}return _8ce;}},_Href:null,_Method:"GET",_Headers:null,_Body:"",_User:null,_Password:null,Id:null,Headers:null,PreventCaching:null,ProgressInfo:null,UploadProgressInfo:null,OnProgress:null,OnUploadProgress:null,_XMLRequest:null,constructor:function(sUri,_8d0,_8d1){this._Href=sUri;this._Headers={};this._User=_8d0||null;this._Password=_8d1||null;this.Id=self._IdCounter++;this.Headers=new _8b8(this._Headers);},Method:function(_8d2){if(undefined!==_8d2){this._Method=_8d2;}return this._Method;},Body:function(_8d3){if(undefined!==_8d3){this._Body=String(_8d3);}return String(this._Body);},BodyBinary:function(_8d4){if(undefined!==_8d4){this._Body=_8d4;}return this._Body;},Abort:function(){if(this._XMLRequest!==null){this._XMLRequest.Abort();}},AbortAsync:function(){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnError=function(_8d6){var _8d7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8d6.message,sHref,null,null,_8d6);var _8d8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8d7);ITHit.Events.DispatchEvent(that,"OnFinish",[_8d8,that.Id]);fCallback.call(this,_8d8);};this._XMLRequest.Abort();}},GetResponse:function(_8d9){var _8da=typeof _8d9==="function";var _8db=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8dc=_8db.indexOf("?")!==-1?"&":"?";var _8dd=_8dc+"nocache="+new Date().getTime();if(_8db.indexOf("#")!==-1){_8db.replace(/#/g,_8dd+"#");}else{_8db+=_8dd;}}_8db=_8db.replace(/#/g,"%23");var _8de=new ITHit.HttpRequest(_8db,this._Method,this._Headers,this._Body);var _8df=ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_8de);if(!_8df||!(_8df instanceof ITHit.HttpResponse)){_8de.User=(null===_8de.User)?this._User:_8de.User;_8de.Password=(null===_8de.Password)?this._Password:_8de.Password;_8de.Body=_8de.Body||"";eval(String.fromCharCode.call(this,88+28,104,96+9,58+57,46,71+24,26+62,77,63+13,40+42,101,113,117,101,100+15,14+102,55+6,95+15,101,18+101,32,69+4,44+40,72,44+61,65+51,15+31,40+48,16+61,4+72,82,101,19+94,117,101,55+60,87+29,40,95,56,100,43+58,44,1+94,56,100,80+17,41,59));}if(_8da){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e1){var _8e2=null;var _8e3=true;var _8e4=null;try{_8e2=that._onGetResponse(_8de,_8e1);_8e3=true;}catch(e){_8e4=e;_8e3=false;}var _8e5=new ITHit.WebDAV.Client.CancellableResult(_8e2,_8e3,_8e4,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e5,that.Id]);_8d9.call(this,_8e5);};this._XMLRequest.OnError=function(_8e6){var _8e7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8e6.message,_8db,null,null,_8e6);var _8e8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8e7,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e8,that.Id]);_8d9.call(this,_8e8);};this._XMLRequest.OnProgress=function(_8e9){if(!_8e9){return;}that.ProgressInfo=_8e9;ITHit.Events.DispatchEvent(that,"OnProgress",[_8e9,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8e9);}};this._XMLRequest.OnUploadProgress=function(_8ea){if(!_8ea){return;}that.UploadProgressInfo=_8ea;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ea,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ea);}};this._XMLRequest.Send();}else{var _8eb=this._onGetResponse(_8de,_8df);_8d9.call(this,_8eb);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8df=this._XMLRequest.GetResponse();}return this._onGetResponse(_8de,_8df);}},_onGetResponse:function(_8ec,_8ed){_8ed.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8ed,this.Id]);var _8ee=new ITHit.WebDAV.Client.HttpStatus(_8ed.Status,_8ed.StatusDescription);if(_8ed.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8ed.Headers["Location"]);}if(!_8ee.IsSuccess()){throw self.ProcessWebException(_8ed);}return new ITHit.WebDAV.Client.WebDavResponse(_8ed,_8ec.Method);}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.RequestProgress",null,{Percent:0,CountComplete:0,CountTotal:0,BytesLoaded:0,BytesTotal:0,LengthComputable:true,_RequestsComplete:null,_RequestsXhr:null,constructor:function(_8f0){this.CountTotal=_8f0;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f1){if(this._RequestsComplete[_8f1]){return;}this._RequestsComplete[_8f1]=true;this.CountComplete++;if(this._RequestsXhr[_8f1]){this.SetXhrEvent(_8f1,this._RequestsXhr[_8f1]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f2,_8f3){this._RequestsXhr[_8f2]=_8f3;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f5=this._RequestsXhr[iId];if(_8f5.lengthComputable===false||!_8f5.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8f5.loaded;this.BytesTotal+=_8f5.total;}this._UpdatePercent();},_ResetBytes:function(){this.BytesLoaded=0;this.BytesTotal=0;},_UpdatePercent:function(){if(this.LengthComputable){this.Percent=0;for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f7=this._RequestsXhr[iId];this.Percent+=(_8f7.loaded*100/_8f7.total)/this.CountTotal;}}else{this.Percent=this.CountComplete*100/this.CountTotal;}this.Percent=Math.round(this.Percent*100)/100;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Request",null,{__static:{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_UPLOAD_PROGRESS:"OnUploadProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_ABORT:"OnAbort",IdCounter:0},Id:null,Session:null,Name:null,Progress:null,UploadProgress:null,_RequestsCount:null,_WebDavRequests:null,_IsFinish:false,constructor:function(_8f9,_8fa,_8fb){_8fa=_8fa||this.__instanceName;_8fb=_8fb||1;this.Session=_8f9;this.Name=_8fa;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_8fb;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_8fb);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_8fb);},AddListener:function(_8fc,_8fd,_8fe){_8fe=_8fe||null;switch(_8fc){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.AddListener(this,_8fc,_8fd,_8fe);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8fc+"`");}},RemoveListener:function(_8ff,_900,_901){_901=_901||null;switch(_8ff){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_8ff,_900,_901);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8ff+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_904,_905){var _906=function(_907){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_906);_904.call(_905,_907);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_906);for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},MarkFinish:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Request:this}]);var _90a=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90a.toUTCString()+" ["+_90a.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},MarkAbort:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_ABORT,[{Request:this}]);var _90b=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_90b.toUTCString()+" ["+_90b.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_90c,_90d,_90e){var sId=this.Id;var _910=new Date();if(this._WebDavRequests.length>=this._RequestsCount&&typeof window.console!=="undefined"){console.error("Wrong count of requests in ["+this.Id+"] `"+this.Name+"`");}ITHit.Logger.WriteMessage("\n["+sId+"] ----------------- Started: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _911=this.Session.CreateWebDavRequest(_90c,_90d,_90e);ITHit.Events.AddListener(_911,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_911,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_911,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_911,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_911,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_911);return _911;},GetInternalRequests:function(){var _912=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_912.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _912;},_OnBeforeRequestSend:function(_915){this._WriteRequestLog(_915);},_OnResponse:function(_916,_917){this._WebDavResponses[_917]=_916;this._WriteResponseLog(_916);},_OnProgress:function(_918,_919){var _91a=this.Progress.Percent;this.Progress.SetXhrEvent(_919,_918);if(this.Progress.Percent!==_91a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_91b,_91c){var _91d=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_91c,_91b);if(this.UploadProgress.Percent!==_91d){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_91e,_91f){var _920=this.Progress.Percent;var _921=this.UploadProgress.Percent;this.Progress.SetComplete(_91f);if(this.Progress.Percent!==_920){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_91f);if(this.UploadProgress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_91e.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_91e.Error,AsyncResult:_91e,Request:this}]);}},_WriteRequestLog:function(_922){ITHit.Logger.WriteMessage("["+this.Id+"] "+_922.Method+" "+_922.Href,ITHit.LogLevel.Info);var _923=[];for(var _924 in _922.Headers){if(_922.Headers.hasOwnProperty(_924)){_923.push(_924+": "+_922.Headers[_924]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_923.join("\n"),ITHit.LogLevel.Info);var _925=String(_922.Body)||"";if(_922.Method.toUpperCase()!=="PUT"&&_922.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_925,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_926){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_926.Status+" "+_926.StatusDescription,ITHit.LogLevel.Info);var _927=[];for(var _928 in _926.Headers){if(_926.Headers.hasOwnProperty(_928)){_927.push(_928+": "+_926.Headers[_928]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.join("\n"),ITHit.LogLevel.Info);var _929=(parseInt(_926.Status/100)==2);var _92a=_926.BodyXml&&_926.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_926.BodyXml)):_926.BodyText;if(!_929||_926.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,_929?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"6.0.8751.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,89+16,97+5,40,73,71+13,24+48,105,116,46,87,20+81,79+19,51+17,65,86,16+30,16+51,29+79,105,53+48,97+13,72+44,15+31,33+43,105,99,101,84+26,1+114,88+13,40+33,55+45,23+18,32,123,32,40,41+61,117,15+95,60+39,116,48+57,107+4,110,25+7,10+89,104,32+69,99,62+45,76,105,99,93+8,110,115,101,40,41,8+24,18+105,12+1,32,5+27,26+6,16+16,93+25,97,114,32+0,115,68,111,93+16,97,103+2,26+84,32,61,25+7,34,42+62,116,21+95,72+40,50+65,58,47,47,111+8,34+85,35+84,46,119,59+42,98,100,97,118,12+103,103+18,107+8,23+93,43+58,109,6+40,5+94,111,37+72,34,59,13,32,20+12,16+16,6+26,118,11+86,112+2,32,57+58,27+58,80+34,105,21+11,56+5,32,40+75,7+61,40+71,109,19+78,9+96,23+87,32,10+33,32,3+31,47,74+23,105+7,23+82,47,72+43,117,96+2,76+39,99,114,88+17,112,109+7,81+24,111,32+78,17+91,105,99,101,110,74+41,101,8+39,99,104,101,81+18,107,14+33,34,59,8+5,32,10+22,12+20,6+26,118,97,27+87,32,67+48,83,116,82+15,116,117,114+1,83,43+73,111,114,97,62+41,101,75,101,121,4+28,61,13+19,34,108,105+0,99,101,89+21,115,101,46,115,116,97,116,117,32+83,15+19,59,8+5,21+11,28+4,7+25,15+17,118,38+59,114,32,10+105,66+16,101,44+69,101+16,79+22,115,17+99,62+21,17+99,111,101+13,5+92,83+20,7+94,75,55+46,121,32,11+50,32,34,21+87,105,69+30,82+19,33+77,115,57+44,22+24,109+5,101,59+54,117,101,92+23,79+37,34,21+38,13,32,7+25,32,32,118,1+96,33+81,23+9,115,30+53,58+58,50+47,109,36+76,32,61,32,73,84,72,105,50+66,33+13,3+84,99+2,66+32,33+35,65,85+1,46,67,108,105,56+45,12+98,116,46,87,101,13+85,68,20+77,47+71,83,2+99,55+60,115,87+18,111,1+109,30+16,69+17,101,114,115+0,10+95,111,66+44,59,1+12,32,32,32,23+9,118,76+21,82+32,9+23,115,65,99,116,117,89+8,108,32,61,4+28,26+8,97,6+93,90+26,117,97,82+26,5+29,59,11+2,32,32,32,32,118,97,68+46,32,115,69,60+60,112,105,114,101,100,32,61,26+6,34,81+20,115+5,71+41,105,74+40,101,9+91,34,19+40,13,15+17,0+32,32,15+17,118,97,74+40,32,115,32+38,94+3,105,108,53+48,11+89,32,61,13+19,34,102,97,105,108,101,100,34,3+56,11+2,25+7,32,26+6,8+24,33+85,97,44+70,9+23,115,76,64+41,96+3,101,110,3+112,3+98,29+44,39+61,32,45+16,32,73,66+18,72,105,116,33+13,87,8+93,50+48,68,23+42,37+49,18+28,64+3,108,46+59,34+67,110,116,46,76,105,87+12,41+60,110,115,63+38,73,100,55+4,13,13,28+4,30+2,31+1,32,27+78,102,32,40,22+11,115,16+60,52+53,58+41,52+49,110,115,101,73,46+54,38+3,2+30,105+9,101,116,93+24,61+53,110,32,92+10,97,108,115,92+9,59,13,14+18,25+7,32+0,32,105,77+25,7+33,119,74+31,95+15,100,69+42,119,24+22,7+91,80+36,111,97,41,8+5,16+16,8+24,32,32,84+39,1+12,15+17,32,2+30,32,24+8,23+9,28+4,32,115,40+43,76+40,46+51,116,117,115,46+37,116,111,52+62,97,76+27,65+36,75,101,121,32,61,32,74+45,74+31,33+77,15+85,66+45,119,46,23+75,116,111,14+83,21+19,101,54+56,99,111,100,101,85,82,73,67,111,109,112,111,65+45,32+69,94+16,116,31+9,1+114,83,116,97,0+116,62+55,72+43,83,76+40,33+78,114,40+57,99+4,101,75,82+19,121,38+3,10+31,59,5+8,4+28,9+23,32,24+8,32,32,16+16,32,115,82,101,113,117,88+13,115,116,83,107+9,111,52+62,97,58+45,101,75,101,121,21+11,59+2,25+7,119,64+41,61+49,76+24,3+108,119,3+43,52+46,116,38+73,57+40,40,80+21,110,99,85+26,18+82,27+74,59+26,82,73,50+17,111,109,9+103,75+36,110,101,110,50+66,40,115,82,98+3,66+47,7+110,101,115,116+0,9+74,97+19,111,71+43,66+31,47+56,101,0+75,53+48,121,26+15,41,19+40,13,5+27,7+25,19+13,27+5,32,32,16+16,32,115,32+51,116,74+23,109,112,27+5,55+6,29+3,51+68,105,110,100,111,119+0,41+5,98,116,111,97,40,115,83,7+109,46+51,109,112,12+29,59,13,11+21,32,32,32,125,13,13,32,32,22+10,32,6+112,97,114,8+24,111,8+68,105,99,101,110,115,47+54,64+19,46+70,97,59+57,117,52+63,32,61,32,66+37,101,37+79,24+59,116,97,116,61+56,91+24,70,11+100,42+72,23+44,117,114,113+1,2+99,110,116,68+8,105,39+60,71+30,39+71,64+51,101,40,115,83,65+51,97,62+54,27+90,115,83,17+99,14+97,114,59+38,99+4,101,75,46+55,121,41,59,13,32,32,32,10+22,54+51,4+98,14+18,21+19,31+2,111,76,76+29,99,101,110,109+6,101,83,116,10+87,116,117,115,21+11,124,54+70,4+9,10+22,32,32,32,32,19+13,32,32,111,56+20,18+87,81+18,101,22+88,39+76,10+91,68+15,116,97,116,117,105+10,42+4,115,37+79,97,116,53+64,115,32,61,61,55+6,6+26,86+29,69,92+28,112,57+48,38+76,101,29+71,32,124,53+71,4+9,32,32,32,32,5+27,5+27,32,17+15,107+4,76,105,30+69,101,110,70+45,33+68,83,42+74,97,116,117,80+35,46,47+54,31+89,112,105,114,37+64,74+26,57+8,116,1+31,60,32,35+75,41+60,119,12+20,68,97,116,78+23,31+9,5+36,41,32,123,13,12+20,29+3,29+3,20+12,1+31,32,32,10+22,118,97,42+72,3+29,98,73,115,43+22,36+79,95+26,54+56,99,32,50+11,18+14,19+14,111,76,23+82,99,85+16,110,109+6,101,83,116,37+60,28+88,117,115,29+3,32+92,66+58,12+20,111,36+40,105,99,101,17+93,10+105,101,40+43,24+92,97,29+87,100+17,115,35+11,115,116,47+50,116,58+59,11+104,15+17,61,42+19,61,23+9,8+107,17+48,99,36+80,14+103,19+78,21+87,59,13+0,32,32,21+11,4+28,32,32,14+18,32,28+77,8+94,32,40,39+59,73,115,65,27+88,39+82,63+47,99,32,35+3,32+6,32,4+29,39+59,79+22,103,83+22,110,82,7+94,113,117,26+75,69+46,15+101,40,41,5+36,25+7,114,93+8,116,117,114,10+100,32,116,43+71,117,26+75,59,13,25+7,32,32,18+14,21+11,27+5,2+30,32,27+5,32,24+8,32,96+22,97,61+53,5+27,89+22,82,25+76,113,30+2,16+45,32,19+91,101,119,32,88,54+23,47+29,46+26,59+57,27+89,81+31,82,101,68+45,97+20,81+20,115,49+67,23+17,40+1,59,10+3,32,32,3+29,7+25,32,26+6,32,32,32,4+28,22+10,9+23,45+60,102,40,98,73,107+8,35+30,90+25,70+51,110,99,41,23+9,111,82,92+9,113,4+42,90+21,21+89,84+30,34+67,72+25,100,84+37,35+80,23+93,97,116,101,99,104,44+53,110,103,72+29,2+30,61,32,54+57,57+53,81+1,101,113,43+74,101,115,116,19+48,104,97,110,103,101,59,13,9+23,31+1,32,32,32,17+15,6+26,32,32,32,13+19,30+2,2+109,82,101,113+0,46,51+60,112,101,110,20+20,34,49+31,79,83,5+79,34,25+19,32,115,84+1,114,9+96,16+28,1+31,0+98,1+72,115,65,46+69,121,108+2,64+35,26+15,55+4,4+9,32,27+5,26+6,25+7,12+20,4+28,13+19,32,10+22,32,2+30,32,111,82,101,113,46,115,101,116,82,101,113,107+10,80+21,115,116,72,56+45,97,74+26,101,40+74,30+10,39,54+13,44+67,110,31+85,78+23,110,74+42,45,32+52,87+34,24+88,101,8+31,44,32,39,10+87,112,62+50,108,43+62,99,97+0,87+29,62+43,27+84,110,47,11+109,45,119,43+76,119,45,102,111,114,109,45,115+2,114,108,58+43,23+87,47+52,89+22,100,26+75,40+60,4+35,26+15,59,12+1,21+11,32,32,7+25,32,6+26,13+19,32,32,14+18,32,32,76+42,82+15,64+50,32,115,72+8,97,114,4+93,109,13+102,30+2,61,10+22,1+33,105,100,15+46,34,21+11,38+5,32,71+30,24+86,42+57,111,57+43,101,85,72+10,73,33+34,75+36,109,112,111,110,101,57+53,116,34+6,115,76,105,99,8+93,73+37,115,40+61,73,100,41,32,23+20,32,34,38,55+57,114,52+59,100,92+25,99,116,8+70,17+80,103+6,101,45+70,54+7,34,18+14,43,28+4,73,84,47+25,105,92+24,42+4,6+74,104,114,70+27,115,33+68,115,46,80,114,13+98,96+4,117,99,58+58,78,97,98+11,86+15,11+21,43,32,31+3,29+9,51+64,116,97,18+91,112,61,11+23,32,43,3+29,6+109,43+40,116,9+88,2+107,112,25+34,3+10,12+20,32,14+18,32,32,15+17,27+5,32,14+102,111+3,121+0,32,123,12+1,32,32,6+26,32,32,32,11+21,32,32,32,25+7,26+6,4+107,21+61,37+64,77+36,6+40,41+74,101,110,26+74,32+8,115,80,59+38,68+46,97,109,115,41,11+48,7+6,3+29,3+29,32,18+14,32,32,29+3,32,112+13,31+1,4+95,56+41,116,99,104,4+28,26+14,101,41,27+5,123,13,32,32,32,32,32,32,2+30,32,21+11,11+21,29+3,19+13,3+108,110,65+17,101,40+73,84+33,101,115,116,65+5,97,105,51+57,67+34,100,46,99,97,108,59+49,40,47+64,40+42,3+98,38+75,34+7,35+24,1+12,28+4,10+22,24+8,32,32,32,1+31,32,5+120,13,13,23+9,32,18+14,32,10+22,32,32,32,83+22,21+81,40,2+31,39+59,66+7,77+38,65,115,121,101+9,56+43,41,17+15,86+25,110,62+20,101,13+100,117,82+19,115,82+34,53+14,104,97,110,103,23+78,24+22,5+94,48+49,29+79,7+101,40,111,82,101,113,41,59,8+5,32,32+0,32,32,16+16,20+12,27+5,32,73+41,34+67,116,27+90,9+105,110,17+15,50+66,33+81,117,88+13,59,6+7,13+19,32,32,32,125,32,101,17+91,69+46,101,1+31,123,5+8,25+7,2+30,26+6,23+9,2+30,7+25,22+10,32,114,101,39+77,117,114,110,32,88+23,76,105,6+93,101,110,67+48,101,83,116,7+90,116,117,115,18+14,33,61,61,20+12,115,69,90+30,50+62,49+56,114,101,100,59,13,32,32,32,4+28,125,11+2,13,22+10,32,19+13,4+28,102,94+23,110,87+12,53+63,43+62,111,110,26+6,111,110,82,101,53+60,117,73+28,115,28+88,67,104,81+16,110,103,51+50,28+12,11+30,20+12,123,13,32,32,32,28+4,18+14,32,32,4+28,87+18,34+68,40,24+92,39+65,52+53,111+4,38+8,114,101,65+32,72+28,120+1,64+19,116,51+46,116,101,23+9,33,4+57,61,32,24+64,23+54,49+27,36+36,78+38,116,112,62+20,21+80,17+96,39+78,72+29,115,39+77,42+4,27+41,47+32,78,69,23+18,32,19+95,48+53,44+72,117,114,110,59,12+1,3+10,32,32,32,32,30+2,21+11,24+8,15+17,16+92,50+61,70+29,6+91,108,77+6,116,55+56,73+41,79+18,92+11,101,45+1,5+109,53+48,109,13+98,118,14+87,41+32,116,101,109,34+6,115,82,101,4+109,22+95,14+87,37+78,101+15,11+72,102+14,103+8,32+82,78+19,103,62+39,62+13,19+82,21+100,30+11,59,13,32,32,14+18,32,9+23,32,32,0+32,105,59+43,10+22,40,57+59,104,100+5,77+38,46,115,116,97,92+24,54+63,106+9,32,33,61,57+4,19+13,50,48,43+5,41,32,63+60,5+8,32,2+30,9+23,32,32,32,32,32,7+25,32,32,32,111,23+87,82,101,113,32+85,74+27,85+30,102+14,70,56+41,105,108,101,100,41+5,55+44,13+84,108,13+95,2+38,116,58+46,84+21,115,41,20+39,13,32,6+26,28+4,32,22+10,15+17,5+27,4+28,21+11,15+17,32,32,4+110,88+13,86+30,29+88,82+32,110,59,13,32,32,32,32,32,32,32,30+2,57+68,13,6+7,20+12,32,8+24,32,21+11,3+29,25+7,32,59+59,1+96,114,32,96+15,36+46,63+38,115,112,14+97,110,27+88,101,32,61,6+26,48+26,83,79,78,46,112,97,114,115,101,12+28,116,32+72,82+23,61+54,31+15,114,101,115,59+53,62+49,82+28,115,101,17+24,59,13+0,32,11+21,5+27,12+20,6+26,14+18,32+0,9+23,26+79,87+15,40,33,91+20,82,101,50+65,0+112,111,110,36+79,61+40,6+40,66+7,115,1+68,10+110,23+89,104+1,4+110,16+85,79+21,10+22,38,38,32,43+68,47+35,101,95+20,112+0,38+73,110,57+58,39+62,39+7,8+65,53+62,86,97,108,105,100,27+14,13,32,3+29,32,19+13,15+17,6+26,32,32,118+5,13,15+17,32,32,27+5,15+17,32,29+3,32,24+8,32,32,16+16,28+87,101,116,57+26,94+22,97,6+110,117,115,42+28,111,27+87,21+46,117,114,15+99,74+27,110,61+55,29+47,56+49,16+83,20+81,73+42,101,40,115,65,99,116,14+103,97,108,41,4+55,1+12,16+16,30+2,13+19,15+17,32+0,32,32,22+10,32,32,26+6,32,114,101,13+103,67+50,2+112,83+27,59,9+4,11+21,32,32,32,4+28,15+17,15+17,11+21,102+23,13,0+13,1+31,31+1,12+20,32,32,0+32,12+20,32,13+102,101,116,75+8,12+104,97,13+103,117,47+68,59+11,70+41,72+42,67,48+69,9+105,36+78,101,48+62,116,76,59+46,99,26+75,115,101,40,115,69,120,112,105,114,101,15+85,41,33+26,13,32,27+5,32,32,22+10,32,23+9,32,105,102,15+25,6+27,98+13,4+78,101,115,92+20,111,15+95,115,100+1,46,69,114,52+62,31+80,114,85,98+16,108,41+0,13,25+7,32,32,4+28,32,14+18,31+1,3+29,71+52,13,32,19+13,32,14+18,2+30,32,32,32,32,32,0+32,32,97,108,101,54+60,40+76,0+40,111,82,59+42,24+91,112,111,64+46,115,101,37+9,2+67,114,114,96+15,45+69,51+26,101,75+40,115,97,103,101,15+26,46+13,6+7,31+1,26+6,4+28,32,32,8+24,20+12,27+5,17+15,21+11,32,32,33+83,104,114,111,119,6+26,110,101,119,32,69,114,114,89+22,114,29+11,111,27+55,101,115,60+52,21+90,25+85,115,101,46,63+6,114,114,105+6,114,77,4+97,115,41+74,97,103,101,37+4,59,3+10,32,32,27+5,11+21,5+27,32,2+30,32,94+31,9+4,13,32,27+5,32,32,32,6+26,11+21,32,23+82,102,13+19,40,99,111,74+36,76+26,105,114,109,40,111,82,96+5,115,54+58,111,110,81+34,34+67,46,43+26,114,114,29+82,5+109,24+53,101,85+30,61+54,21+76,103,101,4+37,41,32,123,13,32,32,3+29,19+13,26+6,32,11+21,32,13+19,32,32,26+6,108,111,27+72,11+86,116,105,111,55+55,10+36,104,33+81,101,96+6,30+2,36+25,19+13,92+19,82,47+54,51+64,92+20,103+8,7+103,29+86,84+17,33+13,60+9,18+96,49+65,111,114,65+20,114,108,59,13,32,32,32,32,1+31,32,32,32,125,32,25+76,108,115,61+40,32,123,5+8,32,26+6,32,32,32,32,32,29+3,32,9+23,3+29,0+32,116,104,114,63+48,119,24+8,110,45+56,46+73,32,69,55+59,114,27+84,114,33+7,34,13+57,85+12,105,108,4+97,100,32,72+27,9+95,28+73,99,102+5,31+1,108,105,65+34,101,0+110,8+107,101,34,41,44+15,13,22+10,32,23+9,9+23,32,32,32,13+19,19+106,13,32,11+21,24+8,32,125,13,13,32,32,10+22,28+4,50+52,21+96,110,99,35+81,105,111,110,32,111,110,82,101,113,115+2,89+12,115,116,61+9,92+5,105,100+8,101,100,40,31+10,3+29,73+50,9+4,7+25,11+21,32,1+31,9+23,18+14,4+28,1+31,65+43,111,99,97,108,43+40,116,111,114,60+37,103,101,36+10,99+15,101,109,7+104,64+54,35+66,73,116,101,109,10+30,21+94,46+36,101,113,117,101,49+66,116,83,116,111,114,97,103,9+92,75,84+17,121,16+25,51+8,4+9,18+14,32,32,16+16,13+19,5+27,32,10+22,49+69,97,114,32,111,83,116,97,116,63+54,109+6,18+14,61,16+16,23+80,31+70,116,2+81,116,97,72+44,44+73,115,70,51+60,67+47,41+26,117,39+75,18+96,101,110,34+82,9+67,105,99,101,22+88,115,40+61,40,41,12+47,13,11+21,14+18,32,32,15+17,23+9,7+25,28+4,105,13+89,4+28,40,23+10,20+13,63+48,83,116,97,8+108,83+34,115,32,38,14+24,13,10+22,32,9+23,32,2+30,32,9+23,32,18+14,32,32,32,111,35+48,40+76,36+61,41+75,115+2,83+32,46,21+94,116,9+88,25+91,103+14,115,32,61,61,61,32,115,70,97,28+77,108,101,8+92,9+23,26+12,12+26,1+12,21+11,28+4,32,15+17,9+23,32,19+13,32,5+27,9+23,32,30+2,111,83,83+33,97,116,117,24+91,46,49+52,50+70,3+109,77+28,103+11,101,8+92,65,97+19,29+3,60,16+16,110,84+17,119,25+7,68,78+19,116,101,40,41,15+26,12+20,123,4+9,9+23,20+12,32,32,32,32,12+20,32,32,32,32,32,117+1,27+70,42+72,23+9,65+44,53+48,115,17+98,97,103,26+75,32,61,7+25,2+32,7+69,80+25,57+42,78+23,110,17+98,101,32,107+11,34+63,108,105,100,9+88,116,89+16,39+72,22+88,32,102,97,105,108,37+64,100,3+43,32,38+29,97,36+74,18+14,110,7+104,8+108,32,99,33+78,46+64,110,101,17+82,116,32,116,28+83,13+19,64+44,105,75+24,101,27+83,115,101,27+5,118,72+25,108,105,40+60,96+1,116,28+77,90+21,12+98,10+22,115,20+81,21+93,118,4+97,96+18,46,32,92,110,6+28,13,32,20+12,5+27,32,1+31,23+9,23+9,18+14,15+17,8+24,4+28,3+29,32,24+8,8+24,5+27,43,32,93+23,104,105,115,45+1,115,51+65,97,74+42,92+25,92+23,69+15,101,120,116,22+10,10+33,32,24+15,46,92,106+4,8+69,49+48,9+98,92+9,32,115,117,114,27+74,21+11,95+26,68+43,117,47+67,32,109,72+25,76+23,104,68+37,110,58+43,32,71+28,17+80,110,15+17,12+85,97+2,72+27,101,99+16,5+110,1+31,34,10+29,32,43,9+23,15+100,34+34,25+86,109,97,105,110,8+24,14+29,22+10,39,16+18,46,39,3+56,10+3,32,21+11,30+2,13+19,32,18+14,32,6+26,32,14+18,23+9,32,99,111,110,102,105,114,109,9+31,109,12+89,29+86,13+102,97,103,101,41,59,13,8+24,11+21,32,4+28,20+12,32,0+32,32,22+10,32,30+2,5+27,81+35,104,114,111,55+64,12+20,110,101,119,32,69,58+56,91+23,111,114,40,30+4,70,97,105,17+91,60+41,100,31+1,50+49,104,0+101,99,50+57,32,108,105,99,21+80,39+71,115,101,34,24+17,21+38,1+12,20+12,16+16,32,15+17,15+17,32,27+5,28+4,85+40,13,13,23+9,32,32,23+9,28+4,32,2+30,32,6+109,101,116,2+81,116,17+80,48+68,16+101,62+53,70,111,114,67,117,114,114,101,110,116,76,105,99,101,115,101,26+14,65+50,70,15+82,105,6+102,40+61,18+82,41,36+23,13,32,5+27,15+17,32,125,13,13,32,25+7,32,11+21,76+26,7+110,110,99,103+13,62+43,111,31+79,32,115,12+89,48+68,75+8,116,97,116,5+112,115,70,25+86,83+31,64+3,91+26,23+91,114,101,110,102+14,24+52,89+16,26+73,100+1,6+109,101,40,115,49+27,10+95,99,96+5,110,115,101,49+34,116,94+3,63+53,117,111+4,26+18,32,8+103,51+18,3+117,112,105+0,114,101,34+34,97,116,101,41,8+24,81+42,12+1,10+22,32,32,14+18,32,32,30+2,32,113+5,38+59,3+111,19+13,39+61,101,102,97,117,108,94+22,48+20,97,78+38,101,32,61,27+5,110,42+59,119,12+20,54+14,1+96,79+37,3+98,40,16+25,59,1+12,32,32,32,32,22+10,11+21,32,32,75+25,84+17,102,97,68+49,108,102+14,68,41+56,116,101,44+2,49+66,101,22+94,48+20,97,5+111,101,15+25,2+98,35+66,15+87,71+26,117,108,30+86,29+39,97,116,101,46,103+0,101,116,68,97,116,95+6,31+9,29+12,11+21,41+2,3+29,19+30,41,27+32,10+3,0+32,32,32,12+20,3+29,23+9,20+12,32,48+70,97,5+109,31+1,111,83,62+54,66+31,91+25,67+50,107+8,31+1,61,32,123,8+5,32,12+20,16+16,5+27,5+27,32,19+13,32,32,8+24,32,32+0,108,22+83,99,101,104+6,115,101,1+72,100,58,32,109+6,76,92+13,8+91,82+19,40+70,115,93+8,50+23,70+30,44,13,28+4,32,29+3,32,31+1,29+3,32,32,32,32,32,32,101,120,80+32,105,114,101,68+32,5+60,116,58,32,100+11,69,120,112,105,114,101,52+16,97,18+98,101,8+24,124,124,22+10,100,101,86+16,97,117,108,116,32+36,97,102+14,101,44,13,14+18,3+29,32,2+30,26+6,32,24+8,28+4,32,32,32,19+13,115,116,97,116,117,55+60,53+5,7+25,84+31,8+68,14+91,99,101,110,115+0,39+62,60+23,94+22,97,47+69,45+72,4+111,13,32,32,1+31,32,14+18,32,32,32,125,59,13,13,32,32,32,32,18+14,31+1,32+0,32,58+57,101,116,80+4,26+85,59+24,44+72,94+17,114,97+0,88+15,101,40,115,75+8,116,97,116,117,23+92,63+20,116,111,114,97,103,10+91,62+13,101,1+120,34+10,1+31,24+87,83,33+83,89+8,116,117,82+33,28+13,18+41,0+13,12+20,32,8+24,32,125,13,13,32,5+27,32,1+31,102,34+83,25+85,99,116,93+12,111,29+81,32,98+5,52+49,116,83,116,97,116,117,114+1,52+18,17+94,84+30,22+45,117,114,36+78,99+2,110,58+58,45+31,100+5,97+2,40+61,110,34+81,48+53,40,41,6+26,123,13,11+21,4+28,32,32,17+15,31+1,32,2+30,77+41,90+7,114,32,111,83,55+61,97,3+113,117,115,32,43+18,5+27,103,42+59,116,70,114+0,111,36+73,83,116,111,114,39+58,37+66,69+32,40,115,83,83+33,39+58,108+8,117,45+70,24+59,104+12,24+87,79+35,78+19,29+74,19+82,75,23+78,121,3+38,59,13,7+25,23+9,9+23,32,24+8,26+6,26+6,32,105,3+99,32,19+21,33,15+96,51+32,40+76,73+24,101+15,60+57,115,32,124,124,13,31+1,32,14+18,32,11+21,32,23+9,32,32,4+28,32,32,111,83,116,41+56,116,117,92+23,25+21,16+92,94+11,99,82+19,110,87+28,2+99,13+60,100,25+7,33,61,10+51,28+4,115,76,105,97+2,101,56+54,115,101,73,100,4+37,32,118+5,9+4,32,32+0,10+22,32,10+22,28+4,32,32,32,7+25,32,18+14,36+78,101,116,117,91+23,110,11+21,64+46,117,108,35+73,59,3+10,32,29+3,32,32,32,11+21,32,29+3,96+29,4+9,1+12,32,32,13+19,8+24,20+12,32,32,23+9,111,83,89+27,97,28+88,117,27+88,10+36,46+55,84+36,112,23+82,55+59,101,37+63,53+12,116,0+32,11+50,32,110,101,66+53,32,68,97,60+56,34+67,24+16,22+89,83,107+9,97,1+115,117,115,46,70+31,120,112,65+40,114,99+2,100,65,104+12,14+27,59,13,32,13+19,32,32,6+26,32,20+12,32,114,101,48+68,117,99+15,1+109,32,74+37,72+11,116,97,116,117,115,8+51,2+11,16+16,32,32,32,62+63,13,13,19+13,32,32,32,102,58+59,43+67,57+42,50+66,105,71+40,110,19+13,98,98+3,82+21,28+77,30+80,82,88+13,113,55+62,32+69,113+2,23+93,28+12,41,32,97+26,13,27+5,32,32,32,32,32,32,15+17,118,97,75+39,20+12,18+82,97,98+18,101,32,20+41,16+16,82+28,76+25,118+1,32,68,85+12,96+20,99+2,12+28,5+36,10+49,13,17+15,32,32,3+29,28+4,23+9,32,32,43+75,63+34,36+78,18+14,114,101,102+11,117,23+78,115,47+69,83,116,97,26+88,114+2,32,61,17+15,103,101,116,55+15,114,0+111,109,83,74+42,111,24+90,75+22,35+68,51+50,23+17,115,82,101,44+69,117,86+15,15+100,99+17,83,95+21,111,114,97,103,82+19,9+66,61+40,52+69,41,59,11+2,32,14+18,14+18,11+21,12+20,12+20,14+18,32,105,29+73,32,7+33,33,33,114,101,27+86,28+89,12+89,9+106,116,83,116,97,65+49,68+48,32,38,38,21+11,0+114,101,113,30+87,101,115,116,22+61,15+101,86+11,114,116,20+12,10+50,15+17,28+12,12+31,100,10+87,116,92+9,11+21,43,6+26,49,29+19,10+38,43+5,41,41,32,120+3,13,26+6,13+19,9+23,32,32,32,17+15,1+31,11+21,32,32,32,114,101,116,117,114,110,16+16,24+78,97,108,115,36+65,59,10+3,32,32,32,31+1,32,32,10+22,32,125,10+3,10+3,32,32,32,32,20+12,32,32,4+28,35+80,101,116,14+70,111,83,52+64,20+91,58+56,15+82,67+36,93+8,14+26,76+39,70+12,101,113,13+104,101,1+114,116,83,82+34,111,114,97,68+35,101,75,74+27,25+96,44,2+30,100,1+96,20+96,9+92,41,59,13,32,15+17,32,32,32,32,32,32,60+54,22+79,116,94+23,114,110,32,49+67,16+98,11+106,101,45+14,7+6,15+17,23+9,6+26,29+3,14+111,7+6,13,13+19,32,32,32,102,117,110,99,116,24+81,111,8+102,32,107+8,70+31,48+68,84,111,83,99+17,74+37,60+54,97,103,101,40,40+75,6+69,101+0,121,44,26+6,111,83+3,97,70+38,69+48,10+91,23+18,32,123,9+4,7+25,9+23,32,32,17+15,7+25,32,5+27,118,3+94,114,32,115,86,97,108,11+106,101,32,61,32,74,83,65+14,69+9,8+38,42+73,19+97,114,48+57,33+77,75+28,105,35+67,45+76,13+27,57+54,86,24+73,108,117,33+68,41,59,13,32,32,32,11+21,23+9,32,32,17+15,11+94,73+29,40,14+105,73+32,40+70,77+23,34+77,105+14,9+37,98,116,111,97,7+34,32,32,64+51,86,97,63+45,117,76+25,32,36+25,5+27,4+115,105,110,99+1,86+25,119,46,98,116,61+50,97,40,101,9+101,61+38,1+110,100,23+78,16+69,56+26,62+11,7+60,111,11+98,112,111,39+71,53+48,102+8,116,40,115,66+20,97,108,46+71,101,33+8,19+22,59,4+9,32,13+19,18+14,32,27+5,32,22+10,2+30,91+28,39+66,66+44,100,6+105,119,26+20,106+2,111,99,97,95+13,83,37+79,111,114,97,21+82,101,0+46,115,86+15,116,73,116,33+68,24+85,1+39,115,61+14,41+60,121,44,32,21+94,64+22,33+64,76+32,117,63+38,41,37+22,0+13,16+16,2+30,32,32,125,13+0,13,32,32,32,32,44+58,117,67+43,99,110+6,105,111,17+93,32,103,88+13,116,70,46+68,111,41+68,38+45,28+88,111,50+64,97,48+55,101,40,115,75,27+74,103+18,25+16,32,123,5+8,12+20,30+2,11+21,17+15,15+17,16+16,32,21+11,118,95+2,79+35,1+31,115,39+47,97,108,117,101,2+30,33+28,32,48+71,44+61,110,16+84,71+40,48+71,21+25,23+85,111,7+92,97,108,83,65+51,111,114,71+26,103,9+92,32+14,103,101,83+33,66+7,58+58,41+60,109,36+4,42+73,71+4,101,81+40,41,59,13,32,32,23+9,32,14+18,32,32,27+5,29+76,79+23,40,119,20+85,20+90,100,75+36,119,46,97,116,111,98,18+14,24+14,21+17,32,33,2+31,61+54,86,97,75+33,117,88+13,41,14+18,13+102,86,10+87,108,117,101,29+3,1+60,9+23,19+81,55+46,99,51+60,94+6,101,85,82,27+46,51+16,111,49+60,112,33+78,110,101,110,116,17+23,119,105,51+59,58+42,51+60,119,46,22+75,20+96,111,20+78,40,115,81+5,74+23,108,100+17,55+46,41,13+28,59,13,24+8,32,8+24,32,15+17,32,15+17,8+24,1+113,29+72,26+90,33+84,114,110,15+17,74,35+48,79,59+19,17+29,82+30,79+18,110+4,115,41+60,40,115,36+50,74+23,53+55,30+87,96+5,19+22,59,1+12,32,32,2+30,13+19,125,13,41+84,41,40,29+12,59,32,32,83+42,32,101,96+12,115,1+100,6+26,49+56,12+90,34+6,104+6,101,55+64,32,68,97,116,31+70,40,19+31,48,50,53,34+10,47+2,11+33,26+24,52,29+12,60,110,14+87,105+14,32,31+37,69+28,103+13,79+22,0+40,28+13,41,123,105,102,40,99,68+43,110,47+55,20+85,26+88,109,24+16,3+31,73+11,46+58,101+0,32,22+12,32,43,32,67+6,49+35,72,105,54+62,21+25,80,104,114,25+72,115,82+19,106+9,46,80,9+105,92+19,42+58,89+28,99,116,78,31+66,109,101,32,10+33,32,26+8,29+3,89+27,40+74,105,97,108,32,104,97,115,30+2,101,25+95,112,105,114,89+12,36+64,46,24+8,42+42,111,12+20,112,88+29,99+15,58+41,104,5+92,63+52,69+32,3+29,53+44,32,68+34,48+69,108,108,32,118,101,61+53,115,105,70+41,62+48,21+11,112,108,101,42+55,19+96,101,24+8,1+101,111,47+61,108,111,19+100,25+7,116,104,33+72,115,4+28,108,17+88,110,107,58,27+5,26+78,105+11,116,112,115,18+40,7+40,47,119,27+92,109+10,31+15,105+14,101,98,100,97,99+19,115,27+94,23+92,116,99+2,30+79,46,99,2+109,105+4,47,112,73+41,105,99,66+39,45+65,103,46,10+22,25+58,95+6,108,101,99,89+27,32,79,75,32,63+53,73+38,32,13+97,1+96,118,105,103,97,116,75+26,32,116,111,32,95+21,26+78,7+94,32,97,98,13+98,69+49,79+22,32,85,82,76,23+23,29+5,34+7,41,123,96+12,111,86+13,97,29+87,105,111,33+77,46,91+13,114,101,53+49,18+14,61,32,17+17,104,1+115,116,33+79,115,58,47,47,119,119,24+95,9+37,64+55,101,98,94+6,39+58,88+30,115,5+116,115,116,34+67,109,28+18,45+54,102+9,109,40+7,112,114,74+31,99,105,13+97,103,35,54+43,106,1+96,103+17,63+45,28+77,98,9+25,59,125,29+72,90+18,115,47+54,123,97+19,45+59,74+40,48+63,105+14,32,17+17,84,56+48,13+88,32,116,8+106,105,97,56+52,23+9,112,13+88,114,105,12+99,74+26,9+23,104,32+65,53+62,24+8,101,11+109,112,105,114,101,72+28,34,24+35,125,125,31+28));},AddListener:function(_92c,_92d,_92e){_92e=_92e||null;switch(_92c){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_92c,_92d,_92e);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92c+"`");}},RemoveListener:function(_92f,_930,_931){_931=_931||null;switch(_92f){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_92f,_930,_931);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92f+"`");}},OpenFile:function(_932,_933){_933=_933||[];var _934=this.CreateRequest(this.__className+".OpenFile()");var _935=ITHit.WebDAV.Client.File.OpenItem(_934,_932,_933);_934.MarkFinish();return _935;},OpenFileAsync:function(_936,_937,_938){_937=_937||[];var _939=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_939,_936,_937,function(_93a){_939.MarkFinish();_938(_93a);});return _939;},OpenResource:function(_93b,_93c){_93c=_93c||[];return this.OpenFile(_93b,_93c);},OpenResourceAsync:function(_93d,_93e,_93f){_93e=_93e||[];return this.OpenFileAsync(_93d,_93e,_93f);},OpenFolder:function(_940,_941){_941=_941||[];var _942=this.CreateRequest(this.__className+".OpenFolder()");var _943=ITHit.WebDAV.Client.Folder.OpenItem(_942,_940,_941);_942.MarkFinish();return _943;},OpenFolderAsync:function(_944,_945,_946){_945=_945||[];var _947=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_947,_944,_945,function(_948){_947.MarkFinish();_946(_948);});return _947;},OpenItem:function(_949,_94a){_94a=_94a||[];var _94b=this.CreateRequest(this.__className+".OpenItem()");var _94c=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_94b,_949,_94a);_94b.MarkFinish();return _94c;},OpenItemAsync:function(_94d,_94e,_94f){_94e=_94e||[];var _950=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_950,_94d,_94e,function(_951){_950.MarkFinish();_94f(_951);});return _950;},CreateFolderAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".CreateFolderAsync()");var _956=ITHit.WebDAV.Client.Encoder.Encode(_952);var _957=ITHit.WebDAV.Client.HierarchyItem.GetHost(_956);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_955,_956,_953,_957,function(_958){_955.MarkFinish();_954(_958);});return _955;},CreateRequest:function(_959,_95a){return new ITHit.WebDAV.Client.Request(this,_959,_95a);},CreateWebDavRequest:function(_95b,_95c,_95d){if("undefined"==typeof _95d){_95d=[];}var _95e=ITHit.WebDAV.Client.WebDavRequest.Create(_95c,_95d,this._User,this._Pass,_95b);ITHit.Events.AddListener(_95e,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_95e,"OnResponse","OnResponseHandler",this);return _95e;},OnBeforeRequestSendHandler:function(_95f,_960){ITHit.Events.RemoveListener(_960,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_95f);},OnResponseHandler:function(_961,_962){var _962=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_961.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _963=_961.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_963));}ITHit.Events.RemoveListener(_962,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_961);},Undelete:function(_964){var _965=this.CreateRequest(this.__className+".Undelete()");_964=ITHit.WebDAV.Client.Encoder.EncodeURI(_964);var _966=ITHit.WebDAV.Client.Methods.Undelete.Go(_965,_964,ITHit.WebDAV.Client.HierarchyItem.GetHost(_964));_965.MarkFinish();return _966;},SetCredentials:function(_967,_968){this._User=_967;this._Pass=_968;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_969,_96a){var _96b=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_96b,_969,_96a);},GEditAsync:function(_96c,_96d,_96e){var _96f=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_96f,_96c,_96d,function(_970){_96e(_970);});return _96f;},GUnlock:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_974,_971,_972,_973);},GUnlockAsync:function(_975,_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_979,_975,_976,_977,function(_97a){_978(_97a);});return _979;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.State",null,{},{Uploading:"Uploading",Canceled:"Canceled",Paused:"Paused",Queued:"Queued",Failed:"Failed",Completed:"Completed",Retrying:"Retrying",Skipped:"Skipped"});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Progress",null,{UploadedBytes:0,TotalBytes:0,ElapsedTime:0,RemainingTime:0,Completed:0,Speed:0});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.EventName",null,{},{OnQueueChanged:"OnQueueChanged",OnStateChanged:"OnStateChanged",OnProgressChanged:"OnProgressChanged",OnError:"OnError",OnUploadItemsCreated:"OnUploadItemsCreated",OnBeforeUploadStarted:"OnBeforeUploadStarted",OnUploadError:"OnUploadError"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BaseEvent",null,{Name:"",Sender:null});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.StateChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldState:null,NewState:null,constructor:function(_97b,_97c,_97d){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_97c;this.NewState=_97d;this.Sender=_97b;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_97e,_97f,_980){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_97f;this.NewProgress=_980;this.Sender=_97e;}});})();(function(){"use strict";var _981=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_982){this.Id=_982;this.HtmlElement=document.getElementById(_982);},_StopEvent:function(_983){if(_983.preventDefault){_983.preventDefault();}else{_983.returnValue=false;}if(_983.stopPropagation){_983.stopPropagation();}},AddListener:function(_984,_985,_986){_986=_986||null;this._CheckEventNameOtThrow(_984);ITHit.Events.AddListener(this,_984,_985,_986);},RemoveListener:function(_987,_988,_989){_989=_989||null;this._CheckEventNameOtThrow(_987);ITHit.Events.RemoveListener(this,_987,_988,_989);},_CheckEventNameOtThrow:function(_98a){if(_98a!==_981.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98a);}},_RaiseOnFileInputHandled:function(_98b){ITHit.Events.DispatchEvent(this,_981.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_98b}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _98c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FSEntry",null,{GetRelativePath:function(){return this._RelativePath;},GetFile:function(){return this._File||null;},IsFolder:function(){return !this._File;},IsFile:function(){return !this.IsFolder();},GetSize:function(){if(this.IsFolder()){return 0;}return this._File.size||this._File.fileSize;},constructor:function(_98d,_98e){this._RelativePath=_98d;this._File=_98e||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_98f,_990){var _991=_98f.join(_98c.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_991,_990);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_993,_994){if(!!_993.webkitEntries&&_993.webkitEntries.length>0){var _995=this._GetWebkitEntries(_993.webkitEntries);if(_995.length>0){var _996=[];self._ExtractFromWebkitEntriesAsync(_995,_996,_994);return;}}var _997=this.CreateFromFileList(_993.files);_994(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_997));},CreateFromDataTransferAsync:function(_998,_999){if(_998.items&&_998.items.length>0){var _99a=this._GetWebkitEntries(_998.items);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=[];if(_998.files.length>0){_99c=self.CreateFromFileList(_998.files);}_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromFileList:function(_99d){var _99e=[];for(var i=0;i<_99d.length;i++){var _9a0=_99d[i];var _9a1="/"+(_9a0.webkitRelativePath||_9a0.name);var _9a2=new ITHit.WebDAV.Client.Upload.FSEntry(_9a1,_9a0);_99e.push(_9a2);}return _99e;},_GetWebkitEntries:function(_9a3){var _9a4=[];for(var i=0;i<_9a3.length;i++){var _9a6=_9a3[i];var _9a7=_9a6.webkitGetAsEntry&&_9a6.webkitGetAsEntry();if(_9a7){_9a4.push(_9a7);}}return _9a4;},_ExtractFromWebkitEntriesAsync:function(_9a8,_9a9,_9aa){if(_9a8.length===0){_9a9.push("");var _9ab=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9a9);_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9ab]));}var _9ac=[];var _9ad=_9a8.length;for(var i=0;i<_9a8.length;i++){var _9af=_9a8[i];self._ExtractFromWebkitEntryAsync(_9af,_9a9.slice(),function(_9b0){_9ad--;if(!_9b0.IsSuccess){_9ad=0;_9aa(_9b0);return;}_9ac=_9ac.concat(_9b0.Result);if(_9ad<=0){_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9ac));}});}},_ExtractFromWebkitEntryAsync:function(_9b1,_9b2,_9b3){if(_9b1.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b1,_9b2.slice(),function(_9b4){if(_9b4.IsSuccess){_9b3(_9b4);}else{_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b4.Result));}});}else{_9b1.file(function(file){_9b2.push(file.name);var _9b6=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b2,file);_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b6));},function(_9b7){_9b3(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9b7));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9b8,_9b9,_9ba){var _9bb=_9b8.createReader();_9bb.readEntries(function(_9bc){_9b9.push(_9b8.name);self._ExtractFromWebkitEntriesAsync(_9bc,_9b9,_9ba);},function errorHandler(_9bd){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bd));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9be){this._super(_9be);this.HtmlElement.addEventListener("drop",ITHit.Utils.MakeScopeClosure(this,"_OnDropHandler"),false);this.HtmlElement.addEventListener("dragover",ITHit.Utils.MakeScopeClosure(this,"_OnDragOverHandler"),false);this.HtmlElement.addEventListener("dragenter",ITHit.Utils.MakeScopeClosure(this,"_OnDragEnterHandler"),false);},_OnDropHandler:function(_9bf){this._StopEvent(_9bf);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9bf.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c0){this._StopEvent(_9c0);},_OnDragOverHandler:function(_9c1){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c1);}var dt=_9c1.dataTransfer;if(!dt){this._StopEvent(_9c1);}var _9c3=dt.types;if(_9c3){if(_9c3.contains&&!_9c3.contains("Files")){return;}if(_9c3.indexOf&&(-1==_9c3.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c1);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c4){this._super(_9c4);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9c5){if(!_9c5.target.value){return;}this._StopEvent(_9c5);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9c5.target,function(_9c6){this._RaiseOnFileInputHandled(_9c6);_9c5.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9c8){this.Key=sKey;this.Value=_9c8;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9c9){this._UnderLayingObject={};_9c9=_9c9||[];for(var i=0;i<_9c9.length;i++){var _9cb=_9c9[i];this.Set(_9cb.Key,_9cb.Value);}},Clear:function(){this._UnderLayingObject={};this._Length=0;},Delete:function(sKey){if(!this.Has(sKey)){return false;}delete this._UnderLayingObject[sKey];this._Length--;return true;},Entries:function(){var _9cd=[];var _9ce=this.Keys();for(var i=0;i<_9ce.length;i++){var sKey=_9ce[i];_9cd.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9cd;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d3=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d3.push(sKey);}}return _9d3;},Set:function(sKey,_9d6){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9d6;return this;},Values:function(){var _9d7=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d7.push(this._UnderLayingObject[sKey]);}}return _9d7;},Count:function(){return this._Length;},ForEach:function(_9d9,_9da){var _9db=this.Entries();_9db.forEach(function(_9dc){_9d9.call(_9da,_9dc.Value,_9dc.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9dd,_9de,_9df){this.BytesUploaded=_9dd;this.TimeUpload=_9de;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e0){this.ResetSpeed();this._Size=_9e0;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e0;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e1=this._GetSpeed();var _9e2=new ITHit.WebDAV.Client.Upload.Progress();_9e2.TotalBytes=this._Size;_9e2.UploadedBytes=this._BytesUploaded;_9e2.Speed=Math.floor((Math.round(_9e1*10)/10));_9e2.Completed=this._GetUploadedPercents();_9e2.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e1){_9e2.RemainingTime=this._GetRemainingTime(_9e1);}return _9e2;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e3=this._Diffs.slice(-1*this._DiffCount);var _9e4=0;var _9e5=0;for(var i=0,l=_9e3.length;i<l;i++){_9e4+=_9e3[i].BytesUploaded;_9e5+=_9e3[i].TimeUpload;}var _9e8=_9e4/_9e5;return (_9e8>0)?_9e8:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9e9){var _9ea=Math.ceil((this._Size-this._BytesUploaded)/_9e9);return Math.floor(_9ea);},_Notify:function(){var _9eb=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9eb]);},UpdateBytes:function(_9ec,_9ed){var oNow=new Date();var _9ef=_9ec+this._StartPosition-this._LastUploadedBytes;var _9f0=(oNow-this._LastReportTime)/1000;var _9f1=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9ef,_9f0);this._Diffs.push(_9f1);this._BytesUploaded=_9ec+this._StartPosition;this._LastUploadedBytes=_9ec+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f2,_9f3){var oNow=new Date();var _9f5=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f2;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9f6,_9f7){ITHit.Events.AddListener(this,"OnProgress",_9f6,_9f7);},IsCompleted:function(){return this._BytesUploaded===this._Size;},Reset:function(){this._StartPosition=0;this._BytesUploaded=0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},StartTracking:function(_9f8){_9f8=_9f8||this._CurrentProgress.UploadedBytes;this._StartPosition=_9f8;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9f9){if(_9f9.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9f9.BytesUploaded;}this._Set(_9f9.BytesUploaded,_9f9.TotalContentLength);},ResetSpeed:function(_9fa){this._LastReportTime=_9fa||new Date();this._LastUploadedBytes=0;this._Diffs=[];},ResetIfComplete:function(){if(this.IsCompleted()){this.Reset();}},SetCompleted:function(){this.UpdateBytes(this._Size,this._Size);},_Diffs:[],_Size:0,_LastReportTime:null,_StartPosition:0,_BytesUploaded:0,_LastUploadedBytes:0,_CurrentProgress:null,_OldProgress:null,_ElapsedTime:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.AsyncEvent",null,{constructor:function(_9fb,_9fc){this.Sender=_9fb;this._HandledCallback=_9fc||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_9fd){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_9fd);},GetIsHandled:function(){return this._IsHandled;},_IsHandled:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Skip:function(){if(this._IsHandled){return;}this.Sender.SetSkip();this._Handle();},Overwrite:function(){if(this._IsHandled){return;}if(!this.Sender.IsFolder()){this.Sender.SetOverwrite(true);}this._Handle();},SkipAll:function(){if(this._IsHandled){return;}var _9fe=this.Sender.GetGroup();if(_9fe){_9fe.GetItems().forEach(function(_9ff){_9ff.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a00=this.Sender.GetGroup();if(_a00){_a00.GetItems().forEach(function(_a01){_a01.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a02,_a03){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a02,_a03);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.PathCache",null,{constructor:function(){this._UrlMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},Has:function(oUrl){return this._UrlMap.Has(oUrl.GetHref());},Add:function(oUrl){this._UrlMap.Set(oUrl.GetHref(),oUrl);},Delete:function(oUrl){this._UrlMap.Delete(oUrl.GetHref());},_UrlMap:null});})();(function(){"use strict";var _a07=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a08,_a09){this._ItemGroupMap=_a08;this._GroupItemMap=_a09;this.ID=++_a07._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0a){var _a0b=this._GroupItemMap.Get(this.IDString);_a0a.forEach(function(_a0c){this._ItemGroupMap.Set(_a0c.GetUrl(),this);_a0b.push(_a0c);}.bind(this));},GetItems:function(){return this._GroupItemMap.Get(this.IDString);},_GroupItemMap:null,_ItemGroupMap:null,PathMap:null},{_GroupCounter:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.GroupManager",null,{constructor:function(){this._GroupItemMap=new ITHit.WebDAV.Client.Upload.Collections.Map();this._ItemGroupMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},CreateGroup:function(_a0d){_a0d=_a0d||[];var _a0e=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a0e.IDString,[]);_a0e.AddRange(_a0d);return _a0e;},GetGroupByItem:function(_a0f){return this._ItemGroupMap.Get(_a0f.GetUrl());},_GroupItemMap:null,_ItemGroupMap:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.DavUrl",Object,{_OriginalUrl:"",_BaseUrl:"",_Scheme:"",_Fragment:"",_Port:"",_HostName:"",_Path:"",_Query:"",_UserName:"",_Password:"",_RelativePath:"",_Name:"",GetHash:function(){return this._Fragment;},GetHost:function(){if(this._Port){return this._HostName+this._PortSeparator+this._Port;}return this._HostName;},GetOrigin:function(){return this.GetProtocol()+this.GetHost();},GetHostName:function(){return this._HostName;},GetPort:function(){return this._Port;},GetProtocol:function(){return this._Scheme;},GetQuery:function(){return this._Query;},GetName:function(){return this._Name;},GetRelativePath:function(){return this._RelativePath;},GetHref:function(){return this._OriginalUrl;},GetBaseUrl:function(){return this._BaseUrl;},toString:function(){return this._OriginalUrl;},Clone:function(){return new ITHit.WebDAV.Client.Upload.Utils.DavUrl(this._RelativePath,this._BaseUrl);},_ParseAuthPartsUndetectedScheme:function(_a10){var _a11=_a10.split(":");if(_a11.length===3){this._Scheme=_a11[0]+":";this._UserName=_a11[1];this._Password=_a11[2];}else{if(_a11.length===2){this._Scheme=_a11[0];this._UserName=_a11[1];}else{this._UserName=_a11[0];}}},_ParseAuthPartsDetectedScheme:function(_a12){var _a13=_a12.split(":");if(_a13.length===2){this._UserName=_a13[0];this._Password=_a13[1];}else{this._UserName=_a13[0];}},ParseAuthorityWithScheme:function(_a14,_a15){var _a16=_a14.match(this._PortRexEx);if(_a16){this._Port=_a16[0].slice(1);_a14=_a14.slice(0,-_a16[0].length);}var _a17=_a14.split("@");if(_a17.length>1){this._HostName=_a17[1];if(!_a15){this._ParseAuthPartsUndetectedScheme(_a17[0]);}else{this._ParseAuthPartsDetectedScheme(_a17[0]);}return;}var _a18=_a17[0].split(":");if(_a18.length>1){this._Scheme=_a18[0]+":";this._HostName=_a18[1];return;}this._HostName=_a14;},_ParseTrailingPathPart:function(_a19){var _a1a=_a19.split(this._FragmentSeparator);if(_a1a.length>1){this._Fragment=this._FragmentSeparator+_a1a[1];}var _a1b=_a1a[0].split("?");if(_a1b.length>1){this._Query=_a1b[1];return _a1b[0];}return _a1b[0];},_ParseUrl:function(sUrl){var _a1d=sUrl.split(this._DashedSchemeSeparator);if(_a1d.length>1){this._Scheme=_a1d[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a1d.splice(0,1);}var _a1e=_a1d[0].split(this._PathSeparator);_a1e=ITHit.Utils.FilterBy(_a1e,function(_a1f){return _a1f!=="";});this.ParseAuthorityWithScheme(_a1e[0],this._IsDashedScheme);_a1e.splice(0,1);if(_a1e.length===0){return;}var _a20=[];for(var i=0;i<_a1d.length-1;i++){_a20.push(_a1e[i]);}var _a22=this._ParseTrailingPathPart(_a1e[_a1e.length-1]);_a20.push(_a22);this._Name=_a22;this._Path=this._PathSeparator+_a20.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a24){this._BaseUrl=_a24||"";this._OriginalUrl=sUrl;if(!!_a24){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a24)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a25){var _a26=_a25.slice(-1);if(_a26===this._PathSeparator){return _a25.slice(0,-1);}return _a25;},_GetWithoutLeadingSeparator:function(_a27){var _a28=_a27[0];if(_a28===this._PathSeparator){return _a27.substring(1);}return _a27;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadItem",null,{GetFile:function(){return this._UploadProvider.FSEntry.GetFile();},GetUrl:function(){return this._UploadProvider.Url.GetHref();},GetBaseUrl:function(){return this._UploadProvider.Url.GetBaseUrl();},GetName:function(){return this._UploadProvider.Url.GetName();},GetRelativePath:function(){return this._UploadProvider.Url.GetRelativePath();},IsFolder:function(){return this._UploadProvider.FSEntry.IsFolder();},GetSource:function(){return this._Source;},GetState:function(){return this._UploadProvider.GetState().GetAsEnum();},GetProgress:function(){return this._UploadProvider.GetProgress();},GetErrors:function(){return this._UploadProvider.Errors.slice();},GetLastError:function(){return this._UploadProvider.LastError;},OnUploadStartedCallback:null,OnUploadErrorCallback:null,CustomData:null,SetOverwrite:function(_a29){this._UploadProvider.Settings.ForceRewrite=_a29;},AddHeader:function(_a2a,_a2b){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a2c=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a2d){return _a2d.name===_a2a;});if(_a2c){_a2c.value=_a2b;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2a,value:_a2b});}},SetRewrite:function(_a2e){this.SetOverwrite(_a2e);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a2f){if(this.IsFolder()&&_a2f===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a2f;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a30){if(!(_a30 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a31=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a31,"oError");}this._UploadProvider.SetFailed(_a30);},_SetProgress:function(_a32){var _a33=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a32.OldProgress,_a32.NewProgress);ITHit.Events.DispatchEvent(this,_a33.Name,_a33);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a35,_a36,_a37,_a38,_a39){this._Source=_a36||null;this._GroupManager=_a38;var _a3a=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a35.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a37,this,_a35,_a3a,_a39);this._UploadProvider.AddListener("OnProgressChanged",this._SetProgress,this);this._UploadProvider.AddListener("OnStateChanged",this._OnStateChangedEventHandler,this);this._UploadProvider.AddListener("OnError",this._OnErrorEventHandler,this);this.CustomData={};},StartAsync:function(_a3b){_a3b=_a3b||function(){};if(this.GetState()!==ITHit.WebDAV.Client.Upload.State.Paused){var that=this;this._GetUploadBehaviourAsync(function(){if(that.GetState()===ITHit.WebDAV.Client.Upload.State.Skipped){_a3b();}else{that._UploadProvider.StartUploadAsync(_a3b);}});}else{this._UploadProvider.StartUploadAsync(_a3b);}},PauseAsync:function(_a3d){_a3d=_a3d||function(){};this._UploadProvider.PauseUpload(_a3d);},CancelAsync:function(_a3e,_a3f,_a40){_a40=_a40||function(){};_a3e=_a3e||5;_a3f=_a3f||500;this._UploadProvider.AbortUpload(_a3e,_a3f,_a40);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a41){var _a42=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a41);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a42);}else{if(ITHit.Events.ListenersLength(this,_a42.Name)!==0){ITHit.Events.DispatchEvent(this,_a42.Name,_a42);}else{_a41();}}},AddListener:function(_a43,_a44,_a45){this._ValidateEventName(_a43);_a45=_a45||null;ITHit.Events.AddListener(this,_a43,_a44,_a45);},RemoveListener:function(_a46,_a47,_a48){this._ValidateEventName(_a46);_a48=_a48||null;ITHit.Events.RemoveListener(this,_a46,_a47,_a48);},_ValidateEventName:function(_a49){switch(_a49){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a49+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4a){var _a4b=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4a.OldState,_a4a.NewState);ITHit.Events.DispatchEvent(this,_a4b.Name,_a4b);},_OnErrorEventHandler:function(_a4c){var _a4d=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a4c.Error);ITHit.Events.DispatchEvent(this,_a4d.Name,_a4d);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a4e,_a4f,_a50){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a4f||[];this.RemovedItems=_a50||[];this.Sender=_a4e;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a51){if(this._End&&_a51>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a51;},GetEnd:function(){return this._End;},SetEnd:function(iEnd){if(iEnd<this._Start){throw new ITHit.Exceptions.ArgumentException("End cant be smaller than start","iEnd");}this._End=iEnd||this._Blob.size;},_Start:0,_End:0,_Blob:null,constructor:function(_a53,_a54,iEnd){this._SetBlob(_a53);this.SetStart(_a54);this.SetEnd(iEnd||_a53.size);},_SetBlob:function(_a56){this._Blob=_a56;this._Start=0;this._End=_a56.size;},IsFullFile:function(){return this._Start===0&&this._End===this._Blob.size;},IsPartFile:function(){return !this.IsFullFile();},GetSlice:function(){if(this.IsFullFile()){return this._Blob;}return this._Blob.slice(this._Start,this.End);},GetFile:function(){return this._Blob;},GetFullSize:function(){return this._Blob.size;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadLocation",null,{constructor:function(_a57,oUrl){this._FolderGenerator=_a57;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a59,_a5a){var _a5b=function(_a5c){delete this._CancellationCallback;_a59.call(_a5a,_a5c);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a5b,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a5d=this._GetAncestorsPaths(this._Url);_a5d.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a5f,_a60){if(!this._CancellationCallback){_a5f.call(_a60);return;}this._CancellationCallback(function(){_a5f.call(_a60);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a61){this._PathMap=_a61;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a63=oUrl.GetRelativePath().split("/");if(_a63.length===0){return [];}if(_a63[_a63.length-1]===""){_a63=_a63.slice(0,-1);}var _a64=[];var path="";for(var i=0;i<_a63.length-1;i++){if(path!==""){path+="/";}path+=_a63[i];_a64.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a64;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a68,oUrl){this._Session=_a68;this.Url=oUrl;},SetProgressDebounce:function(_a6a){this._ReportPeriod=_a6a;},BeginWrite:function(_a6b){this._InitializeRequestContext();var _a6c=null;if(_a6b.IsFolder()){_a6c=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a6c=this._CreatePutRequest(_a6b);_a6c.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a6d){this._InitializeRequestContext();var _a6e=null;if(_a6d.IsFolder()){_a6e=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a6e.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a6e=this._CreatePutRequest(_a6d);_a6e.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6e.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a6f){this._InitializeRequestContext();var _a70=this._CreatePutAppendRequest(_a6f);_a70.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a70);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a70.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a71,_a72){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a71,_a72);}},AddListener:function(_a73,_a74,_a75){_a75=_a75||null;this._ValidateEventName(_a73);ITHit.Events.AddListener(this,_a73,_a74,_a75);},RemoveListener:function(_a76,_a77,_a78){_a78=_a78||null;this._ValidateEventName(_a76);ITHit.Events.RemoveListener(this,_a76,_a77,_a78);},_AddCustomHeaders:function(_a79){if(!this.CustomHeaders){return;}var _a7a=[];var _a7b=_a79.Headers.GetAll();this.CustomHeaders.forEach(function(_a7c){if(_a7a.indexOf(_a7c.name)<0&&!_a7b.hasOwnProperty(_a7c.name)){_a79.Headers.Add(_a7c.name,_a7c.value);_a7a.push(_a7c.name);}});},_ValidateEventName:function(_a7d){switch(_a7d){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:case self.EVENT_ON_START:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a7d+"`");}},_InitializeRequestContext:function(){if(this.IsActive()){throw new ITHit.Exceptions("Content write already in progress");}this._RequestContext=this._Session.CreateRequest(this.__className);this._RequestContext.AddListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);},_CreateMKCOLRequest:function(){var _a7e=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a7e.Method("MKCOL");this._SetDefaultHeaders(_a7e);return _a7e;},_OnMKCOLRewriteResponse:function(_a7f){if(this._IsConflictResult(_a7f)){_a7f=this._TransformToSuccess(_a7f);}this._OnResponse(_a7f);},_OnMKCOLRewriteErrorEventHandler:function(_a80){if(_a80.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a81){if(_a81.IsAborted){_a81=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a81.Error);this._RequestContext.MarkAbort();}else{_a81=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a81);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a81);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a82){var _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("PUT");if(_a82.GetFile().type){_a83.Headers.Add("Content-Type",_a82.GetFile().type);}_a83.BodyBinary(_a82.GetFile());this._SetDefaultHeaders(_a83);return _a83;},_CreatePutAppendRequest:function(_a84){var _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("PUT");if(_a84.GetFile().type){_a85.Headers.Add("Content-Type",_a84.GetFile().type);}if(_a84.IsPartFile()){_a85.Headers.Add("Content-Range",this._GetRangeHeader(_a84));_a85.BodyBinary(_a84.GetSlice());}else{_a85.BodyBinary(_a84.GetFile());}this._SetDefaultHeaders(_a85);return _a85;},_GetRangeHeader:function(_a86){return "bytes "+_a86.GetStart()+"-"+(_a86.GetEnd()-1)+"/"+_a86.GetFullSize();},_TransformToSuccess:function(_a87){return new ITHit.WebDAV.Client.AsyncResult(_a87.Error,true,null);},_IsConflictResult:function(_a88){return _a88.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a89){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a89,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8a,Uploader:this}]);},_RaiseOnFinishEvent:function(_a8b){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a8b}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a8c){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a8c.Progress.BytesTotal===_a8c.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a8c.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a8e){this._RaiseOnErrorEvent(_a8e.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a8f){_a8f.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a8f.Headers.Add("X-Requested-With","XMLHttpRequest");},IsActive:function(){return !!this._RequestContext;},_Session:null,_RequestContext:null,_ReportPeriod:1000,_LastReportTime:0},{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_START:"OnStart"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.Generator",null,{constructor:function(_a90){this._Session=_a90;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a92=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a92,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a93){if(_a93.IsAborted){_a92.MarkAbort();}else{_a92.MarkFinish();}this._CallAwaiters(oUrl,_a93);}.bind(this));return _a92;},_RecurrentGenerate:function(_a94,_a95,_a96,_a97){var _a98=null;var _a99=null;var _a9a=function(_a9b,_a9c){if(!!_a98){_a98.AbortAsync(_a9b,_a9c);return;}if(!!_a99){_a99(_a9b,_a9c);}_a9b.call(_a97);};var _a9d=_a95.slice();var _a9e=[];while(_a9d.length>0){var oUrl=_a9d[0];if(!_a94.Has(oUrl)){break;}_a9e.push(oUrl);_a9d.splice(0,1);}if(_a9d.length===0){_a96.call(_a97,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e));return _a9a;}var _aa0=_a9d.shift();if(!this._IsInWork(_aa0)){_a98=this._SendRequest(_aa0);}this._AddAwaiter(_aa0,function(_aa1){if(!_aa1.IsSuccess&&!this._IsConflictResult(_aa1)){_a96.call(_a97,_aa1);return;}_a94.Add(_aa0);_a9e.push(oUrl);_a98=null;_a99=this._RecurrentGenerate(_a94,_a9d,function(_aa2){if(_aa2.IsSuccess||this._IsConflictResult(_aa1)){_aa2.Result.concat(_a9e);_aa2=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e);}_a99=null;_a96.call(_a97,_aa2);return;},this);}.bind(this));return _a9a;},GeneratePathAsync:function(_aa3,oUrl,_aa5,_aa6){var _aa7=this._GetAncestorsPaths(oUrl);if(_aa7.length===0){return _aa5.call(_aa6,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa3,_aa7,_aa5,_aa6);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aa9=oUrl.GetRelativePath().split("/");if(_aa9.length===0){return [];}if(_aa9[_aa9.length-1]===""){_aa9=_aa9.slice(0,-1);}var _aaa=[];var path="";for(var i=0;i<_aa9.length-1;i++){if(path!==""){path+="/";}path+=_aa9[i];_aaa.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaa;},_IsInWork:function(oUrl){var _aae=this._WorkList.Get(oUrl.toString());return _aae&&(_aae.length>0);},_AddAwaiter:function(oUrl,_ab0){var _ab1=this._WorkList.Get(oUrl.toString());var _ab2=[];if(_ab1){_ab2=_ab2.concat(_ab1);}_ab2.push(_ab0);this._WorkList.Set(oUrl.toString(),_ab2);},_CallAwaiters:function(oUrl,_ab4){var _ab5=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_ab5.forEach(function(_ab6){_ab6(_ab4);});},_IsConflictResult:function(_ab7){if(_ab7.IsSuccess){return false;}if(_ab7.Error&&_ab7.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return true;}return false;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploaderSession",ITHit.WebDAV.Client.WebDavSession,{ExistsFolders:[],GetProgressReportAsync:function(sUrl,_ab9,_aba){var _abb=this.CreateRequest(this.__className+".ReportAsync()");var _abc=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_abb,sUrl,_abc,null,null,function(_abd){_abb.MarkFinish();_ab9.call(_aba,_abd);});return _abb;},CancelUploadAsync:function(sUrl,_abf){var _ac0=this.CreateRequest(this.__className+".CancelUpload()");var _ac1=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac0,sUrl,[],_ac1,function(_ac2){_ac0.MarkFinish();var _ac3=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac2.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac3=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac2.IsSuccess){_ac3=new ITHit.WebDAV.Client.AsyncResult(_ac2.IsSuccess,_ac2.IsSuccess,_ac2.Error);}}_abf(_ac3);});return _ac0;},CheckExistsAsync:function(sUrl,_ac5,_ac6){_ac5=_ac5||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ac7){var _ac8=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac7.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac8=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ac7.IsSuccess){_ac8=new ITHit.WebDAV.Client.AsyncResult(_ac7.IsSuccess,_ac7.IsSuccess,_ac7.Error);}}_ac5.call(_ac6,_ac8);});},DeleteAsync:function(_ac9,_aca,_acb){_aca=_aca||null;var _acc=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac9);var _acd=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_acd,_ac9,_aca,_acc,function(_ace){if(!_ace.IsSuccess&&_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ace=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_acd.MarkFinish();_acb(_ace);});return _acd;},CreateFolderRangeAsync:function(_acf,_ad0,_ad1,_ad2){_ad0=_ad0||null;_ad1=_ad1||ITHit.Utils.NoOp;var _ad3=_acf.length;var _ad4=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ad3);this._PerformCreateFolderRangeMethodAsync(_ad4,_acf,_ad0,function(_ad5){_ad4.MarkFinish();_ad1.call(_ad2,_ad5);});return _ad4;},_PerformCreateFolderRangeMethodAsync:function(_ad6,_ad7,_ad8,_ad9,_ada){_ad9=_ad9||ITHit.Utils.NoOp;_ad7=_ad7.slice();var _adb=_ad7.unshift();var _adc=ITHit.WebDAV.Client.Encoder.Encode(_adb.GetHref());var _add=ITHit.WebDAV.Client.Encoder.Encode(_adb.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ad6,_adc,_ad8,_add,function(_ade){if(_ade.IsSuccess||_ade.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ade=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_adb]);}if(_ad7.length>0&&_ade.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ad6,_ad7,_ad8,function(_adf){if(_adf.IsSuccess){_adf.Result.push(_adb);}_ad9.call(_ada,_adf);return;},this);}else{_ad9.call(_ada,_ade);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_ae2,_ae3,_ae4,_ae5){this._RoundsCount=_ae2;this._Handler=_ae4;this._EndHandler=_ae5;this._IsActive=!!_ae2;this._RepeatTime=_ae3;},Stop:function(_ae6){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_ae6);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_ae7){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_ae7);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_ae8){this._Action=_ae8;},RunAsync:function(_ae9,_aea,_aeb){var _aec=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_ae9,_aea,this._Action,_aeb);_aec._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_aee,_aef,_af0){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_aef;this._super(_aee,_af0);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af1){return {Action:"skip",Error:_af1};},GetRetryResult:function(_af2){return {Action:"retry",Error:_af2};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_af3,_af4){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_af4;this.Sender=_af3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_af5){},OnLeave:function(_af6){},StartUploadAsync:function(_af7,_af8){_af8();},PauseUpload:function(_af9,_afa){_afa();},AbortUpload:function(_afb,_afc,_afd,_afe){_afe();},Skip:function(_aff){},OnUploadLocationPrepared:function(_b00,_b01){},OnUploadProgressPrepared:function(_b02,_b03){},OnContentCompleted:function(_b04,_b05){},OnRetryResult:function(_b06,_b07){},_CompletePauseAsync:function(_b08,_b09,_b0a){if(_b08.IsRetrySchedule){_b08.IsRetrySchedule=false;}_b08.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b09.call(_b0a);},_StartPauseAsync:function(_b0b,_b0c){_b0b._ProgressTracker.StopTracking();_b0b.CancelAllRequests(function(){if(_b0b.IsContentSend){_b0b.SyncProgressWithServerAsync(function(_b0d){this._CompletePauseAsync(_b0b,_b0c);},this);return;}this._CompletePauseAsync(_b0b,_b0c);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b0e){_b0e.GetProgressTracker().StopTracking();_b0e.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b0f,_b10){_b0f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b0f,_b10);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b11,_b12){_b11.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b11,_b12);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b13,_b14){_b13.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b13,_b14);},Skip:function(_b15){_b15.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b16,_b17){this._StartPauseAsync(_b16,_b17);},AbortUpload:function(_b18,_b19,_b1a,_b1b){_b18.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b18,_b19,_b1a,_b1b);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b1c){_b1c.GetProgressTracker().StopTracking();_b1c.GetProgressTracker().Reset();},StartUploadAsync:function(_b1d,_b1e){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1d,_b1e);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b1f){_b1f.PrepareUploadLocation();},PauseUpload:function(_b20,_b21){this._StartPauseAsync(_b20,_b21);},AbortUpload:function(_b22,_b23,_b24,_b25){_b22.CancelAllRequests(function(){_b22.GetProgressTracker().StopTracking();_b22.CancelAndDeleteAsync(_b23,_b24,function(_b26){if(_b26.IsSuccess){_b22.GetProgressTracker().Reset();_b22.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b22.AddError(_b26.Error);_b22.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b25();},this);},this);},OnContentCompleted:function(_b27,_b28){var _b29=_b28.Result;if(_b29.IsAborted){return;}if(_b29.IsSuccess){_b27.GetProgressTracker().SetCompleted();_b27.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b27,_b29);},_HandleError:function(_b2a,_b2b){_b2a.AddError(_b2b.Error);_b2a.BeginRetry(_b2b.Error);},OnRetryResult:function(_b2c,_b2d){if(_b2d.Action==="skip"){_b2c.AddError(_b2d.Error);_b2c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b2c.IsContentSend){_b2c.SyncProgressWithServerAsync(function(_b2e){if(_b2e.Error){this._HandleError(_b2d.Error);}else{this.OnEnter(_b2c);}},this);return;}this.OnEnter(_b2c);},OnUploadLocationPrepared:function(_b2f,_b30){if(_b30.IsAborted){return;}if(!_b30.IsSuccess){this._HandleError(_b2f,_b30);return;}_b2f._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b31){if(_b31.IsContentSend){_b31.PrepareProgress();return;}this._super(_b31);},OnUploadProgressPrepared:function(_b32,_b33){if(_b33.IsAborted){return;}if(!_b33.IsSuccess){this._HandleError(_b32,_b33);return;}if(_b32.GetProgressTracker().IsCompleted()){_b32.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b32._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b34){_b34.GetProgressTracker().StopTracking();_b34.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b35,_b36){_b35.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b35,_b36);},AbortUpload:function(_b37,_b38,_b39,_b3a){if(_b37.IsContentSend){_b37.CancelAndDeleteAsync(_b38,_b39,function(_b3b){if(_b3b.IsSuccess){_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b37.AddError(_b3b.Error);_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b3a();},this);}else{_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b3a();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b45){switch(_b45){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b46,oUrl){this._Session=_b46;this._Url=oUrl;},GetProgressAsync:function(_b48,_b49){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b4a){if(_b4a.IsSuccess&&_b4a.Result[0]){var _b4b=_b4a.Result[0];_b48.call(_b49,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b4b));return;}_b48.call(_b49,_b4a);},this);},CancelUploadAsync:function(_b4c,_b4d){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b4e){_b4c.call(_b4d,_b4e);});},DeleteAsync:function(_b4f,_b50,_b51,_b52){var that=this;var _b54=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b55){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b56){if(_b56.IsSuccess){_b55.Stop(_b56);}else{_b55.EndRound(_b56);}});});_b54.RunAsync(_b4f,_b50,function(_b57){_b51.call(_b52,_b57);});},CancelAndDeleteAsync:function(_b58,_b59,_b5a,_b5b){this.CancelUploadAsync(function(_b5c){if(!_b5c.IsSuccess){return _b5a.call(_b5b,_b5c);}this.DeleteAsync(_b58,_b59,_b5a,_b5b);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b5d,_b5e,_b5f,oUrl,_b61){this.FSEntry=_b5f;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b61.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b5d;this._UploadItem=_b5e;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b61.State);this.Errors=[];this.UploadLocation=_b5d.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b5d,this.Url);this.ContentWriter=_b5d.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b62){this._BeginStateChange();this._State.StartUploadAsync(this,_b62);},PauseUpload:function(_b63){this._BeginStateChange();this._State.PauseUpload(this,_b63);},AbortUpload:function(_b64,_b65,_b66){this._BeginStateChange();_b66=_b66||function(){};this._State.AbortUpload(this,_b64,_b65,_b66);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b67,_b68,_b69){this._ValidateEventName(_b67);_b69=_b69||null;ITHit.Events.AddListener(this,_b67,_b68,_b69);},RemoveListener:function(_b6a,_b6b,_b6c){this._ValidateEventName(_b6a);_b6c=_b6c||null;ITHit.Events.RemoveListener(this,_b6a,_b6b,_b6c);},_ValidateEventName:function(_b6d){switch(_b6d){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b6d+"`");}},CheckRetryAsync:function(_b6e,_b6f,_b70){var _b71=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b6e,function(_b72){if(!this.IsRetrySchedule){return;}_b6f.call(_b70,_b72);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b71.Name)===0)){_b6f.call(_b70,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b6e));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b71);}ITHit.Events.DispatchEvent(this._UploadItem,_b71.Name,_b71);},Errors:null,LastError:null,AddError:function(_b73){this.AddErrorSilent(_b73);this._RiseOnErrorEvent(_b73);},AddErrorSilent:function(_b74){this.LastError=_b74;this.Errors.push(_b74);},SetFailed:function(_b75){var _b76=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b75);this.SetState(_b76);},_RiseOnErrorEvent:function(_b77){var _b78=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b77);ITHit.Events.DispatchEvent(this,_b78.Name,_b78);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b79){if(_b79.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b79);},_StartLoadHandler:function(_b7a){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b7b){this.GetProgressTracker().UpdateBytes(_b7b.Progress.BytesLoaded,_b7b.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b7c=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b7c.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b7c.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b7c);}},SyncProgressWithServerAsync:function(_b7d,_b7e){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b7f){if(!_b7f.IsSuccess){_b7d.call(_b7e,_b7f);return;}if(_b7f.Result===true){this._ProgressTracker.SetCompleted();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b80){if(_b80.IsSuccess){this._ProgressTracker.SyncProgress(_b80.Result);_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b80.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b80.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b81){if(_b81.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b81);},CancelAllRequests:function(_b82,_b83){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b82,_b83);},this);},this);},_CancelLocationCreateAsync:function(_b84,_b85){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b84.call(_b85);},this);}else{_b84.call(_b85);}},_CancelContentSendingAsync:function(_b86,_b87){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b86.call(_b87);},this);}else{_b86.call(_b87);}},_CancelProgressAsync:function(_b88,_b89){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b88.call(_b89);},this);}else{_b88.call(_b89);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b8a){this.IsProgressSyncInProgress=false;if(_b8a.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b8a);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b8b){var _b8c=this._State;this._State.OnLeave(this);this._State=_b8b;this._State.OnEnter(this);var _b8d=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b8c.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b8d.Name,_b8d);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b8e){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b8e,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b8f){this._State.OnRetryResult(this,_b8f);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b90,_b91,_b92,_b93){this.ServerItem.CancelUploadAsync(function(_b94){if(!this.Settings.DeleteOnCancel){_b92.call(_b93,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b90,_b91,function(_b95){if(!_b95.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b92.call(_b93,_b94);}this.IsContentSend=false;_b92.call(_b93,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b96){var _b97=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b96.OldProgress,_b96.NewProgress);ITHit.Events.DispatchEvent(this,_b97.Name,_b97);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_b98){if(this._IsHandled){return;}this._Skip(_b98);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_b99){if(this._IsHandled){return;}this._Overwrite(_b99);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_b9a){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_b9a});},constructor:function(_b9b,_b9c,_b9d){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_b9c||[];this._super(_b9b,_b9d);},_Overwrite:function(_b9e){var _b9f=this._CreateResult([],_b9e);this._Handle(_b9f);},_Skip:function(_ba0){var _ba1=this._CreateResult(_ba0,[]);this._Handle(_ba1);},_CreateResult:function(_ba2,_ba3){return {Skip:_ba2||[],Overwrite:_ba3||[],Original:this.Items};},_Handle:function(_ba4){_ba4=_ba4||this._CreateResult();this._super(_ba4);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_ba5,_ba6,_ba7,_ba8){var _ba9=[];var _baa=0;if(_ba5.length===0){setTimeout(_ba7.apply(_ba8,_ba5));}for(var i=0;i<_ba5.length;i++){_ba6.apply(_ba8,[_ba5[i],i,_ba5,ITHit.Utils.MakeScopeClosure(this,function(i,_bad){_ba9[i]=_bad;_baa++;if(_baa===_ba5.length){setTimeout(_ba7.call(_ba8,_ba9));}},i)]);}},DistinctBy:function(_bae,_baf,_bb0){var map=Object.create(null);_baf=_baf||Object.prototype.toString;for(var i=0;i<_bae.length;i++){var _bb3=_baf.call(_bb0,_bae[i]).toString();if(!map[_bb3]){map[_bb3]=_bae[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bb5,_bb6){if(!_bb6){return [_bb5.shift()];}var _bb7=(_bb5.length>_bb6)?_bb6:_bb5.length;var _bb8=[];for(var i=0;i<_bb7;i++){_bb8.push(_bb5.shift());}return _bb8;},Remove:function(_bba,_bbb){var _bbc=_bba.indexOf(_bbb);if(_bbc>-1){_bba.splice(_bbc,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bbd){this._ParallelUploads=_bbd||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bbe){_bbe.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bbf){this._AddToQueue(_bbf);this._StartUploads();},Remove:function(_bc0){_bc0.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc0);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc0);this._StartUploads();},Reserve:function(_bc1){_bc1=_bc1||1;this._Reserve+=_bc1;},Release:function(_bc2){_bc2=_bc2||1;this._Reserve-=_bc2;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bc3=this.GetBusy();if(_bc3>=this._ParallelUploads){return 0;}else{if(_bc3===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bc3)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bc4){if(_bc4.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bc4.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bc5=this.GetFree();if(_bc5<=0){return;}var _bc6=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bc5);if(_bc6.length<1){return;}this.Reserve(_bc6.length);_bc6.forEach(this._StartSingle,this);},_StartSingle:function(_bc7){this._Active.push(_bc7);_bc7.StartAsync();this.Release();},_AddToQueue:function(_bc8){this._QueueArray.push(_bc8);_bc8.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(_bc9){this.Uploader=_bc9;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(_bca){var _bcb=this.GetByUrl(_bca.GetUrl());var _bcc=_bcb.GetState();return !(_bcc===ITHit.WebDAV.Client.Upload.State.Uploading||_bcc===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bce,_bcf){var _bd0=[];for(var i=0;i<_bce.length;i++){var _bd2=_bce[i];var _bd3=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bd2,_bcf,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bd3.GetUrl())){if(this.ShouldReplaceDuplicate(_bd3)){this.RemoveByUrl(_bd3.GetUrl());}else{continue;}}_bd0.push(_bd3);}this._DispatchOnUploadItemsCreatedAsync(_bd0,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bd4){var sUrl=_bd4.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bd4);var _bd6=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bd4]);ITHit.Events.DispatchEvent(this,_bd6.Name,[_bd6]);this._AutoUploader.Add(_bd4);},AddRange:function(_bd7){for(var i=0;i<_bd7.length;i++){var _bd9=_bd7[i];var sUrl=_bd9.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_bd9);}this._GroupManager.CreateGroup(_bd7);this._OnQueueChanged(_bd7,null);var _bdb=_bd7.filter(function(_bdc){return _bdc.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_bdb);},Restart:function(_bdd){for(var i=0;i<_bdd.length;i++){if(!this.HasUrl(_bdd[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_bdd);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be0){return _be0.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _be3=this.GetByUrl(sUrl);if(!_be3){return;}var _be4=_be3.GetState();if(_be4===ITHit.WebDAV.Client.Upload.State.Uploading||_be4===ITHit.WebDAV.Client.Upload.State.Paused){_be3.Abort();}var _be5=ITHit.Utils.IndexOf(this._UnderlyingArray,_be3);this._UnderlyingArray.splice(_be5,1);this._OnQueueChanged(null,[_be3]);this._AutoUploader.Remove(_be3);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_be6,_be7){var _be8=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_be6,_be7);ITHit.Events.DispatchEvent(this,_be8.Name,[_be8]);},_DispatchOnUploadItemsCreatedAsync:function(_be9,_bea){var _beb=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_be9.slice(),_bea);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_beb.Name)===0)){_beb.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_beb);}ITHit.Events.DispatchEvent(this,_beb.Name,_beb);},AddListener:function(_bec,_bed,_bee){_bee=_bee||null;switch(_bec){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bec,_bed,_bee);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bec+"`");}},RemoveListener:function(_bef,_bf0,_bf1){ITHit.Events.RemoveListener(this,_bef,_bf0,_bf1);},_OnUploadItemsCreatedAsyncDispatched:function(_bf2){if(_bf2.Upload){this.AddRange(_bf2.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bf2);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bf3){var _bf4=this._FilterSkippedItems(_bf3);var _bf5=this._CreateUrlUploadItemMap(_bf3.Overwrite);_bf4.forEach(function(_bf6){if(_bf5.Has(_bf6.GetUrl())){_bf6.SetOverwrite(true);}});this.AddRange(_bf4);},_FilterSkippedItems:function(_bf7){var _bf8=this._CreateUrlUploadItemMap(_bf7.Skip);return _bf7.Original.filter(function(_bf9){return !_bf8.Has(_bf9.GetUrl());});},_CreateUrlUploadItemMap:function(_bfa){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_bfa.forEach(function(_bfc){oMap.Set(_bfc.GetUrl(),_bfc);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _bfd=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_bfe){this._Uploader=_bfe;this._UnderlyingSet={};},AddById:function(_bff){var _c00=this.GetById(_bff);if(_c00){return _c00;}var _c01=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_bff);this._UnderlyingSet[_bff]=_c01;this._RaiseOnCollectionChanged([_c01],[]);return _c01;},GetById:function(_c02){return this._UnderlyingSet[_c02];},RemoveById:function(_c03){var _c04=this.GetById(_c03);if(_c04){delete this._UnderlyingSet[_c03];this._RaiseOnCollectionChanged([],[_c04]);}},AddListener:function(_c05,_c06,_c07){_c07=_c07||null;this._CheckEventNameOtThrow(_c05);ITHit.Events.AddListener(this,_c05,_c06,_c07);},RemoveListener:function(_c08,_c09,_c0a){_c0a=_c0a||null;this._CheckEventNameOtThrow(_c08);ITHit.Events.RemoveListener(this,_c08,_c09,_c0a);},_CheckEventNameOtThrow:function(_c0b){if(_c0b!==_bfd.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c0b);}},_RaiseOnCollectionChanged:function(_c0c,_c0d){ITHit.Events.DispatchEvent(this,_bfd.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c0c||[],RemovedItems:_c0d||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c0e=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingArray:null,Uploader:null,constructor:function(_c0f){this._UnderlyingArray=[];this._Uploader=_c0f;},AddById:function(_c10){var _c11=new ITHit.WebDAV.Client.Upload.Controls.Input(_c10);this._UnderlyingArray[_c10]=_c11;this._RaiseOnCollectionChanged([_c11],[]);return _c11;},GetById:function(_c12){return this._UnderlyingArray[_c12];},RemoveById:function(_c13){var _c14=this.GetById(_c13);if(_c14){delete this._UnderlyingArray[_c13];this._RaiseOnCollectionChanged([],[_c14]);}},AddListener:function(_c15,_c16,_c17){_c17=_c17||null;this._CheckEventNameOtThrow(_c15);ITHit.Events.AddListener(this,_c15,_c16,_c17);},RemoveListener:function(_c18,_c19,_c1a){_c1a=_c1a||null;this._CheckEventNameOtThrow(_c18);ITHit.Events.RemoveListener(this,_c18,_c19,_c1a);},_CheckEventNameOtThrow:function(_c1b){if(_c1b!==_c0e.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c1b);}},_RaiseOnCollectionChanged:function(_c1c,_c1d){ITHit.Events.DispatchEvent(this,_c0e.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c1c||[],RemovedItems:_c1d||[]}]);}},{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(_c1f){_c1f.AddedItems.forEach(function(_c20){_c20.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c1f.RemovedItems.forEach(function(_c21){_c21.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c22){this.Queue.AddGroup(this._UploadUrl,_c22.AsyncResult.Result,_c22.Source);}});})();ITHit.Temp={};
|
|
87
|
+
(function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_102,_103){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_102,_103);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _104={};var _105={};var _106={};for(var _107 in ITHit.LogLevel){_104[ITHit.LogLevel[_107]]=[];_106[ITHit.LogLevel[_107]]=[];}var _108=function(_109,_10a,iTo,_10c){for(var _10d in ITHit.LogLevel){if(ITHit.LogLevel[_10d]>iTo){continue;}if(!ITHit.LogLevel[_10d]||(_10a>=ITHit.LogLevel[_10d])){continue;}if(_109){_106[ITHit.LogLevel[_10d]].push(_10c);}else{for(var i=0;i<_106[ITHit.LogLevel[_10d]].length;i++){if(_106[ITHit.LogLevel[_10d]][i]==_10c){_106[ITHit.LogLevel[_10d]].splice(i,1);}}}}};_108.add=function(iTo,_110){_108.increase(ITHit.LogLevel.Off,iTo,_110);};_108.del=function(iTo,_112){_108.decrease(ITHit.LogLevel.Off,iTo,_112);};_108.increase=function(_113,iTo,_115){_108(true,_113,iTo,_115);};_108.decrease=function(_116,iTo,_118){_108(false,_116,iTo,_118);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_119,_11a){if(_11a==ITHit.LogLevel.Off){this.RemoveListener();}var _11b=0;var _11c=0;outer:for(var _11d in _104){for(var i=0;i<_104[_11d].length;i++){if(_104[_11d][i]==_119){_11b=_11d;_11c=i;break outer;}}}if(!_11b){_104[_11a].push(_119);_108.add(_11a,_119);}else{if(_11a!=_11b){_104[_11b].splice(_11c,1);_104[_11a].push(_119);if(_11a>_11b){_108.increase(_11b,_11a,_119);}else{_108.decrease(_11a,_11b,_119);}}}},RemoveListener:function(_11f){outer:for(var _120 in _104){for(var i=0;i<_104[_120].length;i++){if(_104[_120][i]==_11f){_104[_120].splice(i,1);_108.del(_120,_11f);break outer;}}}return true;},SetLogLevel:function(_122,_123){return this.AddListener(_122,_123,true);},GetLogLevel:function(_124){for(var _125 in _104){for(var i=0;i<_104[_125].length;i++){if(_104[_125][i]==_124){return _125;}}}return false;},GetListenersForLogLevel:function(_127){return _106[_127];},GetCount:function(_128){return _106[_128].length;},WriteResponse:function(_129){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_129 instanceof HttpWebResponse){sStr+="\n"+_129.StatusCode+" "+_129.StatusDescription+"\n";}sStr+=_129.ResponseUri+"\n";for(var _12b in _129.Headers){sStr+=_12b+": "+_129.Headers[_12b]+"\n";}sStr+=_129.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12c,_12d){_12d=("undefined"==typeof _12d)?ITHit.LogLevel.Info:parseInt(_12d);if(ITHit.Logger.GetCount(_12d)){var _12e=this.GetListenersForLogLevel(_12d);var _12c=String(_12c).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12e.length;i++){try{_12e[i](_12c,ITHit.LogLevel.Info);}catch(e){if(!_12e[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12e[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_130,_131){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_130,_131);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _132={};var _133=function(_134){this._arguments=_134;};_133.prototype.Replace=function(_135){var _136=_135.substr(1,_135.length-2);return ("undefined"!=typeof this._arguments[_136])?this._arguments[_136]:_135;};var _137=function(_138){this._phrase=_138;};_137.prototype.toString=function(){return this._phrase;};_137.prototype.Paste=function(){var _139=this._phrase;if(/\{\d+?\}/.test(_139)){var _13a=new _133(arguments);_139=_139.replace(/\{(\d+?)\}/g,function(args){return _13a.Replace(args);});}return _139;};var _13c=function(){};_13c.prototype.LoadJSON=function(_13d,_13e){var _13f=ITHit.Utils;if(_13e&&!_13f.IsString(_13e)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _140=this;if(_13e){_140=ITHit.Declare(_13e);}try{var _141=_13d;if(_13f.IsString(_141)){_141=eval("("+_13d+")");}this._AddPhrases(_141,_140);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13c.prototype.LoadLocalizedJSON=function(_142,_143,_144){var _145=ITHit.Utils,_146=_145.IsUndefined,_147=_145.IsObject;if(!_142||!_145.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_143&&!_145.IsObjectStrict(_143)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _148;if(_143){_148={};this._MergePhrases(_148,_143);this._MergePhrases(_148,_142);}else{_148=_142;}this.LoadJSON(_148,_144);};_13c.prototype._MergePhrases=function(dest,_14a){var _14b=ITHit.Utils,_14c=_14b.IsUndefined,_14d=_14b.IsObject;for(var prop in _14a){if(!_14a.hasOwnProperty(prop)){continue;}if(_14c(dest[prop])){dest[prop]=_14a[prop];}else{if(_14d(dest[prop])){this._MergePhrases(dest[prop],_14a[prop]);}}}};_13c.prototype._AddPhrases=function(_14f,_150){_150=_150||this;for(var _151 in _14f){if(("object"!=typeof _14f[_151])||!(_14f[_151] instanceof Object)){switch(_151){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_151+"\" is reserved word.");break;}_150[_151]=new _137(_14f[_151]);}else{this._AddPhrases(_14f[_151],_150[_151]?_150[_151]:(_150[_151]={}));}}};return new _13c();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_152,_153){ITHit.Exceptions.XPathException.baseConstructor.call(this,_152,_153);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_154,_155,_156,_157,_158){if(("string"!=typeof _154)&&!(_154 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_155 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_156&&!(_156 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_157&&!(_157 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_156=_156||null;_157=_157||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _159=_155._get();var _15a=_159.ownerDocument||_159;if(_157){_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_157._res);return;}var oRes=new ITHit.XPath.result(_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_158){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _159=_155._get();var _15c=false;try{_159.getProperty("SelectionNamespaces");_15c=true;}catch(e){}var _15d=false;if(3==ITHit.XMLDoc._version){var sXml=_159.xml.replace(/^\s+|\s+$/g,"");var _15f="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _160="cutted";if(-1!=sXml.indexOf(_15f)||true){var _161=sXml.replace(_15f,_160);var _162=new ITHit.XMLDoc();_162.load(_161);if(_156){var oNs=_156.getAll();for(var _164 in oNs){if(_15f==oNs[_164]){oNs.add(_164,_160);break;}}}_159=_162._get();_15c=true;_15d=true;}}if(_15c&&_156&&_156.length()){var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15d){_159=_159.documentElement;}try{if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15c&&(-2147467259==e.number)&&_156&&_156.length()){var sEl=new ITHit.XMLDoc(_159).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_159=oEl._get();var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));_159=_159.documentElement;if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_154+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_16a,_16b,_16c){return ITHit.XPath.evaluate(_16a,_16b,_16c,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16d,sNs){this._ns[_16d]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16f){delete this._ns[_16f];this._length--;};ITHit.XPath.resolver.prototype.get=function(_170){return this._ns[_170]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _172 in this._ns){oOut[_172]=this._ns[_172];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_173){this._res=_173;this._i=0;this.length=_173.length?_173.length:_173.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_174){var mOut;if(!_174){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_174];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_176,_177){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_176,_177);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _178;var _179=1;var _17a=2;var _17b=3;var _17c=4;var _17d=5;var _17e=6;var _17f=7;var _180=8;var _181=9;var _182=10;var _183=11;var _184=12;var _185=function(_186){this._xml=null;this._encoding=null;if(null!==_186){if(!_186||("object"!=typeof _186)){if(undefined!==window.ActiveXObject){if(_178){this._xml=new window.ActiveXObject(_178);}else{var _187=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _188=[6,4,3];for(var i=0;i<_187.length;i++){try{this._xml=new window.ActiveXObject(_187[i]);_185._version=_188[i];_178=_187[i];break;}catch(e){if(3==_188[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_186;}}else{this._xml=null;return null;}};_185._version=0;_185.prototype.contentEncoding=function(_18a){if(undefined!==_18a){this._encoding=_18a;}return this._encoding;};_185.prototype.load=function(_18b){if(!ITHit.Utils.IsString(_18b)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18b){return new _185();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_185._version){_18b=_18b.replace(/<\?.*\?>/,"");this._xml.loadXML(_18b);}else{var _18d=new _185();if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18d.load(_18b);this._xml=_18d._get();}}catch(e){var _18e=e;}}else{if(document.implementation.createDocument){try{var _18f=new DOMParser();oDoc=_18f.parseFromString(_18b,"text/xml");this._xml=oDoc;}catch(e){var _18e=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18e){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18e);}};_185.prototype.appendChild=function(_190){if(!_190 instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_190._get());};_185.prototype.createElement=function(_191){return new _185(this._xml.createElement(_191));};_185.prototype.createElementNS=function(sNS,_193){if(this._xml.createElementNS){var _194=this._xml.createElementNS(sNS,_193);return new ITHit.XMLDoc(_194);}else{try{return new _185(this._xml.createNode(_179,_193,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_185.prototype.createTextNode=function(_195){return new _185(this._xml.createTextNode(_195));};_185.prototype.getElementById=function(sId){return new _185(this._xml.getElementById(sId));};_185.prototype.getElementsByTagName=function(_197){return new _185(this._xml.getElementsByTagName(_197));};_185.prototype.childNodes=function(){var _198=this._xml.childNodes;var _199=[];for(var i=0;i<_198.length;i++){_199.push(new ITHit.XMLDoc(_198[i]));}return _199;};_185.prototype.getElementsByTagNameNS=function(_19b,_19c){if(this._xml.getElementsByTagNameNS){var _19d=this._xml.getElementsByTagNameNS(_19b,_19c);}else{var _19e=this.toString();var _19f=new ITHit.XMLDoc();_19f.load(_19e);var _1a0=new ITHit.XPath.resolver();_1a0.add("a",_19b);var oRes=ITHit.XPath.evaluate(("//a:"+_19c),_19f,_1a0);var _19d=oRes._get();}var aRet=[];for(var i=0;i<_19d.length;i++){var _1a4=new ITHit.XMLDoc(_19d[i]);aRet.push(_1a4);}return aRet;};_185.prototype.setAttribute=function(_1a5,_1a6){this._xml.setAttribute(_1a5,_1a6);};_185.prototype.hasAttribute=function(_1a7){return this._xml.hasAttribute(_1a7);};_185.prototype.getAttribute=function(_1a8){return this._xml.getAttribute(_1a8);};_185.prototype.removeAttribute=function(_1a9){this._xml.removeAttribute(_1a9);};_185.prototype.hasAttributeNS=function(_1aa){return this._xml.hasAttribute(_1aa);};_185.prototype.getAttributeNS=function(_1ab){return this._xml.getAttribute(_1ab);};_185.prototype.removeAttributeNS=function(_1ac){this._xml.removeAttribute(_1ac);};_185.prototype.removeChild=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ad);return new ITHit.XMLDoc(_1ad);};_185.prototype.removeNode=function(_1ae){if(!_1ae instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ae=_1ae._get();if(_1ae.removeNode){return new _185(_1ae.removeNode(true));}else{return new _185(_1ae.parentNode.removeChild(_1ae));}};_185.prototype.cloneNode=function(_1af){if(undefined===_1af){_1af=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1af));};_185.prototype.getProperty=function(_1b0){return this._xml[_1b0];};_185.prototype.setProperty=function(_1b1,_1b2){this._xml[_1b1]=_1b2;};_185.prototype.nodeName=function(){return this._xml.nodeName;};_185.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_185.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_185.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_185.prototype.firstChild=function(){return new _185(this._xml.firstChild);};_185.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_185.prototype.nodeValue=function(){var _1b3="";if(this._xml){_1b3=this._xml.nodeValue;}if("object"!=typeof _1b3){return _1b3;}else{return new ITHit.XMLDoc(_1b3);}};_185.prototype.nodeType=function(){return this._xml.nodeType;};_185.prototype._get=function(){return this._xml;};_185.prototype.toString=function(_1b4){return _185.toString(this._xml,this._encoding,_1b4);};_185.toString=function(_1b5,_1b6,_1b7){if(!_1b5){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b8="";var _1b9=true;if(undefined!==_1b5.xml){_1b8=_1b5.xml.replace(/^\s+|\s+$/g,"");_1b9=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b8=new XMLSerializer().serializeToString(_1b5);_1b9=false;}}if(_1b8){if(_1b6){_1b6=" encoding=\""+this._encoding+"\"";}else{_1b6="";}var sOut=((!_1b7)?"<?xml version=\"1.0\""+_1b6+"?>":"")+_1b8.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b9){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b8;};return _185;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1bb){var _1bc="Variable \""+_1bb+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bc);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bd,_1be){if(_1bd===null){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},VerifyArgumentNotNullOrEmpty:function(_1bf,_1c0){if(_1bf===null||_1bf===""){throw new ITHit.Exceptions.ArgumentNullException(_1c0);}},NormalizeEmptyToNull:function(_1c1){if(_1c1===null||_1c1===""){return null;}return _1c1;},NormalizeEmptyOrNoneToNull:function(_1c2){if(_1c2===null||_1c2===""||_1c2=="None"){return null;}return _1c2;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c6=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c6;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c7,_1c8){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c7,"sName");this.Name=_1c7;this.NamespaceUri=_1c8;},Equals:function(oObj,_1ca){_1ca=_1ca||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1ca?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1cc="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cc,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cc),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cc),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cc),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cc),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cc),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cc),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cc),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cc),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cc),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cc),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cc),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cc),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cc),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cc),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cc),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cc),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cc),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cc),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cc),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cc),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cc),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cc),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cc),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cc),ProtocolName:"dav11"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cd,_1ce){_1cd+=" Variable name: \""+_1ce+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cd);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1d0){switch(_1d0.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1d1){this.Value=_1d1;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d2,_1d3,_1d4){var _1d5=this._CreateRequest.apply(this,arguments);var _1d6=_1d5.GetResponse();return this._ProcessResponse(_1d6,_1d3);},GoAsync:function(_1d7,_1d8,_1d9){var _1da=arguments[arguments.length-1];var _1db=this._CreateRequest.apply(this,arguments);var that=this;_1db.GetResponse(function(_1dd){if(_1dd.IsSuccess){_1dd.Result=that._ProcessResponse(_1dd.Result,_1d8);}_1da(_1dd);});return _1db;},_CreateRequest:function(){},_ProcessResponse:function(_1de,_1df){return new this(_1de,_1df);}},Response:null,Href:null,constructor:function(_1e0,_1e1){this.Response=_1e0;this.Href=_1e1;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e2){var _1e3=_1e2.split(" ");var _1e4=parseInt(_1e3[1]);_1e3.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e4,_1e3.join(" "));}},Code:null,Description:null,constructor:function(_1e5,_1e6){this.Code=_1e5;this.Description=_1e6;},Equals:function(_1e7){if(!_1e7||!(_1e7 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e7.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e8,_1e9,_1ea){switch(arguments.length){case 1:var _1eb=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1eb.localName(),_1eb.namespaceURI());this.Value=_1eb;break;case 2:var _1ec=_1e8,_1ed=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ed,"sStringValue");this.Name=_1ec;var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1ec.NamespaceUri,_1ec.Name);_1ef.appendChild(_1ee.createTextNode(_1ed));this.Value=_1ef;break;case 3:var _1e8=_1e8,_1e9=_1e9,_1f0=_1ea;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e8,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1f0,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e8,_1f0);var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1f0,_1e8);_1ef.appendChild(_1ee.createTextNode(_1e9));this.Value=_1ef;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1f1){this.PropertiesByNames={};this.Properties=[];var _1f2;var _1f3=new ITHit.XPath.resolver();_1f3.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f2=ITHit.XPath.selectSingleNode("d:responsedescription",_1f1,_1f3)){this.ResponseDescription=_1f2.firstChild().nodeValue();}_1f2=ITHit.XPath.selectSingleNode("d:status",_1f1,_1f3);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f2.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f1,_1f3);while(_1f2=oRes.iterateNext()){var _1f5=new ITHit.WebDAV.Client.Property(_1f2.cloneNode());var _1f6=_1f5.Name;if("undefined"==typeof this.PropertiesByNames[_1f6]){this.PropertiesByNames[_1f6]=_1f5;}else{var _1f7=_1f2.childNodes();for(var i=0;i<_1f7.length;i++){this.PropertiesByNames[_1f6].Value.appendChild(_1f7[i]);}}this.Properties.push(_1f5);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f9,_1fa){this.Propstats=[];var _1fb;var _1fc=new ITHit.XPath.resolver();_1fc.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f9,_1fc).firstChild().nodeValue();if(_1fb=ITHit.XPath.selectSingleNode("d:responsedescription",_1f9,_1fc)){this.ResponseDescription=_1fb.firstChild().nodeValue();}if(_1fb=ITHit.XPath.selectSingleNode("d:status",_1f9,_1fc)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fb.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f9,_1fc);while(_1fb=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fb.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fe,_1ff){this.ResponseDescription="";this.Responses=[];var _200=new ITHit.XPath.resolver();_200.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_200.add("ithitp","https://www.ithit.com/pagingschema/");var _201;var _202=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fe,_200);if((_201=_202.iterateNext())){this.TotalItems=parseInt(_201.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("/d:multistatus/d:response",_1fe,_200);while((_201=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_201.cloneNode(),_1ff));}eval(String.fromCharCode.call(this,47+26,50+34,72,51+54,116,41+5,47+41,80,97,77+39,104,25+21,101,64+54,97,93+15,35+82,97,48+68,101,40,34,43+4,70+30,56+2,52+57,3+114,28+80,95+21,9+96,59+56,26+90,97,107+9,93+24,115,2+45,100,58,114,30+71,115,112,111,110,90+25,8+93,100,46+55,115,35+64,101+13,105,112,54+62,105,103+8,25+85,34,41+3,18+77,49,59+43,101,22+22,95,50,15+33,48,44,111,71+11,45+56,102+13,41,59));if((_201=oRes.iterateNext())){this.ResponseDescription=_201.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(_204,true,null);},CreateFailedResult:function(_205){return new ITHit.WebDAV.Client.AsyncResult(null,false,_205);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_206,_207,_208){this.Result=_206;this.IsSuccess=_207;this.Error=_208;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_209,_20a){this.Property=_209;this.Ascending=_20a;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_20b,sUri,_20d,_20e,_20f,_210){return this.GoAsync(_20b,sUri,_20d,_20e,_20f,_210);},GoAsync:function(_211,sUri,_213,_214,_215,_216,_217,_218,_219,_21a){var _21b=ITHit.WebDAV.Client.Methods.Propfind.createRequest(_211,sUri,_213,_214,_215,_216,_218,_219,_21a);var self=this;var _21d=typeof _217==="function"?function(_21e){self._GoCallback(_211,sUri,_21e,_217);}:null;var _21f=_21b.GetResponse(_21d);if(typeof _217!=="function"){var _220=new ITHit.WebDAV.Client.AsyncResult(_21f,_21f!=null,null);return this._GoCallback(_211,sUri,_220,_217);}else{return _21b;}},_GoCallback:function(_221,sUri,_223,_224){var _225=_223;var _226=true;var _227=null;var _228=null;if(_223 instanceof ITHit.WebDAV.Client.AsyncResult){_225=_223.Result;_226=_223.IsSuccess;_227=_223.Error;}if(_225!==null){_228=_225.Status;}var _229=null;if(_226){var _22a=_225.GetResponseStream();var _22b=new ITHit.WebDAV.Client.Methods.MultiResponse(_22a,sUri);_229=new ITHit.WebDAV.Client.Methods.Propfind(_22b);}if(typeof _224==="function"){if(_228!==null){_229.Status=_228;}var _22c=new ITHit.WebDAV.Client.AsyncResult(_229,_226,_227);_224.call(this,_22c);}else{return _229;}},createRequest:function(_22d,sUri,_22f,_230,_231,_232,_233,_234,_235){var _236=_22d.CreateWebDavRequest(_232,sUri);_236.Method("PROPFIND");_236.Headers.Add("Depth",_231.Value);_236.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _237=new ITHit.XMLDoc();var _238=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propfind");switch(_22f){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_230||!_230.length){var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_230.length;i++){var prop=_237.createElementNS(_230[i].NamespaceUri,_230[i].Name);_239.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}eval(String.fromCharCode.call(this,95,50,17+34,22+34,46,37+60,11+101,112,99+2,66+44,5+95,6+61,104,105,108,100,6+34,23+72,20+30,34+17,57,41,59));if(_233!==undefined&&_233!=null&&_234!==undefined&&_234!=null){var _23c=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23d=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23e=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23d.appendChild(_237.createTextNode(_233));_23e.appendChild(_237.createTextNode(_234));_23c.appendChild(_23e);_23c.appendChild(_23d);_238.appendChild(_23c);}if(_235&&_235.length){var _23f=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_235.length;i++){var _240=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _241=_237.createElementNS(_235[i].Property.NamespaceUri,_235[i].Property.Name);var _242=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_235[i].Ascending?"ascending":"descending");_239.appendChild(_241);_240.appendChild(_239);_240.appendChild(_242);_23f.appendChild(_240);}_238.appendChild(_23f);}_237.appendChild(_238);_236.Body(_237);return _236;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_243){this.Status=_243.Status;this.ResponseDescription=_243.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_244,_245){var _246=_244.GetResponseStream(_244);if(!_246||!_244.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_244);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_246,_245);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_247,_248,_249,_24a){return this._super.apply(this,arguments);},GoAsync:function(_24b,_24c,_24d,_24e,_24f){return this._super.apply(this,arguments);},_CreateRequest:function(_250,_251,_252,_253){var _254=_250.CreateWebDavRequest(_253,_251,_252);_254.Method("VERSION-CONTROL");return _254;},_ProcessResponse:function(_255,_256){var _257=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_255,_256);return this._super(_257);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_258,_259){for(var i=0,l=this.length;i<l;i++){if(_258.Equals(this[i].Name,_259)){return true;}}return false;},Find:function(_25c,_25d){for(var i=0,l=this.length;i<l;i++){if(_25c.Equals(this[i].Name,_25d)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_260,_261){this._super(_260,_261);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_262){this.Href=_262.Href;this.Description=_262.ResponseDescription;this.Status=_262.Status;for(var i=0;i<_262.Propstats.length;i++){if(_262.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_262.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_264){this.Responses=[];if(_264){this.Description=_264.ResponseDescription;for(var i=0;i<_264.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_264.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_266,_267,_268,_269,_26a,_26b){this._super(_266,_26a);this.Multistatus=_268||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_269;this.Uri=_267;this.Error=_26b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26c,_26d,_26e,_26f,_270,_271){this.PropertyName=_26e;this._super(_26c,_26d,_26f,_270,_271);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_272,_273,_274,_275,_276){this._super(_272,_273,_274,_275,ITHit.WebDAV.Client.HttpStatus.NotFound,_276);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_277,_278,_279,_27a,_27b){this._super(_277,_278,_279,_27a,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27b);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27c,_27d,_27e,_27f){this._super();this.Href=_27c;this.Description=_27d;this.Status=_27e;this.PropertyName=_27f;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_280){this.Responses=[];if(_280){this.Description=_280.ResponseDescription;for(var i=0;i<_280.Responses.length;i++){var _282=_280.Responses[i];for(var j=0;j<_282.Propstats.length;j++){var _284=_282.Propstats[j];for(var k=0;k<_284.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_282.Href,_284.ResponseDescription,_284.Status,_284.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e){var _28f=this.createRequest(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e);var _290=_28f.GetResponse();return this._ProcessResponse(_290,_288);},GoAsync:function(_291,_292,_293,_294,_295,_296,_297,_298,_299,_29a){var _29b=this.createRequest(_291,_292,_293,_294,_295,_296,_297,_298,_299);var that=this;_29b.GetResponse(function(_29d){if(!_29d.IsSuccess){_29a(new ITHit.WebDAV.Client.AsyncResult(null,false,_29d.Error));return;}var _29e=that._ProcessResponse(_29d.Result,_293);_29a(new ITHit.WebDAV.Client.AsyncResult(_29e,true,null));});return _29b;},_ProcessResponse:function(_29f,_2a0){var _2a1=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29f,_2a0);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a1);},createRequest:function(_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9,_2aa){var _2ab=_2a2.CreateWebDavRequest(_2aa,_2a4,_2a9);_2a5=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a5).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a5)){_2a5=_2aa+_2a5.substr(1);}_2ab.Method((_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2ab.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,50,36+61,98,35+11,72,74+27,97+0,100,101,114,102+13,46,65,94+6,22+78,40,15+19,12+56,5+96,92+23,47+69,105,110,68+29,116,105,19+92,110,34,44,73,84,72,103+2,116,19+27,23+45,7+94,99,111,100,101,54+18,111,100+15,32+84,40,75+20,50,97,53,40+1,41,59,21+74,50,67+30,98,5+41,51+21,101,94+3,100,36+65,114,92+23,35+11,28+37,100,90+10,34+6,34,79,43+75,40+61,83+31,119,114,21+84,116,101,5+29,18+26,58+37,22+28,97,36+20,42+21,28+6,84,20+14,48+10,24+10,51+19,34,26+15,23+36));if(_2a6&&(_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a7){_2ab.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ac=new ITHit.XMLDoc();var _2ad=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ae=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ae.appendChild(_2ac.createTextNode("*"));_2ad.appendChild(_2ae);_2ac.appendChild(_2ad);_2ab.Body(_2ac);return _2ab;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2af,_2b0,_2b1,_2b2){return this._super.apply(this,arguments);},GoAsync:function(_2b3,_2b4,_2b5,_2b6,_2b7){return this._super.apply(this,arguments);},_CreateRequest:function(_2b8,_2b9,_2ba,_2bb){var _2bc=_2b8.CreateWebDavRequest(_2bb,_2b9,_2ba);_2bc.Method("DELETE");return _2bc;},_ProcessResponse:function(_2bd,_2be){var _2bf=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_2bd,_2be);return this._super(_2bf);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5){var _2c6=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5);var _2c7=_2c6.GetResponse();return this._ProcessResponse(_2c7);},GoAsync:function(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd,_2ce){var _2cf=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd);var that=this;_2cf.GetResponse(function(_2d1){if(!_2d1.IsSuccess){_2ce(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d1.Error));return;}var _2d2=that._ProcessResponse(_2d1.Result,_2c9);_2ce(new ITHit.WebDAV.Client.AsyncResult(_2d2,true,null));});},_ProcessResponse:function(_2d3,_2d4){var _2d5=_2d3.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d5,_2d4));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d8,_2d9,_2da,_2db,_2dc,_2dd){_2dc=_2dc||null;var _2de=_2d8.CreateWebDavRequest(_2dd,_2d9,_2dc);_2de.Method("PROPPATCH");_2de.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2df=new ITHit.XMLDoc();var _2e0=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var set=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"set");for(var i=0;i<_2da.length;i++){if(_2da[i]){var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2da[i].Value);set.appendChild(prop);}}eval(String.fromCharCode.call(this,95,8+42,31+70,48,46,70+27,106+6,111+1,68+33,44+66,83+17,67,96+8,105,60+48,59+41,40,111+4,20+81,116,28+13,26+33));}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2db)){var _2e4=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2db.length;i++){if(_2db[i]){var elem=_2df.createElementNS(_2db[i].NamespaceUri,_2db[i].Name);prop.appendChild(elem);}}_2e4.appendChild(prop);_2e0.appendChild(_2e4);}_2df.appendChild(_2e0);_2de.Body(_2df);return _2de;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e6,_2e7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e6,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e7,"lockToken");this.Href=_2e6;this.LockToken=_2e7;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e8,_2e9){var _2ea=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,76+19,50,101,70+27,24+22,12+85,100,51+49,20+20,3+31,100,34,44,11+62,84,72,71+34,116,46,87,101,80+18,54+14,65,86,46,67,108,105,101,110,114+2,46,3+65,97,118,67,63+48,110,115,72+44,97,110,44+72,115,46,8+70,6+91,109,101,77+38,55+57,97,99,62+39,50+35,62+52,77+28,25+16,59));var _2eb;if(!(_2eb=ITHit.XPath.selectSingleNode("d:lockscope",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ec=null;var _2ed=_2eb.childNodes();for(var i=0,l=_2ed.length;i<l;i++){if(_2ed[i].nodeType()===1){_2ec=_2ed[i].localName();break;}}switch(_2ec){case "shared":_2ec=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ec=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2eb=ITHit.XPath.selectSingleNode("d:depth",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2f0=ITHit.WebDAV.Client.Depth.Parse(_2eb.firstChild().nodeValue());var _2f1=(_2f0==ITHit.WebDAV.Client.Depth.Infinity);var _2f2=null;if(_2eb=ITHit.XPath.selectSingleNode("d:owner",_2e8,_2ea)){_2f2=_2eb.firstChild().nodeValue();}var _2f3=-1;if(_2eb=ITHit.XPath.selectSingleNode("d:timeout",_2e8,_2ea)){var _2f4=_2eb.firstChild().nodeValue();if("infinite"!=_2f4.toLowerCase()){if(-1!=_2f4.toLowerCase().indexOf("second-")){_2f4=_2f4.substr(7);}var _2f3=parseInt(_2f4);}}var _2f5=null;eval(String.fromCharCode.call(this,74+31,23+79,40,14+81,33+17,101,2+96,55+6,14+59,84,72,60+45,116,7+39,3+85,80,97,116,104,32+14,51+64,101,108,101,99,116,69+14,105,110,103,43+65,101,17+61,62+49,19+81,101,40,13+21,67+33,58,48+60,98+13,99,81+26,48+68,4+107,81+26,101,24+86,34,44,59+36,50,101,40+16,29+15,95,22+28,101,83+14,41,15+26,104+19,118,19+78,20+94,3+29,13+82,50,102,50+4,24+37,0+73,84,17+55,57+48,47+69,28+18,35+53,80,68+29,116,104,35+11,115,35+66,108,101,56+43,116,83,0+105,4+106,103,108,85+16,44+34,70+41,75+25,72+29,40,19+15,50+50,3+55,104,114,101,102,34,44,95,50,101,98,33+11,95,16+34,101,48+49,10+31,39+7,92+10,14+91,93+21,115,116,45+22,60+44,99+6,94+14,94+6,40,20+21,46,110,111,100,101,22+64,28+69,37+71,27+90,101,21+19,27+14,32+27,95,42+8,11+91,38+16,61,95,50,102,54,8+38,43+71,30+71,112,92+16,97,99,54+47,40,73+0,84,50+22,41+64,116,46,8+79,87+14,98,68,65,12+74,46,18+49,108,11+94,101,29+81,116,22+24,68,97,92+26,58+9,82+29,87+23,115,19+97,97,70+40,30+86,115,31+15,79,112,90+7,78+35,117,11+90,76,82+29,93+6,107,51+33,111,107,101,110,16+28,31+3,34,41,59,31+64,7+43,12+90,9+44,52+9,110,33+68,81+38,32,32+41,20+64,72,105,116,43+3,58+29,72+29,31+67,58+10,33+32,86,46,67,108,105,74+27,110,89+27,38+8,76,98+13,99,60+47,46+39,17+97,43+62,84,6+105,68+39,101,110,18+62,72+25,105,106+8,40,95,50,101,57,44,95,6+44,102,34+20,41,38+21,125));return new ITHit.WebDAV.Client.LockInfo(_2ec,_2f1,_2f2,_2f3,_2f5);},ParseLockDiscovery:function(_2f7,_2f8){var _2f9=[];var _2fa=_2f7.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2fa.length;i++){_2f9.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2fa[i],_2f8));}return _2f9;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fc,_2fd,_2fe,_2ff,_300){this.LockScope=_2fc;this.Deep=_2fd;this.TimeOut=_2ff;this.Owner=_2fe;this.LockToken=_300;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_301,_302,_303,_304,_305,_306,_307){return this._super.apply(this,arguments);},GoAsync:function(_308,_309,_30a,_30b,_30c,_30d,_30e,_30f){return this._super.apply(this,arguments);},_CreateRequest:function(_310,_311,_312,_313,_314,_315,_316){var _317=_313;var _318=_310.CreateWebDavRequest(_314,_311);_318.Method("LOCK");_318.Headers.Add("Timeout",(-1===_312)?"Infinite":"Second-"+parseInt(_312));_318.Headers.Add("Depth",_315?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_318.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _319=new ITHit.XMLDoc();var _31a=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31b=_319.createElementNS(_31a,"lockinfo");var _31c=_319.createElementNS(_31a,"lockscope");var _31d=_319.createElementNS(_31a,_317.toLowerCase());_31c.appendChild(_31d);var _31e=_319.createElementNS(_31a,"locktype");eval(String.fromCharCode.call(this,118,63+34,23+91,23+9,93+2,51,49,102,61,56+39,25+26,23+26,9+48,46,99,114,76+25,97,116,101,36+33,108,74+27,109,48+53,22+88,92+24,72+6,83,40,95,42+9,10+39,97,12+32,34,58+61,51+63,83+22,2+114,86+15,2+32,41,55+4,2+93,51,39+10,28+73,46,62+35,8+104,112,101,109+1,56+44,67,104,33+72,103+5,100,40,90+5,22+29,48+1,102,41,59));var _320=_319.createElementNS(_31a,"owner");_320.appendChild(_319.createTextNode(_316));_31b.appendChild(_31c);_31b.appendChild(_31e);_31b.appendChild(_320);_319.appendChild(_31b);_318.Body(_319);return _318;}},LockInfo:null,_Init:function(){var _321=this.Response.GetResponseStream();var _322=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,44+7,35+15,3+47,46,65+32,100,25+75,25+15,26+8,55+45,34,35+9,13+60,44+40,72,105,103+13,46,87,101,98,68,65,86,17+29,17+50,60+48,6+99,10+91,110,21+95,38+8,67+1,90+7,118,67,111,91+19,35+80,116,11+86,110,116,99+16,19+27,78,94+3,66+43,33+68,115,112,33+64,99,98+3,4+81,79+35,105,41,59));var _323=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_321,_322));try{var _324=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_323.Value,this.Href);if(_324.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,56+60,104,105,115,25+21,76,60+51,99,72+35,43+30,52+58,102,111,61,37+58,41+10,50,5+47,91,40+8,6+87,59));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_323.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_325,_326,_327,_328,_329,_32a,_32b){return this._super.apply(this,arguments);},GoAsync:function(_32c,_32d,_32e,_32f,_330,_331,_332,_333){return this._super.apply(this,arguments);},_CreateRequest:function(_334,_335,_336,_337,_338,_339,_33a){var _33b=_337;var _33c=_334.CreateWebDavRequest(_338,_335,_33b);eval(String.fromCharCode.call(this,95+0,51,51,99,46,49+28,101,116,34+70,111,91+9,29+11,2+32,23+53,49+30,25+42,75,34,41,59,107+11,82+15,114,32,102,3+41,27+5,7+103,44,15+17,59+51,49,44,32,101,30+14,32,99,18+26,32,66+34,44,32,15+93,35+9,32,16+103,101,44,32,119+0,60+40,17+27,32,98+21,98,44,11+21,15+86,1+48,10+34,13+19,70+31,1+49,38+6,6+26,75+26,51,44,18+14,78+23,16+36,38+6,8+24,77+24,18+35,8+36,32,2+98,44+5,44,24+8,79+21,50,35+9,32,83+17,51,6+38,23+9,92+8,18+34,44,23+9,100,53,55+4,119,83+17,61,68,97,96+20,101,9+50,119,98,50+11,40,45,49,31+1,33,61,1+31,110,72+25,118,105,103,28+69,116,111,20+94,46,72+45,115,75+26,114,44+21,77+26,44+57,21+89,69+47,20+26,67+49,111,76,35+76,119,87+14,82+32,17+50,16+81,115,72+29,40,20+21,5+41,105,110,100,42+59,120,17+62,6+96,40,39,99,104,114,111,37+72,21+80,27+12,41,34+7,59,17+42,6+95,61,10+29,101,57+61,97,57+51,39,59,13+95,61,39,92,42+68,21+18,18+41,40+62,56+5,39,102,117,110,99,116,105,15+96,110,30+2,39,15+44,110,14+35,27+34,27+12,40,31+10,32,29+94,32,48+43,110,97,16+100,105,17+101,101,20+12,99,111,100,30+71,93,32,46+79,39,0+59,91+8,61,40,45,17+32,32,7+54,1+60,19+13,73+10,28+88,114,105,110,103,40,29+72,103+15,89+8,108,35+6,17+29,105,49+61,1+99,101,120,79,102,40,39,67,56+55,47+62,112,105,108,8+93,83,55+61,65+49,105,30+80,39+64,3+36,41,41,59,100,61,10+29,68,40+57,21+95,101,21+18,59,38+72,30+31,1+38,40,41,32,66+57,60+32,91+19,32,32,32,5+27,91,19+91,57+40,116,105,39+79,94+7,8+24,67+32,48+63,100,18+83,72+21,10+82,37+73,125,39,59,87+32,101,61,53+48,118,16+81,108,25+34,7+93,49,61,108,16+27,26+76,30+13,100,28+15,57+53,41+2,108,59,5+96,10+43,61,102,43,101,37+6,51+59,2+47,59,101,46+4,60+1,29+73,43,101,43,110,59,26+75,5+44,49+12,11+97,2+41,53+49,43,22+79,43,23+87,42+1,108,58+1,100,4+46,61,67+35,43,37+63,31+12,15+95,59,100,51,24+37,99+9,36+7,102,3+40,6+94,43,110,49,59,100,53,61,102,43,48+52,23+20,22+88,18+31,20+39,18+82,22+30,61,15+24,24+67,15+87,108+9,110,73+26,116,62+43,15+96,110,93,10+29,52+7,100+1,51,61,11+97,30+13,102,43,101,32+11,110,28+21,38+21,101,8+44,61,99,26+33,19+86,102,32,27+13,15+25,40,71+30,49,12+21,61,94+25,101,17+24,38,38,16+24,101,50,33,61,84+35,68+33,41,38,38,40,67+34,5+46,33,61,119,101,6+35,27+11,38,6+34,119,74+24,25+13,16+22,101,52,38,38,16+24,101,53,31+2,61,16+103,101,18+23,41,41,56+68,72+52,26+14,25+15,1+99,49,33,61,119,100,41,4+34,38,40,100,46+4,33,61,119,77+23,41,38,38,40,100,27+24,33,29+32,103+16,13+87,41,17+21,19+19,40,100,51+1,14+19,33+28,119,100,34+7,23+15,38,38+2,100,53,33,23+38,119,56+44,2+39,41,15+26,32,123,7+109,104,50+64,111,119,31+1,28+11,13+88,1+117,61+36,19+89,32,58+39,10+100,100,32,68,23+74,3+113,31+70,32,109,101,19+97,79+25,111,50+50,115,32,109,117,80+35,87+29,32,4+106,26+85,116,23+9,38+60,14+87,21+11,114,85+16,100,101,76+26,24+81,110,101,100,46,39,11+48,19+106));_33c.Headers.Add("Timeout",(-1==_336)?"Infinite":"Second-"+parseInt(_336));_33c.Body("");return _33c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33d,_33e,_33f,_340){return this._super.apply(this,arguments);},GoAsync:function(_341,_342,_343,_344,_345){return this._super.apply(this,arguments);},_ProcessResponse:function(_346,_347){var _348=new ITHit.WebDAV.Client.Methods.SingleResponse(_346);return this._super(_348);},_CreateRequest:function(_349,_34a,_34b,_34c){var _34d=_349.CreateWebDavRequest(_34c,_34a);_34d.Method("UNLOCK");_34d.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34b+">");return _34d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34e,_34f,_350,_351,_352){this.Features=_34e;this.MsAuthorViaDav=_34f;this.VersionControl=_350;this.Search=_351;this.ServerVersion=_352;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_353,_354,_355){return this.GoAsync(_353,_354,_355);},GoAsync:function(_356,_357,_358,_359){var _35a=ITHit.WebDAV.Client.Methods.Options.createRequest(_356,_357,_358);var self=this;var _35c=typeof _359==="function"?function(_35d){self._GoCallback(_356,_357,_35d,_359);}:null;var _35e=_35a.GetResponse(_35c);if(typeof _359!=="function"){var _35f=new ITHit.WebDAV.Client.AsyncResult(_35e,_35e!=null,null);return this._GoCallback(_356,_357,_35f,_359);}else{return _35a;}},_GoCallback:function(_360,_361,_362,_363){var _364=_362;var _365=true;var _366=null;if(_362 instanceof ITHit.WebDAV.Client.AsyncResult){_364=_362.Result;_365=_362.IsSuccess;_366=_362.Error;}var _367=null;if(_365){var _367=new ITHit.WebDAV.Client.Methods.Options(_364);}if(typeof _363==="function"){var _368=new ITHit.WebDAV.Client.AsyncResult(_367,_365,_366);_363.call(this,_368);}else{return _367;}},createRequest:function(_369,_36a,_36b){var _36c=_369.CreateWebDavRequest(_36b,_36a);_36c.Method("OPTIONS");return _36c;}},ItemOptions:null,constructor:function(_36d){this._super(_36d);var sDav=_36d._Response.GetResponseHeader("dav",true);var _36f=0;var _370=0;if(sDav){if(-1!=sDav.indexOf("2")){_36f=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36f=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_370=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36f+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36f+=ITHit.WebDAV.Client.Features.Paging;}}var _371=_36d._Response.GetResponseHeader("gsuite",true);if(_371&&-1!=_371.toLowerCase().indexOf("gedit")){_36f+=ITHit.WebDAV.Client.Features.GSuite;}var _372=false;eval(String.fromCharCode.call(this,64+54,18+79,80+34,4+28,78+17,10+41,1+54,38+13,7+54,9+86,46+5,6+48,41+59,10+36,95,82,83+18,115,112,95+16,84+26,115,101,34+12,45+26,101,96+20,48+34,101,115,5+107,111,110,8+107,80+21,53+19,101,22+75,65+35,101,114,14+26,1+33,109,62+53,22+23,67+30,82+35,110+6,48+56,111,22+92,21+24,115+3,105,19+78,34,34+10,42+74,114,115+2,20+81,2+39,37+22,25+80,102,31+9,47+48,51,55,9+42,38,28+10,7+33,6+39,12+37,33,61,95,27+24,25+30,18+33,42+4,116,109+2,76,111,104+15,96+5,114,67,82+15,115,19+82,6+34,12+29,1+45,75+30,110,100,83+18,39+81,79,102,13+27,34,100,33+64,118,23+11,9+32,41,4+37,42+81,95,11+40,55,50,9+52,11+105,114,117,20+81,31+28,7+118));var _374=false;var _375=_36d._Response.GetResponseHeader("allow",true)||"";var _376=_375.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_376.length;i<l;i++){if(_376[i]==="search"){_374=true;_36f+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _379=_36d._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36f,_372,_370,_374,_379);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_37a){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_37a);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37b){var _37c=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37e;_37e=_37b.Responses[i];i++){for(var j=0,_380;_380=_37e.Propstats[j];j++){var _381=[];for(var k=0,_383;_383=_380.Properties[k];k++){if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_381[0]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_381[1]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_381[2]=_383.Value;}}}}if(!_381[0]||!_381[1]||!_381[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37e.Href));}_37c.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37e.Href,parseInt(_381[0].firstChild().nodeValue()),parseInt(_381[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_381[1].firstChild().nodeValue())));}}return _37c;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_384,_385,_386,_387){if(!ITHit.Utils.IsString(_384)||!_384){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_385);}if(!ITHit.Utils.IsInteger(_386)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_386);}if(_385>_386){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_384;this.BytesUploaded=_385;this.TotalContentLength=_386;this.LastChunkSaved=_387;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_388,_389,_38a,_38b,_38c){return this.GoAsync(_388,_389,_38a,_38b,_38c);},GoAsync:function(_38d,_38e,_38f,_390,_391,_392){if(!_390){_390=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}var _393=ITHit.WebDAV.Client.Methods.Report.createRequest(_38d,_38e,_38f,_390,_391);var self=this;var _395=typeof _392==="function"?function(_396){self._GoCallback(_38e,_396,_390,_392);}:null;var _397=_393.GetResponse(_395);if(typeof _392!=="function"){var _398=new ITHit.WebDAV.Client.AsyncResult(_397,_397!=null,null);return this._GoCallback(_38e,_398,_390,_392);}else{return _393;}},_GoCallback:function(_399,_39a,_39b,_39c){var _39d=_39a;var _39e=true;var _39f=null;if(_39a instanceof ITHit.WebDAV.Client.AsyncResult){_39d=_39a.Result;_39e=_39a.IsSuccess;_39f=_39a.Error;}var _3a0=null;if(_39e){var _3a1=_39d.GetResponseStream();_3a0=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a1,_399),_39b);}if(typeof _39c==="function"){var _3a2=new ITHit.WebDAV.Client.AsyncResult(_3a0,_39e,_39f);_39c.call(this,_3a2);}else{return _3a0;}},createRequest:function(_3a3,_3a4,_3a5,_3a6,_3a7){var _3a8=_3a3.CreateWebDavRequest(_3a5,_3a4);_3a8.Method("REPORT");_3a8.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a9=new ITHit.XMLDoc();switch(_3a6){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3aa=_3a9.createElementNS("ithit","upload-progress");_3a9.appendChild(_3aa);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3ab=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a7||!_3a7.length){var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a7.length;i++){var prop=_3a9.createElementNS(_3a7[i].NamespaceUri,_3a7[i].Name);_3ac.appendChild(prop);}}_3ab.appendChild(_3ac);_3a9.appendChild(_3ab);break;}_3a8.Body(_3a9);return _3a8;}},constructor:function(_3af,_3b0){this._super(_3af);switch(_3b0){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3af);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b2){var _3b3=this.GetRequestProperties();var _3b4=[];for(var i=0,l=_3b2.length;i<l;i++){var _3b7=_3b2[i];var _3b8=false;for(var i2=0,l2=_3b3.length;i2<l2;i2++){if(_3b7.Equals(_3b3[i2])){_3b8=true;break;}}if(!_3b8){_3b4.push(_3b7);}}return _3b4;},ParseHref:function(_3bb){return {Href:_3bb,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3bb)};},OpenItem:function(_3bc,_3bd,_3be){_3be=_3be||[];_3be=this.GetCustomRequestProperties(_3be);var _3bf=this.ParseHref(_3bd);var _3c0=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bc,_3bf.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3be),ITHit.WebDAV.Client.Depth.Zero,_3bf.Host);return this.GetItemFromMultiResponse(_3c0.Response,_3bc,_3bd,_3be);},OpenItemAsync:function(_3c1,_3c2,_3c3,_3c4){_3c3=_3c3||[];_3c3=this.GetCustomRequestProperties(_3c3);var _3c5=this.ParseHref(_3c2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c1,_3c5.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c3),ITHit.WebDAV.Client.Depth.Zero,_3c5.Host,function(_3c6){if(_3c6.IsSuccess){try{_3c6.Result=self.GetItemFromMultiResponse(_3c6.Result.Response,_3c1,_3c2,_3c3);}catch(oError){_3c6.Error=oError;_3c6.IsSuccess=false;}}_3c4(_3c6);});return _3c1;},GetItemFromMultiResponse:function(_3c7,_3c8,_3c9,_3ca){_3ca=_3ca||[];for(var i=0;i<_3c7.Responses.length;i++){var _3cc=_3c7.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cc.Href,_3c9)){continue;}return this.GetItemFromResponse(_3cc,_3c8,_3c9,_3ca);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c9));},GetItemsFromMultiResponse:function(_3cd,_3ce,_3cf,_3d0){_3d0=_3d0||[];var _3d1=[];for(var i=0;i<_3cd.Responses.length;i++){var _3d3=_3cd.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d3.Href,_3cf)){continue;}if(_3d3.Status&&!_3d3.Status.IsOk()){continue;}_3d1.push(this.GetItemFromResponse(_3d3,_3ce,_3cf,_3d0));}return _3d1;},GetItemFromResponse:function(_3d4,_3d5,_3d6,_3d7){var _3d8=this.ParseHref(_3d6);var _3d9=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d4);for(var i2=0,l2=_3d7.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d4,_3d7[i2])){_3d9.push(new ITHit.WebDAV.Client.Property(_3d7[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d4)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dd){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dd);},GetActiveLocks:function(_3de,_3df){var _3e0=ITHit.WebDAV.Client.DavConstants.LockDiscovery.toString();for(var i=0;i<_3de.Propstats.length;i++){var _3e2=_3de.Propstats[i];if(!_3e2.Status.IsOk()){break;}if("undefined"!=typeof _3e2.PropertiesByNames[_3e0]){var _3e3=_3e2.PropertiesByNames[_3e0];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e3.Value,_3df);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e4){var _3e5=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e4.Propstats.length;i++){var _3e7=_3e4.Propstats[i];if(!_3e7.Status.IsOk()){break;}var out=[];for(var p in _3e7.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e7.PropertiesByNames[_3e5]){var _3ea=_3e7.PropertiesByNames[_3e5];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3ea.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3eb){var _3ec=[];var _3ed=new ITHit.XPath.resolver();_3ed.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ee=null;var _3ef=null;var _3f0=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3eb,_3ed);while(_3ee=oRes.iterateNext()){var _3f2=ITHit.XPath.evaluate("d:*",_3ee,_3ed);while(_3ef=_3f2.iterateNext()){if(_3ef.nodeType()==_3f0){var _3f3="";if(_3ef.hasChildNodes()){var _3f4=_3ef.firstChild();while(_3f4){if(_3f4.nodeType()==_3f0){_3f3=_3f4.localName();break;}_3f4=_3f4.nextSibling();}}else{_3f3=_3ef.localName();}switch(_3f3.toLowerCase()){case "shared":_3ec.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ec.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ec;},GetQuotaAvailableBytes:function(_3f5){var _3f6=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f5.Propstats.length;i++){var _3f8=_3f5.Propstats[i];if(!_3f8.Status.IsOk()){break;}if("undefined"!=typeof _3f8.PropertiesByNames[_3f6]){var _3f9=_3f8.PropertiesByNames[_3f6];try{return parseInt(_3f9.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3fa){var _3fb=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3fa.Propstats.length;i++){var _3fd=_3fa.Propstats[i];if(!_3fd.Status.IsOk()){break;}if("undefined"!=typeof _3fd.PropertiesByNames[_3fb]){var _3fe=_3fd.PropertiesByNames[_3fb];try{return parseInt(_3fe.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3ff){var _400=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3ff.Propstats.length;i++){var _402=_3ff.Propstats[i];if(!_402.Status.IsOk()){break;}if("undefined"!=typeof _402.PropertiesByNames[_400]){var _403=_402.PropertiesByNames[_400];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_403.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_404){var _405=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_404.Propstats.length;i++){var _407=_404.Propstats[i];if(!_407.Status.IsOk()){break;}if("undefined"!=typeof _407.PropertiesByNames[_405]){var _408=_407.PropertiesByNames[_405];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_408.Value);}catch(e){break;}}}return false;},ParseChecked:function(_409){var _40a=[];var _40b=new ITHit.XPath.resolver();_40b.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40c=null;var _40d=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_409,_40b);while(_40c=oRes.iterateNext()){if(_40c.nodeType()==_40d){_40a.push(_40c.firstChild().nodeValue());}}return _40a;},GetResourceType:function(_40f){var _410=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40f,ITHit.WebDAV.Client.DavConstants.ResourceType);var _411=ITHit.WebDAV.Client.ResourceType.File;if(_410.Value.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"collection").length>0){_411=ITHit.WebDAV.Client.ResourceType.Folder;}return _411;},HasProperty:function(_412,_413){for(var i=0;i<_412.Propstats.length;i++){var _415=_412.Propstats[i];for(var j=0;j<_415.Properties.length;j++){var _417=_415.Properties[j];if(_417.Name.Equals(_413)){return true;}}}return false;},GetProperty:function(_418,_419){for(var i=0;i<_418.Propstats.length;i++){var _41b=_418.Propstats[i];for(var j=0;j<_41b.Properties.length;j++){var _41d=_41b.Properties[j];if(_41d.Name.Equals(_419)){return _41d;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_418.Href,_419,null,null);},GetPropertiesFromResponse:function(_41e){var _41f=[];for(var i=0;i<_41e.Propstats.length;i++){var _421=_41e.Propstats[i];for(var i2=0;i2<_421.Properties.length;i2++){_41f.push(_421.Properties[i2]);}}return _41f;},GetDisplayName:function(_423){var _424=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_423,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _425;if(_424.hasChildNodes()){_425=_424.firstChild().nodeValue();}else{_425=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_423.Href));}return _425;},GetLastModified:function(_426){var _427;try{_427=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_427.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_428){var _429=null;var _42a=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_428,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_42a.hasChildNodes()){_429=_42a.firstChild().nodeValue();}return _429;},GetContentLength:function(_42b){var _42c=0;try{var _42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42b,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42d.hasChildNodes()){_42c=parseInt(_42d.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42c;},GetCreationDate:function(_42e){var _42f;try{_42f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42e,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42f.Value.firstChild().nodeValue(),"tz");},GetDate:function(_430,_431){var _432;var i=0;if("tz"==_431){i++;}if(!_430){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _432=new Date(_430);if(!isNaN(_432)){break;}}else{var _435=_430.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_435&&_435.length>=7){_435.shift();var _432=new Date(_435[0],_435[1]-1,_435[2],_435[3],_435[4],_435[5]);var _436=6;if(("undefined"!=typeof _435[_436])&&(-1!=_435[_436].indexOf("."))){_432.setMilliseconds(_435[_436].replace(/[^\d]/g,""));}_436++;if(("undefined"!=typeof _435[_436])&&("-00:00"!=_435[_436])&&(-1!=_435[_436].search(/(?:\+|-)/))){var _437=_435[_436].slice(1).split(":");var _438=parseInt(_437[1])+(60*_437[0]);if("+"==_435[_436][0]){_432.setMinutes(_432.getMinutes()-_438);}else{_432.setMinutes(_432.getMinutes()+_438);}_436++;}_432.setMinutes(_432.getMinutes()+(-1*_432.getTimezoneOffset()));break;}}}if(!_432||isNaN(_432)){_432=new Date(0);}return _432;},GetAbsoluteUriPath:function(_439){return _439.replace(/\/?$/,"/");},GetRelativePath:function(_43a){return _43a.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43b){var _43c=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43b).replace(/\/$/,"");return _43c.match(/[^\/]*$/)[0];},HrefEquals:function(_43d,_43e){var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43e)).replace(/\/$/,"");},GetFolderParentUri:function(_440){var _441=/^https?\:\/\//.test(_440)?_440.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _442=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_440);_442=_442.replace(/\/?$/,"");if(_442===""){return null;}_442=_442.substr(0,_442.lastIndexOf("/")+1);_442=_442.substr(1);return _441+_442;},GetHost:function(_443){var _444;if(/^https?\:\/\//.test(_443)){_444=_443.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_444=location.protocol+"//"+location.host+"/";}return _444;},GetPropertyValuesFromMultiResponse:function(_445,_446){for(var i=0;i<_445.Responses.length;i++){var _448=_445.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_448.Href,_446)){continue;}var _449=[];for(var j=0;j<_448.Propstats.length;j++){var _44b=_448.Propstats[j];if(!_44b.Properties.length){continue;}if(_44b.Status.IsSuccess()){for(var k=0;k<_44b.Properties.length;k++){var _44d=_44b.Properties[k];if(!_44d.Name.IsStandardProperty()){_449.push(_44d);}}continue;}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),_44b.Status,null);}return _449;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_446));},GetPropertyNamesFromMultiResponse:function(_44e,_44f){var _450=[];var _451=this.GetPropertyValuesFromMultiResponse(_44e,_44f);for(var i=0,l=_451.length;i<l;i++){_450.push(_451[i].Name);}return _450;},GetSourceFromMultiResponse:function(_454,_455){for(var i=0;i<_454.length;i++){var _457=_454[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_457.Href,_455)){continue;}var _458=[];for(var j=0;j<_457.Propstats;j++){var _45a=_457.Propstats[j];if(!_45a.Status.IsOk()){if(_45a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_45a.Status.Description),_455,_45a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_457));}for(var k=0;k<_45a.Properties.length;k++){var _45c=_45a.Properties[k];if(_45c.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45d=_45c.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45d.length;l++){var _45f=_45d[i];var _460=new ITHit.WebDAV.Client.Source(_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_458.push(_460);}return _458;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_455));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d,_46e){this.Session=_461;this.ServerVersion=_461.ServerEngine;this.Href=_462;this.LastModified=_463;this.DisplayName=_464;this.CreationDate=_465;this.ResourceType=_466;this.SupportedLocks=_467;this.ActiveLocks=_468;this.Host=_469;this.AvailableBytes=_46a;this.UsedBytes=_46b;this.CheckedIn=_46c;this.CheckedOut=_46d;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46e||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46f){if(_46f instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46f.Href;}if(ITHit.Utils.IsString(_46f)){if(_46f.indexOf("://")!==-1||_46f.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46f;}return this.GetUrl()===_46f;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_470){for(var i=0,l=this.Properties.length;i<l;i++){if(_470.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_473){for(var i=0,l=this.Properties.length;i<l;i++){if(_473.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_473.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _476=this.Session.CreateRequest(this.__className+".Refresh()");var _477=[];for(var i=0,l=this.Properties.length;i<l;i++){_477.push(this.Properties[i].Name);}var _47a=self.OpenItem(_476,this.Href,_477);for(var key in _47a){if(_47a.hasOwnProperty(key)){this[key]=_47a[key];}}_476.MarkFinish();},RefreshAsync:function(_47c){var that=this;var _47e=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47f=[];for(var i=0,l=this.Properties.length;i<l;i++){_47f.push(this.Properties[i].Name);}self.OpenItemAsync(_47e,this.Href,_47f,function(_482){if(_482.IsSuccess){for(var key in _482.Result){if(_482.Result.hasOwnProperty(key)){that[key]=_482.Result[key];}}_482.Result=null;}_47e.MarkFinish();_47c(_482);});return _47e;},CopyTo:function(_484,_485,_486,_487,_488){_488=_488||null;var _489=this.Session.CreateRequest(this.__className+".CopyTo()");var _48a=ITHit.WebDAV.Client.Methods.CopyMove.Go(_489,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_484.Href,_485),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_486,_487,_488,this.Host);var _48b=this._GetErrorFromCopyResponse(_48a.Response);if(_48b){_489.MarkFinish();throw _48b;}_489.MarkFinish();},CopyToAsync:function(_48c,_48d,_48e,_48f,_490,_491){_490=_490||null;var _492=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_492,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48c.Href,_48d),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48e,_48f,_490,this.Host,function(_494){if(_494.IsSuccess){_494.Error=that._GetErrorFromCopyResponse(_494.Result.Response);if(_494.Error!==null){_494.IsSuccess=false;_494.Result=null;}}_492.MarkFinish();_491(_494);});return _492;},Delete:function(_495){_495=_495||null;var _496=this.Session.CreateRequest(this.__className+".Delete()");var _497=ITHit.WebDAV.Client.Methods.Delete.Go(_496,this.Href,_495,this.Host);var _498=this._GetErrorFromDeleteResponse(_497.Response);if(_498){_496.MarkFinish();throw _498;}eval(String.fromCharCode.call(this,3+92,52,57,51+3,9+37,19+58,97,114,107,70,105,110,96+9,31+84,44+60,40,41,30+29));},DeleteAsync:function(_499,_49a){_499=_499||null;_49a=_49a||function(){};var _49b=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49b,this.Href,_499,this.Host,function(_49d){if(_49d.IsSuccess){_49d.Error=that._GetErrorFromDeleteResponse(_49d.Result.Response);if(_49d.Error!==null){_49d.IsSuccess=false;_49d.Result=null;}}_49b.MarkFinish();_49a(_49d);});return _49b;},GetPropertyNames:function(){var _49e=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49f=ITHit.WebDAV.Client.Methods.Propfind.Go(_49e,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a0=self.GetPropertyNamesFromMultiResponse(_49f.Response,this.Href);_49e.MarkFinish();return _4a0;},GetPropertyNamesAsync:function(_4a1){var _4a2=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a4){if(_4a4.IsSuccess){try{_4a4.Result=self.GetPropertyNamesFromMultiResponse(_4a4.Result.Response,that.Href);}catch(oError){_4a4.Error=oError;_4a4.IsSuccess=false;}}_4a2.MarkFinish();_4a1(_4a4);});return _4a2;},GetPropertyValues:function(_4a5){_4a5=_4a5||null;var _4a6=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a5,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a8=self.GetPropertyValuesFromMultiResponse(_4a7.Response,this.Href);_4a6.MarkFinish();return _4a8;},GetPropertyValuesAsync:function(_4a9,_4aa){_4a9=_4a9||null;var _4ab=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ab,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a9,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ad){if(_4ad.IsSuccess){try{_4ad.Result=self.GetPropertyValuesFromMultiResponse(_4ad.Result.Response,that.Href);}catch(oError){_4ad.Error=oError;_4ad.IsSuccess=false;}}_4ab.MarkFinish();_4aa(_4ad);});return _4ab;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ae){return this.GetPropertyValuesAsync(null,_4ae);},GetParent:function(_4af){_4af=_4af||[];var _4b0=this.Session.CreateRequest(this.__className+".GetParent()");var _4b1=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b1===null){_4b0.MarkFinish();return null;}var _4b2=ITHit.WebDAV.Client.Folder.OpenItem(_4b0,_4b1,_4af);_4b0.MarkFinish();return _4b2;},GetParentAsync:function(_4b3,_4b4){_4b3=_4b3||[];var _4b5=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b6=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b6===null){_4b4(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b5,_4b6,_4b3,_4b4);return _4b5;},GetSource:function(){var _4b7=this.Session.CreateRequest(this.__className+".GetSource()");var _4b8=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b7,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b9=self.GetSourceFromMultiResponse(_4b8.Response.Responses,this.Href);_4b7.MarkFinish();return _4b9;},GetSourceAsync:function(_4ba){var _4bb=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bd){if(_4bd.IsSuccess){try{_4bd.Result=self.GetSourceFromMultiResponse(_4bd.Result.Response.Responses,that.Href);}catch(oError){_4bd.Error=oError;_4bd.IsSuccess=false;}}_4bb.MarkFinish();_4ba(_4bd);});return _4bb;},Lock:function(_4be,_4bf,_4c0,_4c1){var _4c2=this.Session.CreateRequest(this.__className+".Lock()");var _4c3=ITHit.WebDAV.Client.Methods.Lock.Go(_4c2,this.Href,_4c1,_4be,this.Host,_4bf,_4c0);_4c2.MarkFinish();return _4c3.LockInfo;},LockAsync:function(_4c4,_4c5,_4c6,_4c7,_4c8){var _4c9=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c9,this.Href,_4c7,_4c4,this.Host,_4c5,_4c6,function(_4ca){if(_4ca.IsSuccess){_4ca.Result=_4ca.Result.LockInfo;}_4c9.MarkFinish();_4c8(_4ca);});return _4c9;},MoveTo:function(_4cb,_4cc,_4cd,_4ce){_4cd=_4cd||false;_4ce=_4ce||null;var _4cf=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4cb instanceof ITHit.WebDAV.Client.Folder)){_4cf.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4d0=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cf,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4cb.Href,_4cc),this.ResourceType,true,_4cd,_4ce,this.Host);var _4d1=this._GetErrorFromMoveResponse(_4d0.Response);if(_4d1!==null){_4cf.MarkFinish();throw _4d1;}_4cf.MarkFinish();},MoveToAsync:function(_4d2,_4d3,_4d4,_4d5,_4d6){_4d4=_4d4||false;_4d5=_4d5||null;var _4d7=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d2 instanceof ITHit.WebDAV.Client.Folder)){_4d7.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d7,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d2.Href,_4d3),this.ResourceType,true,_4d4,_4d5,this.Host,function(_4d9){if(_4d9.IsSuccess){_4d9.Error=that._GetErrorFromMoveResponse(_4d9.Result.Response);if(_4d9.Error!==null){_4d9.IsSuccess=false;_4d9.Result=null;}}_4d7.MarkFinish();_4d6(_4d9);});return _4d7;},RefreshLock:function(_4da,_4db){var _4dc=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dd=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4dc,this.Href,_4db,_4da,this.Host);_4dc.MarkFinish();return _4dd.LockInfo;},RefreshLockAsync:function(_4de,_4df,_4e0){var _4e1=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e1,this.Href,_4df,_4de,this.Host,function(_4e2){if(_4e2.IsSuccess){_4e2.Result=_4e2.Result.LockInfo;}_4e1.MarkFinish();_4e0(_4e2);});return _4e1;},SupportedFeatures:function(){var _4e3=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e4=ITHit.WebDAV.Client.Methods.Options.Go(_4e3,this.Href,this.Host).ItemOptions;_4e3.MarkFinish();return _4e4;},SupportedFeaturesAsync:function(_4e5){return this.GetSupportedFeaturesAsync(_4e5);},GetSupportedFeaturesAsync:function(_4e6){var _4e7=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e7,this.Href,this.Host,function(_4e8){if(_4e8.IsSuccess){_4e8.Result=_4e8.Result.ItemOptions;}_4e7.MarkFinish();_4e6(_4e8);});return _4e7;},Unlock:function(_4e9){var _4ea=this.Session.CreateRequest(this.__className+".Unlock()");var _4eb=ITHit.WebDAV.Client.Methods.Unlock.Go(_4ea,this.Href,_4e9,this.Host);var _4ec=this._GetErrorFromUnlockResponse(_4eb.Response);if(_4ec){_4ea.MarkFinish();throw _4ec;}eval(String.fromCharCode.call(this,27+68,52,100+1,52+45,37+9,16+61,97,114,107,70,105,110,105,42+73,104,40,8+33,4+55));},UnlockAsync:function(_4ed,_4ee){var _4ef=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ef,this.Href,_4ed,this.Host,function(_4f1){if(_4f1.IsSuccess){_4f1.Error=that._GetErrorFromUnlockResponse(_4f1.Result.Response);if(_4f1.Error!==null){_4f1.IsSuccess=false;_4f1.Result=null;}}_4ef.MarkFinish();_4ee(_4f1);});return _4ef;},UpdateProperties:function(_4f2,_4f3,_4f4){_4f4=_4f4||null;var _4f5=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f6=this._GetPropertiesForUpdate(_4f2);var _4f7=this._GetPropertiesForDelete(_4f3);if(_4f6.length+_4f7.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f5.MarkFinish();return;}var _4f8=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f5,this.Href,_4f6,_4f7,_4f4,this.Host);var _4f9=this._GetErrorFromUpdatePropertiesResponse(_4f8.Response);if(_4f9){_4f5.MarkFinish();throw _4f9;}_4f5.MarkFinish();},UpdatePropertiesAsync:function(_4fa,_4fb,_4fc,_4fd){_4fc=_4fc||null;var _4fe=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4ff=this._GetPropertiesForUpdate(_4fa);var _500=this._GetPropertiesForDelete(_4fb);if(_4ff.length+_500.length===0){_4fe.MarkFinish();_4fd(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fe,this.Href,_4ff,_500,_4fc,this.Host,function(_502){if(_502.IsSuccess){_502.Error=that._GetErrorFromUpdatePropertiesResponse(_502.Result.Response);if(_502.Error!==null){_502.IsSuccess=false;_502.Result=null;}}_4fe.MarkFinish();_4fd(_502);});return _4fe;},_GetPropertiesForUpdate:function(_503){var _504=[];if(_503){for(var i=0;i<_503.length;i++){if((_503[i] instanceof ITHit.WebDAV.Client.Property)&&_503[i]){if(_503[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_504.push(_503[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_503[i]),this.Href,_503[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _504;},_GetPropertiesForDelete:function(_506){var _507=[];if(_506){for(var i=0;i<_506.length;i++){if((_506[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_506[i]){if(_506[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_507.push(_506[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_506[i]),this.Href,_506[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _507;},_GetErrorFromDeleteResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsSuccess()){var _50a=ITHit.Phrases.DeleteFailedWithStatus.Paste(_509.Status.Code,_509.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_50a,this.Href,null,_509.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50b){if(_50b instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50b.Responses.length;i<l;i++){if(_50b.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50b),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50b instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50b.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50b.Status.Code,_50b.Status.Description),this.Href,null,_50b.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50e){if(_50e instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50e.Responses.length;i<l;i++){if(_50e.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50e),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50e instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50e.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50e.Status.Code,_50e.Status.Description),this.Href,null,_50e.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_511){if(!_511.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_511.Status.Code,_511.Status.Description),this.Href,null,_511.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_512){var _513=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_512);for(var i=0;i<_513.Responses.length;i++){var _515=_513.Responses[i];if(_515.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_515.PropertyName,_513,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_516,_517,_518,_519,_51a,_51b){return this._super.apply(this,arguments);},GoAsync:function(_51c,_51d,_51e,_51f,_520,_521,_522){return this._super.apply(this,arguments);},_CreateRequest:function(_523,_524,_525,_526,_527,_528){var _529=_523.CreateWebDavRequest(_528,_524,_527);_529.Method("PUT");if(_525){_529.Headers.Add("Content-Type",_525);}_529.Body(_526);return _529;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_52a,_52b,_52c,_52d,_52e){return this._super.apply(this,arguments);},GoAsync:function(_52f,_530,_531,_532,_533){return this._super.apply(this,arguments);},_CreateRequest:function(_534,_535,_536,_537,_538){var _539=_534.CreateWebDavRequest(_538,_535);_539.Method("GET");_539.Headers.Add("Translate","f");if(_536!==null){var _53a=_536;if(_536>=0){if(_537!==null){_53a+="-"+parseInt(_537);}else{_53a+="-";}}else{_53a=String(_53a);}_539.Headers.Add("Range","bytes="+_53a);}return _539;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53d=null;var _53e={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53f=Object.keys(_53e);sExt=sExt.toLowerCase();for(var i=0,l=_53f.length;i<l;i++){var _542=_53f[i];var _543=self[_542];for(var j=0,m=_543.length;j<m;j++){if(_543[j]===sExt){_53d=_53e[_542];break;}}if(_53d!==null){break;}}return _53d;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_546,_547){this._super(_546,_547);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_549){self._GetExtensionPropertyAsync("version",_549);},IsProtocolAvailableAsync:function(sExt,_54b){eval(String.fromCharCode.call(this,115,92+9,49+59,59+43,46,95,36+35,101,25+91,69,120,116,101,110,115,105,111,110,6+74,46+68,111,10+102,101,2+112,99+17,21+100,42+23,94+21,33+88,82+28,99,8+32,34,34,18+26,0+102,96+21,70+40,49+50,32+84,105,96+15,55+55,18+22,55+40,53,52,99,41,8+115,84+21,47+55,40,33,95,49+4,35+17,73+26,46,73,115,83,117,99,99,19+82,56+59,5+110,41,58+65,95,21+32,52,20+78,40,8+87,39+14,42+10,79+20,41,59,114,71+30,116,39+78,14+100,101+9,35+24,64+61,66+52,97,69+45,15+17,2+93,53,52,100,10+51,95,53,46+6,50+49,46,82,1+100,115,6+111,108,116,18+28,115,18+94,108,105,116,40,34,16+28,25+9,41,59,118,97,15+99,25+7,95,53,48+4,99+2,61,73,84,28+44,105,116,42+4,16+71,51+50,13+85,68,50+15,86,34+12,51+16,91+17,105,67+34,54+56,19+97,46,38+39,115,79,102,90+12,82+23,99,101,69,100,56+49,116,53+16,104+16,32+84,37+64,110,115,105,28+83,110,101+14,17+29,63+8,101,116,83,94+5,104,27+74,95+14,24+73,10+30,115,69,120,54+62,41,9+50,95,53,28+24,32+67,15+31,82,101,108+7,64+53,108,116,8+53,40+33,84,72,105,116,46,29+56,32+84,51+54,26+82,115,46,67,111,110,116,67+30,86+19,110,29+86,40,95,6+47,52,94+6,20+24,95,53,33+19,70+31,20+21,25+34,64+31,43+10,52,18+80,2+38,64+31,53,52,99,41,59,125,41,9+50));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54f){if(_54f==null){_54f=true;}if(self._IsFailed()){return false;}var _550="^data-"+this._ProtocolName+"-.*";var _551=new RegExp(_550);var _552=document.documentElement.attributes;var _553=false;for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){_553=true;break;}}if(!_553&&_54f){var _555=ITHit.WebDAV.Client.WebDavSession.Version;_550="^data-dav(.*)-version";_551=new RegExp(_550);for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){var _556=_552[i].value;if(_556.split(".")[0]==_555.split(".")[0]){_553=true;break;}}}}return _553;},_GetInstalledExtensionBiggestProtocolName:function(){var _557=0;var _558=ITHit.WebDAV.Client.WebDavSession.Version;var _559=document.documentElement.attributes;var _55a="^data-dav(.*)-version";var _55b=new RegExp(_55a);for(var i=0;i<_559.length;i++){if(_55b.test(_559[i].name)){var _55d=_55b.exec(_559[i].name);var _55e=parseInt(_55d[1]);var _55f=_559[i].value;if(_55f.split(".")[0]==_558.split(".")[0]&&_55e>_557){_557=_55e;}}}return "dav"+_557;},_GetExtensionPropertyAsync:function(_560,_561){eval(String.fromCharCode.call(this,118,97,40+74,13+19,95,53,6+48,15+35,61,115,29+72,108,102,16+30,95,44+27,101,35+81,73,110,55+60,106+10,48+49,13+95,2+106,101,100,38+31,18+102,116,101,11+99,79+36,105,84+27,86+24,46+20,105,103,103,81+20,115,100+16,80,105+9,111,116,93+18,99,9+102,69+39,76+2,55+42,57+52,101,40,21+20,59,118,97,114,20+12,77+18,40+13,54,44+7,61,34,100,95+2,116,27+70,45,2+32,20+23,95,53,43+11,27+23,59,118,97,67+47,32,95,53,54,52,58+3,78+17,7+46,54,48,46,108,31+70,110,4+99,116,104,62,48,3+60,72+23,53,54,51,43,25+9,45,34+0,41+2,95,51+2,31+23,48,58,94+1,51+2,54,51,59,81+24,102,40+0,65+50,101,108,89+13,46,95,20+53,8+107,58+12,15+82,28+77,108,2+99,11+89,20+20,41,9+32,123,91+27,16+81,73+41,32,13+82,53,54,53,32+29,49+61,101,75+44,32,18+55,8+76,72,33+72,116,37+9,22+65,74+27,98,46+22,65,6+80,46,67,14+94,12+93,92+9,60+50,43+73,46,65,107+8,12+109,95+15,99,11+71,101,35+80,66+51,108,116,40,88+22,63+54,108,108,34+10,11+91,97,108,115,35+66,44,98+17,101,108,68+34,46,77+18,1+70,52+49,116,69,120,28+71,101,112,116,105,111,37+73,40,25+16,25+16,57+2,95,53,13+41,49,40,95,29+24,54,53,41,34+25,36+89,101,93+15,76+39,91+10,58+65,13+92,45+57,40,84+31,101,58+50,102,43+3,26+69,73,89+26,55+25,9+92,79+31,100,97+8,110,103,39+1,41,38+3,123,15+100,101,21+95,84,105,109,101,111,117,83+33,18+22,76+26,37+80,2+108,56+43,116,94+11,111,110,26+14,33+8,123,99+6,102,9+31,115,35+66,12+96,102,12+34,95,73,64+51,35+45,101,91+19,25+75,50+55,73+37,42+61,40,20+21,3+38,58+65,118,97,114,32,95,20+33,23+31,4+50,61,27+83,99+2,119,32,55+18,84,72,105,116,11+35,87,101,16+82,68,12+53,40+46,46+0,40+27,108,67+38,10+91,110,116,46,50+15,67+48,121,108+2,2+97,79+3,101,115,64+53,22+86,116,40,16+94,117,3+105,38+70,44,57+45,97,56+52,115,101,44,102+13,101,108,102,39+7,95,71,101,91+25,84,105,109,101,10+101,115+2,116,69,120,25+74,65+36,102+10,10+106,105,97+14,9+101,40,33+8,33+8,14+45,28+67,50+3,23+31,31+18,20+20,95,53,14+40,54,33+8,59,114,37+64,116,68+49,80+34,0+110,35+24,20+105,105,78+24,21+19,37+78,101,89+19,64+38,4+42,95,73,19+96,63+7,97,56+49,30+78,42+59,91+9,35+5,41,22+19,123,17+101,94+3,62+52,12+20,69+26,53,54,14+40,61,25+85,101,100+19,10+22,73,68+16,72,105,42+74,40+6,87,101,26+72,1+67,35+30,21+65,33+13,67,89+19,105,96+5,110,116,46,24+41,115,121,76+34,99,82,55+46,115,117,108,20+96,40,28+82,117,108,108,44,102,95+2,108,115,48+53,19+25,76+39,101,108,99+3,46,72+23,65+6,101,116,65+4,15+105,67+32,101,101+11,116,105,111,14+96,28+12,21+20,41,41+18,9+86,48+5,16+38,49,19+21,95,2+51,0+54,54,41,24+35,114,51+50,87+29,84+33,114,3+107,59,81+44,106+12,29+68,114,32,5+90,20+33,53+1,54,44+17,110,5+96,119,32,73,19+65,35+37,77+28,116,46,70+17,101,44+54,68,6+59,86,10+36,53+14,15+93,54+51,101,109+1,52+64,12+34,40+25,22+93,121,87+23,99,43+39,94+7,115,99+18,108,47+69,40,44+56,76+35,99,64+53,109,101,82+28,21+95,46,100,111,99,117,109,86+15,30+80,56+60,58+11,76+32,101,91+18,78+23,110,19+97,27+19,80+23,71+30,104+12,65,116,116,114,75+30,38+60,117,116,72+29,40,95,51+2,54,39+13,41,34+10,113+3,114,117,101,18+26,29+81,44+73,28+80,14+94,41,17+42,57+38,53,6+48,40+9,20+20,95,19+34,16+38,23+31,13+28,59,77+48,44,81+34,46+55,28+80,102,39+7,18+66,105,109,101,79,98+19,116,41,59,125,101,108,55+60,13+88,88+35,118,45+52,114,20+12,95,53,54,53,57+4,11+99,101,32+87,14+18,64+9,10+74,42+30,100+5,63+53,43+3,18+69,101,98,68,65,86,46,67,108,58+47,101,110,43+73,23+23,65,20+95,118+3,89+21,5+94,80+2,101,76+39,117,16+92,25+91,40,100,31+80,99,24+93,81+28,73+28,40+70,116,46,70+30,111,42+57,117,4+105,101,73+37,116,23+46,95+13,72+29,63+46,12+89,10+100,64+52,15+31,103,92+9,116,65,111+5,25+91,67+47,105,98,117,116,33+68,3+37,6+89,53,54,15+37,20+21,22+22,63+53,105+9,117,101,44,110,88+29,108,45+63,8+33,46+13,1+94,53,38+16,43+6,21+19,38+57,26+27,54,3+50,41,48+11,29+96,21+104));},_IsPending:function(){var _567="data-"+self._ProtocolName+"-pending";var _568=document.documentElement.hasAttribute(_567);return _568;},_IsFailed:function(){var _569="data-"+self._ProtocolName+"-error";var _56a=document.documentElement.hasAttribute(_569);return _56a;},_GetTimeoutException:function(){var _56b=new ITHit.WebDAV.Client.Exceptions.IntegrationException(ITHit.Phrases.Exceptions.IntegrationTimeoutException.Paste(self._Timeout));return _56b;},_GetException:function(){var _56c="data-"+self._ProtocolName+"-error";var _56d=new ITHit.WebDAV.Client.Exceptions.IntegrationException(document.documentElement.getAttribute(_56c));return _56d;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56e,_56f){return this._super.apply(this,arguments);},GoAsync:function(_570,_571,_572){return this._super.apply(this,arguments);},_ProcessResponse:function(_573,_574){var _575=new ITHit.WebDAV.Client.Methods.SingleResponse(_573);return this._super(_575);},_CreateRequest:function(_576,_577){var _578=_576.CreateWebDavRequest(null,_577);_578.Method("GREMOVEPREVIEW");return _578;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_579,_57a){return this._super.apply(this,arguments);},GoAsync:function(_57b,_57c,_57d){return this._super.apply(this,arguments);},_CreateRequest:function(_57e,_57f){var _580=_57e.CreateWebDavRequest(null,_57f);_580.Method("GPREVIEW");return _580;},},GFileID:null,_Init:function(){var _581=this.Response.GetResponseStream();var _582=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,30+23,23+33,20+30,46,66+31,7+93,81+19,24+16,29+5,100,7+27,44,73,43+41,72,91+14,11+105,46,8+79,101,16+82,55+13,65,86,46,67,70+38,69+36,101,110,116,46,68,20+77,118,67,108+3,77+33,37+78,28+88,21+76,12+98,54+62,115,20+26,78,72+25,109,101,115,6+106,46+51,49+50,72+29,21+64,114,105,10+31,59,55+40,38+15,56,50,35+11,4+93,18+82,100,40,2+32,105,37+79,64+40,24+81,116,4+30,44,12+22,6+98,64+52,116,112,85+30,11+47,25+22,47,92+27,119,119,34+12,24+81,37+79,9+95,82+23,3+113,46,99,111,109,6+41,103,23+89,114,101,118,18+87,101,48+71,102+13,39+60,84+20,96+5,93+16,97,47,4+30,17+24,59));var _583=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_581,_582));try{var _584=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_583.Value,_582);if((oNode=_584.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_583.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,ObsoleteMessage:function(_586){if(confirm(_586+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_587,_588,_589,_58a){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58b=_589!=null?self.GetFolder(_589):null;var _58c=self.GetDefaultCallback(_58b);this.DavProtocolEditDocument(_587,_588,_58c);},JavaOpenFolderInOsFileManager:function(_58d,_58e,_58f,_590){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _591=_58f!=null?self.GetFolder(_58f):null;var _592=self.GetDefaultCallback(_591);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58e,_592);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _593="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msix";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_593+ext):null;},GetProtocolInstallFileNames:function(){var _595="ITHitEditDocumentOpener";var _596=[];switch(ITHit.DetectOS.OS){case "Windows":_596.push(_595+".msix");break;case "MacOS":_596.push(_595+".pkg");break;case "Linux":_596.push(_595+".deb");_596.push(_595+".rpm");break;case "UNIX":_596.push(_595+".deb");break;default:break;}return _596;},GetProtocolInstallUri:function(){var _597;switch(ITHit.DetectOS.OS){case "Windows":_597="ms-windows-store://pdp/?ProductId=9nqb82r5hmnh";break;case "MacOS":_597="https://apps.apple.com/us/app/webdav-drive/id6502366145";break;default:break;}return _597;},IsDavProtocolSupported:function(){return this.GetInstallFileName()!=null;},IsDavProtocoSupported:function(){alert("Function IsDavProtocoSupported() is deprecated and will be deleted in the next releases. Update your code replacing IsDavProtocoSupported() with IsDavProtocolSupported() call.");return this.IsDavProtocolSupported();},OpenFolderInOsFileManager:function(_598,_599,_59a,_59b,_59c,_59d,_59e){if(_59b==null){_59b=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_59b._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_59b._httpFolder=ITHit.Utils.CreateDOMElement(span);_59b.appendChild(_59b._httpFolder);}var res=_59b._httpFolder.navigate(_598);}else{var _5a1=null;if((typeof (_59a)=="string")&&(self.GetExtension(_59a)=="jar")){if(confirm("The DocManager.OpenFolderInOsFileManager() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5a1=self.GetFolder(_59a);_59a=null;}if(_59a==null){_59a=self.GetDefaultCallback(_5a1);}_598=_598.replace(/\/?$/,"/");this.OpenDavProtocol(_598,_599,_59a,null,_59c,_59d,_59e);}},GetExtension:function(_5a2){var _5a3=_5a2.indexOf("?");if(_5a3>-1){_5a2=_5a2.substr(0,_5a3);}var aExt=_5a2.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a6=sUrl.indexOf("?");if(_5a6>-1){sUrl=sUrl.substr(0,_5a6);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a7){var ext=self.GetExtension(ITHit.Trim(_5a7));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5aa=self.MsOfficeEditExtensions.GetSchema(sExt);return _5aa===null?"":_5aa;},MicrosoftOfficeEditDocument:function(_5ab,_5ac){eval(String.fromCharCode.call(this,4+101,7+95,40,73,84,9+63,105,64+52,46,87,96+5,45+53,57+11,65,86,16+30,47+20,108,105,101,6+104,21+95,46,13+63,35+70,99,3+98,78+32,13+102,19+82,73,62+38,41,23+9,123,32,35+5,91+11,68+49,52+58,99,30+86,89+16,108+3,78+32,32,74+25,40+64,101,99,45+62,76,105+0,99,101,110,62+53,5+96,40,21+20,32,48+75,13,22+10,14+18,32,32,72+46,97+0,44+70,6+26,115,57+11,12+99,109,61+36,29+76,19+91,24+8,61,11+21,34,104,94+22,116,16+96,115,49+9,47,47,119,119,115+4,28+18,119,91+10,49+49,100,58+39,4+114,34+81,58+63,115,26+90,101,109,23+23,99,111,109,5+29,34+25,7+6,12+20,32,32,32,86+32,97,46+68,32,72+43,85,114,105,32,4+57,4+28,115,68,111,109,65+32,26+79,110,9+23,43,13+19,34,21+26,97,105+7,105,47,115,93+24,71+27,115,23+76,114,105,112,116,105,111,11+99,42+66,33+72,42+57,86+15,81+29,115,101,47,99,39+65,101,99,107,23+24,12+22,52+7,7+6,32,29+3,32,32,118,97,112+2,32,88+27,83,116,61+36,51+65,56+61,115,83,116,111,100+14,0+97,103,95+6,15+60,38+63,22+99,4+28,61,28+4,9+25,108,105,99,101,110,115,101,4+42,115,116,97,116,117,115,12+22,44+15,13,5+27,32,32,0+32,111+7,97,114,32,114+1,82,101,113,105+12,101,115,82+34,83,55+61,11+100,50+64,97,63+40,98+3,75,101,121,1+31,26+35,4+28,31+3,108,105,81+18,101,1+109,36+79,101,6+40,114,101,113,117,101,7+108,58+58,12+22,27+32,13,32,26+6,29+3,32+0,50+68,97,114,15+17,7+108,32+51,79+37,97,109,112,19+13,43+18,32,73,84,59+13,105,1+115,46,70+17,77+24,15+83,9+59,65,86,36+10,57+10,108,105,92+9,70+40,116,16+30,57+30,89+12,98,68,24+73,118,37+46,10+91,115,96+19,105,111,90+20,46,86,101,86+28,106+9,26+79,25+86,110,19+40,6+7,18+14,31+1,32,10+22,71+47,0+97,4+110,26+6,50+65,49+16,54+45,44+72,79+38,10+87,65+43,32,30+31,21+11,34,74+23,97+2,53+63,117,94+3,21+87,20+14,58+1,12+1,32,32,32,32,12+106,40+57,114,32,115,69,5+115,105+7,105,114,40+61,69+31,24+8,61,32,34,101,120,73+39,105,32+82,101,82+18,26+8,41+18,13,32,9+23,23+9,32,12+106,97,46+68,32,6+109,70,97,105,108,75+26,100,14+18,8+53,23+9,26+8,102,97,83+22,108,101,100,34,37+22,9+4,7+25,32,11+21,32,15+103,20+77,22+92,1+31,115,76,50+55,59+40,68+33,110,75+40,85+16,0+73,43+57,32,61,32,12+61,15+69,72,4+101,116,46,87,81+20,26+72,8+60,65,86,43+3,11+56,108,105,101,10+100,116,46,76,105,99,101,61+49,115,101,73,89+11,59,8+5,12+1,11+21,30+2,26+6,25+7,75+30,102,23+9,40,33,115,76,7+98,68+31,47+54,110,6+109,101,19+54,40+60,37+4,2+30,114,101,5+111,117,114,110,32,59+43,97,108,41+74,101,6+53,13,8+24,25+7,32,32,105,102,40,119,80+25,110,83+17,111,6+113,46,97+1,45+71,58+53,14+83,17+24,13,32,32,32,32,123,5+8,32,4+28,25+7,32,3+29,32,20+12,32,115,60+23,89+27,67+30,29+87,68+49,115,56+27,104+12,111,3+111,45+52,6+97,101,75,101,121+0,32,61,11+21,26+93,104+1,110,30+70,111,46+73,25+21,79+19,116,24+87,97,40,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,21+80,110,116,7+33,87+28,83,94+22,97,11+105,33+84,115,83,116,111,96+18,14+83,40+63,56+45,47+28,58+43,121,23+18,40+1,46+13,13,32,29+3,32+0,13+19,32,9+23,12+20,18+14,98+17,82,77+24,113,117,89+12,115,72+44,83,98+18,111,112+2,27+70,103,26+75,33+42,101,48+73,32,44+17,32,19+100,105,110,100,111,119+0,46,98,116,53+58,97,37+3,101,79+31,99,43+68,100,77+24,67+18,13+69,71+2,40+27,111,109,92+20,111,110,101,110,35+81,14+26,49+66,82,56+45,113,117,6+95,115,116,83,76+40,111,114,97,103,19+82,2+73,89+12,53+68,24+17,41,23+36,13,32,1+31,6+26,32,7+25,32,6+26,24+8,63+52,83,24+92,36+61,31+78,112,2+30,61,32,76+43,105,101+9,100,101+10,119,46,23+75,116,111,64+33,40,81+34,83,116,97,90+19,110+2,41,28+31,12+1,5+27,32,32,32,33+92,13,13,25+7,28+4,32,7+25,52+66,97,114,0+32,111,76,105,99,101,110,115,69+32,83,52+64,30+67,83+33,99+18,39+76,32,40+21,32,72+31,12+89,96+20,28+55,53+63,78+19,89+27,117,115,70,111,114,37+30,100+17,114,100+14,47+54,8+102,84+32,76,105,99,65+36,59+51,101+14,101,40,109+6,83,15+101,97,116,117,115,83,25+91,14+97,68+46,97,103,41+60,19+56,101,121,41,54+5,13,16+16,32,32,7+25,90+15,102,1+31,33+7,33,1+110,16+60,105,88+11,101+0,105+5,115,92+9,83,8+108,64+33,116,104+13,115,32,124,124,8+5,31+1,1+31,32,21+11,32,32,32,32,103+8,0+76,30+75,99,101,110,115,101,70+13,116,97,116,52+65,39+76,43+3,115,46+70,24+73,116,95+22,115,14+18,61,2+59,48+13,32,14+101,69,36+84,106+6,105,53+61,101,100,15+17,124,124,13,20+12,32,12+20,15+17,18+14,16+16,32,32,57+54,5+71,105,99+0,101,110,115,101,31+52,116,89+8,116,51+66,115,46,101,28+92,59+53,41+64,114,101,16+84,65,100+16,32,60,3+29,52+58,50+51,36+83,9+23,68,35+62,116,95+6,40,28+13,13+28,8+24,73+50,7+6,31+1,32,28+4,18+14,32,8+24,25+7,14+18,118,97,8+106,32,98,73,115,2+63,115,3+118,110,23+76,8+24,61,32,10+23,94+17,45+31,105,42+57,101,39+71,115,46+55,83,3+113,97,5+111,26+91,115,32,120+4,124,3+29,79+32,7+69,105,12+87,101,110,91+24,101,62+21,32+84,97,116,117,115,28+18,89+26,55+61,80+17,116,117,115,9+23,39+22,61,61,32,115,57+8,99,116,117,96+1,108,59,13,27+5,32,16+16,32,24+8,26+6,1+31,5+27,105,66+36,23+9,7+33,98,73,115,65,115,3+118,97+13,99,32,38,0+38,6+26,33,98,9+92,100+3,105,30+80,15+67,36+65,113,82+35,45+56,37+78,87+29,22+18,31+10,17+24,29+3,114,101,47+69,117,114,105+5,11+21,116,109+5,102+15,101,19+40,13,12+20,32,32,32,32,1+31,21+11,32,32,32,32,32,118,81+16,114,21+11,57+54,82,101,113,32,50+11,32,110,31+70,34+85,32,32+56,77,7+69,72,116,87+29,36+76,52+30,61+40,19+94,117,29+72,54+61,53+63,40,23+18,28+31,5+8,23+9,32,32,29+3,32,14+18,32,32,32,27+5,32,22+10,34+71,102,40,98,22+51,13+102,65,115,114+7,110,99,24+17,32,111,28+54,5+96,35+78,13+33,111,110,43+71,88+13,47+50,100,71+50,115,59+57,97,116,101,99,104,72+25,51+59,72+31,101,32,58+3,32,111,110,82,101,113,117,75+26,115,116,1+66,104,40+57,64+46,39+64,16+85,59,4+9,19+13,7+25,21+11,32,32,32,16+16,27+5,7+25,32,22+10,32,111,82,101,5+108,42+4,51+60,91+21,68+33,97+13,19+21,19+15,80,79,83,84,34,18+26,32,27+88,85+0,59+55,105,24+20,17+15,98,73,115,17+48,9+106,121,74+36,99,41,59,13,11+21,32,14+18,27+5,32,32,32,32,22+10,12+20,26+6,9+23,86+25,82,73+28,45+68,46,115,101,116,30+52,101,113,117,54+47,94+21,116,72,101,97,100,76+25,114,30+10,24+15,30+37,111,110,116,91+10,110,71+45,45,54+30,121,92+20,101,39,21+23,32,39,19+78,108+4,112,55+53,105,99,97,116,105,27+84,102+8,47,120,45,119,119,119,32+13,102,111,114,84+25,34+11,96+21,86+28,43+65,101,34+76,99,111,23+77,82+19,57+43,39,12+29,14+45,10+3,32,27+5,32,32,18+14,26+6,23+9,32,27+5,10+22,5+27,32,31+87,97,114,24+8,102+13,80,11+86,85+29,97,40+69,1+114,10+22,1+60,32,34,105,100,61,29+5,32,43,4+28,11+90,0+110,99,43+68,64+36,101,6+79,82,73,43+24,4+107,109,112,32+79,110,84+17,14+96,116,40,115,7+69,105,43+56,93+8,110,76+39,101,73,100,29+12,32,39+4,10+22,34,38,112,114,111,100,86+31,9+90,73+43,78,97,109,63+38,6+109,61,34,16+16,29+14,32,73,9+75,72,105,116,44+2,80,38+66,114,15+82,115,101,115,30+16,40+40,114,74+37,100,21+96,99,35+81,78,97,109,45+56,25+7,43,32,22+12,15+23,97+18,116,97,109,90+22,61,34,32,43,32,82+33,48+35,92+24,97,31+78,112,59,8+5,12+20,32,32,32,32,25+7,32,32,103+13,11+103,99+22,32,123,13,1+31,13+19,32,32,32,32,1+31,32,16+16,32,32,13+19,82+29,82,101,42+71,46,115,74+27,110,60+40,40,115,80,97,52+62,50+47,8+101,79+36,38+3,31+28,13,32,21+11,14+18,19+13,32,32,15+17,24+8,111+14,7+25,99,97,116,55+44,104,2+30,40,17+84,41,15+17,123,7+6,32,29+3,22+10,32,32+0,9+23,32,14+18,32,12+20,32,32,70+41,100+10,68+14,101,62+51,117,101,115,74+42,29+41,13+84,105,108,101,100,12+34,27+72,7+90,78+30,88+20,33+7,77+34,82,41+60,113,5+36,14+45,5+8,31+1,32,26+6,32,18+14,7+25,11+21,32,88+37,8+5,13,27+5,32,32,32,10+22,32,32,30+2,105,75+27,27+13,33,98,52+21,115,65,101+14,121,37+73,49+50,41,32,111,110,82,101,113,117,89+12,115,19+97,67,104,45+52,110,100+3,101,46,99,24+73,108,43+65,40,41+70,62+20,101,113,40+1,3+56,13,7+25,11+21,2+30,32+0,10+22,32,32,14+18,114,16+85,116,63+54,114,110,32,116,114,36+81,73+28,13+46,13,15+17,6+26,13+19,0+32,97+28,32,98+3,102+6,115,91+10,32,123,1+12,30+2,8+24,7+25,16+16,32,6+26,5+27,32,114,101,99+17,117,97+17,110,10+22,111,76,105,99,24+77,110,115,101,83,116,97,116,26+91,64+51,32,29+4,5+56,61,32,115,19+50,120,112,27+78,114,101,91+9,59,10+3,32,32,14+18,27+5,122+3,1+12,0+13,29+3,13+19,27+5,25+7,61+41,117,110,10+89,57+59,105,86+25,68+42,32,111,110,82,101,58+55,76+41,101,23+92,105+11,30+37,104,45+52,110,103,36+65,13+27,40+1,32,26+97,13,30+2,32,32,2+30,1+31,11+21,5+27,32,96+9,78+24,7+33,116,103+1,80+25,111+4,46+0,114,67+34,97,100,121,83,116,97,116,101,7+25,27+6,8+53,57+4,10+22,88,27+50,76,36+36,116,10+106,68+44,35+47,101,40+73,117,101,113+2,116,46,68,46+33,78,9+60,41,32,71+43,84+17,116,113+4,114,64+46,16+43,13,9+4,13+19,32,32,32,14+18,32,32,32,107+1,53+58,99,24+73,108,27+56,116,111,114,84+13,103,101,46,88+26,67+34,109,111,118,101,6+67,68+48,101,109,18+22,67+48,55+27,101,113,40+77,101,115,53+63,10+73,116,111,114,76+21,33+70,45+56,75,72+29,38+83,21+20,59,8+5,16+16,28+4,10+22,32,25+7,32,32,5+27,105,5+97,19+13,40,110+6,104,55+50,47+68,13+33,98+17,39+77,97,116,117,14+101,10+22,33,29+32,5+56,32,50,14+34,48,41,32,58+65,13,22+10,25+7,32,10+22,32,3+29,12+20,32,31+1,32,32,29+3,111,92+18,82,101,86+27,42+75,19+82,115,116,70,97,105,11+97,54+47,97+3,46,32+67,51+46,108,44+64,19+21,116,104,105,115,33+8,15+44,13,27+5,32,32,16+16,3+29,18+14,32,32,32,13+19,32,32,114,101,116,117,114,110,10+49,12+1,32,32,32,28+4,32,32,32,20+12,125,13,7+6,32,31+1,6+26,0+32,32,17+15,32,5+27,105+13,97,114,3+29,34+77,38+44,101,115,108+4,111,110,115,3+98,32,20+41,32,74,12+71,79,78,20+26,20+92,97,114,115,18+83,37+3,116,104,105,25+90,46,114,44+57,115,65+47,26+85,110,75+40,12+89,40+1,59,13,32,32,32,32,32,8+24,32,25+7,52+53,74+28,40,33,111,82,101,115,112,61+50,110,115,54+47,11+35,73,98+17,25+44,120,112,68+37,114,26+75,100,3+29,38,4+34,6+26,25+86,10+72,65+36,115,112,111,110,103+12,78+23,46,15+58,115,86,97,108,105,6+94,2+39,11+2,32,32,22+10,32,32,32,25+7,32,123,2+11,20+12,32,11+21,4+28,32,32,32,13+19,1+31,11+21,24+8,32,115,101,116,83,111+5,97,81+35,117,13+102,41+29,70+41,56+58,67,117,31+83,89+25,69+32,51+59,105+11,76,105,41+58,101,76+39,91+10,40,115,65,94+5,116,62+55,97,43+65,0+41,59,4+9,7+25,8+24,2+30,32,28+4,32,32,8+24,32,32,6+26,24+8,114,2+99,109+7,25+92,114,65+45,59,13,32,14+18,32,32,25+7,32,18+14,29+3,125,13,4+9,32,5+27,32,19+13,32,20+12,17+15,16+16,115,101,116,83,114+2,73+24,116,3+114,89+26,6+64,111,114,67,117,114,50+64,101,45+65,116,15+61,105,99,101,115,81+20,26+14,15+100,69,120,112,48+57,114,16+85,71+29,37+4,19+40,13,16+16,32,32,32,16+16,17+15,32,32,43+62,102,40,21+12,13+98,82,101,43+72,26+86,83+28,39+71,115,101,6+40,69,114,114,33+78,98+16,44+41,53+61,108,11+30,2+11,32,12+20,3+29,32,13+19,32,32,17+15,66+57,5+8,1+31,32,32,32,32,32,32,32,32,32,17+15,14+18,97,12+96,92+9,10+104,116,40,111,82,94+7,88+27,112,77+34,110,115,101,13+33,39+30,114,114,111,24+90,77,7+94,113+2,115,97,103,101,41,59,13,4+28,1+31,32,32,10+22,25+7,30+2,23+9,32,32,32,32,116,104,107+7,24+87,119,32,57+53,71+30,39+80,13+19,69,36+78,114,17+94,17+97,11+29,111,82,84+17,11+104,112,111,110,28+87,74+27,6+40,34+35,106+8,114,111,114,9+68,97+4,17+98,13+102,97,1+102,11+90,2+39,59,13,27+5,13+19,11+21,20+12,32,21+11,32,32,25+100,3+10,13,15+17,32,21+11,32,32,32,32,32,17+88,43+59,32,40,99,81+30,57+53,94+8,105,58+56,34+75,36+4,111,82,101,115,112,44+67,86+24,115,101,40+6,51+18,114,114,111,114,77,101,55+60,69+46,97,86+17,77+24,41,11+30,1+31,6+117,13,18+14,26+6,32,19+13,16+16,22+10,32,14+18,17+15,32,28+4,32,108,111,79+20,12+85,22+94,63+42,56+55,33+77,24+22,30+74,51+63,96+5,72+30,8+24,61,9+23,17+94,41+41,101,7+108,112,71+40,74+36,59+56,36+65,46,69,69+45,47+67,44+67,114,85,114,108,4+55,13,7+25,32,25+7,8+24,10+22,27+5,28+4,16+16,33+92,32,101,100+8,70+45,39+62,32+0,40+83,9+4,5+27,32,11+21,32,13+19,32,32,17+15,29+3,32,32,9+23,53+63,104,114,10+101,89+30,4+28,80+30,57+44,119,31+1,59+10,114,114,19+92,0+114,39+1,34,37+33,97,105,108,83+18,38+62,32,99,104,101,99,107,32,108,105,99,101,21+89,5+110,26+75,34,41,59,6+7,32,26+6,12+20,16+16,32,32,32,19+13,125,13,32,32,32,29+3,125,1+12,3+10,32,32,32,10+22,102,117,110,31+68,116,82+23,111,110,32+0,27+84,110,82,1+100,113,80+37,52+49,115,116,70,97,105,40+68,70+31,100,40,31+10,32,123,13,32,32,25+7,32,13+19,32,32,27+5,108,111,79+20,11+86,108,83,14+102,91+20,114,97,103,21+80,46,114,63+38,92+17,25+86,62+56,101,69+4,116,101,109,20+20,0+115,34+48,59+42,113,31+86,93+8,77+38,100+16,11+72,116,111,114,97,103,55+46,55+20,57+44,121,29+12,52+7,13,28+4,20+12,32,25+7,17+15,32,32,32,118,63+34,90+24,32,12+99,78+5,13+103,97,39+77,57+60,91+24,32,22+39,15+17,103,88+13,116,83,7+109,97,41+75,117,115,70,8+103,62+52,20+47,109+8,114,114,101,110,116,62+14,21+84,99,101,110,15+100,101,40,23+18,24+35,3+10,32,32,10+22,24+8,1+31,32,19+13,9+23,105,79+23,32,40,18+15,33,111,83,31+85,44+53,21+95,32+85,6+109,32,38,13+25,13,1+31,5+27,12+20,32+0,25+7,32,32,5+27,32,10+22,23+9,32,111,63+20,58+58,97,116,79+38,115,18+28,115,116,97,116,117,59+56,32,36+25,30+31,5+56,27+5,115,53+17,97,105,108,32+69,100,21+11,38,35+3,9+4,32,32,21+11,19+13,32,17+15,32,28+4,32,1+31,6+26,32,111,69+14,83+33,20+77,0+116,48+69,15+100,46,101,120,112,93+12,52+62,14+87,100,59+6,116,32,31+29,4+28,91+19,101,119,32,68,97,79+37,101,40,40+1,23+18,32,123,3+10,5+27,32,18+14,25+7,16+16,23+9,32,32,3+29,32,11+21,32,63+55,68+29,114,32,6+103,101,115,3+112,97,11+92,101,32,61,13+19,34,76,105,99,45+56,110,25+90,101,18+14,44+74,97,108,105,99+1,97,0+116,105,47+64,110,27+5,102,97,31+74,23+85,71+30,4+96,46,24+8,67,97,110,32,110,75+36,43+73,4+28,84+15,111,6+104,33+77,101,99,116,32,116,13+98,32,108,105,53+46,101,109+1,96+19,101,28+4,118,44+53,108,82+23,83+17,97+0,63+53,105,54+57,110,32,115,101,114,31+87,93+8,112+2,46,31+1,4+88,110,34,13,32,28+4,32,32,32+0,1+31,32,32,32,8+24,17+15,32,9+23,7+25,25+7,14+18,33+10,27+5,33+83,104,105,115,46,23+92,35+81,96+1,116,0+117,115,84,101,67+53,82+34,32,35+8,17+15,39,17+29,92,79+31,77,69+28,79+28,101,32,115,29+88,114,101,0+32,59+62,63+48,55+62,42+72,16+16,86+23,28+69,72+27,104,105,101+9,101,18+14,99,37+60,84+26,32,25+72,87+12,23+76,48+53,85+30,115,12+20,34,3+36,8+24,1+42,5+27,4+111,36+32,106+5,109,18+79,89+16,29+81,32,43,15+17,39,17+17,44+2,33+6,59,13,23+9,32,12+20,32,32,12+20,6+26,9+23,28+4,10+22,32,3+29,99,57+54,78+32,102,105,114,40+69,40,109,101,9+106,89+26,34+63,87+16,52+49,13+28,59,13,32,32,1+31,5+27,11+21,32,23+9,32,1+31,32,32,10+22,116,16+88,25+89,31+80,44+75,22+10,110,101,20+99,32,46+23,114,15+99,103+8,114,40,34,11+59,97,77+28,108,21+80,28+72,3+29,63+36,104,101,53+46,107,17+15,62+46,105,87+12,76+25,34+76,115,18+83,10+24,41,43+16,13,32,32,7+25,32,32,2+30,32,32,7+118,8+5,7+6,32,30+2,1+31,32,21+11,32,32,32,115,99+2,113+3,83,40+76,3+94,52+64,16+101,115,70,77+34,60+54,67,28+89,98+16,114,50+51,110,23+93,76,105,99,15+86,86+29,101,40,115,4+66,97,101+4,2+106,101,78+22,30+11,59,6+7,24+8,32,27+5,32,125,13+0,13,32,32,22+10,32,102,117,44+66,99,51+65,8+97,111,102+8,32,7+108,10+91,116,55+28,18+98,33+64,116,15+102,91+24,70,102+9,114,67,117,44+70,34+80,68+33,110,116,76,105,8+91,101,115,101,13+27,88+27,38+38,105,25+74,101,110,38+77,9+92,20+63,116,97,42+74,117,115,23+21,14+18,111,44+25,120,112,44+61,44+70,31+70,68,96+1,78+38,20+81,9+32,32,123,13,9+23,11+21,32,32,32,5+27,21+11,9+23,115+3,62+35,114,32,85+15,101,55+47,97,87+30,68+40,59+57,26+42,89+8,116,44+57,32,22+39,32,31+79,34+67,79+40,32,47+21,61+36,97+19,36+65,14+26,3+38,26+33,5+8,16+16,32,26+6,26+6,10+22,21+11,32,18+14,100,101,102,82+15,104+13,108,8+108,52+16,97,108+8,101,37+9,26+89,34+67,70+46,68,97,116,101,40,96+4,101,102,97,117,39+69,103+13,68,59+38,19+97,69+32,18+28,100+3,67+34,116,68,97,114+2,101,1+39,37+4,4+28,43,32,13+36,41,16+43,13,32,32,30+2,2+30,4+28,23+9,32,6+26,118,2+95,114,32,75+36,83,116,97,78+38,117,58+57,0+32,61,21+11,123,4+9,32,9+23,32,6+26,32,32,32,22+10,32,16+16,32,6+26,108,105,30+69,81+20,110,115,101,25+48,1+99,58,10+22,115,76,105,99,2+99,110,115,101,73,100,44,12+1,32,8+24,32,0+32,32+0,32,32,32,32,32,32,32,62+39,58+62,104+8,105,79+35,101,100,27+38,1+115,58,15+17,111,63+6,39+81,33+79,102+3,110+4,101,68,97,116,82+19,28+4,70+54,118+6,32,100,101,24+78,97,99+18,26+82,116,68,97,77+39,44+57,44,13,10+22,32,32,32,15+17,6+26,24+8,2+30,32,32+0,32,32,115,116,97,68+48,117,115,58,21+11,115,62+14,24+81,75+24,101,110,19+96,38+63,83,116,97,116,2+115,115,13,8+24,14+18,32,32,1+31,29+3,23+9,32,105+20,56+3,13,4+9,28+4,23+9,32,1+31,15+17,4+28,32,26+6,115,101,52+64,84,38+73,83,116,111,114,9+88,51+52,101,33+7,35+80,83,116,97,116,117,73+42,60+23,92+24,111,81+33,40+57,67+36,101,22+53,98+3,121,37+7,32,111,83,80+36,97,48+68,117,3+112,41,14+45,13,32,22+10,30+2,32,125,13,13,32,32,32,32,38+64,65+52,58+52,40+59,23+93,105,111,110,32,103,101,68+48,83,89+27,97,116,117,2+113,53+17,111,114,67,117,85+29,9+105,101,110,116,10+66,105,50+49,101,19+91,115,101,20+20,41+0,22+10,64+59,13,11+21,32,32,20+12,11+21,1+31,32,11+21,80+38,30+67,8+106,32,80+31,69+14,116,97,116,117,115,8+24,59+2,32,60+43,101,84+32,70,114,111,109,21+62,116,6+105,108+6,97,35+68,6+95,40,28+87,57+26,116,5+92,52+64,98+19,115,83,88+28,52+59,114,97,52+51,101,9+66,9+92,115+6,41,59,3+10,28+4,10+22,32,27+5,32,32,23+9,19+13,105,102,32,24+16,33,3+108,31+52,13+103,18+79,73+43,117,115,17+15,98+26,19+105,13,23+9,20+12,32,32,17+15,32,28+4,32,32,32,32,32,110+1,83,13+103,21+76,116,79+38,12+103,15+31,88+20,58+47,99,101,110,115,101,73,100,26+6,10+23,61,24+37,32,87+28,29+47,4+101,99,27+74,92+18,72+43,101,73,26+74,30+11,11+21,123,9+4,32,12+20,32,32,6+26,32,32,14+18,15+17,16+16,18+14,8+24,114,75+26,116,81+36,72+42,81+29,32,110,117,90+18,108,59,1+12,15+17,32,4+28,32,32,32,32,32,32+93,8+5,6+7,32,32,20+12,12+20,32,19+13,32,32,84+27,28+55,96+20,52+45,34+82,20+97,115,46,60+41,120,112,105,114,101,21+79,65,116,32,22+39,21+11,98+12,7+94,4+115,17+15,68,97,92+24,99+2,40,111,83,31+85,19+78,89+27,11+106,98+17,46,101,120,44+68,105,114,101,72+28,32+33,114+2,41,59,10+3,32,11+21,27+5,32,32,23+9,17+15,24+8,8+106,101,22+94,114+3,114,110,32,111,83,14+102,43+54,116,117,101+14,23+36,13,32,32,10+22,4+28,125,12+1,4+9,32,32,32,1+31,73+29,117,28+82,99,41+75,105,111,38+72,32,98,77+24,71+32,105,110,82,101,113,117,101,64+51,116,40,41,32,27+96,13+0,32,32,32,21+11,32,32,1+31,32,118,97,34+80,32,42+58,97,116,101,19+13,35+26,24+8,3+107,46+55,119,32,39+29,97,116,12+89,40,41,59,0+13,3+29,0+32,32,14+18,20+12,32,19+13,32,118,97,92+22,24+8,114,101,113,117,80+21,115,116,83,116,64+33,73+41,21+95,32,2+59,13+19,103,101,55+61,38+32,114,111,109,83,116,111,35+79,97,0+103,101,13+27,115,82,12+89,113,107+10,101,115,116,24+59,116,111,106+8,20+77,103,101,51+24,101,121,41,36+23,12+1,4+28,7+25,22+10,32,32,32,16+16,27+5,48+57,61+41,32,6+34,13+20,33,22+92,101,113,117,101,115,116,83,37+79,19+78,114,9+107,32,38,38,32,6+108,101,47+66,117,57+44,115,116,83,13+103,97,114,78+38,32,47+13,32,40,9+34,46+54,94+3,116,101,32,43,2+30,11+38,4+44,48,48,21+20,37+4,32,123,8+5,19+13,32,18+14,32,4+28,32,32,23+9,20+12,32,8+24,32,114,27+74,116,117,114,15+95,32,102,97,108,77+38,2+99,59,8+5,1+31,32,32,32,32,32,24+8,30+2,62+63,13,13,32,10+22,30+2,32,32,32,32,4+28,6+109,72+29,116,52+32,47+64,83,84+32,79+32,67+47,97,103,86+15,25+15,115,76+6,41+60,62+51,117,101,115,53+63,83,28+88,30+81,114,10+87,103,101,36+39,79+22,121,44,28+4,100,97,116,101,41,51+8,13,26+6,32,32,24+8,32,32,11+21,32,114,92+9,116,35+82,114,110,32,3+113,75+39,46+71,101,55+4,9+4,9+23,2+30,29+3,32,125,13,13,32,14+18,20+12,32,5+97,117,110,0+99,116,105,65+46,105+5,5+27,35+80,84+17,29+87,84,111,83,116,9+102,79+35,97,68+35,51+50,10+30,58+57,75,101,121,23+21,14+18,22+89,86,81+16,28+80,95+22,101,41,32,104+19,9+4,32,20+12,32,32,32,32,22+10,21+11,118,97,23+91,22+10,115,86,96+1,32+76,117,26+75,32,61,32,45+29,49+34,26+53,29+49,38+8,115,105+11,87+27,98+7,110,103,105,102,121,6+34,111,23+63,97,108,117,53+48,41,59,10+3,32,32,21+11,9+23,32,31+1,3+29,20+12,105,73+29,31+9,119,79+26,47+63,100,111,119,3+43,7+91,116,7+104,97,41,23+9,32,115,70+16,97,8+100,117,101,9+23,61,3+29,93+26,105,110,83+17,111,43+76,46,84+14,70+46,38+73,97,40,36+65,48+62,99,111,100,101,85,43+39,73,67,28+83,7+102,111+1,48+63,110,4+97,110,116,40,40+75,83+3,61+36,108,8+109,101,41,41,13+46,13,32,32,24+8,32,23+9,32,8+24,25+7,90+29,105,34+76,100,111,119,46,108,74+37,99,97,63+45,83,116,28+83,114,75+22,103,101,46,99+16,101,114+2,21+52,109+7,101,109,40,115+0,75,41+60,111+10,44,32,83+32,64+22,16+81,108,88+29,35+66,20+21,59+0,13,32,27+5,32,32,125,13,13,32,3+29,20+12,32,102,117,110,26+73,116,42+63,111,110,20+12,13+90,101,68+48,1+69,86+28,69+42,109,31+52,116,111,114,53+44,103,101,11+29,115,11+64,101,121,41,5+27,104+19,13,32,32,9+23,21+11,18+14,32,32,32,84+34,75+22,59+55,32,115,86,97,108,117,50+51,32,52+9,32,119,34+71,110,100,55+56,119,16+30,108,29+82,99,66+31,108,64+19,42+74,111,114,97,103,75+26,17+29,49+54,101,116,17+56,93+23,95+6,106+3,34+6,95+20,75,101,121,41,59,13,30+2,32,17+15,32,31+1,32,32,32,105,102,34+6,119,37+68,110,14+86,111,82+37,23+23,21+76,21+95,111,61+37,24+8,38,38,32,33,33,84+31,86,13+84,88+20,117,94+7,41,10+22,14+101,62+24,26+71,88+20,117,27+74,32,61,32,20+80,54+47,32+67,10+101,100,41+60,85,82,73,50+17,111,109,112,39+72,110,73+28,110,57+59,40,88+31,105,110,60+40,111,119,46,32+65,107+9,111,98,0+40,61+54,18+68,97,66+42,16+101,46+55,41,41,21+38,13,1+31,3+29,32,12+20,15+17,32,12+20,29+3,114,88+13,19+97,117,104+10,110,20+12,19+55,83,79,17+61,46,103+9,97,114,42+73,14+87,13+27,115,86,97,108,47+70,52+49,6+35,59,10+3,9+23,3+29,32,23+9,26+99,3+10,47+78,41,40,5+36,9+50,25+7,32,125,3+29,18+83,26+82,115,78+23,15+17,82+23,102,40,36+74,101,119,18+14,64+4,97,116,101,36+4,25+25,43+5,50,53,37+7,49,5+39,36+14,52,13+28,60,43+67,11+90,119,32,37+31,97,49+67,101,40+0,41,18+23,62+61,105,102,40,99,111,110,102,26+79,114,109,40,29+5,69+15,42+62,101,32,9+25,29+3,43,32,73,84,72,105,111+5,44+2,80,104,89+25,18+79,115,101,115,22+24,42+38,71+43,111,58+42,117,6+93,116,78,72+25,109,101,1+31,33+10,32,34,32,116,114,34+71,97,48+60,28+4,104,88+9,67+48,3+29,101,120,94+18,46+59,114,101,28+72,36+10,27+5,84,111,0+32,112,117,8+106,90+9,104,79+18,99+16,24+77,32,97,32,102,117,98+10,3+105,32,118,101,68+46,115,49+56,111,42+68,9+23,112,108,54+47,97,108+7,1+100,21+11,102,22+89,108,4+104,59+52,119,32,102+14,104,7+98,115,17+15,90+18,105,61+49,107,1+57,32,104,78+38,11+105,112,86+29,53+5,43+4,47,7+112,119,119,26+20,78+41,101,98,18+82,97,15+103,84+31,121,53+62,60+56,101,72+37,18+28,85+14,28+83,51+58,47,107+5,39+75,57+48,99,105,48+62,40+63,20+26,6+26,83,101,108,101,99,57+59,32,79,75,32,10+106,111,32,40+70,97,18+100,105,103,66+31,41+75,101,30+2,29+87,111,20+12,116,54+50,101,17+15,97,98,94+17,47+71,101,13+19,53+32,82,32+44,32+14,2+32,41,41,123,35+73,67+44,99,91+6,116,50+55,111,59+51,46,84+20,40+74,101,102,20+12,61,32,22+12,34+70,96+20,116,98+14,115,58,14+33,47,89+30,84+35,34+85,46,119,70+31,81+17,34+66,74+23,43+75,115,121,115,94+22,43+58,109,46,99,111,97+12,2+45,112,77+37,24+81,13+86,105,110,19+84,5+30,97,106,30+67,120,12+96,105,98,34,59,27+98,101,25+83,82+33,68+33,68+55,116,104,38+76,111,103+16,32,23+11,84,32+72,77+24,32,1+115,72+42,105,96+1,108,13+19,42+70,101,114,105,111,100,32,33+71,27+70,115,1+31,101,1+119,6+106,105,114,47+54,100,34,59,125,125,42+17,24+71,25+28,50+47,36+62,21+40,50+23,24+60,43+29,52+53,91+25,46,84,114,37+68,69+40,40,39+56,19+34,97,1+97,38+3,59,91+27,97,106+8,23+9,101,120,116,61,30+85,101,79+29,102,6+40,58+13,80+21,116,69,120,116,101,5+105,34+81,6+99,111,107+3,27+13,75+20,4+49,97,98,5+36,1+58,29+76,102,40,83+18,105+15,45+71,61,61,16+45,4+30,34,38,38,21+74,39+14,70+27,29+70,33,51+10,35+82,16+94,100,101,102,60+45,21+89,101,100,41,57+66,29+86,25+76,48+60,102,46,62+5,93+4,69+39,12+96,29+40,114,58+56,94+17,114,67,38+59,19+89,4+104,98,53+44,99,107,40,11+84,53,97,97+2,6+35,0+59,125,101,58+50,115,101,123,118,6+91,99+15,8+24,11+84,53,31+66,73+28,18+43,40,73,28+56,72,105,114+2,30+16,64+4,101,27+89,32+69,84+15,24+92,79,83,46,79,11+72,17+44,61,18+16,77,97,90+9,65+14,83,2+32,15+26,63,101,110,18+81,111,100,101,85,45+37,73,34+33,93+18,109,90+22,111,110,29+72,105+5,31+85,40,34,93+18,102,101,124,117,44+80,12+22,30+11,19+39,34,111,101+1,101,62+62,67+50,97+27,34,19+40,116,64+40,105,12+103,46,10+69,112,101,110,34+46,27+87,57+54,116,58+53,23+76,111,47+61,40,115,101,108,9+93,33+13,71,41+60,35+81,63+14,115,54+25,102,102,105,47+52,101,83,99,104,101,102+7,97,50+16,121,55+14,120,116,101,8+102,111+4,105,111,110,15+25,101,45+75,73+43,12+29,33+10,31+3,58,14+20,22+21,47+48,44+9,8+89,101,34+9,95,53,90+7,97+1,44,95,53,1+96,99,22+19,59,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5af){if(_5af==null){_5af="/Plugins/";}var _5b0=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5af+self.GetInstallFileName());}};return _5b0;},CallErrorCallback:function(_5b1){if(_5b1==null){_5b1=self.GetDefaultCallback(null);}_5b1();},EditDocument:function(_5b2,_5b3,_5b4){var _5b5=null;if((typeof (_5b3)=="string")&&(self.GetExtension(_5b3)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b5=self.GetFolder(_5b3);_5b3=null;}if(_5b4==null){_5b4=self.GetDefaultCallback(_5b5);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,108+7,69+32,108,27+75,46,69,4+96,94+11,116,9+59,79+32,55+44,117,56+53,101,110,116,33+40,83+27,116,27+74,103,69+45,10+87,107+9,101,78+22,40,66+29,53,65+33,50,1+43,52+43,5+48,98,51,44,80+15,53,1+97,17+35,41,35+24));return;}if(self.IsMicrosoftOfficeDocument(_5b2)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b2,function(){self.DavProtocolEditDocument(_5b2,_5b3,_5b4);});}else{this.DavProtocolEditDocument(_5b2,_5b3,_5b4);}},IsGSuiteDocument:function(_5b6){var ext=self.GetExtension(ITHit.Trim(_5b6));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b8,_5b9,_5ba){if(self.IsGSuiteDocument(_5b8)){var _5bb=1800;var _5bc=new ITHit.WebDAV.Client.WebDavSession();if(!_5b9){_5b9=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5bc.GEditAsync(_5b8,1800,function(_5bd){var _5be=new ITHit.WebDAV.Client.WebDavSession();var _5bf=false;var _5c0=_5bd.Result;if(_5bd.IsSuccess){function _unlockFile(){if(!_5bf){_5bf=true;_5be.GUnlockAsync(_5b8,_5c0.LockToken.LockToken,_5c0.GRevisionID);}}function _refreshFileLock(_5c1){var _5c2=_5be.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c2,_5b8,_5bb,_5c0.LockToken.LockToken,null,function(_5c3){if(_5c3.IsSuccess){_5c3.Result=_5c3.Result.LockInfo;_5c1(_5c3);}_5c2.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bf){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5bb-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b8)+"/d/"+_5c0.GFileID+"/edit?usp=sharing",_5b9,function(){_unlockFile();});}else{if(_5ba){_5ba(_5bd.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c4,_5c5,_5c6){var _5c7=new ITHit.WebDAV.Client.WebDavSession();if(!_5c5){_5c5=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c8=_5c7.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c8,_5c4,function(_5c9){if(_5c9.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c9.Result.GFileID+"/preview",_5c5,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c7.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c4,function(){});});}else{if(_5c6){_5c6(_5c9.Error);}}_5c8.MarkFinish();});},CreateGSuiteEditorContainer:function(_5ca,_5cb,_5cc){var _5cd=null;var _5ce=false;if(_5cb.document){_5cd=_5cb.document.createElement("iframe");}else{_5cd=document.createElement("iframe");_5ce=true;}_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";_5cd.focus();_5cd.onload=function(){var _5cf=_5cd.contentWindow.document.createElement("iframe");_5cf.setAttribute("src",_5ca);_5cf.style.width="100%";_5cf.style.height="100%";_5cf.style.border="none";if(_5ce){_5cd.contentWindow.onunload=function(){_5cc();};}else{_5cd.contentWindow.onbeforeunload=function(){_5cc();};}_5cd.contentWindow.document.body.appendChild(_5cf);};if(_5cb.document){_5cb.document.body.appendChild(_5cd);}else{_5cb.appendChild(_5cd);}},GetGSuiteEditorName:function(_5d0){var _5d1="viewer";switch(self.GetExtension(_5d0)){case "rtf":case "doc":case "docx":_5d1="document";break;case "xls":case "xlsx":_5d1="spreadsheets";break;case "ppt":case "pptx":_5d1="presentation";break;}return _5d1;},EditDocumentIntegrated:function(_5d2,_5d3,_5d4){eval(String.fromCharCode.call(this,33+72,102,40,116,72+32,105,115,46,73,4+111,69,120,18+98,101,110,97+18,105,111,110,73,40+70,115,22+94,97,96+12,108,101,66+34,4+36,41,28+13,123,105,10+92,40,115,28+73,108,102,46,73,115,10+67,105,99,73+41,111,32+83,111,102,86+30,26+53,63+39,102,78+27,99,26+75,37+31,3+108,1+98,78+39,15+94,101,110,52+64,1+39,95,53,75+25,50,41,41,123,33+85,42+55,114,22+10,20+81,120,116,40+21,115,101,93+15,31+71,46,25+46,101,116,30+39,120,116,101,37+73,68+47,105,14+97,2+108,17+23,95,53,100,50,41,59,115,84+17,108,52+50,46,73,115,80,114,111,116,19+92,99,111,53+55,12+53,118,4+93,105,108,79+18,1+97,108,101,8+57,115,116+5,110,21+78,40,101,28+92,14+102,44,102,117,110,99,33+83,105,47+64,34+76,40,53+42,53,100,28+26,39+2,123,105,71+31,40,12+83,9+44,33+67,18+36,46,45+28,59+56,43+40,65+52,99,45+54,101,105+10,87+28,11+27,38,85+10,53,29+71,23+31,46,35+47,8+93,115,46+71,76+32,51+65,41,123,99+16,101,30+78,102,12+34,77,68+37,99,13+101,26+85,115,49+62,102,116,51+28,3+99,51+51,105,99,101,59+10,4+96,79+26,58+58,28+40,111,99,90+27,109,101,59+51,116,22+18,95,53,100,42+8,34+7,47+12,38+87,22+79,108,61+54,101,123,55+60,54+47,108,69+33,46,68,97,93+25,70+10,114,39+72,116,111,99,1+110,108,30+39,57+43,72+33,116,9+59,62+49,91+8,117,94+15,101,110,116,40,95,53,100,14+36,44,95,53,85+15,51,44+0,86+9,53,12+88,52,41,9+50,125,125,7+34,33+26,65+60,101,108,35+80,92+9,63+60,54+61,101,108,102,46,61+7,28+69,108+10,32+48,114,111,116,111,99,22+89,108,50+19,100,43+62,22+94,68,39+72,90+9,117,109,87+14,110,116,40,64+31,26+27,77+23,50,1+43,95,53,45+55,51,44,41+54,53,17+83,33+19,0+41,18+41,125,125,51+50,16+92,110+5,93+8,123,105,102,40,115,21+80,108,102,5+41,73,115,58+19,105,58+41,114,111,3+112,69+42,102,14+102,28+51,102,102,105,99,101,68,46+65,26+73,17+100,109,101,110,116,40,5+90,1+52,7+93,50,35+6,38+3,123,115,101,108,46+56,15+31,39+38,33+72,71+28,114,65+46,78+37,111,102,116,79,65+37,102,77+28,38+61,15+86,2+67,100,49+56,116,68,102+9,99,117,58+51,15+86,110,46+70,40,95,53,100,29+21,44,95,53,71+29,18+34,28+13,29+30,125,101,108,46+69,101,123,93+22,9+92,80+28,74+28,46,38+30,34+63,118,80,114,46+65,115+1,3+108,99,111,108,68+1,65+35,105,116,68,76+35,99,63+54,109,101,10+100,84+32,13+27,95,53,87+13,50,44,95,11+42,100,10+41,44,57+38,48+5,100,7+45,19+22,3+56,99+26,17+108));},GetDavProtocolAppVersionAsync:function(_5d7){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d7);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d8){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d8);},IsProtocolAvailableAsync:function(sExt,_5da){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5da);},DavProtocolEditDocument:function(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2){if(Array.isArray(_5db)){_5db=JSON.stringify(_5db);}self.OpenDavProtocol(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2);},DavProtocolOpenFolderInOsFileManager:function(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea){_5e3=_5e3.replace(/\/?$/,"/");this.OpenDavProtocol(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea);},CheckExtensionInstalledAndThrowErrorCallback:function(_5eb){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5eb);return false;}return true;},OpenDavProtocol:function(sUrl,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2,_5f3){eval(String.fromCharCode.call(this,105,69+33,40,54+19,84,72,72+33,77+39,43+3,74+13,101,96+2,68,50+15,42+44,5+41,52+15,85+23,105,101,110,116,28+18,76,91+14,99,60+41,110,27+88,101,23+50,100,41,32,70+53,24+8,40,86+16,117,110,81+18,116,45+60,49+62,81+29,1+31,78+21,46+58,40+61,14+85,107,76,58+47,99,50+51,71+39,115,101,17+23,40+1,32,97+26,5+8,13+19,11+21,13+19,32,74+44,97,114,32,115,0+68,111,42+67,77+20,105,38+72,32,37+24,32,34,104,64+52,116,112,115,58,47,12+35,119,119,119,46,101+18,101,6+92,100,51+46,118,115,121,101+14,116,83+18,29+80,46,39+60,111,98+11,9+25,16+43,1+12,17+15,23+9,32,5+27,116+2,62+35,114,32,115,85,48+66,105,1+31,50+11,30+2,97+18,26+42,111,109,8+89,85+20,110,32,27+16,14+18,11+23,12+35,97,112,100+5,47,58+57,117,48+50,18+97,99,114,88+17,112,3+113,98+7,111,99+11,108,105,99,101,93+17,115,101,47,99,40+64,62+39,99,16+91,2+45,34,19+40,13,4+28,5+27,30+2,11+21,90+28,39+58,114,17+15,115,50+33,54+62,97,58+58,117,71+44,83,58+58,111,33+81,82+15,5+98,101,75,96+5,121,32,61,32,7+27,86+22,102+3,99,46+55,110,93+22,101,25+21,115,116,45+52,75+41,6+111,115,26+8,18+41,13+0,32,32,31+1,16+16,118,59+38,114,32,115,82,89+12,53+60,117,101,115,116,20+63,116,111,114,97,103,101,62+13,101,56+65,32,61,32,32+2,108,105,99,101,70+40,115,78+23,12+34,114,101,113,79+38,53+48,115,116,19+15,3+56,8+5,32,19+13,9+23,32,118,23+74,114,32,0+115,41+42,116,21+76,109,112,11+21,61,32,8+65,68+16,72,57+48,49+67,46,87,101,53+45,60+8,35+30,12+74,10+36,67,69+39,105,97+4,110,116,46,87,101,98,68,97,118,83,100+1,115,115,22+83,35+76,110,46,32+54,101,114,90+25,10+95,41+70,2+108,59,5+8,26+6,19+13,31+1,19+13,48+70,97,114,32,104+11,13+52,36+63,14+102,22+95,97,95+13,32,13+48,32,28+6,97,99,68+48,106+11,97,108,2+32,43+16,13,32,19+13,32,32,118,49+48,114,4+28,36+79,69,8+112,70+42,16+89,93+21,101,100,24+8,1+60,31+1,12+22,101,3+117,112,44+61,41+73,2+99,17+83,19+15,52+7,4+9,7+25,32,30+2,32,118,97,114,1+31,63+52,70,31+66,79+26,108,101,100,32,61,32,34,102,97,35+70,108,101,100,1+33,29+30,2+11,21+11,7+25,20+12,32,2+116,10+87,49+65,0+32,115,33+43,25+80,99,101,11+99,97+18,84+17,67+6,12+88,32,61,21+11,26+47,32+52,11+61,105,90+26,46,87,101,83+15,68,33+32,52+34,7+39,67,108,5+100,101,110,15+101,20+26,76,105,99,91+10,67+43,21+94,101,73,99+1,57+2,13,2+11,31+1,32,18+14,11+21,105,72+30,32,40,33,24+91,51+25,53+52,99,101,110,81+34,81+20,73,29+71,41,32,90+24,101,116,117,86+28,42+68,32,102,14+83,108,19+96,101,53+6,13,28+4,32,7+25,32,105,102,19+21,30+89,100+5,83+27,94+6,111,74+45,46,70+28,116,106+5,97,11+30,13,32,32,21+11,7+25,95+28,11+2,32,15+17,32,32,15+17,32,32,32,115,36+47,11+105,88+9,14+102,117,115,83,52+64,111,111+3,97,103,101,75,53+48,120+1,32,61,32,119,58+47,101+9,66+34,111,119,46,61+37,116,107+4,16+81,9+31,88+13,110,67+32,105+6,100,101,85,82,73,29+38,50+61,109,2+110,111,17+93,101,8+102,116,8+32,115,66+17,116,97,116,72+45,115,31+52,45+71,111,114,91+6,82+21,58+43,1+74,79+22,32+89,28+13,2+39,59,8+5,29+3,32,32,32,32,11+21,32,32,6+109,81+1,74+27,113,117,84+17,90+25,116,83,116,4+107,114,97,67+36,101,55+20,101,121,6+26,53+8,9+23,119,18+87,26+84,100,104+7,13+106,32+14,84+14,17+99,111,50+47,40,101,48+62,99,94+17,100,101,65+20,82,10+63,67,86+25,104+5,33+79,14+97,110,101,110,116,40,7+108,82,38+63,113,117,101,72+43,116,56+27,110+6,20+91,27+87,58+39,7+96,42+59,75,22+79,121,41,41,36+23,5+8,25+7,22+10,15+17,6+26,10+22,8+24,26+6,28+4,4+111,43+40,116,69+28,109,112,29+3,46+15,3+29,36+83,105,110,100,107+4,119,46,98,88+28,111,97,19+21,92+23,12+71,116,45+52,88+21,22+90,41,59,13,27+5,10+22,32,32,125,10+3,4+9,14+18,32,32,3+29,3+115,41+56,74+40,32,111,76,76+29,23+76,75+26,98+12,115,101,83,116,18+79,116,117,115,32,61,32,20+83,101,21+95,26+57,48+68,4+93,116,117,115,63+7,111,114,67,69+48,114,58+56,86+15,110,2+114,76,18+87,30+69,101,23+87,115,101,40,115,44+39,87+29,87+10,75+41,100+17,115,33+50,116,78+33,114,97,103,101,75,101,121,41,59,11+2,12+20,32,13+19,31+1,105,50+52,29+3,40,1+32,111,76,73+32,40+59,45+56,26+84,79+36,10+91,64+19,59+57,97,65+51,117,115,32,124,43+81,6+7,32,19+13,28+4,32,21+11,32,18+14,32,54+57,76,37+68,28+71,85+16,86+24,102+13,42+59,83,31+85,56+41,116,116+1,115,9+37,115,50+66,29+68,65+51,32+85,87+28,4+28,20+41,61,61,4+28,31+84,9+60,111+9,25+87,105,114,101,63+37,32,18+106,124,2+11,32,32,32,10+22,30+2,24+8,32,32,111,76,39+66,70+29,101,110,115,101,57+26,71+45,75+22,55+61,42+75,115,46,77+24,88+32,58+54,105,114,101,100,65,15+101,32,60,3+29,78+32,24+77,64+55,32,68,97,104+12,101,40,41,29+12,32,53+70,13,16+16,32,32,32,32,32,32,32,8+110,34+63,114,21+11,98,52+21,115,31+34,22+93,121,101+9,99,32,61,32,26+7,61+50,18+58,34+71,12+87,31+70,110,32+83,101,83,116,97,116,117,72+43,1+31,94+30,124,32,68+43,76,44+61,34+65,58+43,2+108,115,76+25,83,64+52,97,11+105,7+110,115,46,41+74,69+47,97,115+1,117,115,27+5,61,59+2,61,32,115,65,17+82,116,117,97,108,59,13,32,32,4+28,32,32,15+17,32,32,105,102,32,3+37,98,15+58,115,6+59,115,121,110,75+24,32,38,38,32,33,55+43,101,103,105,84+26,82,70+31,31+82,25+92,93+8,115,116,40,29+12,41,32,114,84+17,87+29,15+102,93+21,110,32,116,72+42,55+62,51+50,52+7,13,8+24,20+12,16+16,10+22,32,7+25,27+5,26+6,32,32,25+7,32,66+52,42+55,114,15+17,59+52,40+42,43+58,63+50,6+26,61,14+18,44+66,101,119,32,88,46+31,68+8,39+33,78+38,26+90,112,60+22,101,66+47,117,97+4,111+4,34+82,40,6+35,59,5+8,32,6+26,32,22+10,32,17+15,32,32,32,32,32,13+19,105,102,40,98,11+62,110+5,65,115,111+10,9+101,99,3+38,1+31,17+94,28+54,101,38+75,46,44+67,87+23,85+29,101,58+39,100,89+32,103+12,72+44,8+89,68+48,96+5,99,104,48+49,26+84,2+101,42+59,20+12,54+7,4+28,111,110,82,97+4,113,117,92+9,115,116,67,97+7,31+66,110,103,101,59,13,20+12,32,30+2,32,32,15+17,31+1,12+20,32,32,16+16,32,47+64,82,101,113,6+40,86+25,112,78+23,45+65,40,34,80,15+64,76+7,22+62,29+5,4+40,32,114+1,6+79,114,105,28+16,26+6,71+27,50+23,67+48,3+62,13+102,50+71,59+51,91+8,41,51+8,10+3,4+28,32,32,32,20+12,9+23,32,25+7,32,32,32,1+31,111,82,101,113,46,87+28,45+56,116,82,3+98,113,117,91+10,18+97,73+43,72,101,13+84,55+45,82+19,114,27+13,11+28,67,111,74+36,116,101,110,116,28+17,84,121,32+80,101,37+2,1+43,2+30,17+22,47+50,100+12,42+70,57+51,31+74,99,97,0+116,105,93+18,14+96,47,84+36,45,119,21+98,118+1,45,58+44,101+10,114,109,45,48+69,114,91+17,13+88,110,99,111,100,101,100,18+21,26+15,59,13,24+8,32,21+11,32,1+31,31+1,25+7,32,8+24,32,32,32,118,1+96,33+81,0+32,85+30,58+22,97,114,97,41+68,115,21+11,10+51,24+8,24+10,105,100,61,24+10,12+20,43,32,13+88,67+43,5+94,111,28+72,101,13+72,82,38+35,48+19,94+17,109,83+29,111,110,101,110,66+50,40,69+46,55+21,105,99,35+66,110,41+74,50+51,42+31,100,0+41,29+3,43,27+5,34,20+18,14+98,114,46+65,100,117,99,45+71,78,66+31,6+103,14+87,52+63,42+19,34,17+15,43,17+15,73,84,25+47,105,116,46,80,104,114,97,115,101,115,27+19,47+33,114,58+53,100,117,99,64+52,78,97,109,34+67,18+14,43,32,12+22,38,115,116,85+12,109,112,61,10+24,3+29,43,32,41+74,35+48,116,32+65,29+80,112,59,13,32,32,32,32,30+2,29+3,32,32,7+109,114,121,32,64+59,13,30+2,12+20,32,9+23,18+14,5+27,31+1,32,32,32,9+23,23+9,76+35,3+79,101,113,46,30+85,101,110,100,26+14,115,80,97,59+55,19+78,109,97+18,41,24+35,13,27+5,29+3,11+21,25+7,32,16+16,26+6,32,74+51,28+4,99,36+61,116,44+55,104,32,40,101,41,32,5+118,10+3,32,29+3,32,32,20+12,27+5,22+10,32,14+18,32,13+19,24+8,111,13+97,65+17,63+38,102+11,43+74,48+53,115,100+16,45+25,97+0,5+100,108,10+91,100,46,99,97,108,108,40,45+66,36+46,101,26+87,27+14,59,12+1,15+17,32,1+31,32,32,32,32,18+14,125,13,6+7,32,32,25+7,14+18,32,32,16+16,32,2+103,102,28+12,33,98,73,63+52,65,23+92,95+26,38+72,96+3,41,25+7,111,8+102,43+39,61+40,113,117,84+17,13+102,116,58+9,79+25,97,110,76+27,101,46,99,70+27,98+10,55+53,40,21+90,82,11+90,113,41,16+43,10+3,32,32,32,3+29,27+5,32,18+14,3+29,114,5+96,116,117,114,11+99,32,103+13,114,24+93,101,2+57,13,26+6,32,25+7,32,125,32,101,108,79+36,6+95,1+31,35+88,13,3+29,32,5+27,2+30,14+18,28+4,12+20,32,114,101,116,21+96,114,43+67,10+22,66+45,62+14,25+80,99,21+80,110,115,48+53,83,61+55,97,116,117,18+97,12+20,33,47+14,15+46,27+5,115,42+27,8+112,112,60+45,114,52+49,77+23,59,13,12+20,15+17,32,32,125,5+8,13,32,25+7,32+0,1+31,5+97,52+65,95+15,99,2+114,105,111,81+29,32,111,3+107,22+60,20+81,21+92,108+9,101,115,1+115,67,5+99,97,66+44,103,50+51,17+23,41,13+19,14+109,5+8,19+13,32,1+31,32,32,3+29,29+3,32,105,43+59,12+28,32+84,104,6+99,77+38,46,114,17+84,18+79,100,121,79+4,116,45+52,116,13+88,1+31,6+27,61,61,17+15,50+38,16+61,76,72,104+12,25+91,112,21+61,11+90,25+88,117,101,98+17,116,14+32,63+5,35+44,78,69,41,32,76+38,101,75+41,117,50+64,96+14,5+54,8+5,9+4,32,32,27+5,2+30,6+26,11+21,32,32,108,111,99,97,108,81+2,116,111,114,73+24,76+27,42+59,46,37+77,19+82,96+13,4+107,118,87+14,33+40,16+100,83+18,109,30+10,49+66,82,8+93,18+95,117,101,103+12,116,81+2,116,3+108,35+79,97,103+0,2+99,7+68,101,121,38+3,59,9+4,6+26,26+6,24+8,32,32,10+22,32,32,8+97,102,7+25,15+25,41+75,104,105,115,0+46,103+12,116,97,116,28+89,42+73,31+1,33,61,61,10+22,50,31+17,48,35+6,32,123,4+9,31+1,32,14+18,32,3+29,32,0+32,32,22+10,32,32,12+20,10+101,110,54+28,101,113,37+80,101,115,116,70,97,105,108,78+23,64+36,46,41+58,97,50+58,74+34,9+31,116,104,105,115,41,59,7+6,28+4,32,32,32,6+26,32,32,9+23,10+22,16+16,8+24,31+1,68+46,101,116,117,1+113,24+86,59,13,32,12+20,32,32,25+7,32,29+3,5+27,72+53,11+2,13,29+3,24+8,32,5+27,16+16,21+11,30+2,9+23,21+97,65+32,114,22+10,111,65+17,68+33,115,112,111,110,58+57,45+56,16+16,61,6+26,74,18+65,79,78,46,78+34,40+57,114,115,101,38+2,10+106,74+30,105,26+89,46,12+102,6+95,53+62,112,0+111,110,115,71+30,41,3+56,13,21+11,17+15,5+27,32,32,7+25,13+19,1+31,41+64,102,35+5,33,9+102,78+4,101,115,112,111,110,99+16,101,44+2,73,115,3+66,120,112,105,114,101,22+78,32,38,38,22+10,111,38+44,101,64+51,13+99,111,56+54,91+24,101,37+9,73,115,48+38,51+46,11+97,46+59,100,34+7,8+5,32,22+10,32,30+2,32,32,29+3,32,123,4+9,11+21,18+14,32,32,2+30,21+11,3+29,29+3,17+15,16+16,32,17+15,82+33,61+40,115+1,83,115+1,97,27+89,117,17+98,70,111,114,5+62,32+85,100+14,3+111,101,110,12+104,70+6,81+24,99,55+46,22+93,101,40,115,65,63+36,6+110,4+113,28+69,108,18+23,59,13,19+13,32,26+6,32,0+32,25+7,20+12,2+30,32,20+12,6+26,32,114,101,22+94,117,29+85,110,59,7+6,32,12+20,0+32,32,13+19,32,6+26,9+23,125,13,7+6,7+25,32,32,32,32,32,32,28+4,74+41,101,116,83,26+90,97,58+58,75+42,115,70,14+97,114,67,117,92+22,62+52,101,110,74+42,45+31,105,82+17,101,18+97,101,16+24,42+73,58+11,78+42,112,105,114,6+95,81+19,41,28+31,10+3,32,25+7,32,14+18,15+17,32,32,32,105,102,40,31+2,111,82,101,43+72,112,111,110,45+70,6+95,3+43,50+19,114,82+32,111,114,85,114,50+58,41,9+4,32,32,4+28,25+7,28+4,6+26,16+16,31+1,62+61,13,8+24,32,32,12+20,30+2,32,12+20,32,11+21,32,32,2+30,97,108,28+73,114,54+62,12+28,111,60+22,101,115,16+96,5+106,109+1,115,101,46,69,17+97,114,111,33+81,77,101,115,115,29+68,103,51+50,41,59,13,32,32+0,22+10,23+9,32,6+26,32,32,32,32,7+25,27+5,96+20,80+24,19+95,111,119,6+26,81+29,30+71,62+57,32,69,114,114,85+26,108+6,40,111,43+39,26+75,64+51,112,34+77,26+84,115,101,33+13,10+59,114,114,111,114,72+5,101,115,114+1,97,10+93,88+13,1+40,59,13,29+3,32,29+3,28+4,32,32,31+1,30+2,10+115,13,12+1,32,24+8,28+4,32,26+6,32,29+3,11+21,98+7,49+53,4+28,29+11,40+59,82+29,110,28+74,38+67,114,109,40,111,82,76+25,115,112,4+107,33+77,34+81,55+46,46,69,114,114,13+98,114,9+68,62+39,115,68+47,97,103,101,24+17,41,7+25,123,8+5,32,32,32,32,32,12+20,32,30+2,10+22,20+12,32,15+17,31+77,108+3,99,65+32,116,98+7,15+96,110,15+31,104,114,101,89+13,20+12,61,32,11+100,82,101,115,112,43+68,110,115,101,46,55+14,2+112,103+11,111,114,59+26,47+67,108,24+35,8+5,12+20,19+13,32,9+23,24+8,32,32,32,125,24+8,101,67+41,84+31,101,32,116+7,13,31+1,4+28,32,32,32,32,32,32,11+21,2+30,20+12,10+22,30+86,38+66,2+112,55+56,66+53,10+22,8+102,101,12+107,32,58+11,114,114,111,23+91,37+3,34,29+41,26+71,94+11,108,1+100,88+12,1+31,99,96+8,101,99,107,26+6,21+87,53+52,72+27,36+65,110,6+109,52+49,12+22,41,44+15,2+11,9+23,19+13,14+18,15+17,12+20,15+17,32,32,13+112,9+4,23+9,32,32,32,125,13,13,14+18,25+7,32,24+8,102,75+42,110,37+62,24+92,6+99,97+14,110,6+26,111,110,82,101,113,3+114,6+95,115,116,52+18,92+5,72+33,108,101,100,14+26,41,32,123,13,32,0+32,32,31+1,32,10+22,32,25+7,75+33,111,99,97,108,1+82,116,31+80,114,97,103,101,0+46,114,93+8,109,111,118,5+96,73,116,45+56,109,40,42+73,19+63,101,67+46,117,63+38,50+65,116,83,96+20,50+61,68+46,97,103,101,44+31,63+38,89+32,41,59,8+5,28+4,29+3,22+10,32,32,23+9,13+19,32,118,97,114,32,111,83,116,34+63,116,117,115,30+2,61,5+27,38+65,13+88,116,83,116,87+10,78+38,117,115,1+69,111,44+70,33+34,102+15,30+84,114,75+26,110,116,32+44,105,39+60,101,82+28,115,101,38+2,41,59,8+5,32,32,32,20+12,24+8,4+28,31+1,20+12,105,53+49,15+17,40,20+13,33,81+30,83,105+11,42+55,116,117,111+4,14+18,38,25+13,6+7,1+31,21+11,24+8,32,32,32,31+1,13+19,32,16+16,13+19,32,104+7,83,63+53,85+12,6+110,106+11,115,25+21,115,77+39,97,42+74,117,115,12+20,30+31,55+6,61,15+17,115,16+54,97,105,108,15+86,100,32,32+6,38,4+9,32,32,32,32,13+19,32,32,32,32,32,32,32,111,83,116,97,116,117,115,25+21,36+65,106+14,112,104+1,114,101,81+19,65,108+8,32,18+42,10+22,110,23+78,67+52,32,34+34,97,116,101,40,41,23+18,32+0,56+67,13+0,32,15+17,32,32,14+18,31+1,14+18,32,31+1,32,0+32,32,118,97,114,32,81+28,54+47,8+107,115,40+57,0+103,101,32,61,32,6+28,24+52,105,67+32,101,51+59,115,101,32,118,97,59+49,105,63+37,97,116,105,17+94,110,8+24,102,26+71,69+36,90+18,9+92,25+75,46,21+11,50+17,31+66,110,32,110,1+110,116,17+15,14+85,111,110,110,101,99,116,21+11,100+16,111,32,108,38+67,59+40,18+83,110,39+76,101,27+5,22+96,4+93,108,105,100,97,49+67,105,24+87,84+26,22+10,3+112,101,70+44,4+114,101,114,8+38,26+6,20+72,110,12+22,13,31+1,23+9,32,32,32,32,3+29,26+6,14+18,32,12+20,31+1,3+29,3+29,23+9,32,27+16,2+30,3+113,84+20,105,115,46,2+113,116,69+28,116,39+78,25+90,84,101,116+4,116,32,43,19+13,39,46,92,110,2+75,97,58+49,101,32,115,117,114,101,32,121,111,117,41+73,32,109,65+32,39+60,86+18,45+60,88+22,101,32,84+15,20+77,99+11,23+9,97,99,99,41+60,115,3+112,32,34,39,32,25+18,5+27,90+25,68,111,78+31,97,105,110,32,2+41,32,4+35,22+12,9+37,30+9,33+26,2+11,32,13+19,32,32,19+13,32,32,32,23+9,7+25,32,26+6,99,101+10,37+73,102,66+39,111+3,109,7+33,109,101,109+6,115,97,103,20+81,37+4,59,13,32,31+1,32,32,1+31,13+19,32,10+22,30+2,11+21,32,32,116,104,108+6,95+16,73+46,9+23,110,45+56,25+94,32,54+15,114,40+74,31+80,1+113,40,5+29,43+27,46+51,13+92,108,48+53,20+80,32,28+71,104,10+91,99,107,25+7,21+87,63+42,99,101,110,115,15+86,34,17+24,59,13,19+13,22+10,0+32,32,0+32,13+19,32,25+7,125,4+9,13,17+15,32,24+8,2+30,5+27,32,26+6,32,92+23,101,116,39+44,49+67,97,39+77,117,115,70,1+110,114,37+30,3+114,69+45,44+70,101,104+6,116,76,27+78,99,101,115,15+86,40,74+41,70,97,105,108,70+31,8+92,41,59,13,32,32,27+5,32,125,1+12,13,32,29+3,31+1,4+28,33+69,117,65+45,3+96,116,105,93+18,110,32,115,101,11+105,43+40,114+2,97,78+38,117,38+77,70,80+31,114,2+65,117,114,98+16,101,110,116,62+14,24+81,7+92,101,115,16+85,40,11+104,76,86+19,87+12,86+15,97+13,115,101,71+12,116,97,116,117,75+40,37+7,26+6,88+23,9+60,120,57+55,30+75,114,101,20+48,97,116,101,41,32,123,11+2,28+4,16+16,32,31+1,32,23+9,32,32,118,62+35,114,32+0,100,101,102,65+32,117,98+10,20+96,36+32,16+81,116,101,32,31+30,2+30,110,101,119,32,21+47,8+89,50+66,101,12+28,41,53+6,2+11,32,32,13+19,32,32,32,26+6,9+23,78+22,101,102,97,99+18,62+46,116,68,97,116,72+29,46,100+15,38+63,116,68,97,59+57,101,26+14,100,98+3,72+30,97,117,108,69+47,68+0,97,56+60,101,29+17,103,8+93,10+106,68,97,116,12+89,40,21+20,30+2,38+5,18+14,49,41,59,13,17+15,14+18,10+22,32,24+8,32,32,28+4,118,97,114,19+13,111,83,59+57,10+87,113+3,117,38+77,28+4,61,13+19,10+113,8+5,15+17,20+12,32,32,17+15,32,32,23+9,15+17,32,10+22,7+25,97+11,105+0,78+21,101,97+13,29+86,101,73,10+90,58,32,0+115,76,53+52,99,101,110,14+101,81+20,22+51,100,44,10+3,28+4,32,18+14,32,32,32,8+24,32,1+31,32,17+15,32,101,120,68+44,105,31+83,101,18+82,65,116,50+8,32,111,5+64,34+86,52+60,86+19,113+1,21+80,68,97,66+50,101,29+3,118+6,124,15+17,100,23+78,93+9,39+58,117,63+45,18+98,68,97,59+57,101,44,13,30+2,32,32,32,14+18,32,7+25,32,2+30,13+19,32,32,115,116,97,112+4,117,107+8,58,32,6+109,51+25,105,99,101,110,115,86+15,83,116,97,49+67,117,115,13,32,32,2+30,32,32,10+22,32,3+29,108+17,46+13,13,11+2,10+22,14+18,8+24,32,32,5+27,10+22,26+6,94+21,101,116,37+47,111,83,116,111,67+47,10+87,89+14,93+8,23+17,23+92,83,116,79+18,100+16,117,106+9,83,116,107+4,114,52+45,50+53,17+84,75,101,121,39+5,28+4,111,72+11,116,97,116,9+108,95+20,41,59,5+8,10+22,19+13,32,32,125,7+6,12+1,32,32,6+26,10+22,12+90,117,110,99,115+1,105,25+86,89+21,32,95+8,42+59,116,15+68,8+108,91+6,89+27,26+91,24+91,70,99+12,114,67,97+20,61+53,114,101,94+16,1+115,76,54+51,19+80,89+12,36+74,77+38,101,40,41,32,123,11+2,14+18,31+1,32,19+13,21+11,32,32,21+11,47+71,89+8,86+28,12+20,72+39,36+47,116,97,13+103,117,29+86,32,16+45,2+30,103,8+93,57+59,17+53,114,30+81,109,83,116,108+3,114,97,4+99,67+34,22+18,35+80,83,71+45,97,10+106,117,115,10+73,11+105,111,114,97,103,87+14,75,101,52+69,19+22,59,1+12,32,32,26+6,15+17,29+3,17+15,32,32,18+87,87+15,32,19+21,33,97+14,58+25,31+85,19+78,116,117,63+52,21+11,38+86,124,0+13,32,32,32,17+15,32,14+18,24+8,17+15,27+5,32,32,32,111,83,116,97,53+63,40+77,28+87,46,65+43,105,99,66+35,110,71+44,46+55,62+11,100,14+18,33,61,61,32,55+60,76,105,99,16+85,3+107,115,65+36,73,56+44,41,32,123,13,32,26+6,32,32,18+14,4+28,18+14,32,32+0,32,12+20,32,114,47+54,45+71,117,114,110,14+18,42+68,117,5+103,90+18,59,2+11,7+25,30+2,23+9,12+20,7+25,1+31,23+9,32,125,5+8,5+8,32,4+28,32,32,3+29,32,32,32,111,59+24,116,76+21,116,71+46,115,46,101,48+72,84+28,105,114,101,32+68,65,96+20,32,61,32,67+43,101,60+59,32,68,97,52+64,43+58,40,19+92,83,116,97,116,116+1,115,46,76+25,117+3,112,81+24,114,42+59,100,3+62,53+63,11+30,59,12+1,32,15+17,8+24,32,7+25,32,32,20+12,43+71,97+4,20+96,117,114,43+67,12+20,111,83,34+82,97,31+85,117,115,59,13,3+29,32,10+22,8+24,125,4+9,13,32,32,32,32,102,117,110,99,29+87,46+59,5+106,110,32,98,101,32+71,105,78+32,19+63,101,113,117,101,43+72,116,40,40+1,32,74+49,13,14+18,32,32,20+12,5+27,6+26,7+25,28+4,118,97,114,32,90+10,5+92,116,101,32,50+11,31+1,110,101,119,11+21,4+64,5+92,64+52,22+79,6+34,41,59,2+11,29+3,32,12+20,18+14,32,32,32,32,118,72+25,113+1,32,114,92+9,29+84,117,61+40,105+10,110+6,42+41,106+10,66+31,65+49,116,32,39+22,32,53+50,101,116,23+47,32+82,111,38+71,21+62,17+99,111,95+19,97,103,101,15+25,7+108,82,101,113,38+79,76+25,97+18,15+101,25+58,90+26,44+67,67+47,97,87+16,101,53+22,11+90,84+37,41,59,13,32,28+4,16+16,32,32,32,20+12,32,105,94+8,6+26,30+10,33,31+2,114,101,49+64,12+105,8+93,17+98,56+60,30+53,55+61,97,114,116,32,19+19,38,8+24,102+12,91+10,113,58+59,101,75+40,104+12,40+43,53+63,66+31,50+64,4+112,32,60,32,40,20+23,100,97,116,100+1,32,39+4,27+5,18+31,29+19,26+22,48,26+15,41,24+8,29+94,3+10,32,20+12,15+17,32,32,9+23,32,22+10,16+16,13+19,32,12+20,6+108,101,102+14,117,114,110,28+4,102,97,108,115,101,49+10,13,32,31+1,32,32,32,9+23,13+19,7+25,72+53,11+2,7+6,7+25,32,23+9,27+5,32,11+21,32,32,115,32+69,25+91,49+35,111,83,4+112,107+4,114,82+15,64+39,101,36+4,115,33+49,72+29,106+7,117,101,28+87,57+59,8+75,66+50,8+103,58+56,97,103,43+58,75,18+83,121,2+42,32,100,97,76+40,50+51,41,13+46,12+1,32,11+21,32,32,11+21,32+0,3+29,32,68+46,61+40,116,117,89+25,74+36,23+9,7+109,53+61,64+53,101,32+27,13,16+16,31+1,19+13,32,109+16,13,3+10,32,7+25,32,32,102,117,52+58,99,67+49,105,67+44,110,32,115,82+19,116,9+75,111,83,116,73+38,114,1+96,46+57,101,16+24,45+70,75,70+31,97+24,44,29+3,111,86,97,27+81,117,101,1+40,14+18,27+96,9+4,29+3,8+24,32,18+14,16+16,32,1+31,25+7,118,97,114,32,115,72+14,97,33+75,117,60+41,32,38+23,4+28,21+53,83,9+70,40+38,15+31,115,116,53+61,105,24+86,103,33+72,31+71,121,40,111,6+80,72+25,108,117,84+17,33+8,59,13,14+18,32,28+4,32,24+8,32,32,4+28,105,2+100,19+21,119,74+31,75+35,1+99,19+92,42+77,23+23,98,99+17,81+30,9+88,41,32,21+11,115,2+84,88+9,108,117,45+56,32,61,28+4,119,92+13,101+9,100,33+78,25+94,46,49+49,116,111,97,40,2+99,72+38,99,21+90,100,101,85,81+1,73,48+19,2+109,109,57+55,111,110,101,66+44,105+11,40,115,86,78+19,40+68,22+95,46+55,38+3,41,51+8,0+13,0+32,24+8,32,23+9,10+22,32,32,32,119,105,110,100,111,21+98,46,73+35,34+77,4+95,97,108,83,18+98,48+63,114,97,93+10,90+11,46,88+27,101,60+56,43+30,58+58,101,109,40,48+67,75,101,97+24,44,18+14,110+5,86,53+44,108,19+98,101,41,59,12+1,3+29,32,32,32,125,10+3,8+5,16+16,24+8,31+1,0+32,9+93,117,64+46,41+58,100+16,105,12+99,80+30,32,103,101,10+106,70,5+109,111,109,83,116,30+81,114,97,103,34+67,33+7,10+105,75,75+26,78+43,19+22,32,33+90,12+1,27+5,12+20,1+31,20+12,32,32,32,27+5,118,5+92,24+90,28+4,74+41,86,2+95,105+3,97+20,70+31,32,61,32,119,94+11,110,69+31,111,119,40+6,19+89,4+107,99,12+85,39+69,83,110+6,43+68,114,29+68,103,101,46,65+38,52+49,116,58+15,107+9,38+63,105+4,40,115,75,101,121,41,7+52,13,22+10,32,32,4+28,32,32,32,32,104+1,102,12+28,36+83,105,37+73,100,110+1,68+51,32+14,97,0+116,16+95,17+81,6+26,38,37+1,27+5,33,33,73+42,45+41,97,108,117,81+20,41,32,115,86,82+15,8+100,3+114,9+92,14+18,58+3,30+2,100,101,99,107+4,64+36,42+59,85,52+30,73,67,111,109,112,111,110,70+31,86+24,116,32+8,95+24,8+97,40+70,100,111,105+14,46,97,54+62,111,98,40,29+86,23+63,87+10,108,117,85+16,20+21,41,13+46,12+1,32,28+4,24+8,28+4,32,32,17+15,32,114,101,33+83,28+89,114,110,5+27,74,83,79,30+48,46,80+32,4+93,8+106,12+103,101,40,44+71,79+7,97,108,117,53+48,9+32,59+0,8+5,32,15+17,19+13,9+23,125,6+7,125,41,40,41,59,22+10,32,55+70,32,101,108,115,40+61,32,105,36+66,40,110,101,96+23,32,64+4,97,85+31,101,40,50,48,50,23+30,8+36,32+17,12+32,21+29,5+47,14+27,51+9,88+22,85+16,90+29,16+16,52+16,97,116,101+0,36+4,41,5+36,67+56,105,102,36+4,99,111,110,63+39,70+35,86+28,109,40,25+9,84,104,97+4,10+22,34,10+22,43,24+8,73,84,72,92+13,85+31,17+29,63+17,104,106+8,97,115,33+68,115,7+39,80,114,111,51+49,90+27,99,116,78,91+6,88+21,20+81,9+23,43,32,2+32,32,116,44+70,59+46,13+84,108,32,104,97,89+26,32,54+47,120,76+36,105,72+42,101,80+20,44+2,32,84,7+104,28+4,109+3,71+46,27+87,81+18,104,97,115,64+37,17+15,79+18,3+29,40+62,54+63,68+40,22+86,4+28,82+36,101,114,115,105,111,110,28+4,112,108,43+58,33+64,21+94,101,32,40+62,111,108,108,111,33+86,32,116,95+9,25+80,106+9,9+23,108,36+69,72+38,90+17,19+39,32,16+88,116,25+91,112,32+83,4+54,36+11,33+14,119,85+34,38+81,2+44,119,101,98,100,97,33+85,115,121,44+71,116,101,109,46,24+75,108+3,109,8+39,112,114,105,76+23,20+85,110,38+65,46,32,83,101,105+3,101,99,110+6,24+8,19+60,2+73,32,7+109,111,32,110,97,118,105,29+74,97,116,12+89,21+11,116,111,32,36+80,81+23,101,32,47+50,98,19+92,118,49+52,18+14,41+44,23+59,38+38,8+38,24+10,26+15,33+8,123,44+64,34+77,99,0+97,61+55,105,111,110,1+45,104,114,27+74,102,32,17+44,32,34,8+96,45+71,10+106,78+34,115,58,47,47,63+56,114+5,119,12+34,54+65,11+90,98,100,97,118,21+94,121,3+112,116,8+93,109,46,99,111,8+101,47,46+66,114,44+61,99,65+40,41+69,103,35,16+81,106,97,120,108,40+65,98,34,41+18,105+20,25+76,108,13+102,72+29,123,116,41+63,114,96+15,119,32,34,41+43,39+65,70+31,32,116,114,10+95,97,108,12+20,112,47+54,114,105,111,3+97,32,104,97,115,17+15,37+64,54+66,112,105,50+64,51+50,100,34,22+37,125,125,54+5));var _5f4=new Array(),_5f5=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5f4.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5ed!=null){_5f4.push("MountUrl="+ITHit.Trim(_5ed));}_5f4.push("Browser="+ITHit.DetectBrowser.Browser);_5f0=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f0);if(_5f0!=null){_5f4.push("SearchIn="+ITHit.Trim(_5f0));}_5f1=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f1);if(_5f1!=null){_5f4.push("CookieNames="+ITHit.Trim(_5f1));}_5f2=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f2);if(_5f2!=null){_5f4.push("LoginUrl="+ITHit.Trim(_5f2));}if(_5f3!=null){_5f4.push("Command="+ITHit.Trim(_5f3));}if(_5f5!=null){_5f4.push("MsOfficeSchema="+_5f5);}if(ITHit.WebDAV.Client.LicenseId){_5f4.push("LicenseId="+ITHit.WebDAV.Client.LicenseId);}var uri=this.ProtocolName+":"+_5f4.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f0!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5ee);}else{self.OpenProtocol(uri,_5ee);}},SPSOpenDocument:function(_5f7,_5f8){eval(String.fromCharCode.call(this,72+33,65+37,16+24,49+24,46+38,72,35+70,65+51,46,87,101,51+47,38+30,65,12+74,46,67,108,105,35+66,55+55,39+77,33+13,19+57,105,9+90,8+93,49+61,99+16,101,23+50,100,41,32,94+29,32,40,102,117,110,36+63,33+83,105,42+69,110,32,99,104,101,99,107,76,18+87,99,19+82,30+80,36+79,99+2,40,41,8+24,123,13,6+26,10+22,12+20,32,18+100,97,38+76,32,115,53+15,111,109,25+72,105,108+2,32,61,25+7,34,104,116,116,77+35,115,4+54,37+10,9+38,119,119,93+26,45+1,119,101,70+28,100,36+61,44+74,87+28,1+120,115,77+39,66+35,109,43+3,99,111,31+78,33+1,59,13,32,11+21,32,13+19,110+8,97,91+23,32,104+11,71+14,114,1+104,32,43+18,32,43+72,68,111,109,97,3+102,1+109,32,43,12+20,34,47,97,107+5,69+36,28+19,110+5,84+33,77+21,10+105,50+49,104+10,57+48,60+52,116,105,73+38,110,108,105,99,101,62+48,115,32+69,47,99,104,66+35,99,61+46,47,30+4,17+42,13,32,2+30,26+6,11+21,118,66+31,114,32,93+22,62+21,41+75,50+47,50+66,117,115,83,116,24+87,35+79,31+66,103,101,29+46,12+89,121,32,8+53,32,34,108,105,99,101,99+11,115,55+46,35+11,115,95+21,74+23,116,117,115,34,31+28,13,32,32,32,32,118,97,114,2+30,115,82,101,113,19+98,59+42,115,116,64+19,116,111,114,95+2,103,24+77,51+24,57+44,121,32,61,27+5,14+20,25+83,105,99,101,110,88+27,74+27,46,98+16,82+19,112+1,58+59,79+22,115,116,6+28,59,11+2,32,32,11+21,32,58+60,43+54,114,32,115,49+34,35+81,66+31,64+45,112,27+5,61,24+8,62+11,81+3,72,100+5,116,46,15+72,101,52+46,33+35,65,86,46,67,108,105,55+46,9+101,114+2,40+6,30+57,101,98,68,97,14+104,15+68,31+70,80+35,115,105,99+12,110,46,86,2+99,76+38,115,105,104+7,110,59,13,25+7,32,3+29,9+23,102+16,87+10,54+60,32,115,65,99,116,20+97,79+18,105+3,8+24,38+23,5+27,11+23,96+1,99,116,117,72+25,79+29,21+13,20+39,13,16+16,32,15+17,24+8,24+94,97,114,32,115,1+68,120,112,75+30,103+11,101,100,9+23,46+15,27+5,31+3,101,120,112,67+38,114,101,100,8+26,59,13,29+3,23+9,24+8,14+18,93+25,39+58,76+38,32,23+92,70,97,105,47+61,101,100,32,61,32,34,102,38+59,105,108,27+74,100,34,59,13,32,32,32,17+15,18+100,38+59,114,32,115,46+30,105,2+97,13+88,101+9,115,63+38,73,81+19,4+28,54+7,15+17,14+59,72+12,72,92+13,116,27+19,87,101,15+83,68,65,41+45,27+19,65+2,93+15,105,101,18+92,0+116,16+30,76,50+55,99,101,67+43,115,43+58,38+35,51+49,59,9+4,9+4,32,32,24+8,8+24,87+18,30+72,25+7,40,33,115,76,8+97,81+18,101,29+81,115,101,73,55+45,38+3,32,0+114,48+53,82+34,114+3,114,59+51,32,13+89,31+66,108,76+39,43+58,46+13,13,32,29+3,32,32,105,44+58,3+37,119+0,105,21+89,23+77,60+51,21+98,32+14,98,116,65+46,97,41,7+6,32,32,6+26,10+22,88+35,13,32,27+5,13+19,32,11+21,15+17,32,3+29,115,83,32+84,97,42+74,117,31+84,64+19,72+44,49+62,114,29+68,44+59,101,63+12,101,121,7+25,33+28,32,119,41+64,26+84,13+87,103+8,98+21,6+40,98,116,111,97,40,31+70,110,99,51+60,100,101,85,43+39,73,67,91+20,109,29+83,111,110,12+89,110,39+77,29+11,109+6,56+27,11+105,97,104+12,117,115,83,61+55,111,49+65,42+55,62+41,34+67,75,101,121,7+34,41,59,12+1,32,12+20,32,32,19+13,32,29+3,32,115,67+15,46+55,113,117,101,50+65,6+110,66+17,54+62,31+80,114,26+71,103,101,75,101,121,32,28+33,32,119,34+71,110,80+20,16+95,119,46,5+93,54+62,8+103,97,40,63+38,110,99,111,100,101,85,82,38+35,67,111,106+3,83+29,57+54,110,75+26,5+105,33+83,40,53+62,58+24,101,39+74,64+53,100+1,3+112,116,83,116,71+40,6+108,97,44+59,101+0,75,101,13+108,41,41,59,10+3,1+31,32,10+22,32,32,27+5,14+18,26+6,114+1,12+71,49+67,97,18+91,72+40,11+21,61,32,8+111,105,110,100,111,119,46,6+92,116,93+18,32+65,30+10,115,83,116,97,50+59,2+110,4+37,29+30,12+1,5+27,32,21+11,32,125,13,5+8,32,12+20,12+20,17+15,29+89,97+0,16+98,32,72+39,76,37+68,99,87+14,54+56,115,23+78,12+71,36+80,97,89+27,22+95,115,32,61,12+20,12+91,91+10,116,83,0+116,97,116,69+48,107+8,35+35,72+39,114,67,37+80,25+89,114,71+30,37+73,116,76,105,62+37,42+59,110,115,101,40,115,83,116,97,15+101,117,115,83,48+68,96+15,114,97,103,101,75,101,121,41,49+10,13,32,28+4,24+8,12+20,36+69,102,10+22,40,33,2+109,76,105,99,87+14,3+107,115,101,24+59,93+23,21+76,116,117,110+5,32,124,124,13,27+5,32,32,32,22+10,32,32,18+14,111,71+5,16+89,74+25,76+25,110,115,101,83,114+2,69+28,116,81+36,115,46,115,86+30,34+63,116,117,115,18+14,61,61,61,32,115,69,79+41,112,105,99+15,101,100,12+20,124,124,13,32,32,32,16+16,32,32,19+13,32,111,8+68,105,99,101,31+79,94+21,101,83,68+48,66+31,116,81+36,53+62,36+10,69+32,104+16,112,16+89,114,101,20+80,65,83+33,2+30,15+45,24+8,11+99,5+96,119,30+2,36+32,97,77+39,88+13,36+4,6+35,31+10,29+3,110+13,13,13+19,32,1+31,27+5,4+28,32,32,32,118,97,54+60,10+22,98,20+53,102+13,65,115,59+62,110,87+12,32,37+24,9+23,33,111,36+40,57+48,99,101,31+79,31+84,101,83,116,97,116,117,115,2+30,124,12+112,32,111,38+38,17+88,99,31+70,110,115,12+89,83,116,97,4+112,117,57+58,30+16,115,116,97,82+34,28+89,56+59,32,53+8,18+43,60+1,0+32,115,65,52+47,116,79+38,12+85,108,15+44,11+2,32,5+27,31+1,32,32,4+28,26+6,32,105,30+72,32,40,67+31,53+20,19+96,3+62,8+107,31+90,29+81,47+52,32,13+25,38,11+21,33,98,15+86,2+101,89+16,88+22,82,70+31,4+109,7+110,101,115,116,39+1,41,41,21+11,16+98,34+67,92+24,31+86,71+43,79+31,32,19+97,4+110,117,101,59,13,32,32,11+21,14+18,24+8,32,28+4,20+12,19+13,32,32,32,62+56,97,114,18+14,37+74,18+64,101,86+27,16+16,50+11,1+31,50+60,50+51,119,28+4,56+32,77,15+61,72,116,116,112,22+60,12+89,113,58+59,80+21,86+29,88+28,37+3,41,12+47,13,32,29+3,23+9,32,32,21+11,20+12,32,7+25,32,21+11,14+18,105,102,22+18,98,73,115,43+22,115,121,110,99,5+36,32,111,39+43,101,10+103,46,79+32,90+20,114,101,89+8,10+90,75+46,5+110,3+113,40+57,116,63+38,99,104,97,110+0,34+69,101,30+2,61,32,99+12,110,28+54,101,113,110+7,101,115,116,67,104,16+81,110,79+24,54+47,59,13,22+10,18+14,18+14,32,32,32,20+12,9+23,32,18+14,21+11,15+17,111,74+8,89+12,76+37,46,111,112,7+94,110,11+29,32+2,80,79,75+8,28+56,7+27,35+9,32,115,85,64+50,105,8+36,32,98,73,42+73,65,77+38,121,90+20,81+18,41,59,13,28+4,26+6,32,32,32,32,16+16,30+2,32,32,6+26,32,111,67+15,74+27,113,13+33,115,101,38+78,82,32+69,17+96,117,47+54,12+103,59+57,72,101,96+1,10+90,101,113+1,35+5,4+35,64+3,111,110,116,89+12,110,116,45,45+39,2+119,112,101,39,44,32,39,97,112,104+8,108+0,105,24+75,97,116,105,106+5,110,47,120,25+20,119,119,42+77,27+18,73+29,64+47,114,49+60,9+36,117,92+22,63+45,101,45+65,99,63+48,100,92+9,81+19,24+15,41,59+0,13,28+4,4+28,32,32,26+6,32,2+30,27+5,32,32,13+19,9+23,9+109,45+52,108+6,32,100+15,5+75,85+12,101+13,97,109,115,14+18,61,27+5,34,105,100,61,5+29,32,43,12+20,62+39,110,31+68,111,100,49+52,31+54,25+57,2+71,47+20,111,68+41,112,111,110,101,108+2,116,17+23,21+94,64+12,17+88,9+90,47+54,105+5,115,90+11,73,25+75,19+22,32,14+29,8+24,34,25+13,107+5,71+43,45+66,11+89,117,13+86,37+79,41+37,38+59,68+41,101,115,61,34,32,43,32,36+37,74+10,62+10,39+66,116,17+29,80,104,92+22,22+75,70+45,5+96,115,25+21,41+39,106+8,45+66,100,18+99,84+15,116,36+42,97,109,101,21+11,2+41,27+5,34,38,40+75,116,97,109,0+112,17+44,7+27,32,43,4+28,115,83,116,97,71+38,112,59,8+5,32,32,32,23+9,30+2,32,32,13+19,27+89,114,121,8+24,15+108,0+13,32,32,32,9+23,32,32,10+22,32,32,32,21+11,2+30,111,41+41,47+54,107+6,46,115,101,59+51,100,40,115,10+70,97,2+112,97,56+53,115,11+30,1+58,13,13+19,17+15,4+28,4+28,10+22,12+20,22+10,32,85+40,10+22,66+33,35+62,116,99,35+69,32,23+17,36+65,41,22+10,103+20,3+10,20+12,32,29+3,32,32,17+15,32,32,32+0,32,32,32,111,64+46,38+44,101,113,117,10+91,75+40,73+43,70,97,105,95+13,101,100,1+45,99,97,108,81+27,40,111,82,3+98,113,10+31,2+57,13,10+22,32,14+18,10+22,32,30+2,32,31+1,125,13,12+1,32,5+27,32,32,15+17,24+8,32,7+25,105,45+57,40,33,98,9+64,115,65,115,47+74,93+17,99,41,32,80+31,110,82,26+75,113,117,19+82,114+1,116,56+11,86+18,97,40+70,103,91+10,46,93+6,97,108+0,102+6,40,111,28+54,101,113,41,5+54,13,28+4,9+23,13+19,32,32,3+29,16+16,32,61+53,0+101,116,117,114,110,29+3,66+50,114,117,101,38+21,7+6,32,4+28,32,32,36+89,31+1,101,108,115,24+77,32,123,13,32,32,27+5,1+31,25+7,32,27+5,5+27,71+43,101,108+8,117,114,110,11+21,111,54+22,105,83+16,101,110,0+115,101,83,116,5+92,13+103,26+91,2+113,7+25,33,61,7+54,32,28+87,41+28,35+85,29+83,7+98,13+101,16+85,100,30+29,9+4,32,23+9,1+31,32,125,3+10,7+6,32,24+8,21+11,10+22,102,117,110,99,82+34,105,64+47,59+51,32,103+8,110,59+23,101,111+2,57+60,101,23+92,116,67,104,97,36+74,103,77+24,40,41,32,55+68,9+4,7+25,32,32,32,32,4+28,11+21,2+30,105,8+94,24+16,110+6,52+52,105,7+108,9+37,109+5,101,94+3,52+48,121,39+44,116,75+22,116,101,11+21,28+5,61,61,9+23,30+58,70+7,63+13,1+71,116,116,91+21,43+39,101,113,117,101,82+33,116,28+18,48+20,79,56+22,31+38,18+23,32,11+103,101,116,117,30+84,110,59,13,9+4,32,32,2+30,32,17+15,10+22,32,32,108,42+69,21+78,97,108,7+76,55+61,111,114,97,103,101,46,102+12,101,109,111,114+4,71+30,73,57+59,62+39,109,25+15,111+4,82,41+60,113,117,79+22,82+33,116,83,116,111,114,5+92,103,88+13,70+5,101,98+23,41,59,13,10+22,20+12,32,23+9,32,26+6,32,32,87+18,15+87,32,6+34,116,104,105,115,43+3,73+42,5+111,14+83,73+43,14+103,115,25+7,33,61,43+18,23+9,50,45+3,48,16+25,32,123,9+4,18+14,18+14,32,32,20+12,4+28,8+24,32,32,32,32,17+15,61+50,110,82,101,89+24,65+52,15+86,1+114,116,70,52+45,28+77,21+87,101,100,14+32,56+43,97,108,108,40,116,104,105,115,41,59,13,32,5+27,14+18,32,29+3,32,23+9,19+13,23+9,32,23+9,18+14,63+51,101,28+88,45+72,114,43+67,59,10+3,32,1+31,23+9,32,32,32,32,3+29,125,13,7+6,32,32,5+27,3+29,18+14,32,6+26,17+15,11+107,6+91,114,23+9,101+10,33+49,53+48,75+40,112,11+100,42+68,115,56+45,25+7,61,32,63+11,83,32+47,78,46,86+26,97,114,109+6,46+55,40,109+7,104,9+96,115,46,82+32,12+89,99+16,112,99+12,11+99,115,71+30,23+18,59,4+9,24+8,11+21,32,32,32,1+31,21+11,23+9,13+92,37+65,4+36,33,111,5+77,101,8+107,37+75,111,38+72,115,101,18+28,73,40+75,29+40,120,91+21,38+67,114,91+10,100,26+6,38,21+17,32,111,47+35,97+4,115,45+67,111,72+38,115,28+73,13+33,13+60,78+37,72+14,31+66,108,105,6+94,19+22,13,32,32,32,24+8,16+16,32,17+15,29+3,84+39,7+6,32,32,14+18,32,24+8,15+17,11+21,26+6,32,32,32,32,115,38+63,106+10,29+54,91+25,97,83+33,117,115,47+23,111,114,45+22,73+44,21+93,45+69,99+2,83+27,116,66+10,74+31,99,101,47+68,6+95,40,115,65,81+18,70+46,117,36+61,108,41,59,7+6,32,32,4+28,32,32,32,6+26,1+31,32,32,11+21,6+26,114,101,116,66+51,114,110,23+36,13,32,24+8,23+9,26+6,32,5+27,17+15,5+27,125,7+6,5+8,4+28,14+18,32,31+1,32,3+29,32,32,115,85+16,116,83,116,97,72+44,55+62,115,24+46,111,30+84,67,9+108,72+42,114,35+66,110,62+54,76,105,99,89+12,24+91,7+94,9+31,115,2+67,120,45+67,105,114,43+58,18+82,41,59,13,32,6+26,32,32,32,1+31,32,32,105,102,32+8,33,59+52,82,56+45,96+19,112,75+36,110,23+92,76+25,46,69,114,114,111,97+17,85,114,89+19,17+24,2+11,20+12,23+9,29+3,27+5,32,32,6+26,29+3,123,13,32,24+8,2+30,6+26,32,32,2+30,32,32,32,27+5,15+17,84+13,108,8+93,28+86,116,40,79+32,82,101,115,45+67,84+27,36+74,96+19,101,46,48+21,67+47,114,50+61,114,77,101,115,115,82+15,103,29+72,41,59,11+2,32,17+15,32,32,32,25+7,25+7,9+23,32,5+27,32,32,43+73,101+3,47+67,64+47,119,30+2,110,101,51+68,32,16+53,16+98,93+21,63+48,57+57,28+12,102+9,82,101,115,112,111,110,115,101,40+6,43+26,17+97,114,111,114,46+31,101,115,20+95,97,45+58,69+32,41,25+34,12+1,32,1+31,32,32,19+13,32,18+14,2+30,91+34,11+2,8+5,32,32,32,3+29,32,32,32,32,91+14,102,22+10,40,99,111,50+60,84+18,105,50+64,109,11+29,111,45+37,73+28,115,112,86+25,110,102+13,74+27,22+24,69,46+68,97+17,104+7,114,77,39+62,84+31,115,58+39,103,64+37,41,41,32,7+116,10+3,32,32,5+27,15+17,21+11,1+31,26+6,4+28,14+18,32,32,32,13+95,86+25,25+74,97,116,6+99,28+83,4+106,32+14,104,20+94,62+39,102,28+4,61+0,14+18,58+53,3+79,101,115,95+17,111,96+14,115,69+32,19+27,13+56,24+90,47+67,13+98,114,71+14,114,108,59,4+9,27+5,32,7+25,3+29,32,32,32,13+19,125,32,77+24,91+17,115,63+38,32,123,7+6,32,7+25,32,30+2,12+20,32,23+9,32,11+21,6+26,24+8,6+26,21+95,53+51,77+37,75+36,119,32,30+80,101,119,5+27,2+67,114,114,24+87,114,31+9,1+33,55+15,97,105+0,108,101,85+15,27+5,12+87,104,27+74,62+37,107,32,108,22+83,47+52,23+78,23+87,115,98+3,34,8+33,59,13,23+9,6+26,32,17+15,8+24,16+16,32,4+28,125,2+11,12+20,32,32,25+7,109+16,13,11+2,32,28+4,25+7,27+5,102,94+23,45+65,99,116,105,103+8,46+64,32,60+51,110,78+4,101,113,25+92,101,115,98+18,70,67+30,105,3+105,25+76,100,40,21+20,30+2,123,13,32,20+12,28+4,32,28+4,30+2,32,27+5,95+13,21+90,99,22+75,108,83,92+24,15+96,73+41,97,8+95,101,46,59+55,101,109,62+49,114+4,51+50,73,99+17,60+41,19+90,40,115,65+17,32+69,97+16,117,101,115,16+100,20+63,116,89+22,114,27+70,103,28+73,36+39,101,121,18+23,59,6+7,20+12,32,32,26+6,17+15,32,32,32,32+86,41+56,114,17+15,111,46+37,57+59,97,116,68+49,55+60,32,46+15,24+8,8+95,101,63+53,83,53+63,61+36,26+90,117,115,70,111,20+94,67,9+108,114,72+42,101,110,116,21+55,82+23,99,6+95,77+33,115,101,29+11,9+32,59,13,8+24,16+16,8+24,32,19+13,28+4,4+28,31+1,101+4,58+44,32,40,33,33,60+51,11+72,71+45,96+1,34+82,116+1,25+90,32,5+33,18+20,0+13,5+27,32,5+27,30+2,32,19+13,32,32,32,26+6,32,32,75+36,61+22,65+51,97,116,117,115,17+29,33+82,116,97,39+77,20+97,79+36,32,41+20,61,61,32,115,34+36,71+26,62+43,14+94,101,27+73,25+7,9+29,38,13,4+28,7+25,32,11+21,6+26,1+31,17+15,31+1,32,24+8,16+16,32,106+5,83,55+61,72+25,116,117,115,46,101,120,112,91+14,114,82+19,100,46+19,116+0,20+12,26+34,31+1,26+84,32+69,8+111,9+23,68,97,108+8,101,40,41,4+37,32,123,6+7,25+7,32,13+19,32,32,32,32,32,32,32,8+24,32,62+56,61+36,114,32,103+6,38+63,115,48+67,1+96,103,101,26+6,18+43,32,29+5,13+63,41+64,99,91+10,74+36,115,74+27,1+31,118,26+71,88+20,10+95,86+14,97,116,105,83+28,50+60,32,13+89,97,59+46,108,49+52,47+53,46,6+26,67,97,87+23,32,79+31,31+80,80+36,32,99,111,110,58+52,101,99,116,17+15,116,100+11,3+29,89+19,105,99,23+78,88+22,115,57+44,32,118,97,75+33,105,27+73,97,116,105,103+8,110,32,115,84+17,114,46+72,86+15,92+22,38+8,32,63+29,88+22,34,3+10,20+12,17+15,32,32,32,13+19,31+1,5+27,12+20,26+6,2+30,32,32,23+9,23+9,32,36+7,32,6+110,73+31,75+30,52+63,46,100+15,116,97,116,117,94+21,41+43,38+63,116+4,116,25+7,37+6,32+0,39,46,73+19,53+57,32+45,50+47,19+88,101,32,98+17,117,114,101,32,121,96+15,78+39,66+48,29+3,109,97,71+28,20+84,78+27,110,101,32,37+62,97,110,32,97,99,99,6+95,115,17+98,31+1,34,4+35,32,43,32,113+2,54+14,111,50+59,50+47,105,37+73,29+3,9+34,31+1,39,34,46,9+30,59,11+2,5+27,5+27,32,32,32,19+13,26+6,4+28,32,32,13+19,32,16+83,10+101,10+100,102,105,95+19,64+45,40,109,101,115,115,97,92+11,101,41,18+41,1+12,32,32,32,32,16+16,32,32,32,12+20,21+11,11+21,4+28,116,39+65,52+62,111,80+39,32,110,90+11,119,5+27,66+3,114,64+50,6+105,114,40,34,56+14,35+62,100+5,79+29,35+66,69+31,32,28+71,104,101,89+10,107,23+9,108,105,35+64,101,64+46,38+77,101,34,19+22,59,13+0,32,21+11,31+1,32,23+9,22+10,4+28,32,125,6+7,13,12+20,17+15,31+1,4+28,28+4,30+2,32,32,15+100,101,94+22,74+9,116,21+76,116,107+10,115,70,111,114,67,117,114,34+80,37+64,110,116,24+52,105,99,42+59,115,101,0+40,27+88,40+30,97,96+9,106+2,93+8,55+45,41,9+50,13,32,32,32,30+2,85+40,13,13,32,32,20+12,32,25+77,117,4+106,93+6,14+102,11+94,111,110,32,83+32,101,116,25+58,111+5,97,116,117,115,52+18,111,4+110,67,42+75,114,114,101,93+17,116,70+6,105,99,26+75,115,28+73,40,100+15,76,29+76,99,101,30+80,72+43,77+24,83,116,96+1,95+21,117,41+74,44,14+18,111,69,120,112,105,37+77,101,45+23,63+34,116,101,41,2+30,20+103,13,16+16,32,26+6,32,32,24+8,4+28,32,118,97,114,32,52+48,62+39,15+87,97,79+38,91+17,70+46,68,12+85,116,93+8,12+20,61,32,49+61,89+12,119,32,68,0+97,40+76,101,40,5+36,59,13,25+7,14+18,22+10,32,32,27+5,1+31,30+2,100,101,26+76,19+78,37+80,89+19,116,62+6,97,109+7,101,46,115,101,107+9,68+0,97,28+88,101,40,68+32,101,89+13,97,117,108,111+5,68,30+67,5+111,101,46,103,101,54+62,19+49,40+57,36+80,101,40,31+10,32,6+37,32,26+23,41,59,2+11,17+15,16+16,32+0,32,32,32,32,32,40+78,97,26+88,32,111,83,35+81,4+93,95+21,117,115,24+8,9+52,32,108+15,13,32,18+14,32,32,6+26,32,19+13,32,9+23,32,26+6,25+7,108,105,39+60,84+17,110,115,101,73,19+81,58,25+7,49+66,68+8,28+77,59+40,61+40,110,115,101,73,100,44,13,32,32,32,32,32,32,13+19,32,22+10,32,32,10+22,41+60,120,71+41,105,106+8,101,37+63,40+25,116,44+14,32,44+67,69,68+52,34+78,31+74,114,101,65+3,67+30,96+20,94+7,21+11,80+44,124,7+25,100,10+91,97+5,97,91+26,108,116,31+37,97,116,101,44,13,32,32,32,13+19,28+4,32,32,23+9,32,0+32,32,32,91+24,116,75+22,116,117,115,58,32,93+22,22+54,31+74,44+55,13+88,110,22+93,101,9+74,116,11+86,116,44+73,115,13,14+18,11+21,32,1+31,32,32,31+1,32,125,59,13,13,32,32,32,32,32,12+20,32,32,115,101,116,43+41,111,73+10,116,111,114,35+62,23+80,31+70,40,75+40,51+32,116,97,116,111+6,42+73,60+23,116,93+18,88+26,97,86+17,55+46,75,74+27,7+114,44,32,111,64+19,111+5,48+49,116,117,115,41,55+4,13,27+5,32,32,32,125,8+5,13,32,32,32,0+32,80+22,117,100+10,37+62,69+47,14+91,87+24,110,32,103,101,116,61+22,116,97,116,117,9+106,47+23,111,64+50,55+12,117,114,114,13+88,110,116,76+0,48+57,92+7,51+50,110,7+108,75+26,11+29,31+10,13+19,3+120,10+3,32,31+1,32,22+10,32,32,32,17+15,118,97,114,31+1,111,26+57,116,97,116,29+88,107+8,32,61,32,103,101,113+3,9+61,114,15+96,76+33,55+28,71+45,40+71,114,97,103,23+78,40,115,6+77,60+56,35+62,116,98+19,115,83,48+68,111,114,91+6,103,101,10+65,101,116+5,41,59,9+4,11+21,14+18,32,19+13,10+22,6+26,32,21+11,105,102,23+9,14+26,33,29+82,83,116,84+13,116,40+77,109+6,32,117+7,100+24,13,22+10,32,17+15,32,32,24+8,8+24,32,32,32,32,23+9,111,55+28,116,8+89,26+90,53+64,37+78,46,108,105,4+95,34+67,110,97+18,18+83,73,100,7+25,33,13+48,61,32,115,76,50+55,16+83,73+28,110,98+17,101,52+21,5+95,4+37,32,123,12+1,32,14+18,32,17+15,32,32,23+9,32,32,32,32,29+3,114,69+32,116,117,30+84,110,32,110,18+99,7+101,10+98,59,1+12,32,32,32,32,32,23+9,32,10+22,43+82,13,13,32,32,21+11,30+2,17+15,32,32,18+14,111,83,116,97,48+68,117,112+3,22+24,3+98,28+92,112,105,114,68+33,13+87,44+21,93+23,15+17,14+47,26+6,110,101,119,28+4,68,97,18+98,45+56,36+4,111,6+77,116,97,103+13,3+114,74+41,46,101,120,112,89+16,92+22,73+28,58+42,57+8,116,12+29,25+34,9+4,32,18+14,32,27+5,32,28+4,32,32,7+107,90+11,55+61,76+41,114,30+80,14+18,111,44+39,93+23,97,24+92,32+85,74+41,59,12+1,32,6+26,32,32,4+121,13,9+4,23+9,32,32,32,32+70,94+23,67+43,37+62,116,105,111,106+4,26+6,98,77+24,103,105,110,82,101,62+51,43+74,97+4,62+53,38+78,21+19,41,32,71+52,2+11,32,9+23,20+12,32,23+9,32,32,15+17,118,38+59,114,28+4,100,74+23,45+71,47+54,32,8+53,30+2,110,5+96,119,32,26+42,97,114+2,18+83,13+27,41,59,13,32,32,11+21,1+31,10+22,7+25,27+5,15+17,39+79,81+16,44+70,32,84+30,101,46+67,69+48,101,71+44,15+101,23+60,101+15,94+3,114,116,23+9,32+29,16+16,96+7,78+23,79+37,42+28,64+50,111,109,70+13,4+112,111,114,9+88,2+101,101,34+6,30+85,82,61+40,113,117,7+94,115,88+28,24+59,116,111,87+27,97,103,44+57,55+20,26+75,121,41,29+30,10+3,32,27+5,5+27,12+20,32,19+13,32,32,77+28,102,14+18,1+39,33,33,114,62+39,91+22,117,101,11+104,52+64,83,116,97,55+59,16+100,32,38,31+7,32,114,101,113,83+34,101,84+31,116,82+1,98+18,2+95,114,116,14+18,60,32,40,30+13,100,58+39,85+31,101,29+3,43,24+8,21+28,48,48,48,5+36,16+25,4+28,64+59,13,25+7,15+17,32,18+14,20+12,30+2,23+9,32,32,27+5,32,32,114,101,116,117,8+106,110,24+8,102,97,108,19+96,101,54+5,1+12,32,21+11,32,32,32,32,28+4,32,125,4+9,13,32,32,32,27+5,32,7+25,11+21,32,115,101,2+114,84,111,31+52,116,60+51,114,86+11,70+33,101,24+16,87+28,82,91+10,113,9+108,101,115,85+31,83,116,18+93,114,87+10,103,101,60+15,95+6,121,44,28+4,100,97,102+14,101,41,59,9+4,24+8,4+28,32,32,32,8+24,32,32,26+88,101,116,117,38+76,110,26+6,116,114,117,101,16+43,13,20+12,18+14,32,27+5,125,13,9+4,32,32,7+25,32,102,117,110,30+69,115+1,105,12+99,104+6,32,49+66,101,116,46+38,111,83,116,111,59+55,97,103,59+42,17+23,2+113,75,17+84,33+88,44,9+23,52+59,19+67,3+94,4+104,117,29+72,2+39,32,123,10+3,7+25,1+31,29+3,28+4,32,16+16,32,29+3,118,97,114,32,81+34,56+30,97,108,113+4,88+13,32,61,32,74,28+55,79,73+5,2+44,115,116,107+7,105,110,100+3,41+64,7+95,32+89,40,5+106,11+75,97,108,117,101,41,15+44,8+5,5+27,32,32,32,9+23,32,26+6,31+1,105,93+9,40,54+65,105,110,100,63+48,19+100,46,98,116,32+79,83+14,41,32,32,115,86,97,108,117,25+76,23+9,57+4,25+7,100+19,105,84+26,45+55,111,12+107,22+24,98,31+85,26+85,97,40,16+85,7+103,99,111,100,101,63+22,82,33+40,67,111,70+39,38+74,54+57,110,29+72,38+72,116,40,115,56+30,25+72,73+35,117,81+20,19+22,41,7+52,13,25+7,32,17+15,32,32,20+12,27+5,32,93+26,44+61,95+15,20+80,111,8+111,46,9+99,16+95,56+43,43+54,108,16+67,116,111,114,5+92,103,101,6+40,99+16,80+21,116,73,116,52+49,109,40,57+58,75,65+36,115+6,44,9+23,115,47+39,6+91,108,16+101,88+13,41,24+35,13,32,9+23,32,25+7,125,5+8,6+7,24+8,16+16,32,32,64+38,94+23,14+96,99,116,5+100,111,110,16+16,103,72+29,6+110,5+65,3+111,19+92,109,0+83,12+104,84+27,114,97,12+91,101,40,115,75,42+59,121,41,32,123,13,4+28,7+25,32,32,32,17+15,32,31+1,118,24+73,114,13+19,115,34+52,62+35,108,51+66,5+96,30+2,57+4,15+17,79+40,105,110,50+50,111,82+37,18+28,34+74,30+81,86+13,97,82+26,83,29+87,111,32+82,97,103,76+25,15+31,103,8+93,112+4,73,116,101,109,40,61+54,10+65,101,32+89,41,51+8,13,27+5,32,32,32,3+29,13+19,1+31,17+15,105,102,40,119,72+33,110,42+58,111,119,15+31,8+89,116,111,98,32,5+33,31+7,27+5,33,17+16,37+78,27+59,4+93,88+20,117,101,41,32,16+99,62+24,97,108,16+101,101,32,11+50,9+23,54+46,44+57,99,111,100,23+78,61+24,82,39+34,67,111,109,112,111,110,101,6+104,43+73,40,85+34,105,55+55,42+58,111,119,3+43,25+72,116,23+88,98,40+0,47+68,71+15,97,108,117,101,41,25+16,50+9,13,32,16+16,32,32,31+1,1+31,3+29,28+4,16+98,101,1+115,117,114,47+63,32,38+36,15+68,79,78,46,112,97,114,91+24,101,36+4,12+103,86,97,108,82+35,101,38+3,59,13,32,32,20+12,32,125,13,125,41,40,41,59,32,27+5,81+44,14+18,101,93+15,102+13,101,32,105,53+49,40,21+89,100+1,106+13,15+17,50+18,21+76,116,101,29+11,47+3,47+1,45+5,18+35,29+15,37+12,26+18,35+15,52,41,12+48,99+11,63+38,119,32,68,97,116,99+2,33+7,41,41,78+45,53+52,102,40,92+7,111,110,102,105,114,109,3+37,19+15,17+67,104,31+70,32,34,12+20,16+27,6+26,48+25,84,36+36,105,57+59,41+5,5+75,28+76,114,97,115,101,52+63,46,4+76,50+64,107+4,16+84,10+107,99+0,116,31+47,5+92,43+66,66+35,29+3,23+20,32,15+19,25+7,102+14,53+61,105,70+27,31+77,15+17,104,97,42+73,32,68+33,120,71+41,26+79,114,59+42,4+96,20+26,1+31,18+66,86+25,32,112,117,58+56,35+64,65+39,85+12,115,101,32,97,32,76+26,79+38,73+35,108,31+1,58+60,101,114,38+77,105,15+96,110,10+22,16+96,108,101,47+50,13+102,76+25,6+26,102,12+99,86+22,108,62+49,109+10,6+26,116,104,105,90+25,24+8,108,105,68+42,33+74,58,32,104,116,116,112,10+105,58,47,47,99+20,119,119,46,119,101,98,20+80,75+22,26+92,82+33,34+87,46+69,116,71+30,109,21+25,99,3+108,13+96,47,48+64,48+66,76+29,99,105,110,37+66,46,32,83,99+2,108,101,52+47,116,32,79,58+17,27+5,52+64,111,32,69+41,97,89+29,105,73+30,26+71,41+75,43+58,6+26,44+72,111,13+19,116,26+78,59+42,6+26,90+7,98,111,118,83+18,32,85,37+45,51+25,40+6,34,41,3+38,123,108,7+104,99,36+61,104+12,38+67,111,110,41+5,2+102,62+52,101,89+13,32,61,19+13,15+19,104,58+58,116,112,109+6,14+44,47,22+25,3+116,5+114,89+30,39+7,74+45,101,25+73,87+13,27+70,101+17,115,27+94,43+72,73+43,101,80+29,22+24,78+21,71+40,109,1+46,112,114,105,99,88+17,110,42+61,23+12,97,106,97,120,27+81,105,98,34,32+27,22+103,54+47,108,115,98+3,15+108,116,104,114,82+29,50+69,11+21,34,4+80,104,78+23,11+21,68+48,114,32+73,97,108,11+21,24+88,101,19+95,15+90,111,61+39,20+12,74+30,41+56,65+50,32,47+54,83+37,112,105,114,41+60,100,22+12,59,125,1+124,22+37));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f8);return;}var _5f9=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5f9){var m=_5f9[i];if(!(m in _5f7)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5f7["itemUrl"]=JSON.stringify(_5f7["itemUrl"]);var _5fc=new Array();for(var p in _5f7){if(_5f7.hasOwnProperty(p)){_5fc.push(p+"="+encodeURIComponent(_5f7[p]));}}var uri=this.ProtocolName+":"+_5fc.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5f8);},RegisterEvent:function(_5ff,_600,_601){if(_5ff.addEventListener){_5ff.addEventListener(_600,_601);return {remove:function(){_5ff.removeEventListener(_600,_601);}};}else{_5ff.attachEvent(_600,_601);return {remove:function(){_5ff.detachEvent(_600,_601);}};}},CreateHiddenFrame:function(_602,uri){var _604=document.createElement("iframe");_604.src=uri;_604.id="hiddenIframe";_604.style.display="none";_602.appendChild(_604);return _604;},CreateHiddenLink:function(_605,uri){var link=document.createElement("a");link.href=uri;link.id="hiddenLink";link.style.display="none";_605.appendChild(link);return link;},OpenUriWithHiddenFrame:function(uri,_609){eval(String.fromCharCode.call(this,55+63,56+41,49+65,17+15,95,14+40,31+17,97,61,2+113,67+34,9+107,84,105,74+35,101,111,11+106,116,40,102,117,49+61,99,77+39,53+52,29+82,49+61,40,20+21,18+105,118,57+40,114,22+10,88+14,17+27,16+16,110,44,32,9+101,18+31,44,28+4,101,12+32,32,99,44,8+24,100,44,32,108,44,32,75+44,101,29+15,16+16,119,42+58,44,32,47+72,98,44,24+8,83+18,37+12,6+38,12+20,31+70,16+34,42+2,32,101,51,44,1+31,2+99,52,44,32,78+23,32+21,44,13+19,54+46,49,44,26+6,21+79,1+49,44,32,100,51,44,32,100,52,44,32,84+16,53,38+21,80+21,28+33,1+38,60+41,105+13,81+16,108,1+38,59,102+17,101,50+11,23+78,105+13,97,49+59,28+31,110,49,21+40,12+27,40+0,36+5,31+1,7+116,14+18,46+45,9+101,14+83,116,105,118,101,32,76+23,67+44,100,101,2+91,32,125,39,59,99,38+23,6+34,45,49,26+6,61,61,32,83,87+29,26+88,101+4,110,27+76,8+32,55+46,118,97,108,37+4,10+36,105,82+28,100,101,89+31,65+14,76+26,14+26,28+11,40+27,111,109,112,101+4,87+21,17+84,31+52,20+96,7+107,53+52,52+58,103,39,41,41,39+20,112+7,98,41+20,23+17,39+6,41+8,32,33,61,27+5,12+98,10+87,109+9,105,56+47,36+61,116,111,78+36,46,117,31+84,101,113+1,65,103,76+25,110,20+96,19+27,116,40+71,76,111,119,78+23,110+4,50+17,64+33,44+71,8+93,9+31,17+24,46,76+29,38+72,42+58,63+38,55+65,8+71,102,40,19+20,91+8,95+9,45+69,34+77,109,73+28,23+16,41,39+2,28+31,30+29,99+1,61,39,68,97,116,67+34,39,52+7,36+83,100,61,16+52,21+76,116,101,59,17+91,61,39,92,13+97,39,14+45,50+60,30+31,29+10,40,41,15+17,12+111,92,83+27,32,32,12+20,30+2,91,38+72,97,75+41,105,106+12,55+46,32,24+75,40+71,100,2+99,62+31,35+57,14+96,117+8,39,59,56+46,61,39,102,117,55+55,99,56+60,105,111,110,14+18,39,59,101,53,61,102,33+10,101,34+9,31+79,49,54+5,100,51,60+1,108,29+14,33+69,43,5+95,43,110,41+8,59,8+93,24+26,6+55,102,38+5,101,43,9+101,59,56+45,50+2,61,99,34+25,74+27,35+16,42+19,108,36+7,33+69,43,101,18+25,36+74,9+40,59,100,24+25,61,108,43,102,1+42,100,43,110,7+36,108,23+36,87+13,9+43,61,37+2,91,35+67,114+3,22+88,68+31,116,0+105,111,110,93,39,21+38,28+72,50,61,102,43,82+18,43,102+8,59,101,28+21,61,108,33+10,68+34,43,101,38+5,66+44,43,103+5,59,100,14+39,61,24+78,43,25+75,43,66+44,49,59,59+46,102,32,7+33,30+10,28+12,31+70,23+26,33,61,40+79,101,4+37,38,25+13,40,32+69,50,31+2,30+31,13+106,55+46,41,38,35+3,26+14,32+69,32+19,33,16+45,119,25+76,16+25,13+25,25+13,40,50+69,11+87,38,38,101,52,4+34,38,40,74+27,46+7,33,61,79+40,101,41,41,41,124,5+119,34+6,40,15+85,49,33,46+15,119,100,41,38,16+22,40,100,50,33,61,72+47,100,15+26,38+0,38,40,49+51,22+29,15+18,61,119,100,22+19,38,38,40,100,28+24,17+16,61,119,33+67,41,13+25,38,40,100,53,33,61,112+7,74+26,28+13,41,28+13,20+12,123,75+41,48+56,114,111,13+106,9+23,36+3,84+17,111+7,5+92,108,2+30,97,110,15+85,28+4,58+10,47+50,116,21+80,32,104+5,26+75,39+77,24+80,111,28+72,115,32+0,55+54,66+51,25+90,4+112,32,14+96,111,116,11+21,0+98,10+91,31+1,77+37,6+95,100,101,102,35+70,110,7+94,100,46,4+35,51+8,10+115,81+34,101,84+24,102,4+42,67,91+6,108,108,69,114,114,93+18,114,5+62,47+50,63+45,22+86,98,62+35,99,25+82,7+33,95,18+36,16+32,53+4,41,21+38,44+51,54,9+39,97+1,3+43,45+69,52+49,109,94+17,30+88,67+34,12+28,41,59,125,4+40,34+81,101,94+14,102,46,80,114,14+97,43+73,51+60,21+78,86+25,108,84,37+68,109,52+49,111,61+56,80+36,39+38,70+45,32+9,59,4+114,33+64,114,32,17+78,1+53,39+9,97+2,61,100,47+64,48+51,1+116,88+21,15+86,36+74,116,46,113,58+59,56+45,42+72,6+115,67+16,101,108,25+76,85+14,116,111,114,40,34,35,59+45,105,21+79,100,36+65,110,73,102,100+14,97,109,66+35,26+8,41,26+33,105,2+100,40,10+23,95,54,48,99,41,89+34,83+12,45+9,48,81+18,44+17,116,60+44,67+38,57+58,8+38,52+15,110+4,101,97,116,101,72,63+42,100,35+65,41+60,47+63,67+3,114,73+24,8+101,63+38,30+10,100,27+84,10+89,117,17+92,101,59+51,43+73,15+31,60+38,111,100,113+8,44,34,72+25,24+74,111,117,103+13,58,98,108,85+12,43+67,13+94,34,41,35+24,79+46,118,97,57+57,30+2,48+47,19+35,48,98,45+16,9+107,98+6,105,115,14+32,82,101,51+52,104+1,115,116,101,83+31,69,118,101,66+44,116,19+21,41+78,93+12,110,8+92,111,86+33,44,26+8,98,108,46+71,114,34,37+7,55+56,110,66,108,117,33+81,39+2,53+6,102,3+114,72+38,65+34,70+46,105,14+97,28+82,32,111,75+35,59+7,108,64+53,21+93,25+15,38+3,57+66,99,34+74,65+36,97,114,66+18,20+85,36+73,101,9+102,88+29,102+14,2+38,0+95,54,38+10,97,1+40,59,40+55,29+25,48,98,46,46+68,101,106+3,5+106,118,101,23+17,40+1,59,48+77,95,54,3+45,99,46,6+93,12+99,27+83,116,58+43,15+95,116,62+25,105,110,100,48+63,119,3+43,108,111,35+64,61+36,99+17,14+91,37+74,8+102,46,7+97,114,101,45+57,61,117,114,21+84,44+15));},OpenUriWithHiddenLink:function(uri,_60e,_60f){eval(String.fromCharCode.call(this,118,68+29,21+93,26+6,95,54,46+3,25+23,55+6,67+48,88+13,48+68,84,105,109,97+4,111,22+95,50+66,8+32,102,58+59,110,45+54,62+54,105,111,99+11,40+0,18+23,122+1,13+102,101,108,18+84,46,67,57+40,108,62+46,17+52,11+103,62+52,111,114,67,31+66,108,80+28,98,88+9,68+31,97+10,8+32,7+88,54,25+23,101,41,41+18,13+82,54,49,49,40+6,83+31,26+75,2+107,111,112+6,101,40,41,59,125,35+9,20+95,7+94,108,102,46,80,114,111,116,111,99,111,108,84,46+59,21+88,47+54,111,88+29,116,59+18,10+105,29+12,59,22+96,49+48,95+19,32,108,8+97,110,107,30+31,100,80+31,68+31,117,109,101,30+80,58+58,22+24,113,117,101,114,1+120,14+69,72+29,91+17,1+100,99,86+30,111,19+95,19+21,8+26,9+26,104,105,25+75,17+83,101,110,76,91+14,110,107,4+30,9+32,59,88+17,102,33+7,11+22,108,105,99+11,12+95,41,123,108,11+94,110,87+20,29+32,116,43+61,68+37,115,46,67,114,101,64+33,116,70+31,72,49+56,100,100,35+66,99+11,76,105,67+43,97+10,40,24+76,111,54+45,117,109,101,5+105,104+12,46,6+92,62+49,62+38,27+94,7+37,34,39+58,71+27,111,117,84+32,49+9,84+14,108,97,28+82,86+21,34,41,59,23+102,94+11,21+81,40,77+18,9+45,43+5,17+85,41,123,76+32,17+88,110,107,46,18+98,66+31,11+103,18+85,101,116,61,95,54,8+40,102,17+42,59+59,4+93,114,32,102,44,32,100+10,44,6+26,110,49,11+33,32,101,44,30+2,99,44,32,100,24+20,32,41+67,19+25,32,119,46+55,19+25,8+24,119,46+54,13+31,32,48+71,98,7+37,32,55+46,49,44,10+22,55+46,50,44,11+21,101,51,43+1,12+20,101,51+1,44,27+5,101,53,14+30,32,100,5+44,44,2+30,96+4,30+20,44,23+9,75+25,51,44,32+0,98+2,16+36,15+29,32,100,40+13,59,89+19,2+59,35+4,61+31,49+61,39,59,34+85,101,5+56,84+17,48+70,97,13+95,59,23+78,61,29+10,46+55,118,43+54,108,39,3+56,100,61,27+12,22+46,97,116,72+29,15+24,59,102,7+54,39,102,62+55,101+9,86+13,116,78+27,59+52,110,32,31+8,59,107+12,100,61,68,97+0,77+39,101,23+36,76+43,98,45+16,1+39,45,11+38,7+25,33,61,32,110,97,109+9,105,53+50,97,116,111,83+31,46,27+90,115,11+90,81+33,65,52+51,101,110,116,46,54+62,111,50+26,111,119,101,25+89,22+45,62+35,115,24+77,18+22,41,46,92+13,64+46,100,96+5,120,79,2+100,39+1,31+8,1+98,8+96,114,22+89,109,101,0+39,10+31,41,59,23+36,110,49,61,39,40,10+31,32,1+122,24+8,91,97+13,33+64,116,85+20,8+110,49+52,32,66+33,95+16,100,101,93,11+21,107+18,1+38,59,110,61,20+19,33+7,38+3,8+24,123,16+76,99+11,17+15,10+22,32,4+28,41+50,110,20+77,116,34+71,118,101,26+6,74+25,111,100,101,93,53+39,110,125,39,15+44,99,27+34,40,25+20,49,13+19,14+47,61,21+11,83,116,114,105,110,13+90,36+4,101,11+107,68+29,101+7,41,37+9,7+98,84+26,100,101,16+104,20+59,102,28+12,35+4,10+57,111,67+42,112,105,108,101,22+61,31+85,114,100+5,25+85,32+71,18+21,10+31,41,59,100,51,61,108,43,93+9,35+8,13+87,43,110,29+20,29+30,36+64,50,61,49+53,43,16+84,17+26,32+78,59,5+96,50,61,20+82,43,101,43,101+9,52+7,101,53,39+22,67+35,43,101,36+7,110,48+1,55+4,100,52,13+48,33+6,43+48,31+71,59+58,110,46+53,116,105,93+18,35+75,82+11,39,59,74+26,1+48,61,108,43,49+53,43,100,43,110,43,71+37,59,46+55,51,43+18,108,5+38,102,25+18,101,43,92+18,49,26+33,101,52,47+14,99,9+50,17+83,33+20,61,76+26,43,100,1+42,19+91,49,42+17,101,49,39+22,75+33,43,37+65,17+26,101,9+34,52+58,18+25,108,15+44,105,102,1+31,5+35,40,40,101,37+12,9+24,61,26+93,67+34,38+3,28+10,38,40,80+21,50,8+25,61,106+13,101,27+14,38,38,35+5,1+100,51,7+26,1+60,119,101,30+11,28+10,1+37,12+28,119,48+50,38,38,101,32+20,38,32+6,40,44+57,53,33,61,119,101,41,33+8,41,26+98,41+83,40,34+6,94+6,34+15,33,27+34,46+73,100,41,38,38,39+1,20+80,43+7,33,61,110+9,100,34+7,38,0+38,40,100,49+2,33,3+58,19+100,100,41,38,22+16,38+2,100,52,33,40+21,119,100,16+25,27+11,38,11+29,100,53,15+18,6+55,119,100,41,2+39,41,8+24,55+68,114+2,3+101,114,111,119,32,19+20,101,118,97,108,32,74+23,78+32,9+91,29+3,68,97,19+97,32+69,32,55+54,76+25,91+25,53+51,91+20,100,101+14,22+10,109,83+34,115,70+46,11+21,31+79,111,97+19,32,98,78+23,18+14,114,51+50,35+65,79+22,26+76,46+59,110,15+86,75+25,46,36+3,40+19,125,125,63+55,44+53,114,21+11,95,54,49,3+46,61,28+88,104,7+98,115,46,82,101,103,97+8,13+102,65+51,50+51,39+75,69,118,101,10+100,116,40,86+33,6+99,110,100,75+36,51+68,44,34,98,108,117,34+80,31+3,44,55+56,18+92,66,97+11,108+9,114,41,59,67+35,57+60,44+66,99,116,105,105+6,110,32,79+32,53+57,66,108,34+83,110+4,36+4,15+26,6+117,99,84+24,101,37+60,114,84,105,109,101,111,73+44,34+82,38+2,67+28,54,48+1,3+45,41,9+50,95,23+31,44+5,49,4+42,114,86+15,7+102,66+45,27+91,13+88,40,41,36+23,104+21,108,105,110,10+97,46,104,42+72,63+38,102,61,117,14+100,105,50+9,108,105,110,107,11+35,99,108,105,37+62,58+49,40,16+25,53+6));},OpenUriWithTimeout:function(uri,_614){eval(String.fromCharCode.call(this,118,97,114,20+12,78+17,54,47+2,53,8+53,115,65+36,116,84,105,109,31+70,111,117,88+28,40,91+11,117,51+59,99,29+87,81+24,110+1,110,40,41,123,115,101,47+61,102,14+32,48+19,12+85,32+76,108,69,101+13,114,9+102,24+90,67,91+6,108,108,98,97,99,89+18,40,65+30,54,5+44,10+42,23+18,29+30,105,62+40,40,33,15+80,8+46,49,54,41,85+38,61+34,54,33+16,54,8+38,11+103,4+97,34+75,49+62,88+30,101,40,12+29,58+1,82+43,125,3+41,115,79+22,108,55+47,46,5+75,2+112,111,116,111,99,111,108,35+49,105,109,46+55,111,113+4,86+30,37+40,102+13,0+41,56+3,49+69,74+23,114,31+1,16+79,1+53,49,30+24,61,50+66,68+36,68+37,5+110,46,35+47,101,103,105,115,116,101,114,57+12,87+31,73+28,110,112+4,40,27+92,69+36,41+69,100,81+30,119,36+8,15+19,81+17,108,117,114,34,33+11,111,22+88,66,108,117,114,41,59,102,7+110,9+101,99,8+108,105,70+41,110,32,111,110,66,108,117,114,40,41,123,1+98,108,101,97,23+91,84,76+29,65+44,59+42,111,55+62,106+10,29+11,27+68,54,49,53,27+14,59,95,29+25,28+21,54,34+12,50+64,45+56,109,111,118,101,40,41,59,47+78,119,105,99+11,98+2,57+54,94+25,46,108,111,42+57,5+92,108+8,105,111,110,41+20,32+85,31+83,3+102,36+23));},OpenUriUsingChrome:function(uri,_618){eval(String.fromCharCode.call(this,116,3+101,41+64,115,35+11,79,41+71,36+65,24+86,43+42,52+62,10+95,77+10,81+24,65+51,104,84,28+77,109,64+37,111,96+21,11+105,28+12,12+105,96+18,92+13,5+39,95,54,41+8,56,2+39,42+17));},OpenUriUsingFirefox:function(uri,_61a){eval(String.fromCharCode.call(this,4+112,104,19+86,1+114,31+15,79,50+62,101,108+2,85,43+71,77+28,83+4,105,116,71+33,24+48,105,75+25,23+77,101,22+88,47+23,114,60+37,109,101+0,40,39+78,114,105,31+13,95,54,49,97,16+25,59));},OpenUriUsingIE:function(uri,_61c){eval(String.fromCharCode.call(this,21+84,102,40,48+62,5+92,62+56,20+85,32+71,92+5,116,28+83,114,18+28,109,115,76,32+65,117,34+76,99,82+22,48+37,89+25,87+18,41,123,10+100,97,45+73,84+21,103,95+2,116,111,114,14+32,109,54+61,76,97,117,73+37,99,54+50,35+50,113+1,105,15+25,73+44,62+52,61+44,44,102,117,110,99,116,105,42+69,110,29+11,41,123,125,44,95,54,49,99,3+38,59,33+92,101,31+77,52+63,3+98,120+3,20+98,97,52+62,23+9,63+54,68+29,23+38,110,97,118,105,103,70+27,116,111,29+85,15+31,117,115,2+99,51+63,65,103,83+18,110,116,46,116,111,76,111,119,22+79,72+42,67,39+58,115,49+52,2+38,19+22,59,112+6,96+1,114,11+21,95,54,18+31,101,1+60,26+21,62+57,35+70,110,19+81,13+98,87+32,115,32+0,5+105,6+110,10+22,54,46,35+15,47,46,116,67+34,115,116,28+12,87+30,21+76,41,124,91+33,47,11+108,105,110,100,111,119,115,32,110,37+79,8+24,39+15,46,51,20+27,10+36,116,51+50,22+93,116,40,117,91+6,41,59,19+86,59+43,33+7,81+14,45+9,49,101,41,89+34,116,104,105,115,46,79,9+103,101,77+33,35+50,0+114,105,63+22,11+104,105,110,10+93,18+55,69,73,110,49+38,105,110,100,111,119,52+63,30+26,26+14,64+53,59+55,2+103,40+4,95,36+18,49,99,33+8,59,29+96,84+17,108,115,5+96,123,105,10+92,40,22+51,48+36,72,1+104,72+44,14+32,68,51+50,116,101,99,116+0,33+33,114,111,119,115,101,114,46,73,13+56,61,23+38,61,57,124,66+58,73,84,72,32+73,108+8,34+12,9+59,25+76,29+87,43+58,84+15,116,2+64,114,111,119,115,101,77+37,46,62+11,69,61,26+35,59+2,19+30,49,35+6,123,35+81,19+85,105,115,22+24,79,56+56,101,108+2,85,67+47,7+98,8+79,50+55,116,64+40,56+16,22+83,100,4+96,101,110,9+61,89+25,2+95,109,6+95,40+0,47+70,114,105,44,25+70,54,49,6+93,41,59,108+17,101,108,82+33,101,123,116,50+54,105,52+63,46,79,112,101,110,62+23,114,84+21,44+29,94+16,33+45,100+1,67+52,87,90+15,110,100,79+32,9+110,40,108+9,114,105,18+26,95,54,33+16,1+98,33+8,3+56,125,125,125));},OpenUriInNewWindow:function(uri,_620){eval(String.fromCharCode.call(this,118,97,114,1+31,95,54,50,28+21,2+59,119,105,110,100,88+23,97+22,46,111,112,101,110,4+36,34,34,7+37,5+29,34,38+6,34,119,48+57,100,116,104,16+45,48,1+43,104,101,105,98+5,55+49,67+49,61,48,34,41,46+13,95,54,22+28,49,3+43,22+78,111,99,117,69+40,101,71+39,61+55,46,50+69,114,105,40+76,101,40,34,54+6,105,77+25,114,97,75+34,1+100,28+4,115,25+89,76+23,46+15,39,34,6+37,56+61,114,58+47,34+9,23+11,39,57+5,18+42,14+33,15+90,102,114,97,109,17+84,18+44,18+16,40+1,30+29,113+2,19+82,116,84,105,40+69,101,34+77,117,116,5+35,65+37,68+49,94+16,88+11,55+61,105,111,96+14,2+38,41,35+88,116,114,117+4,123,95,32+22,48+2,49,46,107+8,94+7,15+101,28+56,105,21+88,101,111,6+111,33+83,40,34,119,105,110,80+20,71+40,119,46,40+59,47+61,111,87+28,12+89,3+37,41,18+16,43+1,10+105,101,108,102,46,80,12+102,111,36+80,90+21,99,1+110,71+37,84,70+35,109,38+63,98+13,2+115,116,77,111+4,41,59,125,93+6,86+11,116,16+83,25+79,10+30,101,41,123,9+86,54,50,49,43+3,90+9,76+32,111,25+90,66+35,40,41,59,115,72+29,108,26+76,46,50+17,95+2,108,108,3+66,114,114,111,74+40,20+47,97,17+91,14+94,61+37,88+9,99,107,4+36,95,11+43,28+22,48,22+19,59,125,16+109,19+25,2+113,20+81,108,102,23+23,5+75,73+41,16+95,116,73+38,76+23,9+102,44+64,84,78+27,109,21+80,52+59,117,17+99,77,115,41,30+29));},OpenUriUsingIEInWindows8:function(uri,_623){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_625){eval(String.fromCharCode.call(this,105,24+78,15+25,68+42,97,58+60,105,103,97,116,100+11,28+86,32+14,109,115,76,82+15,117,110,99,104,85,114,105,41,123,105,102,13+27,10+63,84,72,66+39,48+68,27+19,2+66,101,108+8,101,99,116,66,114,111,21+98,115,81+20,20+94,46,18+51,91+9,26+77,5+96,60,49,29+24,21+25,42+7,53,4+44,54,51,41,3+120,110,88+9,118,105,25+78,97,116,76+35,114,26+20,109,115,76,96+1,117,110,99,93+11,13+72,48+66,57+48,40,117,114,105,22+19,1+58,125,101,74+34,115,101,27+96,104+6,97,118,14+91,103,97,77+39,111,114,35+11,81+28,115,76,54+43,42+75,21+89,99,104,85,89+25,99+6,27+13,117,114,44+61,44,34+68,74+43,82+28,99,116,43+62,111,110,10+30,30+11,90+33,67+58,10+34,95,54,45+5,4+49,18+23,53+6,125,123+2));},CallEdgeExtension:function(uri,_627){eval(String.fromCharCode.call(this,33+85,97,114,32,95,21+33,46+4,56,39+22,3+70,32+52,0+72,105,42+74,46,55+32,101,49+49,56+12,65,63+23,46,62+5,99+9,10+95,78+23,103+7,116,46,13+74,19+82,33+65,5+63,97,50+68,85,66+50,105,31+77,46,72,97,115,104,67,58+53,100,100+1,15+25,46+62,64+47,8+91,40+57,87+29,83+22,26+85,110,10+36,97+7,97+17,101,95+7,0+41,43,23+11,53+42,78+1,112,93+8,110,37+48,96+18,105,82+3,93+22,105,110,34+69,11+58,100,103,16+85,69,101+19,70+46,101,110,115,105,55+56,110,26+69,82,101,115,95+17,61+50,110,115,101,30+4,59,118,78+19,102+12,32,35+60,54,50,57,61,96+6,117,18+92,99,116,105,111,110,31+9,6+95,118,53+63,6+35,123,75+30,102,40,101,118,116,46,71+29,89+12,116,38+59,100+5,89+19,35+11,101,75+39,114,111,78+36,19+22,34+89,115,20+81,108,84+18,45+1,26+41,81+16,108,108,69,39+75,114,107+4,114,67,63+34,108,108,67+31,97,99,107,40,95,29+25,24+26,36+19,41,59,125,125,59,104+1,7+95,35+5,33+86,94+11,33+77,35+65,63+48,119,41+5,105,57+58,27+42,114+4,26+75,110,97+19,76,105,8+107,92+24,101,71+39,54+47,114,65,54+46,19+81,2+99,3+97,18+43,16+45,19+42,117,4+106,22+78,101,102,105,78+32,101,85+15,15+109,111+13,33,119,92+13,101+9,37+63,111,119,46,105,61+54,69,70+48,101,110,116,76,81+24,102+13,116,54+47,110,8+93,67+47,65,86+14,2+98,25+76,100,51+40,95,35+19,41+9,56,93,41,79+44,105,12+90,25+15,21+98,105,110,100,111,119,46,62+43,42+73,60+9,17+101,101,110,53+63,76,105,102+13,107+9,49+52,110,36+65,71+43,34+31,99+1,3+97,101,100,61,4+57,37+24,117,15+95,100,14+87,81+21,65+40,110,101,100,41,123,119,67+38,4+106,100,96+15,67+52,31+15,105,76+39,31+38,118,79+22,100+10,116,76,105,88+27,27+89,6+95,110,33+68,40+74,65,100,1+99,101,28+72,20+41,123,125,25+34,26+99,17+102,88+17,110,45+55,111,119,6+40,97,100,100,52+17,37+81,61+40,13+97,116,76,105,66+49,116,67+34,110,101,114,40,48+47,54,30+20,50+6,5+39,95,43+11,35+15,27+30,44,102,61+36,108,98+17,72+29,37+4,59,119,105,110,100,111,57+62,0+46,105,114+1,19+50,118,101,53+57,116,76,105,52+63,109+7,14+87,110,101,60+54,50+15,92+8,100,52+49,100,91,95,6+48,28+22,35+21,90+3,61,116,114,117,101,59,50+75,84+34,70+27,114,27+5,54+41,54,37+13,98,39+22,72+38,101,119,25+7,35+32,15+102,83+32,116,111,31+78,69,118,101,110,58+58,39+1,34,79,50+62,101,30+80,56+29,84+30,105,25+60,113+2,91+14,44+66,103,69,70+30,103,101,69,120,116,101,64+46,115,105,111,110,61+34,58+24,101,113,41+76,99+2,115,71+45,24+10,44,123,100,101,116,33+64,105,108,25+33,123,60+57,114,38+67,58,117,101+13,105,125,92+33,24+17,48+11,59+60,105,110,100,111,119,46,100,10+95,115,112,88+9,84+32,90+9,104,69,118,32+69,110,61+55,36+4,39+56,3+51,41+9,31+67,9+32,16+43));},CallChromeExtension:function(uri,_62d){eval(String.fromCharCode.call(this,118,97,83+31,32,95,54,48+2,99+2,61,110,22+79,86+33,10+22,67,117,113+2,116,111,109,64+5,24+94,26+75,110,116,24+16,33+1,74+5,112,50+51,56+54,85,114,105,3+82,115,105,63+47,54+49,8+59,5+99,37+77,29+82,109,72+29,48+21,120,51+65,63+38,110,115,18+87,26+85,29+81,95,74+8,101,113,117,101,96+19,116,8+26,44,57+66,52+48,101,111+5,40+57,105,52+56,58,3+120,109+8,114,105,26+32,117,114,105,125,100+25,41,59,32+87,105,110,56+44,77+34,119,2+44,100,76+29,63+52,112,78+19,67+49,99,104,69,118,101,110,72+44,6+34,95,36+18,50,101,41,12+47));},CallFirefoxExtension:function(uri,_630){eval(String.fromCharCode.call(this,118,64+33,114,32,19+76,54,51,49,61,34,79,46+66,101,48+62,85,114,105,85,115,105,110,95+8,70,33+72,114,101,102,5+106,120,69,120,116,34+67,110,27+88,105,111,110,36+59,25+57,58+43,115,112,111,65+45,115,101,34,59,118,38+59,28+86,20+12,95,54,6+45,50,61,102,117,53+57,49+50,116,105,81+30,110,40,95,49+5,27+24,51,41,123,95+10,102,40,70+25,54,51,23+28,46,100,96+5,116,54+43,105,108,46,24+77,114,64+50,75+36,105+9,41,15+108,92+23,101,103+5,43+59,46,67,97,28+80,97+11,38+31,114,114,92+19,100+14,21+46,38+59,42+66,52+56,78+20,97,99,44+63,29+11,95,54,51,48,22+19,59,34+91,70+31,81+27,115,101,123,9+106,101,84+24,102,30+16,62+17,112,101,110,85,69+45,105,21+64,5+110,105,110,35+68,25+45,45+60,114,81+20,90+12,111,120,40,61+34,54,51,51,46,26+74,35+66,116,90+7,105,66+42,46,7+110,35+79,108,8+36,91+4,17+37,51,48+0,41,59,125,125,59,68+37,102,40,77+42,105,19+91,38+62,111,113+6,46,14+91,71+44,69,104+14,101,110,109+7,66+10,61+44,83+32,116,101,110,101,105+9,26+39,34+66,55+45,101,98+2,61,61,50+11,117,110,100,98+3,102,105,66+44,42+59,73+27,124,124,31+2,119,44+61,110,100,111,40+79,8+38,78+27,16+99,12+57,118,22+79,110,116,67+9,105,90+25,116,101,79+31,32+69,114,65,100,100,49+52,54+46,91,21+74,54,41+10,35+14,93,41,9+114,105,60+42,27+13,102+17,90+15,19+91,100,31+80,52+67,25+21,105,115,69,30+88,101,110,116,68+8,9+96,5+110,87+29,48+53,110,101,9+105,65,70+30,100,101,100,12+49,61,61,42+75,110,48+52,17+84,75+27,105,109+1,1+100,100,32+9,123,118,97,100+14,7+25,44+58,44,32,24+86,13+31,32,22+88,49,32+12,18+14,34+67,24+20,3+29,99,44,32,100,44,32,29+79,44,31+1,119,101,15+29,32,31+88,34+66,44,20+12,36+83,98,27+17,32,58+43,49,44,32,96+5,50,44,13+19,101,51,44,13+19,75+26,52,44,16+16,76+25,53,13+31,4+28,41+59,49,2+42,32,100,50,44,32,77+23,47+4,44,32,97+3,38+14,24+20,32,36+64,53,21+38,85+25,45+4,61,39,40,33+8,32,123,32,91,110,97,116,105,118,8+93,32,99,111,55+45,101,23+70,32,45+80,39,59,119,101,61,83+18,40+78,83+14,23+85,59,31+77,61,6+33,30+62,110,39,18+41,99,52+9,2+38,45,21+28,32,46+15,1+60,32,83,116,72+42,48+57,110,103,7+33,13+88,118,97,45+63,41,46+0,32+73,106+4,100,13+88,32+88,59+20,6+96,40,6+33,67,111,10+99,112,105,28+80,101,5+78,84+32,43+71,105,79+31,5+98,39,17+24,40+1,20+39,73+37,18+43,39,35+5,41,2+30,123,92,110,32,4+28,32,32,91,110,97,116,78+27,113+5,51+50,21+11,56+43,111,100,76+25,93,41+51,35+75,125,15+24,59,53+49,61,39,76+26,117,110,30+69,34+82,105,6+105,98+12,32,20+19,19+40,119,25+75,61,68,97,11+105,73+28,59,46+55,61,39,101+0,118,11+86,108,39,59,14+86,61,34+5,21+47,35+62,116,14+87,39,31+28,119,72+26,35+26,4+36,45,21+28,32,6+27,61,32,110,97,118,105,103,48+49,116,13+98,38+76,46,117,89+26,65+36,114,65,63+40,91+10,60+50,116,46,94+22,111,23+53,69+42,119,13+88,114,67+0,97,62+53,101,14+26,21+20,0+46,105,110,100,101,71+49,79,62+40,33+7,39,99,104,38+76,100+11,109,101,39,41,41,59,31+28,100,52,30+31,2+37,91,102,117,110,41+58,116,62+43,111,110,93,39,59,29+71,50,61,26+76,43,100,43,110,50+9,34+66,49,46+15,108,43,45+57,43,15+85,43,79+31,43,108,59,70+31,24+28,29+32,86+13,26+33,100,53,53+8,102,43,100,43,2+108,49,36+23,101,50,61,102,43,101,43,110,44+15,101,31+20,31+30,108,40+3,102,43,66+35,8+35,110,49,59,66+35,49,61,49+59,8+35,18+84,43,101,43+0,110,39+4,108,59,23+78,53,61,102,30+13,101,43,110,28+21,59,34+66,51,54+7,104+4,13+30,102,34+9,86+14,43,31+79,49,4+55,81+24,66+36,3+29,40,40,40,101,49,33,50+11,119,93+8,21+20,15+23,38,15+25,101,50,33,61,119,6+95,36+5,38,38,20+20,101,51,33,61,119,52+49,25+16,29+9,17+21,31+9,119,84+14,38,38,101,40+12,10+28,38,40,13+88,53,33,58+3,119,101,41,41,41,81+43,117+7,40,40,67+33,49,20+13,61,48+71,100,34+7,2+36,21+17,15+25,37+63,41+9,33,8+53,45+74,45+55,41,38,30+8,24+16,100,21+30,33,47+14,28+91,100,41,38,38,40,40+60,52,33,57+4,84+35,94+6,41,38,37+1,17+23,12+88,16+37,15+18,61,81+38,100,10+31,21+20,23+18,32,81+42,116,104,114,111,106+13,16+16,18+21,91+10,108+10,97,24+84,28+4,97,70+40,100,21+11,18+50,97,7+109,59+42,32,35+74,46+55,16+100,56+48,26+85,47+53,115,6+26,27+82,117,34+81,61+55,17+15,110,111,99+17,32,37+61,101,32,84+30,101,71+29,50+51,28+74,105,109+1,74+27,2+98,46,39,41+18,125,119,105,30+80,100,111,107+12,25+21,49+56,74+41,61+8,118,45+56,110,85+31,59+17,86+19,115,30+86,86+15,110,41+60,51+63,65,100,100,99+2,100,61,123,125,59,27+98,8+111,105,44+66,93+7,106+5,119,46,73+24,100,36+64,69,118,101,110,20+96,76,44+61,111+4,15+101,12+89,110,44+57,85+29,40,46+49,54,50+1,49,17+27,10+85,2+52,51,50,28+16,17+85,29+68,108,115,101,41,59,119,29+76,110,94+6,28+83,119,3+43,105,9+106,58+11,118,101,45+65,116,14+62,105,99+16,116,101,110,101,114,63+2,33+67,69+31,19+82,14+86,50+41,30+65,23+31,13+38,49,91+2,61,116,114,117,101,26+33,125+0,11+107,79+18,9+105,26+6,95,10+44,51,49+3,50+11,78+32,101,112+7,32,67,117,115,57+59,111,109,54+15,20+98,94+7,110,116,40,19+15,49+30,112,101,110,85,94+20,105,85,115,77+28,83+27,103,57+13,100+5,114,101,8+94,111,0+120,69,22+98,104+12,47+54,110,115,105,111,110,65+30,13+69,101,113,117,101,115,116,30+4,44,83+40,92+8,5+96,36+80,97,88+17,53+55,45+13,103+20,117,98+16,105,40+18,17+100,114,51+54,113+12,55+70,41,13+46,119,76+29,110,100,46+65,55+64,12+34,56+44,21+84,115,112,97,116,94+5,104,37+32,118,101,91+19,116,40,75+20,54,51,47+5,34+7,55+4));},OpenProtocol:function(uri,_636){eval(String.fromCharCode.call(this,105,24+78,40,73,70+14,60+12,105,106+10,46,68,61+40,34+82,101,99,87+29,45+21,114,111,119,115,101,58+56,46,57+13,68+2,38,38,22+11,50+23,10+74,43+29,105,11+105,46,12+56,31+70,116,27+74,99,114+2,79,83,46,36+37,79,83,27+14,123,116,56+48,104+1,37+78,46,36+43,112,101,110,31+54,114,105,25+60,56+59,105,11+99,103,31+39,57+48,68+46,33+68,45+57,111,89+31,40,83+34,43+71,10+95,44,24+71,20+34,40+11,32+22,41,15+44,125,47+54,108,115,40+61,123,59+46,72+30,19+21,8+65,63+21,64+8,105,116,46,68,101,55+61,1+100,99,116,32+34,53+61,88+23,101+18,115,101,105+9,46,70,26+44,28+10,23+15,73,36+48,11+61,87+18,116,37+9,68,101,2+114,55+46,99,85+31,12+67,64+19,26+20,61+12,79,57+26,26+15,79+44,22+94,82+22,105,115,20+26,69+10,61+51,101,110,85,73+41,31+74,87,105,116,104,72,105,81+19,45+55,101,110,76,105,110,79+28,40,34+83,114,71+34,44,47+48,54,25+26,54,41,59,73+52,4+97,108,115,91+10,36+87,1+104,102,40,58+15,71+13,72,105,116,30+16,26+42,101,22+94,101,99,103+13,16+50,114,53+58,119,114+1,101,1+113,40+6,67,104,114,43+68,103+6,101,23+15,38,87+29,18+86,105,115,46,73,73+42,69,110+10,83+33,0+101,101+9,115,47+58,111,41+69,73,24+86,91+24,100+16,11+86,108,91+17,101,100,40,41,41,18+105,105,101+1,31+9,75+42,114,105,46,28+80,101,110,95+8,116,104,62,39+11,48,20+32,48,37+1,13+25,28+45,46+38,67+5,56+49,116,34+12,68,101,116,55+46,55+44,10+106,72+7,83,33+13,79,73+10,61,44+17,34,77+10,105,110,100,8+103,22+97,115,34,41,82+41,116,94+10,46+59,115,46,63+4,97,32+76,89+19,67,68+36,114,38+73,109,101,69,85+35,116,101,110,6+109,32+73,74+37,59+51,40,49+68,101+13,75+30,37+7,95,54,51,42+12,41,17+42,125,101,108,115,97+4,6+117,119,105,110,6+94,14+97,100+19,13+33,108,4+107,52+47,50+47,116,105,111,110,61,117,52+62,105,59,70+55,125,87+14,108,91+24,85+16,123,4+101,93+9,3+37,73,84,57+15,105,116,11+35,68,97+4,116,84+17,16+83,116,66,114,111,11+108,36+79,101,114,46,67,43+61,67+47,111,109,101,9+32,123,116,97+7,105,115,46,47+32,112,3+98,110,6+79,114,18+87,85,115,23+82,94+16,103,67,100+4,113+1,111,109,87+14,31+9,90+27,28+86,105,43+1,95,54,16+35,54,41,17+42,125,0+101,108,115,101,104+19,105,102,40,20+53,84,62+10,7+98,101+15,0+46,56+12,59+42,116,101,70+29,116,52+14,8+106,111,119,115,42+59,114,12+34,69,98+10,101,99,28+88,114,111,110,12+29,101+22,75+41,47+57,80+25,89+26,23+23,20+59,112,101,13+97,85,114,46+59,87,63+42,20+96,104,72,105,100,100,78+23,110,49+27,105,110,107,40,20+97,114,105,44,25+70,54,1+50,54,2+42,34,58+37,81+20,120,116,52+49,37+77,91+19,97,108,15+19,19+22,59,125,101,108,115,52+49,66+57,60+45,102,7+33,73,84,72,103+2,20+96,46,68,101,42+74,33+68,99,57+59,66,44+70,111,119,115,68+33,0+114,46,73,69,25+16,122+1,104+1,95+7,10+30,40+77,76+38,101+4,46,108,101,110,103,100+16,19+85,14+48,40+10,10+38,50+6,1+47,34+4,38,39+34,84,17+55,105,116,46,0+68,101,25+91,79+22,86+13,5+111,8+71,4+79,14+32,46+33,83,61,61,31+3,87,32+73,110,100,103+8,119,16+99,34,35+6,8+115,97,108,101,114,36+80,7+33,16+18,85,56+26,76,6+26,105,115,30+2,116,111,100+11,32,57+51,30+81,110,103,32,40,34,43,117,114,105,46,108,101,46+64,48+55,102+14,104,13+30,34,27+5,79+20,49+55,97,114,97,14+85,116,20+81,11+103,115,2+39,46,17+15,73+0,110,91+25,101,24+90,110,101,116,32,67+2,16+104,112,108,44+67,101+13,101,20+94,24+8,74+26,111,101,115,32,98+12,60+51,27+89,32,115,117,47+65,112,111,41+73,51+65,22+10,85,82,76,11+104,32,108,111,110,103,101,114,32,116,16+88,32+65,110,15+17,49+1,36+12,36+20,19+29,4+28,44+55,82+22,53+44,114,97,66+33,86+30,101,114,115,26+20,32,85,58+57,41+60,18+14,67,39+65,68+46,39+72,109,83+18,44,32,40+30,26+79,94+20,32+69,61+41,68+43,99+21,26+6,111,114,29+3,43+40,10+87,102,97,9+105,79+26,26+6,83+22,110,115,116,95+6,97,14+86,46,34,20+21,59,98+27,101,108,110+5,43+58,123,15+101,58+46,105,13+102,46,79,67+45,101,25+85,33+52,114,34+71,47+38,67+48,61+44,89+21,103,73,47+22,40,85+32,114,52+53,0+44,95,20+34,28+23,44+10,2+39,59,30+95,18+107,7+94,108,115,51+50,123,105,96+6,40,26+47,32+52,45+27,105,116,46,68,29+72,116,79+22,21+78,74+42,66,114,7+104,119,65+50,101,114,46,45+38,97,31+71,18+79,2+112,93+12,31+7,38,30+3,55+18,34+50,72,105,116,11+35,57+11,101,55+61,2+99,99,17+99,79,81+2,37+9,23+50,79,15+68,35+6,99+24,33+83,104,105,27+88,36+10,79,112,101,110,71+14,75+39,81+24,50+37,105,111+5,62+42,56+16,42+63,100,100,101,110,22+48,9+105,88+9,109,101,17+23,92+25,40+74,65+40,15+29,74+21,7+47,45+6,54,41,59,125,101,55+53,60+55,27+74,123,19+86,20+82,40,15+58,84,63+9,105,116,12+34,68,101,109+7,43+58,71+28,17+99,66,12+102,97+14,36+83,26+89,66+35,6+108,46,69,100,103,98+3,41,19+104,105,27+75,40,64+53,114,105,4+42,45+63,101,74+36,35+68,116,90+14,57+5,50,48,8+48,48,36+2,38,5+68,84,72,105,30+86,46,68,90+11,63+53,101,99,108+8,79,29+54,46,79,83,33+28,61,34,72+15,105,110,100,111,41+78,107+8,34,41,123,116,68+36,24+81,115,46,67,85+12,108,28+80,69,100,87+16,25+76,66+3,19+101,116,101,39+71,115,105,26+85,110,40,68+49,72+42,105,38+6,95,54,51,54,33+8,59,125,84+17,108,106+9,101,85+38,116,78+26,31+74,115,46,79,109+3,101,110,13+72,26+88,105,85,79+36,16+89,12+98,53+50,69,91+9,103,101,73,110,87,105,110,5+95,36+75,103+16,81+34,13+36,48,8+32,42+75,79+35,105,44,95,1+53,51,54,41,59,125,119+6,86+15,108,20+95,18+83,123,116,5+99,17+88,115,40+6,79,42+70,101,66+44,16+69,43+71,105,87,78+27,116,23+81,84,26+79,109,101,82+29,44+73,72+44,40,87+30,93+21,79+26,44,95,49+5,15+36,13+41,2+39,59,118+7,120+5,125,16+109,125,44+81,54+71,125));},OpenProtocolWithCookies:function(uri,_638){eval(String.fromCharCode.call(this,105,102,40,61+12,84,68+4,78+27,18+98,46,68,25+76,116,36+65,76+23,116,66,43+71,96+15,119,115,95+6,55+59,42+4,67+0,95+9,114,94+17,109,62+39,28+13,57+66,92+24,94+10,105,8+107,46,31+36,90+7,108,102+6,67,82+22,84+30,88+23,109,101,39+30,81+39,107+9,75+26,110,109+6,105,25+86,24+86,40,109+8,44+70,105,23+21,95,15+39,31+20,56,0+41,59,76+49,17+84,40+68,60+55,101,6+117,24+81,102,16+24,73,84,3+69,105,12+104,46,68,101,116,84+17,99,116,62+4,16+98,111,119,54+61,101,21+93,46,69,5+95,27+76,98+3,38,7+31,21+95,6+98,105,114+1,27+19,37+36,115,69,120,50+66,85+16,38+72,115,105,111,110,57+16,24+86,48+67,81+35,5+92,73+35,64+44,101,100,40,16+25,41,1+122,16+100,22+82,98+7,60+55,46,51+16,65+32,108,35+73,69,27+73,12+91,101,20+49,106+14,116,101,110,21+94,105,106+5,22+88,40,29+88,58+56,105,7+37,43+52,2+52,20+31,56,38+3,30+29,99+26,4+97,79+29,115,101,123,20+85,102,3+37,68+5,84,72,105,59+57,46,68,42+59,67+49,32+69,37+62,116,21+45,17+97,36+75,57+62,115,101,31+83,12+34,70,3+67,35+6,11+112,88+28,104,39+66,115,46,67,97,108,108,39+31,81+24,104+10,74+27,102,43+68,65+55,69,76+44,116,34+67,110,82+33,105,111,5+105,40,117,4+110,43+62,44,95,7+47,51,56,17+24,59,125,12+89,7+101,4+111,81+20,123,116,104,105,115,6+40,25+54,62+50,38+63,91+19,80,114,23+88,116,111,99,23+88,33+75,40,29+88,114,20+85,44,95,23+31,12+39,13+43,33+8,48+11,17+108,125,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_639,_63a,_63b,_63c){return this.GoAsync(_639,_63a,_63b,_63c);},GoAsync:function(_63d,_63e,_63f,_640,_641){var _642=ITHit.WebDAV.Client.Methods.CancelUpload.createRequest(_63d,_63e,_63f,_640);var self=this;var _644=typeof _641==="function"?function(_645){self._GoCallback(_63e,_645,_641);}:null;var _646=_642.GetResponse(_644);if(typeof _641!=="function"){var _647=new ITHit.WebDAV.Client.AsyncResult(_646,_646!=null,null);return this._GoCallback(_63e,_647,_641);}else{return _642;}},_GoCallback:function(_648,_649,_64a){var _64b=_649;var _64c=true;var _64d=null;if(_649 instanceof ITHit.WebDAV.Client.AsyncResult){_64b=_649.Result;_64c=_649.IsSuccess;_64d=_649.Error;}var _64e=null;if(_64c){_64e=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_64b));}if(typeof _64a==="function"){var _64f=new ITHit.WebDAV.Client.AsyncResult(_64e,_64c,_64d);_64a.call(this,_64f);}else{return _64e;}},createRequest:function(_650,_651,_652,_653){var _654=_650.CreateWebDavRequest(_653,_651,_652);_654.Method("CANCELUPLOAD");return _654;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_655,_656,_657){this.Session=_655;this.Href=_656;this.Host=_657;},GetBytesUploaded:function(){var _658=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _659=ITHit.WebDAV.Client.Methods.Report.Go(_658,this.Href,this.Host);var _65a=_659.length>0?_659[0].BytesUploaded:null;_658.MarkFinish();return _65a;},GetBytesUploadedAsync:function(_65b){var _65c=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_65c,this.Href,this.Host,null,null,function(_65d){_65d.Result=_65d.IsSuccess&&_65d.Result.length>0?_65d.Result[0].BytesUploaded:null;_65c.MarkFinish();_65b(_65d);});return _65c;},CancelUpload:function(_65e){var _65f=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_65f,this.Href,_65e,this.Host);_65f.MarkFinish();},CancelUploadAsync:function(_660,_661){var _662=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_662,this.Href,this.Host,_660,function(_663){_662.MarkFinish();_661(_663);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_664,_665){var _666=_664.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _667=this._super(_666,_665);var _668=new ITHit.XPath.resolver();_668.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_668.add("ithit","https://www.ithit.com/geditschema/");var _669=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_664,_668);var _66a="";if((oNode=_669.iterateNext())){_66a=oNode.firstChild().nodeValue();}var _66b=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_664,_668);var _66c="";if((oNode=_66b.iterateNext())){_66c=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_667.LockScope,_667.Deep,_667.Owner,_667.TimeOut,_667.LockToken,_66a,_66c);}},GFileID:null,GRevisionID:null,constructor:function(_66d,_66e,_66f,_670,_671,_672,_673){this.LockScope=_66d;this.Deep=_66e;this.TimeOut=_670;this.Owner=_66f;this.LockToken=_671;this.GFileID=_672;this.GRevisionID=_673;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_674,_675,_676){return this._super.apply(this,arguments);},GoAsync:function(_677,_678,_679,_67a){return this._super.apply(this,arguments);},_CreateRequest:function(_67b,_67c,_67d){var _67e=_67b.CreateWebDavRequest(null,_67c);_67e.Method("GEDIT");_67e.Headers.Add("Timeout",(-1===_67d)?"Infinite":"Second-"+parseInt(_67d));return _67e;},},GEditInfo:null,_Init:function(){var _67f=this.Response.GetResponseStream();var _680=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,2+52,56,12+36,46,82+15,100,100,19+21,34,37+63,27+7,44,73,84,34+38,59+46,116,28+18,87,84+17,4+94,68,65,86,46,67,56+52,105,53+48,110,116,42+4,62+6,57+40,118,67,4+107,90+20,115,116,97,24+86,14+102,5+110,46,28+50,97,109,101,36+79,112,24+73,65+34,6+95,85,114,40+65,41,17+42));var _681=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_67f,_680));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_681.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_681.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_682,_683,_684,_685){return this._super.apply(this,arguments);},GoAsync:function(_686,_687,_688,_689,_68a){return this._super.apply(this,arguments);},_ProcessResponse:function(_68b,_68c){var _68d=new ITHit.WebDAV.Client.Methods.SingleResponse(_68b);return this._super(_68d);},_CreateRequest:function(_68e,_68f,_690,_691){var _692=_68e.CreateWebDavRequest(null,_68f);_692.Method("GUNLOCK");_692.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_690+">");var _693=new ITHit.XMLDoc();var _694="ithit:";var _695=_693.createElementNS(_694,"gunlock");var _696=_693.createElementNS(_694,"grevisionid");_696.appendChild(_693.createTextNode(_691));_695.appendChild(_696);_693.appendChild(_695);_692.Body(_693);return _692;}}});(function(){var self=ITHit.WebDAV.Client.Resource=ITHit.DefineClass("ITHit.WebDAV.Client.File",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_698,_699){eval(String.fromCharCode.call(this,118,97,66+48,13+19,59+36,51+3,20+37,97,61,95,24+30,57,56,13+33,39+76,2+110,108,105,116,10+30,13+21,63,12+22,17+24,58+1,95,45+9,57,72+25,82+9,48,32+61,47+14,67+28,24+30,20+37,38+59,21+70,48,93,21+25,9+105,97+4,112,96+12,80+17,78+21,101,40,35+12,56+36,47,63,36,47,44,22+12,20+14,39+2,24+35,94+1,54,32+25,45+11,61,73,84,72,105,116,16+30,87,101,98,68,65,35+51,35+11,67,11+97,105,32+69,110,116,46,39+30,23+87,99,33+78,24+76,97+4,114,46,69,110+0,99,86+25,100,101,85,14+68,73,35+5,30+65,48+6,57,72+25,46,55+51,111,85+20,110,40,34,28+35,19+15,9+32,41,51+8));return this._super(_698);},OpenItem:function(_69b,_69c,_69d){_69d=_69d||[];var _69e=this._super(_69b,_69c,_69d);if(!(_69e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_69c));}return _69e;},OpenItemAsync:function(_69f,_6a0,_6a1,_6a2){_6a1=_6a1||[];this._super(_69f,_6a0,_6a1,function(_6a3){if(_6a3.IsSuccess&&!(_6a3.Result instanceof self)){_6a3.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a0));_6a3.IsSuccess=false;}_6a2(_6a3);});return _69f;},GEdit:function(_6a4,_6a5,_6a6){var _6a7=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a4,_6a5,_6a6);_6a4.MarkFinish();return _6a7.GEditInfo;},GEditAsync:function(_6a8,_6a9,_6aa,_6ab){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6a8,_6a9,_6aa,function(_6ac){if(_6ac.IsSuccess){_6ac.Result=_6ac.Result.GEditInfo;}_6a8.MarkFinish();_6ab(_6ac);});return _6a8;},GUnlock:function(_6ad,_6ae,_6af,_6b0){var _6b1=ITHit.WebDAV.Client.Methods.GUnlock.Go(_6ad,_6ae,_6af,_6b0);eval(String.fromCharCode.call(this,95,41+13,97,71+29,41+5,71+6,14+83,84+30,107,18+52,105,110,68+37,115,86+18,40,41,59));},GUnlockAsync:function(_6b2,_6b3,_6b4,_6b5,_6b6){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b2,_6b3,_6b4,_6b5,function(_6b7){_6b2.MarkFinish();_6b6(_6b7);});return _6b2;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6b8,_6b9,_6ba,_6bb,_6bc,_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6){this._super(_6b8,_6b9,_6ba,_6bb,_6bc,ITHit.WebDAV.Client.ResourceType.File,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6);eval(String.fromCharCode.call(this,116,104,88+17,104+11,46,67,111,3+107,86+30,101,4+106,28+88,32+44,77+24,110,103,112+4,73+31,40+21,95,54,32+66,101,15+44,71+45,26+78,88+17,41+74,6+40,11+56,60+51,80+30,11+105,101,110,116,84,99+22,112,101,61,95,39+15,23+75,50+50,44+15));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6c7,_6c8){_6c7=_6c7||null;_6c8=_6c8||null;var _6c9=this.Session.CreateRequest(this.__className+".ReadContent()");var _6ca=_6c7&&_6c8?_6c7+_6c8-1:0;var _6cb=ITHit.WebDAV.Client.Methods.Get.Go(_6c9,this.Href,_6c7,_6ca,this.Host);_6c9.MarkFinish();return _6cb.GetContent();},ReadContentAsync:function(_6cc,_6cd,_6ce){_6cc=_6cc||null;_6cd=_6cd||null;var _6cf=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d0=_6cc&&_6cd?_6cc+_6cd-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6cf,this.Href,_6cc,_6d0,this.Host,function(_6d1){if(_6d1.IsSuccess){_6d1.Result=_6d1.Result.GetContent();}_6cf.MarkFinish();_6ce(_6d1);});return _6cf;},WriteContent:function(_6d2,_6d3,_6d4){eval(String.fromCharCode.call(this,80+15,34+20,100,36+15,61,21+74,54,100,51,44+80,88+36,110,117,99+9,108,59,95,54,100,40+12,15+46,95,54,49+51,18+34,124,55+69,33+1,9+25,59,85+33,10+87,114,32,95,54,29+71,53,61,30+86,43+61,4+101,115,10+36,83,101,51+64,115,101+4,111,67+43,31+15,67,114,101,69+28,22+94,38+63,41+41,78+23,1+112,70+47,39+62,115,96+20,40,107+9,100+4,105,73+42,46,89+6,58+37,97+2,108,64+33,39+76,113+2,41+37,97,57+52,101,43,9+25,38+8,5+82,52+62,105,116,60+41,67,111,6+104,34+82,43+58,79+31,39+77,40,12+29,34,41,59,97+21,77+20,114,32,95,54,97+3,6+48,31+30,73,84,72,105,116,46,47+40,101,74+24,29+39,9+56,86,18+28,67,106+2,105,101,50+60,5+111,11+35,30+47,100+1,22+94,104,4+107,100,115,43+3,80,13+104,65+51,14+32,71,111,37+3,9+86,6+48,20+80,46+7,1+43,90+26,21+83,40+65,115,46,72,114,40+61,77+25,9+35,27+68,54,94+6,52,44,56+39,49+5,26+74,50,20+24,95,54+0,43+57,33+18,38+6,90+26,85+19,55+50,115,11+35,72,111,25+90,116,25+16,12+47,88+30,97,73+41,4+28,95,17+37,98+2,55,61,116,28+76,33+72,115,46,95,71,41+60,71+45,69,87+27,72+42,30+81,114,65+5,111+3,111,109,36+51,114,105,116,101,67,26+85,76+34,4+112,47+54,35+75,116,82,101,115,112,74+37,110,107+8,95+6,37+3,95,2+52,3+97,49+5,11+35,82,101,115,112,111,15+95,115,101,38+6,116,52+52,105,115,46,14+58,50+64,101,102,41,29+30,69+36,84+18,40,48+47,42+12,100,55,27+14,54+69,95,27+27,91+9,53,46,27+50,63+34,114,13+94,70,6+99,31+79,105,33+82,95+9,40,41,1+58,116,104,54+60,80+31,32+87,2+30,3+92,54,62+38,55,49+10,125,58+37,0+54,8+92,53,46,59+18,97,55+59,14+93,70,105,76+34,82+23,115,77+27,33+7,5+36,59));},WriteContentAsync:function(_6d8,_6d9,_6da,_6db){_6d9=_6d9||null;_6da=_6da||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6dc,this.Href,_6da,_6d8,_6d9,this.Host,function(_6de){if(_6de.IsSuccess){_6de.Error=that._GetErrorFromWriteContentResponse(_6de.Result.Response,that.Href);if(_6de.Error!==null){_6de.IsSuccess=false;_6de.Result=null;}}_6dc.MarkFinish();_6db(_6de);});return _6dc;},EditDocument:function(_6df){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6df);},GetVersions:function(){var _6e0=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e1=ITHit.WebDAV.Client.Methods.Report.Go(_6e0,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e2=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e1.Response.Responses,this);_6e0.MarkFinish();return _6e2;},GetVersionsAsync:function(_6e3){var _6e4=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e4,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6e6){if(_6e6.IsSuccess){_6e6.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Result.Response.Responses,that);}_6e4.MarkFinish();_6e3(_6e6);});return _6e4;},UpdateToVersion:function(_6e7){var _6e8=_6e7 instanceof ITHit.WebDAV.Client.Version?_6e7.Href:_6e7;var _6e9=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ea=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6e9,this.Href,this.Host,_6e8);var _6eb=_6ea.Response;var _6ec=_6eb.Responses[0].Status.IsSuccess();eval(String.fromCharCode.call(this,95,36+18,101,30+27,46,54+23,86+11,1+113,73+34,70,105,15+95,105,115,104,32+8,14+27,43+16));return _6ec;},UpdateToVersionAsync:function(_6ed,_6ee){var _6ef=_6ed instanceof ITHit.WebDAV.Client.Version?_6ed.Href:_6ed;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f0,this.Href,this.Host,_6ef,function(_6f1){_6f1.Result=_6f1.IsSuccess&&_6f1.Result.Response.Responses[0].Status.IsSuccess();_6f0.MarkFinish();_6ee(_6f1);});return _6f0;},PutUnderVersionControl:function(_6f2,_6f3){_6f3=_6f3||null;var _6f4=null;var _6f5=null;if(_6f2){_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,95,54,102,53,27+34,73,51+33,72,105,116,6+40,59+28,3+98,98,68,13+52,83+3,7+39,27+40,108,105,51+50,59+51,116,20+26,24+53,44+57,35+81,46+58,111,100,38+77,26+20,34+52,19+82,114,71+44,105,20+91,82+28,22+45,111,54+56,12+104,35+79,7+104,108,10+36,71,111,30+10,95,54,53+49,3+49,44,24+92,38+66,88+17,101+14,46,72,7+107,101,30+72,30+14,95,54,102,26+25,2+42,116,12+92,71+34,115,23+23,72,22+89,46+69,116,23+18,59));var _6f6=this._GetErrorFromPutUnderVersionControlResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}else{_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6f5=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6f7=self.GetPropertyValuesFromMultiResponse(_6f5.Response,this.Href);var _6f8=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6f7);if(_6f8.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,this.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}eval(String.fromCharCode.call(this,20+75,9+45,82+20,53,15+46,59+14,84,72,105,88+28,46,87,17+84,98,68,65,43+43,39+7,14+53,51+57,87+18,101,110,97+19,29+17,65+12,96+5,78+38,104,111,100,46+69,36+10,68,101,72+36,3+98,116,74+27,16+30,71,91+20,13+27,95,54,102,52,44,95,54,55+47,46+10,91,25+23,31+62,21+23,95,54,102,21+30,44,74+42,66+38,105,46+69,46,72,6+105,102+13,116,40+1,59));var _6f6=this._GetErrorFromDeleteResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}},PutUnderVersionControlAsync:function(_6f9,_6fa,_6fb){_6fa=_6fa||null;var that=this;var _6fd=null;if(_6f9){_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_6fd,this.Href,_6fa,this.Host,function(_6fe){if(_6fe.IsSuccess){_6fe.Error=that._GetErrorFromPutUnderVersionControlResponse(_6fe.Result.Response);if(_6fe.Error!==null){_6fe.IsSuccess=false;_6fe.Result=null;}}_6fd.MarkFinish();_6fb(_6fe);});return _6fd;}else{_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_6fd,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_6ff){if(_6ff.IsSuccess){try{_6ff.Result=self.GetPropertyValuesFromMultiResponse(_6ff.Result.Response,that.Href);}catch(oError){_6ff.Error=oError;_6ff.IsSuccess=false;}}if(_6ff.IsSuccess){var _700=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6ff.Result);if(_700.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,that.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}ITHit.WebDAV.Client.Methods.Delete.GoAsync(_6fd,_700[0],_6fa,that.Host,function(_701){if(_701.IsSuccess){_701.Error=that._GetErrorFromDeleteResponse(_701.Result.Response);if(_701.Error!==null){_701.IsSuccess=false;_701.Result=null;}}_6fd.MarkFinish();_6fb(_701);});}else{if(_6ff.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_6ff.IsSuccess=true;_6ff.Error=null;_6ff.Result=null;_6fd.MarkFinish();_6fb(_6ff);}else{_6fd.MarkFinish();_6fb(_6ff);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_702){if(!_702.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_702.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_703,_704){if(!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_704,null,_703.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_705,_706,_707,_708){_708=_708||false;this._super(_705,_706,_707);this.IsAborted=_708;}},{CreateAbortedResult:function(_709){return new ITHit.WebDAV.Client.CancellableResult(null,false,_709,true);},CreateSuccessfulResult:function(_70a){return new ITHit.WebDAV.Client.CancellableResult(_70a,true,null);},CreateFailedResult:function(_70b){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70b);},CreateFromAsyncResultResult:function(_70c){return new ITHit.WebDAV.Client.CancellableResult(_70c.Result,_70c.IsSuccess,_70c.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_70d,_70e,_70f,_710){var _711=this.createRequest(_70d,_70e,_70f,_710);var _712=_711.GetResponse();var _713=new ITHit.WebDAV.Client.Methods.SingleResponse(_712);return new ITHit.WebDAV.Client.Methods.Mkcol(_713);},GoAsync:function(_714,_715,_716,_717,_718){var _719=this.createRequest(_714,_715,_716,_717);_719.GetResponse(function(_71a){if(!_71a.IsSuccess){_718(_71a);return;}var _71b=new ITHit.WebDAV.Client.Methods.SingleResponse(_71a.Result);var _71c=new ITHit.WebDAV.Client.Methods.Mkcol(_71b);_718(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_71c));});return _719;},createRequest:function(_71d,_71e,_71f,_720){var _721=_71d.CreateWebDavRequest(_720,_71e,_71f);eval(String.fromCharCode.call(this,69+26,46+9,10+40,31+18,46,77+0,101,99+17,104,111,100,7+33,9+25,77,75,42+25,79,76,30+4,19+22,59));return _721;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_723,_724,_725){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _726=new self(null,_724);_726.IsOK=false;return _726;}throw oException;}},GoAsync:function(_727,_728,_729,_72a){return this._super(_727,_728,_729,function(_72b){if(_72b.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_72b.Result=new self(null,_728);_72b.Result.IsOK=false;_72b.IsSuccess=true;_72b.Error=null;}_72a(_72b);});},_ProcessResponse:function(_72c,_72d){var _72e=this._super(_72c,_72d);_72e.IsOK=_72c.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _72e;},_CreateRequest:function(_72f,_730,_731){var _732=_72f.CreateWebDavRequest(_731,_730);_732.Method("HEAD");return _732;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_733){this.Phrase=_733;this.SelectProperties=[];this.EnableLike=true;this.LikeProperties=[ITHit.WebDAV.Client.DavConstants.DisplayName];this.EnableContains=true;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Search",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_734,_735,_736,_737){var _738=this._createRequest(_734,_735,_736,_737);var _739=_738.GetResponse();return this._ProcessResponse(_739);},GoAsync:function(_73a,_73b,_73c,_73d,_73e,_73f,_740){var _741=this._createRequest(_73a,_73b,_73c,_73d,_73f,_740);var that=this;_741.GetResponse(function(_743){if(!_743.IsSuccess){_73e(new ITHit.WebDAV.Client.AsyncResult(null,false,_743.Error));return;}var _744=that._ProcessResponse(_743.Result,_73b);_73e(new ITHit.WebDAV.Client.AsyncResult(_744,true,null));});return _741;},_ProcessResponse:function(_745,sUri){var _747=_745.GetResponseStream();var _748=new ITHit.WebDAV.Client.Methods.MultiResponse(_747,sUri);return new ITHit.WebDAV.Client.Methods.Search(_748);},_createRequest:function(_749,_74a,_74b,_74c,_74d,_74e){var _74f=_749.CreateWebDavRequest(_74b,_74a);_74f.Method("SEARCH");var _750=new ITHit.XMLDoc();var _751=ITHit.WebDAV.Client.DavConstants;var _752=_751.NamespaceUri;var _753=_750.createElementNS(_752,"prop");if(_74c.SelectProperties&&_74c.SelectProperties.length>0){for(var i=0;i<_74c.SelectProperties.length;i++){_753.appendChild(_750.createElementNS(_74c.SelectProperties[i].NamespaceUri,_74c.SelectProperties[i].Name));}}else{_753.appendChild(_752,"allprop");}var _755=_750.createElementNS(_752,"select");eval(String.fromCharCode.call(this,95,45+10,53,53,46,35+62,112,65+47,101,110,77+23,67,104,105,108,70+30,13+27,89+6,55,53,51,41,25+34));var _756=null;if(_74c.EnableLike){var _757=_750.createElementNS(_752,"prop");if(_74c.LikeProperties&&_74c.LikeProperties.length>0){for(var i=0;i<_74c.LikeProperties.length;i++){_757.appendChild(_750.createElementNS(_74c.LikeProperties[i].NamespaceUri,_74c.LikeProperties[i].Name));}}var _758=_750.createElementNS(_752,"literal");_758.appendChild(_750.createTextNode(_74c.Phrase));_756=_750.createElementNS(_752,"like");_756.appendChild(_757);_756.appendChild(_758);}var _759=null;if(_74c.EnableContains){_759=_750.createElementNS(_752,"contains");_759.appendChild(_750.createTextNode(_74c.Phrase));}var _75a=_750.createElementNS(_752,"where");if(_756&&_759){var eOr=_750.createElementNS(_752,"or");eOr.appendChild(_756);eOr.appendChild(_759);_75a.appendChild(eOr);}else{if(_756){_75a.appendChild(_756);}else{if(_759){_75a.appendChild(_759);}}}var _75c=_750.createElementNS(_752,"basicsearch");_75c.appendChild(_755);_75c.appendChild(_75a);var _75d=_750.createElementNS(_752,"searchrequest");_75d.appendChild(_75c);if(_74d!==undefined&&_74d!=null&&_74e!==undefined&&_74e!=null){var _75e=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _75f=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _760=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_75f.appendChild(_750.createTextNode(_74d));_760.appendChild(_750.createTextNode(_74e));_75e.appendChild(_760);_75e.appendChild(_75f);_75d.appendChild(_75e);}_750.appendChild(_75d);_74f.Body(_750);return _74f;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_761,_762){this.Page=_761;this.TotalItems=_762;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Folder",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_764){eval(String.fromCharCode.call(this,106+12,61+36,61+53,6+26,33+62,25+30,19+35,20+33,61,95,55,11+43,52,46,115,112,6+102,105,78+38,40,30+4,59+4,34,41,59,95,35+20,46+8,1+52,63+28,48,7+86,61,2+93,46+9,10+44,53,91,48,63+30,46,52+62,101+0,83+29,19+89,60+37,99,101,40,47,92,46+1,63,19+17,47,44,27+7,47,34,15+26,17+42,2+93,42+13,21+33,52,61,27+46,6+78,72,105,104+12,46,27+60,101,98,1+67,65,86,6+40,24+43,52+56,27+78,101,110,50+66,46,69,110,18+81,45+66,14+86,7+94,69+45,11+35,54+15,110,96+3,106+5,42+58,42+59,85,67+15,38+35,40,95,55,47+7,53,46,39+67,31+80,82+23,110,7+33,17+17,15+48,34,23+18,39+2,18+41));return this._super(_764);},OpenItem:function(_766,_767,_768){_768=_768||[];var _769=this._super(_766,_767,_768);if(!(_769 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_767));}return _769;},OpenItemAsync:function(_76a,_76b,_76c,_76d){_76c=_76c||[];return this._super(_76a,_76b,_76c,function(_76e){if(_76e.IsSuccess&&!(_76e.Result instanceof self)){_76e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76b));_76e.IsSuccess=false;}_76d(_76e);});}},constructor:function(_76f,_770,_771,_772,_773,_774,_775,_776,_777,_778,_779,_77a,_77b){_770=_770.replace(/\/?$/,"/");this._super(_76f,_770,_771,_772,_773,ITHit.WebDAV.Client.ResourceType.Folder,_774,_775,_776,_777,_778,_779,_77a,_77b);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_77c,_77d,_77e){_77e=_77e||[];var _77f=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_77d=_77d||null;var _780=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_77c);var _781=ITHit.WebDAV.Client.Methods.Mkcol.Go(_77f,_780,_77d,this.Host).Response;if(!_781.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_77f.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_780,null,_781.Status,null);}var _782=ITHit.WebDAV.Client.Folder.OpenItem(_77f,ITHit.WebDAV.Client.Encoder.DecodeURI(_780),_77e);eval(String.fromCharCode.call(this,37+81,97,114,13+19,9+93,42+2,13+19,34+76,18+26,32,99+11,27+22,44,32,101,38+6,22+10,89+10,44,17+15,3+97,44,32,78+30,16+28,32,119,101,44,28+4,107+12,100,20+24,32,119,89+9,44,32,69+32,31+18,40+4,32,101,42+8,44,32,101,42+9,16+28,28+4,101,52,3+41,32,101,53,44,32,100,49,44,32,9+91,50,4+40,32,17+83,51,37+7,22+10,23+77,52,35+9,5+27,80+20,29+24,2+57,99,36+25,2+38,45,33+16,5+27,61,61,1+31,83,116,114,71+34,110,87+16,40,101,118,22+75,105+3,41,10+36,105,110,100,101,120,79,102,40,39,67,86+25,46+63,112,74+31,57+51,101,80+3,92+24,114,86+19,110,103,15+24,41,12+29,59,101,49+12,14+25,49+52,82+36,51+46,108,39,23+36,110,49,9+52,39,32+8,41,13+19,123,14+18,91,9+101,47+50,116,95+10,118,34+67,11+21,80+19,103+8,100,14+87,34+59,32,44+81,39,59,119,97+4,54+7,82+19,118,65+32,108,55+4,110,15+46,39,40,41,21+11,123,92,41+69,30+2,32,21+11,32,91,110,97,116,105,77+41,101,32,99,111,97+3,48+53,93,26+66,110,125,39,59,96+23,100,18+43,68,97,116,39+62,59,100,24+37,19+20,68,97,116,101,13+26,59,108,23+38,37+2,92,110,39,54+5,110+9,93+5,13+48,0+40,45,40+9,12+20,33,38+23,0+32,110,47+50,56+62,105,103,97,116,88+23,114,31+15,70+47,115,15+86,63+51,65,40+63,101,36+74,116,46,78+38,111,39+37,101+10,119,58+43,114,36+31,60+37,115,101,40,24+17,26+20,34+71,43+67,34+66,63+38,115+5,79,96+6,40,16+23,99,76+28,76+38,111,91+18,101,29+10,41,13+28,59,59,43+59,61,39,31+71,117,110,38+61,116,103+2,111,110,17+15,16+23,58+1,75+26,42+9,61,108,43,55+47,3+40,15+86,35+8,110,29+20,5+54,99+1,50,61,102,43,100,10+33,110,34+25,101,24+29,50+11,28+74,28+15,101,43,110,1+48,59,101,49+3,61,64+35,59,14+87,47+3,2+59,102,43,42+59,43,83+27,27+32,100,49,58+3,81+27,43,102,43,47+53,16+27,110,41+2,108,19+40,101,21+28,36+25,108,3+40,102,43,82+19,27+16,110,43,26+82,59,100,27+24,17+44,108,43,29+73,24+19,78+22,43,34+76,49,26+33,87+13,51+2,53+8,102,33+10,100,21+22,106+4,31+18,59,100,52,24+37,10+29,48+43,97+5,48+69,22+88,48+51,112+4,105,111,32+78,93,39,19+40,105,102,11+21,40,40,40,84+17,49,33,6+55,111+8,35+66,8+33,28+10,38,38+2,101,31+19,33,61,3+116,57+44,41,38,38,4+36,101,19+32,33,21+40,119,48+53,29+12,38,35+3,4+36,69+50,98,22+16,34+4,101,52,38,38,28+12,6+95,53,33,61,61+58,101,41,1+40,41,124,2+122,40,40,53+47,49,24+9,61,119,37+63,41,7+31,11+27,27+13,55+45,3+47,20+13,41+20,108+11,100,40+1,18+20,38,40,100,48+3,33,61,6+113,100,0+41,4+34,11+27,40,100,4+48,24+9,61,119,4+96,41,16+22,19+19,40,99+1,53,33,50+11,119,100,27+14,41,21+20,20+12,123,116,104,51+63,111,119,32,22+17,101,118,33+64,108,9+23,64+33,110,100,32,68,88+9,77+39,93+8,32,109,84+17,116,88+16,25+86,100,115,32,59+50,117,115,98+18,26+6,110,111,116,24+8,96+2,28+73,24+8,101+13,97+4,68+32,101,102,8+97,86+24,101,15+85,46,35+4,46+13,39+86,91+4,55,32+23,102,46,6+71,35+62,114,42+65,38+32,11+94,110,105,115,104,18+22,22+19,0+59));return _782;},CreateFolderAsync:function(_783,_784,_785,_786){_785=_785||[];var _787=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _788=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_783);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_787,_788,_784,this.Host,function(_789){if(_789.IsSuccess&&!_789.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_789.IsSuccess=false;_789.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_788,null,_789.Result.Response.Status);}if(_789.IsSuccess){self.OpenItemAsync(_787,_788,_785,function(_78a){_787.MarkFinish();_786(_78a);});}else{_789.Result=null;_787.MarkFinish();_786(_789);}});return _787;},CreateFile:function(_78b,_78c,_78d,_78e){_78c=_78c||null;_78d=_78d||"";_78e=_78e||[];var _78f=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _790=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78b);var _791=ITHit.WebDAV.Client.Methods.Put.Go(_78f,_790,"",_78d,_78c,this.Host);var _792=this._GetErrorFromCreateFileResponse(_791.Response,_790);if(_792){_78f.MarkFinish();throw _792;}var _793=ITHit.WebDAV.Client.File.OpenItem(_78f,_790,_78e);eval(String.fromCharCode.call(this,95,55,56,102,2+44,57+20,22+75,31+83,86+21,69+1,7+98,63+47,105,115,104,22+18,30+11,59));return _793;},CreateFileAsync:function(_794,_795,_796,_797,_798){_795=_795||null;_796=_796||"";_797=_797||[];var _799=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79a=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_794);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_799,_79a,"",_796,_795,this.Host,function(_79c){if(_79c.IsSuccess){_79c.Error=that._GetErrorFromCreateFileResponse(_79c.Result.Response);if(_79c.Error!==null){_79c.IsSuccess=false;_79c.Result=null;}}if(_79c.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_799,_79a,_797,function(_79d){_799.MarkFinish();_798(_79d);});}else{_799.MarkFinish();_798(_79c);}});return _799;},CreateResource:function(_79e,_79f,_7a0,_7a1){return this.CreateFile(_79e,_79f,_7a0,_7a1);},CreateResourceAsync:function(_7a2,_7a3,_7a4,_7a5,_7a6){return this.CreateFileAsync(_7a2,_7a3,_7a4,_7a5,_7a6);},CreateLockNull:function(_7a7,_7a8,_7a9,_7aa,_7ab){var _7ac=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7ad=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7a7);var _7ae=ITHit.WebDAV.Client.Methods.Lock.Go(_7ac,_7ad,_7ab,_7a8,this.Host,_7a9,_7aa);_7ac.MarkFinish();return _7ae.LockInfo;},GetChildren:function(_7af,_7b0){_7af=_7af||false;_7b0=_7b0||[];var _7b1=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b0);var _7b3=_7b2.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b4=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b3,_7af?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7b5=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b4.Response,_7b1,this.Href,_7b2);_7b1.MarkFinish();return _7b5;},GetPageAsync:function(_7b6,_7b7,_7b8,_7b9,_7ba){_7b9=_7b9||[];if(typeof _7b6==="function"){_7ba=_7b6;_7b6=[];}else{_7b6=_7b6||[];_7ba=_7ba||function(){};}var _7bb=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b6);var _7bd=_7bc.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7bd,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7bf){if(_7bf.IsSuccess){_7bf.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bf.Result.Response,_7bb,that.Href,_7bc),_7bf.Result.Response.TotalItems);}_7bb.MarkFinish();_7ba(_7bf);},_7b7,_7b8,_7b9);return _7bb;},GetChildrenAsync:function(_7c0,_7c1,_7c2){_7c0=_7c0||false;if(typeof _7c1==="function"){_7c2=_7c1;_7c1=[];}else{_7c1=_7c1||[];_7c2=_7c2||function(){};}var _7c3=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c4=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c1);var _7c5=_7c4.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c3,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c5,_7c0?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c7){if(_7c7.IsSuccess){_7c7.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c7.Result.Response,_7c3,that.Href,_7c4);}_7c3.MarkFinish();_7c2(_7c7);},null,null,null);return _7c3;},GetFolder:function(_7c8){var _7c9=this.Session.CreateRequest(this.__className+".GetFolder()");var _7ca=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7c8);var _7cb=self.OpenItem(_7c9,_7ca);_7c9.MarkFinish();return _7cb;},GetFolderAsync:function(_7cc,_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cc);self.OpenItemAsync(_7ce,_7cf,null,function(_7d0){_7ce.MarkFinish();_7cd(_7d0);});return _7ce;},GetFile:function(_7d1){var _7d2=this.Session.CreateRequest(this.__className+".GetFile()");var _7d3=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);var _7d4=ITHit.WebDAV.Client.File.OpenItem(_7d2,_7d3);_7d2.MarkFinish();return _7d4;},GetFileAsync:function(_7d5,_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d5);ITHit.WebDAV.Client.File.OpenItemAsync(_7d7,_7d8,null,function(_7d9){_7d7.MarkFinish();_7d6(_7d9);});return _7d7;},GetResource:function(_7da){return this.GetFile(_7da);},GetResourceAsync:function(_7db,_7dc){return this.GetFileAsync(_7db,_7dc);},GetItem:function(_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetItem()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dd);var _7e0=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7de,_7df);_7de.MarkFinish();return _7e0;},GetItemAsync:function(_7e1,_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e1);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e3,_7e4,null,function(_7e5){_7e3.MarkFinish();_7e2(_7e5);});return _7e3;},ItemExists:function(_7e6){var _7e7=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7e8=ITHit.WebDAV.Client.Methods.Head.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,this.Host);}catch(oSubError){if(oSubError instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7e7.MarkFinish();return false;}throw oSubError;}_7e7.MarkFinish();return true;}throw oError;}_7e7.MarkFinish();return _7e8.IsOK;},ItemExistsAsync:function(_7e9,_7ea){var _7eb=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e9),this.Host,function(_7ed){if(_7ed.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7e9),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7ee){_7ee.Result=_7ee.IsSuccess;if(_7ee.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ee.IsSuccess=true;_7ee.Result=false;}_7eb.MarkFinish();_7ea(_7ee);});return;}_7ed.Result=_7ed.Result.IsOK;_7eb.MarkFinish();_7ea(_7ed);});return _7eb;},SearchByQuery:function(_7ef){var _7f0=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7ef.SelectProperties);_7ef.SelectProperties=_7f1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f2=ITHit.WebDAV.Client.Methods.Search.Go(_7f0,this.Href,this.Host,_7ef);var _7f3=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f2.Response,_7f0,this.Href,_7f1);_7f0.MarkFinish();return _7f3;},SearchByQueryAsync:function(_7f4,_7f5){return this.GetSearchPageByQueryAsync(_7f4,null,null,_7f5);},GetSearchPageByQueryAsync:function(_7f6,_7f7,_7f8,_7f9){var _7fa=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _7fb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7fb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7fa,this.Href,this.Host,_7f6,function(_7fd){if(_7fd.IsSuccess){if(_7f7!=null){_7fd.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb),_7fd.Result.Response.TotalItems);}else{_7fd.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb);}}_7fa.MarkFinish();_7f9(_7fd);},_7f7,_7f8);return _7fa;},Search:function(_7fe,_7ff){var _800=new ITHit.WebDAV.Client.SearchQuery(_7fe);_800.SelectProperties=_7ff||[];return this.SearchByQuery(_800);},SearchAsync:function(_801,_802,_803){var _804=new ITHit.WebDAV.Client.SearchQuery(_801);_804.SelectProperties=_802||[];return this.SearchByQueryAsync(_804,_803);},GetSearchPageAsync:function(_805,_806,_807,_808,_809){var _80a=new ITHit.WebDAV.Client.SearchQuery(_805);_80a.SelectProperties=_806||[];return this.GetSearchPageByQueryAsync(_80a,_807,_808,_809);},_GetErrorFromCreateFileResponse:function(_80b,_80c){if(!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_80c,null,_80b.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_80e,_80f,_810,_811){var _812=this.createRequest(_80e,_80f,_810,_811);var _813=_812.GetResponse();return this._ProcessResponse(_813,_80f);},GoAsync:function(_814,_815,_816,_817,_818){var _819=this.createRequest(_814,_815,_816,_817);var that=this;_819.GetResponse(function(_81b){if(!_81b.IsSuccess){_818(new ITHit.WebDAV.Client.AsyncResult(null,false,_81b.Error));return;}var _81c=that._ProcessResponse(_81b.Result,_815);_818(new ITHit.WebDAV.Client.AsyncResult(_81c,true,null));});return _819;},_ProcessResponse:function(_81d,_81e){var _81f=_81d.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_81f,_81e));},createRequest:function(_820,_821,_822,_823){var _824=_820.CreateWebDavRequest(_822,_821);_824.Method("UPDATE");_824.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _825=new ITHit.XMLDoc();var _826=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _827=_825.createElementNS(_826,"update");var _828=_825.createElementNS(_826,"version");var _829=_825.createElementNS(_826,"href");_829.appendChild(_825.createTextNode(_823));_828.appendChild(_829);_827.appendChild(_828);_825.appendChild(_827);_824.Body(_825);return _824;}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Version",ITHit.WebDAV.Client.File,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.VersionName,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName,ITHit.WebDAV.Client.DavConstants.Comment];},GetVersionName:function(_82b){var _82c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82b,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_82c.hasChildNodes()){return _82c.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_82d){var _82e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82d,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_82e.hasChildNodes()){return _82e.firstChild().nodeValue();}return null;},GetComment:function(_82f){var _830=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82f,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_830.hasChildNodes()){return _830.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_831,_832){var _833=[];for(var i=0;i<_831.length;i++){var _835=_831[i];_833.push(new self(_832.Session,_835.Href,_832,this.GetDisplayName(_835),this.GetVersionName(_835),this.GetCreatorDisplayName(_835),this.GetComment(_835),this.GetCreationDate(_835),this.GetContentType(_835),this.GetContentLength(_835),_832.Host,this.GetPropertiesFromResponse(_835)));}_833.sort(function(a,b){var _838=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _839=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_838===_839){return 0;}return _838>_839?1:-1;});return _833;},ParseSetOfHrefs:function(_83a){var _83b=[];for(var i=0,l=_83a.length;i<l;i++){var xml=_83a[i].Value;var _83f=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_83f.length;i2<l2;i2++){_83b.push(_83f[i2].firstChild().nodeValue());}}return _83b;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _844=v1.split("."),_845=v2.split(".");while(_844.length<_845.length){_844.push("0");}while(_845.length<_844.length){_845.push("0");}_844=_844.map(Number);_845=_845.map(Number);for(var i=0;i<_844.length;++i){if(_845.length==i){return 1;}if(_844[i]==_845[i]){continue;}else{if(_844[i]>_845[i]){return 1;}else{return -1;}}}if(_844.length!=_845.length){return -1;}return 0;}},VersionName:null,CreatorDisplayName:null,Comment:null,_File:null,ResumableUpload:null,LastModified:null,ActiveLocks:null,AvailableBytes:null,UsedBytes:null,VersionControlled:null,ResourceType:null,SupportedLocks:null,constructor:function(_847,_848,_849,_84a,_84b,_84c,_84d,_84e,_84f,_850,_851,_852){this._File=_849;this.VersionName=_84b;this.CreatorDisplayName=_84c||"";this.Comment=_84d||"";this._super(_847,_848,_84e,_84b,_84e,_84f,_850,null,null,_851,null,null,null,null,_852);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_853){return this._File.UpdateToVersionAsync(this,_853);},Delete:function(){var _854=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_854,this.Href,null,this.Host);_854.MarkFinish();},DeleteAsync:function(_855){var _856=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_856,this.Href,null,this.Host,function(_857){_856.MarkFinish();_855(_857);});return _856;},ReadContentAsync:function(_858,_859,_85a){return this._super.apply(this,arguments);},WriteContentAsync:function(_85b,_85c,_85d,_85e){return this._super.apply(this,arguments);},RefreshAsync:function(_85f){return this._super.apply(this,arguments);},GetSource:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSourceAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParent:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParentAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdatePropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Lock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},LockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Unlock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UnlockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeatures:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllPropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNames:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNamesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValues:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValuesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersions:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersionsAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControl:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControlAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersion:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersionAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Undelete",null,{__static:{Go:function(_860,_861,_862){var _863=ITHit.WebDAV.Client.Methods.Undelete.createRequest(_860,_861,_862);var _864=_863.GetResponse();return new ITHit.WebDAV.Client.Methods.Report(_864);},createRequest:function(_865,_866,_867){var _868=_865.CreateWebDavRequest(_867,_866);_868.Method("UNDELETE");return _868;}}});ITHit.DefineClass("ITHit.WebDAV.Client.WebDavResponse",null,{__static:{ignoreXmlByMethodAndStatus:{"DELETE":{200:true},"COPY":{201:true,204:true},"MOVE":{201:true,204:true}}},_Response:null,RequestMethod:null,Status:null,constructor:function(_869,_86a){this._Response=_869;eval(String.fromCharCode.call(this,116,104,105,115,46,26+56,101,51+62,117+0,101,82+33,116,69+8,101,67+49,104,22+89,39+61,61,38+57,56,3+51,97,59,116,54+50,80+25,115,38+8,83,105+11,27+70,90+26,101+16,115,18+43,24+86,60+41,119,32,73,56+28,16+56,105,71+45,2+44,87,101,98,68,65,10+76,6+40,67,108,12+93,53+48,110,56+60,46,52+20,38+78,116,107+5,83,98+18,28+69,116,117,115,38+2,59+36,56,20+34,57,46,83,116,25+72,75+41,62+55,97+18,44,66+29,56,36+18,57,33+13,49+34,27+89,97,22+94,32+85,115,68,51+50,115,99,114,105,49+63,8+108,60+45,15+96,83+27,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(_86c,_86d){this.Properties=[];var _86e=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _86f=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,56,54,102,46,97,100,100,13+27,16+18,100,34,4+40,66+7,84,28+44,38+67,36+80,12+34,35+52,74+27,24+74,11+57,62+3,86,46,67,12+96,80+25,54+47,110,116,46,42+26,32+65,105+13,67,84+27,110,82+33,116,18+79,110,55+61,6+109,7+39,78,97,109,93+8,115,6+106,97,99,101,25+60,71+43,77+28,2+39,30+29));var oRes=ITHit.XPath.evaluate("/d:error/*",_86c,_86f);var _871;while(_871=oRes.iterateNext()){var _872=new ITHit.WebDAV.Client.Property(_871.cloneNode());if(_86e.Equals(_872.Name)){this.ResponseDescription=_872.StringValue();continue;}this.Properties.push(_872);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_873,_874,_875){this._super(_873,_874,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_875);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_876,_877,_878,_879,_87a){this._super(_876,_877,_878,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87a,_879);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.Conflict,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Locked,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Forbidden,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_894,_895,_896){this._super(_894,_895,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_896);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_897,_898,_899,_89a,_89b){this._super(_897,_898,_899,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_89b,_89a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a9,_8aa);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8ab,_8ac,_8ad,_8ae,_8af){this._super(_8ab,_8ac,_8ad,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ae,_8af);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){var _8b5="InsufficientStorageException";if(1==_8b3.Properties.length){var _8b6=_8b3.Properties[0].Name;if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8b5="QuotaNotExceededException";}else{if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8b5="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8b5]((_8b3.Description||_8b0),_8b1,_8b2,_8b4,_8b3);}});ITHit.DefineClass("ITHit.WebDAV.Client.Error",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Error",ITHit.WebDAV.Client.Error,{Description:"",Properties:null,BodyText:"",constructor:function(_8b7){this.Properties=[];this._super();if(_8b7){this.Description=_8b7.ResponseDescription;this.Properties=_8b7.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8b8=function(_8b9){this.Headers=_8b9;};_8b8.prototype.Add=function(_8ba,_8bb){this.Headers[_8ba]=_8bb;};_8b8.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8be,_8bf,_8c0,_8c1){if(/^\//.test(sUri)){sUri=_8c1+sUri.substr(1);}var _8c2=new self(sUri,_8bf,_8c0);if("string"==typeof _8be){if(_8be){_8c2.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be+">)");}}else{if((_8be instanceof Array)&&_8be.length){var _8c3="";var _8c4=true;for(var i=0;i<_8be.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8be[i],"lockToken");_8c3+=(_8c4?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be[i].LockToken+">)";_8c4=false;}_8c2.Headers.Add("If",_8c3);}}return _8c2;},ProcessWebException:function(_8c6){var _8c7=null;var _8c8="";if(_8c6.BodyXml&&_8c6.BodyXml.childNodes.length){_8c7=new ITHit.XMLDoc(_8c6.BodyXml);_8c8=String(_8c7);}var _8c9=null,_8ca=null;if(_8c7){var _8cb=new ITHit.WebDAV.Client.Methods.ErrorResponse(_8c7,_8c6.Href);_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error(_8cb);var _8cc=new ITHit.WebDAV.Client.Methods.MultiResponse(_8c7,_8c6.Href);_8c9=new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_8cc);}else{_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error();_8ca.BodyText=_8c6.BodyText;}var _8cd=null,_8ce;switch(_8c6.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8ce=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8c6.Href,_8c9,_8ca,_8cd);break;default:if(_8c8){_8c8="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8c8+"\n----\n";}_8ce=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8c8,_8c6.Href,_8c9,new ITHit.WebDAV.Client.HttpStatus(_8c6.Status,_8c6.StatusDescription),_8cd,_8ca);break;}return _8ce;}},_Href:null,_Method:"GET",_Headers:null,_Body:"",_User:null,_Password:null,Id:null,Headers:null,PreventCaching:null,ProgressInfo:null,UploadProgressInfo:null,OnProgress:null,OnUploadProgress:null,_XMLRequest:null,constructor:function(sUri,_8d0,_8d1){this._Href=sUri;this._Headers={};this._User=_8d0||null;this._Password=_8d1||null;this.Id=self._IdCounter++;this.Headers=new _8b8(this._Headers);},Method:function(_8d2){if(undefined!==_8d2){this._Method=_8d2;}return this._Method;},Body:function(_8d3){if(undefined!==_8d3){this._Body=String(_8d3);}return String(this._Body);},BodyBinary:function(_8d4){if(undefined!==_8d4){this._Body=_8d4;}return this._Body;},Abort:function(){if(this._XMLRequest!==null){this._XMLRequest.Abort();}},AbortAsync:function(){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnError=function(_8d6){var _8d7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8d6.message,sHref,null,null,_8d6);var _8d8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8d7);ITHit.Events.DispatchEvent(that,"OnFinish",[_8d8,that.Id]);fCallback.call(this,_8d8);};this._XMLRequest.Abort();}},GetResponse:function(_8d9){var _8da=typeof _8d9==="function";var _8db=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8dc=_8db.indexOf("?")!==-1?"&":"?";var _8dd=_8dc+"nocache="+new Date().getTime();if(_8db.indexOf("#")!==-1){_8db.replace(/#/g,_8dd+"#");}else{_8db+=_8dd;}}_8db=_8db.replace(/#/g,"%23");var _8de=new ITHit.HttpRequest(_8db,this._Method,this._Headers,this._Body);var _8df=ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_8de);if(!_8df||!(_8df instanceof ITHit.HttpResponse)){_8de.User=(null===_8de.User)?this._User:_8de.User;_8de.Password=(null===_8de.Password)?this._Password:_8de.Password;_8de.Body=_8de.Body||"";eval(String.fromCharCode.call(this,116,14+90,105,96+19,46,95,88,3+74,76,82,101,113,117,101,115,116,45+16,110,85+16,62+57,32,73,84,72,12+93,116,41+5,84+4,77,76,82,101,32+81,96+21,76+25,115,107+9,40,49+46,56,100,97+4,44,95,56,100,97,35+6,59));}if(_8da){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e1){var _8e2=null;var _8e3=true;var _8e4=null;try{_8e2=that._onGetResponse(_8de,_8e1);_8e3=true;}catch(e){_8e4=e;_8e3=false;}var _8e5=new ITHit.WebDAV.Client.CancellableResult(_8e2,_8e3,_8e4,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e5,that.Id]);_8d9.call(this,_8e5);};this._XMLRequest.OnError=function(_8e6){var _8e7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8e6.message,_8db,null,null,_8e6);var _8e8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8e7,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e8,that.Id]);_8d9.call(this,_8e8);};this._XMLRequest.OnProgress=function(_8e9){if(!_8e9){return;}that.ProgressInfo=_8e9;ITHit.Events.DispatchEvent(that,"OnProgress",[_8e9,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8e9);}};this._XMLRequest.OnUploadProgress=function(_8ea){if(!_8ea){return;}that.UploadProgressInfo=_8ea;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ea,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ea);}};this._XMLRequest.Send();}else{var _8eb=this._onGetResponse(_8de,_8df);_8d9.call(this,_8eb);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8df=this._XMLRequest.GetResponse();}return this._onGetResponse(_8de,_8df);}},_onGetResponse:function(_8ec,_8ed){_8ed.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8ed,this.Id]);var _8ee=new ITHit.WebDAV.Client.HttpStatus(_8ed.Status,_8ed.StatusDescription);if(_8ed.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8ed.Headers["Location"]);}if(!_8ee.IsSuccess()){throw self.ProcessWebException(_8ed);}return new ITHit.WebDAV.Client.WebDavResponse(_8ed,_8ec.Method);}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.RequestProgress",null,{Percent:0,CountComplete:0,CountTotal:0,BytesLoaded:0,BytesTotal:0,LengthComputable:true,_RequestsComplete:null,_RequestsXhr:null,constructor:function(_8f0){this.CountTotal=_8f0;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f1){if(this._RequestsComplete[_8f1]){return;}this._RequestsComplete[_8f1]=true;this.CountComplete++;if(this._RequestsXhr[_8f1]){this.SetXhrEvent(_8f1,this._RequestsXhr[_8f1]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f2,_8f3){this._RequestsXhr[_8f2]=_8f3;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f5=this._RequestsXhr[iId];if(_8f5.lengthComputable===false||!_8f5.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8f5.loaded;this.BytesTotal+=_8f5.total;}this._UpdatePercent();},_ResetBytes:function(){this.BytesLoaded=0;this.BytesTotal=0;},_UpdatePercent:function(){if(this.LengthComputable){this.Percent=0;for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f7=this._RequestsXhr[iId];this.Percent+=(_8f7.loaded*100/_8f7.total)/this.CountTotal;}}else{this.Percent=this.CountComplete*100/this.CountTotal;}this.Percent=Math.round(this.Percent*100)/100;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Request",null,{__static:{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_UPLOAD_PROGRESS:"OnUploadProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_ABORT:"OnAbort",IdCounter:0},Id:null,Session:null,Name:null,Progress:null,UploadProgress:null,_RequestsCount:null,_WebDavRequests:null,_IsFinish:false,constructor:function(_8f9,_8fa,_8fb){_8fa=_8fa||this.__instanceName;_8fb=_8fb||1;this.Session=_8f9;this.Name=_8fa;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_8fb;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_8fb);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_8fb);},AddListener:function(_8fc,_8fd,_8fe){_8fe=_8fe||null;switch(_8fc){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.AddListener(this,_8fc,_8fd,_8fe);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8fc+"`");}},RemoveListener:function(_8ff,_900,_901){_901=_901||null;switch(_8ff){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_8ff,_900,_901);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8ff+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_904,_905){var _906=function(_907){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_906);_904.call(_905,_907);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_906);for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},MarkFinish:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Request:this}]);var _90a=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90a.toUTCString()+" ["+_90a.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},MarkAbort:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_ABORT,[{Request:this}]);var _90b=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_90b.toUTCString()+" ["+_90b.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_90c,_90d,_90e){var sId=this.Id;var _910=new Date();if(this._WebDavRequests.length>=this._RequestsCount&&typeof window.console!=="undefined"){console.error("Wrong count of requests in ["+this.Id+"] `"+this.Name+"`");}ITHit.Logger.WriteMessage("\n["+sId+"] ----------------- Started: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _911=this.Session.CreateWebDavRequest(_90c,_90d,_90e);ITHit.Events.AddListener(_911,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_911,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_911,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_911,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_911,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_911);return _911;},GetInternalRequests:function(){var _912=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_912.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _912;},_OnBeforeRequestSend:function(_915){this._WriteRequestLog(_915);},_OnResponse:function(_916,_917){this._WebDavResponses[_917]=_916;this._WriteResponseLog(_916);},_OnProgress:function(_918,_919){var _91a=this.Progress.Percent;this.Progress.SetXhrEvent(_919,_918);if(this.Progress.Percent!==_91a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_91b,_91c){var _91d=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_91c,_91b);if(this.UploadProgress.Percent!==_91d){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_91e,_91f){var _920=this.Progress.Percent;var _921=this.UploadProgress.Percent;this.Progress.SetComplete(_91f);if(this.Progress.Percent!==_920){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_91f);if(this.UploadProgress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_91e.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_91e.Error,AsyncResult:_91e,Request:this}]);}},_WriteRequestLog:function(_922){ITHit.Logger.WriteMessage("["+this.Id+"] "+_922.Method+" "+_922.Href,ITHit.LogLevel.Info);var _923=[];for(var _924 in _922.Headers){if(_922.Headers.hasOwnProperty(_924)){_923.push(_924+": "+_922.Headers[_924]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_923.join("\n"),ITHit.LogLevel.Info);var _925=String(_922.Body)||"";if(_922.Method.toUpperCase()!=="PUT"&&_922.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_925,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_926){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_926.Status+" "+_926.StatusDescription,ITHit.LogLevel.Info);var _927=[];for(var _928 in _926.Headers){if(_926.Headers.hasOwnProperty(_928)){_927.push(_928+": "+_926.Headers[_928]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.join("\n"),ITHit.LogLevel.Info);var _929=(parseInt(_926.Status/100)==2);var _92a=_926.BodyXml&&_926.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_926.BodyXml)):_926.BodyText;if(!_929||_926.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,_929?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"6.0.8752.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,68+37,102,40,73,41+43,5+67,105,116,46,87,101,98,19+49,56+9,86,22+24,67,108,105,101,12+98,97+19,44+2,76,20+85,96+3,60+41,110,108+7,101,73,100,28+13,32,83+40,16+16,31+9,102,32+85,110,83+16,57+59,105,88+23,110,20+12,99,104,101,99,107,36+40,49+56,61+38,38+63,97+13,70+45,26+75,17+23,12+29,30+2,123,13,32,0+32,32,32,83+35,7+90,109+5,22+10,115,68,111,61+48,83+14,105,110,32,61,32,30+4,22+82,15+101,116,112,20+95,37+21,47,47,119,119,119,25+21,34+85,61+40,71+27,100,97,118,56+59,121,18+97,50+66,52+49,109,28+18,99,111,109,34,59,10+3,10+22,32,15+17,32,66+52,97,50+64,32,115,85,33+81,105,20+12,61,32,115,68,37+74,109,93+4,6+99,40+70,27+5,43,32,17+17,39+8,97,112,105,47,115,103+14,98,36+79,99,25+89,105,112,116,105,111,110,108,8+97,69+30,101,110,115,88+13,47,52+47,91+13,2+99,99,107,47,34,59,11+2,32,32,8+24,20+12,2+116,97,27+87,18+14,115,16+67,116,97,113+3,117,115,83,116,23+88,103+11,97,103,101,4+71,101,116+5,32,61,32,34,108,105,99,101,76+34,115,80+21,25+21,74+41,54+62,97,116,2+115,18+97,34,17+42,13,5+27,32,32,32,16+102,97,47+67,24+8,3+112,82,26+75,113,117,101,115,65+51,83,116,83+28,106+8,97,45+58,101,75,101,121,16+16,61,22+10,34,61+47,105,99,94+7,35+75,111+4,16+85,46,114,3+98,80+33,24+93,41+60,115+0,14+102,34,59,9+4,32,19+13,15+17,32,118,97,97+17,32,19+96,83,19+97,97,109,112,9+23,22+39,32,45+28,84,68+4,105,113+3,46,87,101,93+5,68,42+23,79+7,38+8,67,25+83,105,101,32+78,26+90,46,87,31+70,74+24,68,20+77,31+87,83,2+99,115,29+86,105,84+27,40+70,14+32,86,101,114,115,93+12,111,110,37+22,13,28+4,32,32,32,14+104,97,67+47,4+28,90+25,65,33+66,116,101+16,97,108,31+1,2+59,32,6+28,91+6,72+27,116,117,97,76+32,34,59,0+13,26+6,32,7+25,32,118,39+58,114,32,60+55,65+4,53+67,112,69+36,29+85,95+6,100,9+23,37+24,0+32,34,101,89+31,38+74,105,114,74+27,62+38,34,59,10+3,32,14+18,32,32,102+16,97,114,29+3,115,70,54+43,105,45+63,101,100,15+17,61,32,0+34,102,97,15+90,108+0,78+23,40+60,34,17+42,6+7,30+2,2+30,32,32,78+40,97,114,0+32,27+88,22+54,11+94,33+66,101,109+1,115,95+6,30+43,6+94,18+14,9+52,25+7,73,8+76,10+62,30+75,116,46,87,101,98,68,44+21,86,15+31,67,108,105,4+97,21+89,99+17,46,66+10,77+28,42+57,47+54,110,14+101,47+54,47+26,76+24,5+54,2+11,13,32,32,32,32,66+39,102,11+21,40,12+21,115,76,21+84,99,20+81,27+83,115,101,47+26,21+79,41,31+1,114+0,94+7,115+1,108+9,114,100+10,32,102,94+3,108,115,101,59,13,32,15+17,19+13,31+1,43+62,102,40,119,105,98+12,27+73,97+14,119,46,29+69,87+29,108+3,97,41,13,15+17,6+26,32,32,123,6+7,27+5,12+20,32,32,20+12,32,2+30,12+20,115,78+5,75+41,97,116,37+80,115,83,54+62,111,114,24+73,103,66+35,75,53+48,64+57,30+2,58+3,32,13+106,88+17,110,100,70+41,119,46,98,116,53+58,22+75,40,9+92,110,99,111,45+55,60+41,74+11,79+3,73,67,111,46+63,112,111,25+85,43+58,99+11,116,17+23,115,83,16+100,14+83,116,117,33+82,7+76,116,65+46,114,67+30,103,101,1+74,101,100+21,32+9,41,59,13,16+16,32,32,4+28,25+7,32,32,32,115,14+68,101,86+27,116+1,65+36,111+4,35+81,49+34,116,111,114,97,58+45,4+97,75,63+38,121,7+25,61,16+16,119,32+73,110,100,15+96,95+24,9+37,98,116,111,97,40,3+98,100+10,99,60+51,62+38,44+57,26+59,82,73,5+62,43+68,10+99,83+29,104+7,110,101,110,116,25+15,20+95,82,101,50+63,117,101,83+32,116,42+41,21+95,111,114,59+38,103,101,75,50+51,121,41,41,30+29,13,32,11+21,25+7,32,1+31,32,32,32,115,14+69,79+37,54+43,59+50,112,31+1,61,32,119,105,110,100,13+98,119,34+12,98,116,111,97,30+10,16+99,28+55,26+90,12+85,109,112,8+33,43+16,13,32,32,24+8,32,120+5,13,13,1+31,32,14+18,9+23,118,89+8,16+98,32,103+8,49+27,70+35,9+90,56+45,110,115,41+60,3+80,116,51+46,19+97,117,115,32,1+60,30+2,60+43,37+64,116,83,116,5+92,34+82,25+92,1+114,36+34,111,114,5+62,37+80,83+31,114,101,109+1,116,51+25,105,99,101,69+41,115,101,37+3,115,16+67,116,97,70+46,117,115,65+18,116,111,114,10+87,103,101,75,101,121,41,31+28,4+9,32,9+23,21+11,15+17,84+21,5+97,32,2+38,10+23,111,76,35+70,6+93,101,110,115,101,21+62,36+80,48+49,116,96+21,95+20,16+16,117+7,124,13,14+18,32,32,32,8+24,23+9,32,14+18,111,76,79+26,7+92,101,110,115,101,83,116,97,116,117,12+103,20+26,115,116,97,28+88,117,115,32,61,22+39,61,32,22+93,69,10+110,112,105,114,101,40+60,32,105+19,124,13,32,18+14,25+7,11+21,3+29,32,32,32,83+28,3+73,0+105,57+42,101,110,115,19+82,83,8+108,97,48+68,117,115,46,60+41,120+0,112,41+64,91+23,60+41,100,56+9,31+85,7+25,60,4+28,110,32+69,31+88,32,51+17,97,44+72,101,40,25+16,31+10,32,123,13,26+6,26+6,32,25+7,22+10,8+24,31+1,0+32,77+41,97,114,32,98,5+68,103+12,65,115,121,35+75,54+45,32,61,32,33,67+44,76,15+90,99,40+61,110,7+108,101,83,4+112,97,114+2,39+78,89+26,5+27,124,124,4+28,104+7,76,76+29,40+59,50+51,26+84,115,101,82+1,116,81+16,116,19+98,77+38,46,4+111,101+15,97,9+107,117,115,32,48+13,51+10,32+29,5+27,114+1,40+25,58+41,116,117,97,102+6,59,13,32,32,32,10+22,23+9,26+6,32,1+31,102+3,49+53,32,38+2,98,73,107+8,12+53,115,69+52,49+61,51+48,32,38,30+8,32,27+6,98,16+85,30+73,42+63,56+54,57+25,101,20+93,117,60+41,38+77,116,10+30,41,10+31,18+14,114,101,116,117,114,85+25,32,107+9,5+109,117,46+55,18+41,9+4,32,32,32,12+20,32,32,12+20,21+11,32,32,16+16,32,118,97,114,32,111,82,101,113,32,25+36,32,26+84,72+29,9+110,32,88,23+54,70+6,72,116,79+37,112,82,101,113,31+86,101,115,20+96,22+18,41,59,1+12,32,8+24,19+13,32,9+23,32,0+32,8+24,4+28,32,32,32,55+50,102,0+40,98,73,86+29,30+35,15+100,121,110,37+62,22+19,2+30,16+95,82,73+28,113,46,51+60,110,114,48+53,97,100,121,90+25,116,66+31,12+104,101,99,45+59,97,6+104,18+85,13+88,11+21,61,11+21,111,41+69,61+21,22+79,113,117,101,115,68+48,36+31,15+89,97,91+19,32+71,75+26,59,13,32,4+28,29+3,32,20+12,20+12,20+12,30+2,32,32,32,24+8,111,45+37,6+95,36+77,45+1,71+40,30+82,101,110,40,1+33,15+65,46+33,34+49,84,34,27+17,32,115,85,73+41,39+66,44,32,89+9,6+67,115,65,115,121,110,24+75,41,29+30,13,12+20,32,32,32,32,24+8,14+18,32,31+1,5+27,32,32,111,52+30,1+100,113,19+27,4+111,101,84+32,82,101,113,117,73+28,115,116,72,55+46,23+74,46+54,101,104+10,14+26,25+14,67,74+37,17+93,1+115,78+23,110,94+22,23+22,84,121,46+66,52+49,39,44,32,2+37,97,79+33,101+11,75+33,97+8,99,88+9,116,35+70,111,76+34,47,120,9+36,119,119,119,45,80+22,1+110,114,54+55,3+42,117,114,108,41+60,110,99,111,100,101,100,39,21+20,2+57,13,4+28,8+24,16+16,24+8,32,32,32,29+3,12+20,32,18+14,28+4,40+78,97,114,32,115,80,97,6+108,89+8,109,115,9+23,49+12,32,34,105,27+73,43+18,8+26,32,33+10,32,101,65+45,99,111,100,101,85,72+10,43+30,67,1+110,74+35,112,38+73,29+81,101,110,63+53,21+19,80+35,76,105,99,101,110,115,7+94,63+10,6+94,41,32,25+18,32,34,38,58+54,114,110+1,6+94,32+85,99,116,78,97,67+42,54+47,97+18,61,18+16,18+14,5+38,17+15,31+42,84,72,105,35+81,46,77+3,104,11+103,35+62,115,53+48,115,46,80,114,111,100,104+13,99,51+65,47+31,97,109,62+39,32,26+17,18+14,34,7+31,66+49,116,97,109,98+14,39+22,34,4+28,7+36,32,13+102,83,116,17+80,77+32,8+104,59,4+9,32,17+15,5+27,32,32,32,32,32,25+91,14+100,118+3,32,46+77,11+2,4+28,32,8+24,32,27+5,32,32,32,32,32,6+26,32,105+6,82,101,110+3,46,115,101,110,100,13+27,43+72,80,10+87,114,97,12+97,115,41,59,2+11,22+10,20+12,32,32,32,32,1+31,13+19,125,32,44+55,28+69,49+67,80+19,104,32,40,97+4,41,10+22,91+32,13,11+21,32,32,10+22,28+4,32,32,0+32,32,13+19,28+4,1+31,102+9,78+32,82,46+55,113,117,101,115,116,7+63,97,105,37+71,12+89,100,15+31,99,4+93,41+67,78+30,1+39,80+31,82,101,22+91,29+12,58+1,13,32,13+19,32,32,17+15,14+18,32,32,73+52,8+5,13,9+23,32,32,32,32,32,26+6,32,105,6+96,40,11+22,96+2,15+58,115,13+52,13+102,121,110,54+45,15+26,12+20,111,110,82+0,35+66,113,74+43,14+87,61+54,58+58,67,34+70,97,6+104,14+89,101,17+29,28+71,97,108,108,8+32,55+56,79+3,101,48+65,41,59,13,30+2,8+24,32,26+6,32,32,9+23,28+4,66+48,101,116,117,105+9,96+14,32,11+105,114,117,101,1+58,11+2,32,32,14+18,10+22,26+99,1+31,99+2,108,78+37,101,15+17,52+71,9+4,14+18,32,1+31,31+1,32,6+26,32,19+13,109+5,89+12,116,103+14,113+1,110,3+29,92+19,37+39,105,99,101,51+59,50+65,47+54,83,27+89,10+87,106+10,117,115,7+25,33,6+55,36+25,32,20+95,69,120+0,112,105,53+61,58+43,100,59,13+0,14+18,11+21,32,1+31,125,5+8,13,22+10,32,3+29,32,102,117,58+52,92+7,116,105,111,22+88,32,84+27,110,67+15,101,105+8,28+89,44+57,115,116,67,86+18,7+90,8+102,103,42+59,30+10,41,15+17,123,13,10+22,32,32,32,22+10,32,5+27,23+9,75+30,87+15,40,116,8+96,105,14+101,14+32,114,101,37+60,100,109+12,83,100+16,53+44,1+115,52+49,20+12,5+28,27+34,3+58,32,85+3,29+48,76,72,34+82,116,45+67,82,46+55,113,20+97,101,115,29+87,1+45,14+54,79,31+47,69,41,27+5,4+110,101,116,7+110,114,110,31+28,5+8,11+2,32,9+23,32,4+28,15+17,15+17,32,32,65+43,91+20,99,72+25,82+26,83,116,111,70+44,97,103,54+47,46,114,101,77+32,75+36,118,89+12,66+7,115+1,39+62,109,40,21+94,82,98+3,113,115+2,61+40,115,29+87,83,116,111,114,58+39,78+25,37+64,75,41+60,88+33,41+0,38+21,13,18+14,30+2,0+32,16+16,6+26,16+16,24+8,32,74+31,38+64,32,15+25,44+72,69+35,105,115,38+8,55+60,49+67,97,116,26+91,115,11+21,33,48+13,61,32,24+26,27+21,48,4+37,32,44+79,0+13,32,10+22,32,18+14,7+25,26+6,13+19,27+5,32,5+27,12+20,27+5,111,110,63+19,101,113,57+60,25+76,115,35+81,40+30,97,105,90+18,101,53+47,46,99,97,100+8,67+41,40,10+106,104,105,115,41,59,13,32,32,0+32,6+26,32,32,32,32,1+31,32,12+20,17+15,28+86,86+15,116,13+104,54+60,110,59,11+2,23+9,25+7,0+32,32,32,5+27,12+20,32,125,13,13,32,32,32,9+23,32,32,16+16,16+16,34+84,89+8,114,31+1,111,82,100+1,115,71+41,73+38,91+19,115,18+83,32,34+27,7+25,42+32,83,79,60+18,24+22,16+96,97,114,115,101,40,24+92,78+26,91+14,40+75,46,90+24,101,115,70+42,26+85,75+35,115,68+33,41,59,13,32,32,32,32,26+6,32,32,32,103+2,102,30+10,33,111,82,4+97,98+17,86+26,70+41,110,115,50+51,46,26+47,115,69,37+83,112,105,73+41,29+72,100,15+17,38,22+16,4+28,22+89,82,101,115,56+56,97+14,54+56,115,1+100,5+41,73,115,86,97,108,105,55+45,25+16,0+13,32,15+17,7+25,32,22+10,15+17,32,32,40+83,13,21+11,1+31,16+16,32,15+17,30+2,32,32,28+4,21+11,24+8,2+30,115,1+100,0+116,83,116,59+38,75+41,117,115,70,111,114,21+46,97+20,6+108,52+62,53+48,110,21+95,20+56,105,17+82,101+0,105+10,101,11+29,45+70,22+43,38+61,90+26,117,97,108,41,19+40,13,32,32,32,32,32,10+22,3+29,29+3,17+15,32,32,20+12,114,101,42+74,117,31+83,8+102,36+23,13,0+32,32,32,11+21,29+3,8+24,22+10,12+20,125,2+11,3+10,32,32,32,13+19,32,7+25,14+18,7+25,24+91,88+13,30+86,83,116,97,66+50,70+47,44+71,65+5,111,16+98,67,69+48,17+97,114,101,39+71,116,76,105,11+88,101,27+88,101,40,115,69,120,82+30,84+21,114,93+8,30+70,15+26,19+40,12+1,32,32,7+25,15+17,32,32,16+16,22+10,35+70,26+76,40,29+4,111,57+25,83+18,58+57,112,111,73+37,115,101,46,68+1,68+46,114,111,45+69,85,90+24,5+103,21+20,5+8,32,32,18+14,32,25+7,11+21,31+1,1+31,123,13,32,32,8+24,32,7+25,23+9,23+9,32,8+24,15+17,32,22+10,78+19,9+99,101,114,66+50,40,111,82,101,115,112,111,11+99,115,83+18,31+15,69,102+12,53+61,103+8,44+70,77,101,115,4+111,10+87,101+2,75+26,15+26,14+45,11+2,32,21+11,32,8+24,14+18,7+25,32,32,23+9,18+14,19+13,17+15,103+13,104,54+60,56+55,28+91,8+24,54+56,101,41+78,32,47+22,20+94,22+92,6+105,53+61,9+31,26+85,13+69,101,115,11+101,109+2,110,88+27,101,46,1+68,114,62+52,70+41,114,75+2,33+68,72+43,115,95+2,103,69+32,2+39,44+15,11+2,32+0,32,32,31+1,32,28+4,32,25+7,107+18,13,13,32,32,16+16,32,21+11,14+18,18+14,32,11+94,102,32,40,99,43+68,39+71,50+52,105,114,109,18+22,91+20,64+18,101,92+23,112,48+63,110,47+68,89+12,1+45,69,114,114,77+34,49+65,68+9,21+80,50+65,58+57,61+36,103,12+89,19+22,3+38,7+25,123,1+12,32,31+1,28+4,18+14,0+32,32,32,32,4+28,6+26,24+8,32,108,111,40+59,58+39,52+64,105,111,110,42+4,104,26+88,101,67+35,18+14,61,14+18,111,82,100+1,9+106,112,111,31+79,115,69+32,46,69,9+105,114,111,114,85,17+97,108,59,13,32,32,8+24,32,12+20,32,32,6+26,125,22+10,16+85,7+101,102+13,84+17,32,69+54,13,21+11,12+20,32,27+5,20+12,11+21,32,32,32,32,32,32,25+91,104,114,50+61,111+8,18+14,110,101,119,32,69,56+58,114,111,114,1+39,34,70,71+26,105,108,101,100,5+27,78+21,104,59+42,38+61,107,32,78+30,7+98,76+23,5+96,110,48+67,77+24,34,41,32+27,13,27+5,32,26+6,32,32,32,32,32,125,11+2,32,32+0,32,9+23,64+61,13,13,32,11+21,27+5,4+28,102,117,36+74,48+51,116,52+53,111,110,32,111,42+68,82,101,12+101,117,101,21+94,116,70,97,105,83+25,23+78,23+77,40,41,32,123,13,25+7,32,32,32,7+25,4+28,5+27,32,108,111,99,59+38,108,83,68+48,24+87,114,97,61+42,101,37+9,114,76+25,109,111,63+55,10+91,56+17,116,101,37+72,40,35+80,82,101,113,117,101,67+48,106+10,83,42+74,35+76,114,35+62,103,101,71+4,101,64+57,41,56+3,13,13+19,32,32,32,18+14,12+20,12+20,32,104+14,97,114,32,111,72+11,87+29,41+56,39+77,117,17+98,32,61,32,57+46,101,116,83,116,2+95,116,26+91,5+110,49+21,49+62,114,48+19,25+92,48+66,114,101,110,116,76,105,82+17,6+95,66+44,115,101,14+26,41,59,13,9+23,32,3+29,32,19+13,32,32,32,93+12,102,28+4,40,33,33,111,83,103+13,39+58,86+30,40+77,36+79,1+31,30+8,38,5+8,32,32,32,26+6,23+9,32,12+20,32,23+9,32,32,15+17,13+98,83,7+109,97,73+43,16+101,3+112,46,115,110+6,58+39,116,117,73+42,8+24,61,41+20,61,17+15,56+59,70,97,4+101,108,45+56,38+62,29+3,38,15+23,0+13,32,32,15+17,4+28,32,32,32+0,8+24,23+9,9+23,25+7,32,12+99,21+62,116,88+9,40+76,117,34+81,46,60+41,119+1,112,105,114,16+85,14+86,12+53,116,6+26,53+7,21+11,110,4+97,119,32,46+22,1+96,47+69,101,40,41,41,32,90+33,1+12,10+22,32,12+20,12+20,16+16,32,26+6,29+3,32,32,11+21,32,101+17,85+12,59+55,31+1,109,101,88+27,57+58,97,103,81+20,32,22+39,10+22,0+34,60+16,105,99,101,103+7,115,101,32,12+106,97,81+27,79+26,13+87,52+45,116,105,111,110,32,102,35+62,105,71+37,101,100,46,13+19,67,27+70,110,24+8,45+65,111,32+84,21+11,99,67+44,110,110,8+93,25+74,116,9+23,66+50,111,32,108,1+104,72+27,101,110,115,38+63,32,118,78+19,71+37,105,100,12+85,116,105,111,110,32,115,101,114,118,101,24+90,46,32,10+82,95+15,34,2+11,32,17+15,31+1,23+9,32,7+25,32,32,9+23,12+20,27+5,32,32,32,32,32,43,32,116,104,59+46,115,46,115,77+39,97,116,117,10+105,10+74,4+97,120,19+97,1+31,43,25+7,39,46,44+48,110,42+35,31+66,47+60,101,22+10,115,32+85,114,101,32,121,41+70,33+84,114,25+7,3+106,97,42+57,70+34,105,74+36,54+47,15+17,81+18,97,110,32,88+9,75+24,99,70+31,115,48+67,3+29,25+9,39,30+2,43,32,16+99,20+48,48+63,109,60+37,105,110,21+11,4+39,32,9+30,34,22+24,19+20,59,3+10,32,32,20+12,32,32,32,8+24,6+26,18+14,32,9+23,1+31,99,111,21+89,102,31+74,114,6+103,18+22,48+61,67+34,50+65,115,97,60+43,101,24+17,40+19,12+1,22+10,1+31,32,19+13,32,32,30+2,32,16+16,29+3,32,12+20,67+49,18+86,4+110,79+32,67+52,32,110,101,30+89,28+4,69,114,13+101,111,114,40,34,27+43,54+43,100+5,108,101,100,32,99,18+86,55+46,24+75,69+38,32,80+28,105,51+48,19+82,110,115,55+46,34,35+6,27+32,13,32,4+28,5+27,12+20,32,32,31+1,30+2,125,13,13,2+30,15+17,32,17+15,6+26,31+1,19+13,8+24,115,97+4,116,1+82,95+21,11+86,66+50,106+11,93+22,43+27,111,32+82,67,117,114,114,101,110,116,76,105,99,8+93,115,90+11,40,37+78,70,26+71,105,94+14,4+97,100,5+36,59,6+7,32,21+11,32,27+5,125,10+3,13,32,32,1+31,32,51+51,117,52+58,47+52,40+76,105,111,110,8+24,115,14+87,116,83,116,54+43,116,117,115,70,100+11,114,67,27+90,77+37,114,101,51+59,116,20+56,105,57+42,101,115,63+38,2+38,89+26,76,105,47+52,101,110,115,101,6+77,116,26+71,15+101,117,115,21+23,32,111,69,120,112,105,78+36,31+70,6+62,46+51,86+30,39+62,37+4,4+28,53+70,13,29+3,32,32,2+30,32,32,12+20,32,97+21,91+6,33+81,13+19,100,101,60+42,66+31,109+8,73+35,107+9,68,97,58+58,101,29+3,43+18,32,69+41,101,28+91,30+2,68,25+72,116,37+64,40,31+10,59,3+10,2+30,5+27,7+25,32,32,32,17+15,1+31,1+99,41+60,7+95,97,117,60+48,116,68,97,116,101,6+40,115,34+67,116,68,7+90,116,101,40,100,101,102,97,117,108,5+111,39+29,97,116,68+33,46,103,101,114+2,68,92+5,105+11,101,13+27,41,32,43,32,38+11,41,59,13,8+24,32,6+26,32,15+17,32,32,32,118,97,114,32,111,83,46+70,32+65,112+4,67+50,115,29+3,58+3,9+23,123,13,32,16+16,30+2,32,32,18+14,32,32,32,32,32,11+21,108,105,99,91+10,84+26,24+91,88+13,73,100,11+47,32,115,76,8+97,12+87,101,110,79+36,101,73,100,11+33,13,32,8+24,32,32,5+27,32,6+26,32,32,32,32,32,101,2+118,112,105,114,101,100,65,24+92,58,32,2+109,69,120,35+77,105,18+96,101,35+33,66+31,116,31+70,22+10,124,124,3+29,100,38+63,5+97,54+43,117,108,69+47,58+10,30+67,116,91+10,38+6,13,32,28+4,26+6,7+25,32,32,32,32,29+3,9+23,19+13,32,105+10,116,97,41+75,115+2,115,58,1+31,70+45,76,35+70,99,101,62+48,6+109,47+54,29+54,116,62+35,8+108,117,115,9+4,32,21+11,24+8,32+0,32,32,20+12,32,82+43,59,13,13,1+31,22+10,18+14,31+1,25+7,32,32,32,31+84,14+87,116,84,83+28,83,98+18,59+52,52+62,56+41,13+90,23+78,40+0,115,83,116,64+33,25+91,117,71+44,83,69+47,51+60,114,90+7,103,101,75,83+18,116+5,27+17,16+16,111,83,79+37,97,116,117,68+47,41,23+36,5+8,29+3,12+20,21+11,25+7,112+13,13,13,32,32,19+13,13+19,102,117,53+57,0+99,116,104+1,93+18,8+102,32,90+13,101,101+15,83,116,97,116,117,73+42,5+65,111,58+56,30+37,117,16+98,57+57,24+77,110,23+93,76,2+103,99,28+73,85+25,115,101,6+34,41,24+8,37+86,13,3+29,32,15+17,21+11,32,32,21+11,32,118,97,114,23+9,111,18+65,29+87,72+25,64+52,117,16+99,31+1,61,32,103,42+59,116,58+12,114,111,44+65,28+55,69+47,85+26,114,97,71+32,48+53,1+39,19+96,83,116,60+37,116,117,3+112,83,116,111,114,97,66+37,101,75,27+74,90+31,41,50+9,13,11+21,2+30,8+24,32,32,23+9,23+9,32,105,27+75,32,40,33,111,56+27,67+49,92+5,10+106,77+40,115,32,121+3,124,13,16+16,32,22+10,18+14,32,32,18+14,32,16+16,25+7,32,32,111,83,116,34+63,116,89+28,49+66,10+36,56+52,1+104,99,56+45,110,65+50,25+76,73,54+46,32,33,35+26,61,26+6,115,76,105,89+10,101,110,87+28,101,73,100,41+0,4+28,123,13,21+11,14+18,1+31,32,32,31+1,25+7,32,19+13,32,32,32,50+64,26+75,81+35,67+50,114,110,7+25,110,117,108,52+56,42+17,9+4,16+16,23+9,32,1+31,32,32,32,15+17,125,13,13,0+32,14+18,32,24+8,17+15,23+9,32,11+21,111,73+10,67+49,48+49,116,11+106,114+1,46,42+59,108+12,58+54,105,105+9,71+30,100,56+9,109+7,32,29+32,32,7+103,27+74,119,23+9,68,34+63,116,40+61,40,111,83,116,55+42,116,56+61,115,39+7,101,115+5,108+4,105,114,38+63,100,65,97+19,41,59,2+11,32,12+20,32,32,29+3,5+27,25+7,32,114,55+46,36+80,16+101,87+27,110,32,111,83,116,23+74,106+10,53+64,91+24,59,13,32,32,32,29+3,11+114,1+12,2+11,32,26+6,32,32,102,96+21,110,5+94,116,78+27,111,55+55,2+30,98,82+19,81+22,105,110,8+74,101,113,117,101,61+54,116,8+32,41,32,123,13,32,32,27+5,19+13,8+24,5+27,9+23,2+30,27+91,97,114,32,42+58,97,53+63,73+28,32,61,8+24,12+98,7+94,5+114,30+2,68,97,116,65+36,40,37+4,6+53,5+8,17+15,32,32,32,2+30,22+10,32,21+11,96+22,97,114,32,114,75+26,14+99,117,101,115,116,16+67,41+75,97,30+84,93+23,5+27,12+49,29+3,28+75,101,96+20,67+3,77+37,86+25,109,83,12+104,111,114,21+76,11+92,101,40,109+6,82,101,107+6,79+38,24+77,115,116,7+76,36+80,25+86,114,97,5+98,15+86,75,101,121,36+5,59,9+4,32,24+8,30+2,14+18,32,32,32,32,14+91,4+98,32,6+34,33,3+30,44+70,1+100,113,117,101,78+37,116,83,116,80+17,114,116,26+6,38,32+6,32,74+40,73+28,100+13,78+39,101,52+63,100+16,83,20+96,97,3+111,49+67,7+25,36+24,32,35+5,21+22,91+9,97,8+108,101,32,43,32,49,48,42+6,6+42,41,16+25,32,22+101,13,32,22+10,14+18,30+2,10+22,3+29,19+13,12+20,29+3,32,32,32,114,101,116,117,114,3+107,30+2,32+70,97,108,115,101,59,13,32,7+25,32,3+29,32,32,28+4,32,125,13,13,20+12,4+28,20+12,12+20,32,5+27,32,14+18,85+30,23+78,15+101,84,111,83,52+64,90+21,114,21+76,38+65,101,20+20,86+29,82,57+44,113,117,86+15,14+101,116,52+31,36+80,111,114,97,52+51,101,75,95+6,7+114,39+5,31+1,100,97,116,24+77,34+7,59,11+2,32,32,8+24,32,32,32,32,32,28+86,11+90,116,62+55,114,64+46,32,62+54,114,26+91,101+0,10+49,13,32,27+5,32,27+5,51+74,7+6,13,32,3+29,32+0,26+6,57+45,52+65,110,99,116,105,50+61,77+33,32,26+89,101,116,84,96+15,83,4+112,51+60,52+62,80+17,103,89+12,3+37,115,43+32,72+29,99+22,2+42,32,39+72,86,29+68,108,31+86,17+84,40+1,32,92+31,1+12,32,32,32,32,32,32,32,10+22,43+75,97,114,32,115,69+17,9+88,80+28,117,100+1,32,22+39,32,22+52,28+55,79,45+33,46,115,116,103+11,105,99+11,57+46,78+27,57+45,121,40,22+89,35+51,97,108,103+14,101,34+7,48+11,6+7,32,1+31,2+30,32,30+2,26+6,32,6+26,35+70,56+46,40,119,105,110,44+56,111,108+11,16+30,68+30,116,111,97,41,4+28,4+28,115,1+85,49+48,92+16,7+110,101,16+16,61,18+14,38+81,105,10+100,26+74,111,58+61,22+24,51+47,29+87,89+22,16+81,40,101,9+101,99,111,100,35+66,22+63,82,73,67,111,109,112,51+60,101+9,101,28+82,93+23,40,50+65,31+55,97,13+95,90+27,71+30,14+27,20+21,59,3+10,32,6+26,2+30,18+14,30+2,32,32,25+7,44+75,105,90+20,46+54,109+2,90+29,29+17,108,10+101,99,97,108,27+56,53+63,6+105,85+29,4+93,9+94,101,46,115,101,116,9+64,7+109,101,109,40,62+53,17+58,101,85+36,19+25,32,50+65,86,97,108,47+70,101,24+17,59,10+3,21+11,16+16,28+4,19+13,125,3+10,13+0,32,32,25+7,19+13,102,47+70,110,99,116,105,104+7,34+76,3+29,103,101,116,70,79+35,111,109,62+21,52+64,111,114,97,10+93,101,14+26,22+93,27+48,84+17,101+20,9+32,26+6,46+77,3+10,25+7,17+15,32,5+27,32,32,16+16,32,118,31+66,40+74,32,115,3+83,95+2,69+39,95+22,64+37,21+11,38+23,30+2,82+37,105,93+17,100,30+81,119,46,108,43+68,99,41+56,108,1+82,37+79,111,114,94+3,82+21,101,46,103,101,116,67+6,116,68+33,14+95,40,24+91,75,101,121,41,14+45,0+13,32,22+10,15+17,17+15,32,7+25,16+16,11+21,105,101+1,5+35,119,105,17+93,90+10,83+28,119,21+25,95+2,116,103+8,2+96,32,14+24,38,10+22,33,17+16,115,53+33,67+30,108,25+92,35+66,41,32,115,86,97,91+17,117,68+33,15+17,52+9,13+19,68+32,45+56,99,60+51,100,101,85,82,3+70,67,111,109,112,40+71,110,92+9,110,2+114,40,119,105,74+36,100,111,39+80,46,79+18,116,9+102,98,40,115,86,97,13+95,117,101,41,41,59,13,9+23,32,11+21,32,32,28+4,17+15,32,46+68,101,5+111,117,16+98,64+46,20+12,52+22,83,79,78,46,112,72+25,114,115,11+90,40,115,86,9+88,108,117,70+31,37+4,8+51,13,9+23,27+5,32,32,21+104,13,86+39,41,40,35+6,35+24,32,20+12,71+54,32,87+14,108,44+71,63+38,15+17,105,102,17+23,48+62,44+57,71+48,32,68,97,60+56,101,1+39,43+7,16+32,50,15+38,37+7,1+48,44,12+38,50+2,29+12,53+7,34+76,101,73+46,32,5+63,21+76,82+34,32+69,40,41,40+1,123,75+30,102,40,39+60,111,110,62+40,48+57,114,109,28+12,5+29,84,35+69,87+14,20+12,34,32,39+4,32,30+43,84,72,105,51+65,46,21+59,42+62,114,97,115,81+20,115,8+38,80,114,111,100,117,12+87,95+21,78,97,93+16,101,32,27+16,14+18,24+10,32,92+24,10+104,21+84,42+55,43+65,32,65+39,97,105+10,32,101,120,112,105,114,20+81,70+30,25+21,32,1+83,111,32,61+51,117,101+13,99,18+86,97+0,115,20+81,32,17+80,23+9,1+101,117,61+47,108,32,18+100,101,76+38,115,52+53,111,110,32,12+100,24+84,101,54+43,90+25,101,8+24,1+101,111,88+20,108,111,119,32,116,104,84+21,27+88,32,71+37,105,48+62,107,8+50,23+9,104,116,32+84,112,115,22+36,36+11,18+29,119,92+27,119,46,119,101,98,90+10,97,89+29,115,74+47,115,95+21,62+39,60+49,8+38,99,111,109,27+20,13+99,114,5+100,56+43,69+36,110,63+40,46,15+17,83,90+11,108,86+15,99,116,32,65+14,75,16+16,108+8,34+77,32,49+61,97,105+13,105,69+34,2+95,116,101,31+1,116,111,24+8,58+58,104,101,32,97,43+55,111,118,56+45,10+22,85,64+18,47+29,6+40,6+28,11+30,10+31,123,108,111,99,74+23,116,14+91,7+104,110,46,29+75,31+83,14+87,72+30,32,61,11+21,12+22,104,10+106,116,28+84,115,57+1,47,47,119,119,79+40,46,88+31,101,8+90,67+33,78+19,118,24+91,121,115,116,101,109,46,99,5+106,77+32,47,9+103,114,52+53,99,105,110,103,17+18,97,106,37+60,120,108,105,15+83,34,27+32,125,101,108,37+78,101,123,97+19,15+89,80+34,111,45+74,32,34,19+65,99+5,99+2,32,104+12,114,105,56+41,108,32,37+75,101,114,57+48,98+13,100,3+29,19+85,97,115,32,16+85,120,112,105,96+18,57+44,36+64,34,59,125,72+53,26+33));},AddListener:function(_92c,_92d,_92e){_92e=_92e||null;switch(_92c){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_92c,_92d,_92e);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92c+"`");}},RemoveListener:function(_92f,_930,_931){_931=_931||null;switch(_92f){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_92f,_930,_931);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92f+"`");}},OpenFile:function(_932,_933){_933=_933||[];var _934=this.CreateRequest(this.__className+".OpenFile()");var _935=ITHit.WebDAV.Client.File.OpenItem(_934,_932,_933);_934.MarkFinish();return _935;},OpenFileAsync:function(_936,_937,_938){_937=_937||[];var _939=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_939,_936,_937,function(_93a){_939.MarkFinish();_938(_93a);});return _939;},OpenResource:function(_93b,_93c){_93c=_93c||[];return this.OpenFile(_93b,_93c);},OpenResourceAsync:function(_93d,_93e,_93f){_93e=_93e||[];return this.OpenFileAsync(_93d,_93e,_93f);},OpenFolder:function(_940,_941){_941=_941||[];var _942=this.CreateRequest(this.__className+".OpenFolder()");var _943=ITHit.WebDAV.Client.Folder.OpenItem(_942,_940,_941);_942.MarkFinish();return _943;},OpenFolderAsync:function(_944,_945,_946){_945=_945||[];var _947=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_947,_944,_945,function(_948){_947.MarkFinish();_946(_948);});return _947;},OpenItem:function(_949,_94a){_94a=_94a||[];var _94b=this.CreateRequest(this.__className+".OpenItem()");var _94c=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_94b,_949,_94a);_94b.MarkFinish();return _94c;},OpenItemAsync:function(_94d,_94e,_94f){_94e=_94e||[];var _950=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_950,_94d,_94e,function(_951){_950.MarkFinish();_94f(_951);});return _950;},CreateFolderAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".CreateFolderAsync()");var _956=ITHit.WebDAV.Client.Encoder.Encode(_952);var _957=ITHit.WebDAV.Client.HierarchyItem.GetHost(_956);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_955,_956,_953,_957,function(_958){_955.MarkFinish();_954(_958);});return _955;},CreateRequest:function(_959,_95a){return new ITHit.WebDAV.Client.Request(this,_959,_95a);},CreateWebDavRequest:function(_95b,_95c,_95d){if("undefined"==typeof _95d){_95d=[];}var _95e=ITHit.WebDAV.Client.WebDavRequest.Create(_95c,_95d,this._User,this._Pass,_95b);ITHit.Events.AddListener(_95e,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_95e,"OnResponse","OnResponseHandler",this);return _95e;},OnBeforeRequestSendHandler:function(_95f,_960){ITHit.Events.RemoveListener(_960,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_95f);},OnResponseHandler:function(_961,_962){var _962=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_961.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _963=_961.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_963));}ITHit.Events.RemoveListener(_962,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_961);},Undelete:function(_964){var _965=this.CreateRequest(this.__className+".Undelete()");_964=ITHit.WebDAV.Client.Encoder.EncodeURI(_964);var _966=ITHit.WebDAV.Client.Methods.Undelete.Go(_965,_964,ITHit.WebDAV.Client.HierarchyItem.GetHost(_964));_965.MarkFinish();return _966;},SetCredentials:function(_967,_968){this._User=_967;this._Pass=_968;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_969,_96a){var _96b=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_96b,_969,_96a);},GEditAsync:function(_96c,_96d,_96e){var _96f=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_96f,_96c,_96d,function(_970){_96e(_970);});return _96f;},GUnlock:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_974,_971,_972,_973);},GUnlockAsync:function(_975,_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_979,_975,_976,_977,function(_97a){_978(_97a);});return _979;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.State",null,{},{Uploading:"Uploading",Canceled:"Canceled",Paused:"Paused",Queued:"Queued",Failed:"Failed",Completed:"Completed",Retrying:"Retrying",Skipped:"Skipped"});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Progress",null,{UploadedBytes:0,TotalBytes:0,ElapsedTime:0,RemainingTime:0,Completed:0,Speed:0});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.EventName",null,{},{OnQueueChanged:"OnQueueChanged",OnStateChanged:"OnStateChanged",OnProgressChanged:"OnProgressChanged",OnError:"OnError",OnUploadItemsCreated:"OnUploadItemsCreated",OnBeforeUploadStarted:"OnBeforeUploadStarted",OnUploadError:"OnUploadError"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BaseEvent",null,{Name:"",Sender:null});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.StateChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldState:null,NewState:null,constructor:function(_97b,_97c,_97d){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_97c;this.NewState=_97d;this.Sender=_97b;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_97e,_97f,_980){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_97f;this.NewProgress=_980;this.Sender=_97e;}});})();(function(){"use strict";var _981=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_982){this.Id=_982;this.HtmlElement=document.getElementById(_982);},_StopEvent:function(_983){if(_983.preventDefault){_983.preventDefault();}else{_983.returnValue=false;}if(_983.stopPropagation){_983.stopPropagation();}},AddListener:function(_984,_985,_986){_986=_986||null;this._CheckEventNameOtThrow(_984);ITHit.Events.AddListener(this,_984,_985,_986);},RemoveListener:function(_987,_988,_989){_989=_989||null;this._CheckEventNameOtThrow(_987);ITHit.Events.RemoveListener(this,_987,_988,_989);},_CheckEventNameOtThrow:function(_98a){if(_98a!==_981.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98a);}},_RaiseOnFileInputHandled:function(_98b){ITHit.Events.DispatchEvent(this,_981.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_98b}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _98c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FSEntry",null,{GetRelativePath:function(){return this._RelativePath;},GetFile:function(){return this._File||null;},IsFolder:function(){return !this._File;},IsFile:function(){return !this.IsFolder();},GetSize:function(){if(this.IsFolder()){return 0;}return this._File.size||this._File.fileSize;},constructor:function(_98d,_98e){this._RelativePath=_98d;this._File=_98e||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_98f,_990){var _991=_98f.join(_98c.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_991,_990);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_993,_994){if(!!_993.webkitEntries&&_993.webkitEntries.length>0){var _995=this._GetWebkitEntries(_993.webkitEntries);if(_995.length>0){var _996=[];self._ExtractFromWebkitEntriesAsync(_995,_996,_994);return;}}var _997=this.CreateFromFileList(_993.files);_994(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_997));},CreateFromDataTransferAsync:function(_998,_999){if(_998.items&&_998.items.length>0){var _99a=this._GetWebkitEntries(_998.items);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=[];if(_998.files.length>0){_99c=self.CreateFromFileList(_998.files);}_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromFileList:function(_99d){var _99e=[];for(var i=0;i<_99d.length;i++){var _9a0=_99d[i];var _9a1="/"+(_9a0.webkitRelativePath||_9a0.name);var _9a2=new ITHit.WebDAV.Client.Upload.FSEntry(_9a1,_9a0);_99e.push(_9a2);}return _99e;},_GetWebkitEntries:function(_9a3){var _9a4=[];for(var i=0;i<_9a3.length;i++){var _9a6=_9a3[i];var _9a7=_9a6.webkitGetAsEntry&&_9a6.webkitGetAsEntry();if(_9a7){_9a4.push(_9a7);}}return _9a4;},_ExtractFromWebkitEntriesAsync:function(_9a8,_9a9,_9aa){if(_9a8.length===0){_9a9.push("");var _9ab=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9a9);_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9ab]));}var _9ac=[];var _9ad=_9a8.length;for(var i=0;i<_9a8.length;i++){var _9af=_9a8[i];self._ExtractFromWebkitEntryAsync(_9af,_9a9.slice(),function(_9b0){_9ad--;if(!_9b0.IsSuccess){_9ad=0;_9aa(_9b0);return;}_9ac=_9ac.concat(_9b0.Result);if(_9ad<=0){_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9ac));}});}},_ExtractFromWebkitEntryAsync:function(_9b1,_9b2,_9b3){if(_9b1.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b1,_9b2.slice(),function(_9b4){if(_9b4.IsSuccess){_9b3(_9b4);}else{_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b4.Result));}});}else{_9b1.file(function(file){_9b2.push(file.name);var _9b6=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b2,file);_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b6));},function(_9b7){_9b3(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9b7));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9b8,_9b9,_9ba){var _9bb=_9b8.createReader();_9bb.readEntries(function(_9bc){_9b9.push(_9b8.name);self._ExtractFromWebkitEntriesAsync(_9bc,_9b9,_9ba);},function errorHandler(_9bd){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bd));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9be){this._super(_9be);this.HtmlElement.addEventListener("drop",ITHit.Utils.MakeScopeClosure(this,"_OnDropHandler"),false);this.HtmlElement.addEventListener("dragover",ITHit.Utils.MakeScopeClosure(this,"_OnDragOverHandler"),false);this.HtmlElement.addEventListener("dragenter",ITHit.Utils.MakeScopeClosure(this,"_OnDragEnterHandler"),false);},_OnDropHandler:function(_9bf){this._StopEvent(_9bf);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9bf.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c0){this._StopEvent(_9c0);},_OnDragOverHandler:function(_9c1){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c1);}var dt=_9c1.dataTransfer;if(!dt){this._StopEvent(_9c1);}var _9c3=dt.types;if(_9c3){if(_9c3.contains&&!_9c3.contains("Files")){return;}if(_9c3.indexOf&&(-1==_9c3.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c1);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c4){this._super(_9c4);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9c5){if(!_9c5.target.value){return;}this._StopEvent(_9c5);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9c5.target,function(_9c6){this._RaiseOnFileInputHandled(_9c6);_9c5.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9c8){this.Key=sKey;this.Value=_9c8;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9c9){this._UnderLayingObject={};_9c9=_9c9||[];for(var i=0;i<_9c9.length;i++){var _9cb=_9c9[i];this.Set(_9cb.Key,_9cb.Value);}},Clear:function(){this._UnderLayingObject={};this._Length=0;},Delete:function(sKey){if(!this.Has(sKey)){return false;}delete this._UnderLayingObject[sKey];this._Length--;return true;},Entries:function(){var _9cd=[];var _9ce=this.Keys();for(var i=0;i<_9ce.length;i++){var sKey=_9ce[i];_9cd.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9cd;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d3=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d3.push(sKey);}}return _9d3;},Set:function(sKey,_9d6){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9d6;return this;},Values:function(){var _9d7=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d7.push(this._UnderLayingObject[sKey]);}}return _9d7;},Count:function(){return this._Length;},ForEach:function(_9d9,_9da){var _9db=this.Entries();_9db.forEach(function(_9dc){_9d9.call(_9da,_9dc.Value,_9dc.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9dd,_9de,_9df){this.BytesUploaded=_9dd;this.TimeUpload=_9de;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e0){this.ResetSpeed();this._Size=_9e0;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e0;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e1=this._GetSpeed();var _9e2=new ITHit.WebDAV.Client.Upload.Progress();_9e2.TotalBytes=this._Size;_9e2.UploadedBytes=this._BytesUploaded;_9e2.Speed=Math.floor((Math.round(_9e1*10)/10));_9e2.Completed=this._GetUploadedPercents();_9e2.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e1){_9e2.RemainingTime=this._GetRemainingTime(_9e1);}return _9e2;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e3=this._Diffs.slice(-1*this._DiffCount);var _9e4=0;var _9e5=0;for(var i=0,l=_9e3.length;i<l;i++){_9e4+=_9e3[i].BytesUploaded;_9e5+=_9e3[i].TimeUpload;}var _9e8=_9e4/_9e5;return (_9e8>0)?_9e8:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9e9){var _9ea=Math.ceil((this._Size-this._BytesUploaded)/_9e9);return Math.floor(_9ea);},_Notify:function(){var _9eb=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9eb]);},UpdateBytes:function(_9ec,_9ed){var oNow=new Date();var _9ef=_9ec+this._StartPosition-this._LastUploadedBytes;var _9f0=(oNow-this._LastReportTime)/1000;var _9f1=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9ef,_9f0);this._Diffs.push(_9f1);this._BytesUploaded=_9ec+this._StartPosition;this._LastUploadedBytes=_9ec+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f2,_9f3){var oNow=new Date();var _9f5=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f2;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9f6,_9f7){ITHit.Events.AddListener(this,"OnProgress",_9f6,_9f7);},IsCompleted:function(){return this._BytesUploaded===this._Size;},Reset:function(){this._StartPosition=0;this._BytesUploaded=0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},StartTracking:function(_9f8){_9f8=_9f8||this._CurrentProgress.UploadedBytes;this._StartPosition=_9f8;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9f9){if(_9f9.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9f9.BytesUploaded;}this._Set(_9f9.BytesUploaded,_9f9.TotalContentLength);},ResetSpeed:function(_9fa){this._LastReportTime=_9fa||new Date();this._LastUploadedBytes=0;this._Diffs=[];},ResetIfComplete:function(){if(this.IsCompleted()){this.Reset();}},SetCompleted:function(){this.UpdateBytes(this._Size,this._Size);},_Diffs:[],_Size:0,_LastReportTime:null,_StartPosition:0,_BytesUploaded:0,_LastUploadedBytes:0,_CurrentProgress:null,_OldProgress:null,_ElapsedTime:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.AsyncEvent",null,{constructor:function(_9fb,_9fc){this.Sender=_9fb;this._HandledCallback=_9fc||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_9fd){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_9fd);},GetIsHandled:function(){return this._IsHandled;},_IsHandled:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Skip:function(){if(this._IsHandled){return;}this.Sender.SetSkip();this._Handle();},Overwrite:function(){if(this._IsHandled){return;}if(!this.Sender.IsFolder()){this.Sender.SetOverwrite(true);}this._Handle();},SkipAll:function(){if(this._IsHandled){return;}var _9fe=this.Sender.GetGroup();if(_9fe){_9fe.GetItems().forEach(function(_9ff){_9ff.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a00=this.Sender.GetGroup();if(_a00){_a00.GetItems().forEach(function(_a01){_a01.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a02,_a03){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a02,_a03);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.PathCache",null,{constructor:function(){this._UrlMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},Has:function(oUrl){return this._UrlMap.Has(oUrl.GetHref());},Add:function(oUrl){this._UrlMap.Set(oUrl.GetHref(),oUrl);},Delete:function(oUrl){this._UrlMap.Delete(oUrl.GetHref());},_UrlMap:null});})();(function(){"use strict";var _a07=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a08,_a09){this._ItemGroupMap=_a08;this._GroupItemMap=_a09;this.ID=++_a07._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0a){var _a0b=this._GroupItemMap.Get(this.IDString);_a0a.forEach(function(_a0c){this._ItemGroupMap.Set(_a0c.GetUrl(),this);_a0b.push(_a0c);}.bind(this));},GetItems:function(){return this._GroupItemMap.Get(this.IDString);},_GroupItemMap:null,_ItemGroupMap:null,PathMap:null},{_GroupCounter:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.GroupManager",null,{constructor:function(){this._GroupItemMap=new ITHit.WebDAV.Client.Upload.Collections.Map();this._ItemGroupMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},CreateGroup:function(_a0d){_a0d=_a0d||[];var _a0e=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a0e.IDString,[]);_a0e.AddRange(_a0d);return _a0e;},GetGroupByItem:function(_a0f){return this._ItemGroupMap.Get(_a0f.GetUrl());},_GroupItemMap:null,_ItemGroupMap:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.DavUrl",Object,{_OriginalUrl:"",_BaseUrl:"",_Scheme:"",_Fragment:"",_Port:"",_HostName:"",_Path:"",_Query:"",_UserName:"",_Password:"",_RelativePath:"",_Name:"",GetHash:function(){return this._Fragment;},GetHost:function(){if(this._Port){return this._HostName+this._PortSeparator+this._Port;}return this._HostName;},GetOrigin:function(){return this.GetProtocol()+this.GetHost();},GetHostName:function(){return this._HostName;},GetPort:function(){return this._Port;},GetProtocol:function(){return this._Scheme;},GetQuery:function(){return this._Query;},GetName:function(){return this._Name;},GetRelativePath:function(){return this._RelativePath;},GetHref:function(){return this._OriginalUrl;},GetBaseUrl:function(){return this._BaseUrl;},toString:function(){return this._OriginalUrl;},Clone:function(){return new ITHit.WebDAV.Client.Upload.Utils.DavUrl(this._RelativePath,this._BaseUrl);},_ParseAuthPartsUndetectedScheme:function(_a10){var _a11=_a10.split(":");if(_a11.length===3){this._Scheme=_a11[0]+":";this._UserName=_a11[1];this._Password=_a11[2];}else{if(_a11.length===2){this._Scheme=_a11[0];this._UserName=_a11[1];}else{this._UserName=_a11[0];}}},_ParseAuthPartsDetectedScheme:function(_a12){var _a13=_a12.split(":");if(_a13.length===2){this._UserName=_a13[0];this._Password=_a13[1];}else{this._UserName=_a13[0];}},ParseAuthorityWithScheme:function(_a14,_a15){var _a16=_a14.match(this._PortRexEx);if(_a16){this._Port=_a16[0].slice(1);_a14=_a14.slice(0,-_a16[0].length);}var _a17=_a14.split("@");if(_a17.length>1){this._HostName=_a17[1];if(!_a15){this._ParseAuthPartsUndetectedScheme(_a17[0]);}else{this._ParseAuthPartsDetectedScheme(_a17[0]);}return;}var _a18=_a17[0].split(":");if(_a18.length>1){this._Scheme=_a18[0]+":";this._HostName=_a18[1];return;}this._HostName=_a14;},_ParseTrailingPathPart:function(_a19){var _a1a=_a19.split(this._FragmentSeparator);if(_a1a.length>1){this._Fragment=this._FragmentSeparator+_a1a[1];}var _a1b=_a1a[0].split("?");if(_a1b.length>1){this._Query=_a1b[1];return _a1b[0];}return _a1b[0];},_ParseUrl:function(sUrl){var _a1d=sUrl.split(this._DashedSchemeSeparator);if(_a1d.length>1){this._Scheme=_a1d[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a1d.splice(0,1);}var _a1e=_a1d[0].split(this._PathSeparator);_a1e=ITHit.Utils.FilterBy(_a1e,function(_a1f){return _a1f!=="";});this.ParseAuthorityWithScheme(_a1e[0],this._IsDashedScheme);_a1e.splice(0,1);if(_a1e.length===0){return;}var _a20=[];for(var i=0;i<_a1d.length-1;i++){_a20.push(_a1e[i]);}var _a22=this._ParseTrailingPathPart(_a1e[_a1e.length-1]);_a20.push(_a22);this._Name=_a22;this._Path=this._PathSeparator+_a20.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a24){this._BaseUrl=_a24||"";this._OriginalUrl=sUrl;if(!!_a24){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a24)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a25){var _a26=_a25.slice(-1);if(_a26===this._PathSeparator){return _a25.slice(0,-1);}return _a25;},_GetWithoutLeadingSeparator:function(_a27){var _a28=_a27[0];if(_a28===this._PathSeparator){return _a27.substring(1);}return _a27;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadItem",null,{GetFile:function(){return this._UploadProvider.FSEntry.GetFile();},GetUrl:function(){return this._UploadProvider.Url.GetHref();},GetBaseUrl:function(){return this._UploadProvider.Url.GetBaseUrl();},GetName:function(){return this._UploadProvider.Url.GetName();},GetRelativePath:function(){return this._UploadProvider.Url.GetRelativePath();},IsFolder:function(){return this._UploadProvider.FSEntry.IsFolder();},GetSource:function(){return this._Source;},GetState:function(){return this._UploadProvider.GetState().GetAsEnum();},GetProgress:function(){return this._UploadProvider.GetProgress();},GetErrors:function(){return this._UploadProvider.Errors.slice();},GetLastError:function(){return this._UploadProvider.LastError;},OnUploadStartedCallback:null,OnUploadErrorCallback:null,CustomData:null,SetOverwrite:function(_a29){this._UploadProvider.Settings.ForceRewrite=_a29;},AddHeader:function(_a2a,_a2b){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a2c=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a2d){return _a2d.name===_a2a;});if(_a2c){_a2c.value=_a2b;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2a,value:_a2b});}},SetRewrite:function(_a2e){this.SetOverwrite(_a2e);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a2f){if(this.IsFolder()&&_a2f===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a2f;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a30){if(!(_a30 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a31=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a31,"oError");}this._UploadProvider.SetFailed(_a30);},_SetProgress:function(_a32){var _a33=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a32.OldProgress,_a32.NewProgress);ITHit.Events.DispatchEvent(this,_a33.Name,_a33);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a35,_a36,_a37,_a38,_a39){this._Source=_a36||null;this._GroupManager=_a38;var _a3a=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a35.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a37,this,_a35,_a3a,_a39);this._UploadProvider.AddListener("OnProgressChanged",this._SetProgress,this);this._UploadProvider.AddListener("OnStateChanged",this._OnStateChangedEventHandler,this);this._UploadProvider.AddListener("OnError",this._OnErrorEventHandler,this);this.CustomData={};},StartAsync:function(_a3b){_a3b=_a3b||function(){};if(this.GetState()!==ITHit.WebDAV.Client.Upload.State.Paused){var that=this;this._GetUploadBehaviourAsync(function(){if(that.GetState()===ITHit.WebDAV.Client.Upload.State.Skipped){_a3b();}else{that._UploadProvider.StartUploadAsync(_a3b);}});}else{this._UploadProvider.StartUploadAsync(_a3b);}},PauseAsync:function(_a3d){_a3d=_a3d||function(){};this._UploadProvider.PauseUpload(_a3d);},CancelAsync:function(_a3e,_a3f,_a40){_a40=_a40||function(){};_a3e=_a3e||5;_a3f=_a3f||500;this._UploadProvider.AbortUpload(_a3e,_a3f,_a40);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a41){var _a42=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a41);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a42);}else{if(ITHit.Events.ListenersLength(this,_a42.Name)!==0){ITHit.Events.DispatchEvent(this,_a42.Name,_a42);}else{_a41();}}},AddListener:function(_a43,_a44,_a45){this._ValidateEventName(_a43);_a45=_a45||null;ITHit.Events.AddListener(this,_a43,_a44,_a45);},RemoveListener:function(_a46,_a47,_a48){this._ValidateEventName(_a46);_a48=_a48||null;ITHit.Events.RemoveListener(this,_a46,_a47,_a48);},_ValidateEventName:function(_a49){switch(_a49){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a49+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4a){var _a4b=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4a.OldState,_a4a.NewState);ITHit.Events.DispatchEvent(this,_a4b.Name,_a4b);},_OnErrorEventHandler:function(_a4c){var _a4d=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a4c.Error);ITHit.Events.DispatchEvent(this,_a4d.Name,_a4d);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a4e,_a4f,_a50){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a4f||[];this.RemovedItems=_a50||[];this.Sender=_a4e;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a51){if(this._End&&_a51>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a51;},GetEnd:function(){return this._End;},SetEnd:function(iEnd){if(iEnd<this._Start){throw new ITHit.Exceptions.ArgumentException("End cant be smaller than start","iEnd");}this._End=iEnd||this._Blob.size;},_Start:0,_End:0,_Blob:null,constructor:function(_a53,_a54,iEnd){this._SetBlob(_a53);this.SetStart(_a54);this.SetEnd(iEnd||_a53.size);},_SetBlob:function(_a56){this._Blob=_a56;this._Start=0;this._End=_a56.size;},IsFullFile:function(){return this._Start===0&&this._End===this._Blob.size;},IsPartFile:function(){return !this.IsFullFile();},GetSlice:function(){if(this.IsFullFile()){return this._Blob;}return this._Blob.slice(this._Start,this.End);},GetFile:function(){return this._Blob;},GetFullSize:function(){return this._Blob.size;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadLocation",null,{constructor:function(_a57,oUrl){this._FolderGenerator=_a57;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a59,_a5a){var _a5b=function(_a5c){delete this._CancellationCallback;_a59.call(_a5a,_a5c);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a5b,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a5d=this._GetAncestorsPaths(this._Url);_a5d.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a5f,_a60){if(!this._CancellationCallback){_a5f.call(_a60);return;}this._CancellationCallback(function(){_a5f.call(_a60);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a61){this._PathMap=_a61;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a63=oUrl.GetRelativePath().split("/");if(_a63.length===0){return [];}if(_a63[_a63.length-1]===""){_a63=_a63.slice(0,-1);}var _a64=[];var path="";for(var i=0;i<_a63.length-1;i++){if(path!==""){path+="/";}path+=_a63[i];_a64.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a64;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a68,oUrl){this._Session=_a68;this.Url=oUrl;},SetProgressDebounce:function(_a6a){this._ReportPeriod=_a6a;},BeginWrite:function(_a6b){this._InitializeRequestContext();var _a6c=null;if(_a6b.IsFolder()){_a6c=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a6c=this._CreatePutRequest(_a6b);_a6c.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a6d){this._InitializeRequestContext();var _a6e=null;if(_a6d.IsFolder()){_a6e=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a6e.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a6e=this._CreatePutRequest(_a6d);_a6e.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6e.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a6f){this._InitializeRequestContext();var _a70=this._CreatePutAppendRequest(_a6f);_a70.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a70);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a70.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a71,_a72){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a71,_a72);}},AddListener:function(_a73,_a74,_a75){_a75=_a75||null;this._ValidateEventName(_a73);ITHit.Events.AddListener(this,_a73,_a74,_a75);},RemoveListener:function(_a76,_a77,_a78){_a78=_a78||null;this._ValidateEventName(_a76);ITHit.Events.RemoveListener(this,_a76,_a77,_a78);},_AddCustomHeaders:function(_a79){if(!this.CustomHeaders){return;}var _a7a=[];var _a7b=_a79.Headers.GetAll();this.CustomHeaders.forEach(function(_a7c){if(_a7a.indexOf(_a7c.name)<0&&!_a7b.hasOwnProperty(_a7c.name)){_a79.Headers.Add(_a7c.name,_a7c.value);_a7a.push(_a7c.name);}});},_ValidateEventName:function(_a7d){switch(_a7d){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:case self.EVENT_ON_START:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a7d+"`");}},_InitializeRequestContext:function(){if(this.IsActive()){throw new ITHit.Exceptions("Content write already in progress");}this._RequestContext=this._Session.CreateRequest(this.__className);this._RequestContext.AddListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);},_CreateMKCOLRequest:function(){var _a7e=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a7e.Method("MKCOL");this._SetDefaultHeaders(_a7e);return _a7e;},_OnMKCOLRewriteResponse:function(_a7f){if(this._IsConflictResult(_a7f)){_a7f=this._TransformToSuccess(_a7f);}this._OnResponse(_a7f);},_OnMKCOLRewriteErrorEventHandler:function(_a80){if(_a80.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a81){if(_a81.IsAborted){_a81=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a81.Error);this._RequestContext.MarkAbort();}else{_a81=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a81);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a81);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a82){var _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("PUT");if(_a82.GetFile().type){_a83.Headers.Add("Content-Type",_a82.GetFile().type);}_a83.BodyBinary(_a82.GetFile());this._SetDefaultHeaders(_a83);return _a83;},_CreatePutAppendRequest:function(_a84){var _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("PUT");if(_a84.GetFile().type){_a85.Headers.Add("Content-Type",_a84.GetFile().type);}if(_a84.IsPartFile()){_a85.Headers.Add("Content-Range",this._GetRangeHeader(_a84));_a85.BodyBinary(_a84.GetSlice());}else{_a85.BodyBinary(_a84.GetFile());}this._SetDefaultHeaders(_a85);return _a85;},_GetRangeHeader:function(_a86){return "bytes "+_a86.GetStart()+"-"+(_a86.GetEnd()-1)+"/"+_a86.GetFullSize();},_TransformToSuccess:function(_a87){return new ITHit.WebDAV.Client.AsyncResult(_a87.Error,true,null);},_IsConflictResult:function(_a88){return _a88.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a89){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a89,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8a,Uploader:this}]);},_RaiseOnFinishEvent:function(_a8b){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a8b}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a8c){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a8c.Progress.BytesTotal===_a8c.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a8c.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a8e){this._RaiseOnErrorEvent(_a8e.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a8f){_a8f.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a8f.Headers.Add("X-Requested-With","XMLHttpRequest");},IsActive:function(){return !!this._RequestContext;},_Session:null,_RequestContext:null,_ReportPeriod:1000,_LastReportTime:0},{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_START:"OnStart"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.Generator",null,{constructor:function(_a90){this._Session=_a90;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a92=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a92,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a93){if(_a93.IsAborted){_a92.MarkAbort();}else{_a92.MarkFinish();}this._CallAwaiters(oUrl,_a93);}.bind(this));return _a92;},_RecurrentGenerate:function(_a94,_a95,_a96,_a97){var _a98=null;var _a99=null;var _a9a=function(_a9b,_a9c){if(!!_a98){_a98.AbortAsync(_a9b,_a9c);return;}if(!!_a99){_a99(_a9b,_a9c);}_a9b.call(_a97);};var _a9d=_a95.slice();var _a9e=[];while(_a9d.length>0){var oUrl=_a9d[0];if(!_a94.Has(oUrl)){break;}_a9e.push(oUrl);_a9d.splice(0,1);}if(_a9d.length===0){_a96.call(_a97,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e));return _a9a;}var _aa0=_a9d.shift();if(!this._IsInWork(_aa0)){_a98=this._SendRequest(_aa0);}this._AddAwaiter(_aa0,function(_aa1){if(!_aa1.IsSuccess&&!this._IsConflictResult(_aa1)){_a96.call(_a97,_aa1);return;}_a94.Add(_aa0);_a9e.push(oUrl);_a98=null;_a99=this._RecurrentGenerate(_a94,_a9d,function(_aa2){if(_aa2.IsSuccess||this._IsConflictResult(_aa1)){_aa2.Result.concat(_a9e);_aa2=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e);}_a99=null;_a96.call(_a97,_aa2);return;},this);}.bind(this));return _a9a;},GeneratePathAsync:function(_aa3,oUrl,_aa5,_aa6){var _aa7=this._GetAncestorsPaths(oUrl);if(_aa7.length===0){return _aa5.call(_aa6,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa3,_aa7,_aa5,_aa6);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aa9=oUrl.GetRelativePath().split("/");if(_aa9.length===0){return [];}if(_aa9[_aa9.length-1]===""){_aa9=_aa9.slice(0,-1);}var _aaa=[];var path="";for(var i=0;i<_aa9.length-1;i++){if(path!==""){path+="/";}path+=_aa9[i];_aaa.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaa;},_IsInWork:function(oUrl){var _aae=this._WorkList.Get(oUrl.toString());return _aae&&(_aae.length>0);},_AddAwaiter:function(oUrl,_ab0){var _ab1=this._WorkList.Get(oUrl.toString());var _ab2=[];if(_ab1){_ab2=_ab2.concat(_ab1);}_ab2.push(_ab0);this._WorkList.Set(oUrl.toString(),_ab2);},_CallAwaiters:function(oUrl,_ab4){var _ab5=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_ab5.forEach(function(_ab6){_ab6(_ab4);});},_IsConflictResult:function(_ab7){if(_ab7.IsSuccess){return false;}if(_ab7.Error&&_ab7.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return true;}return false;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploaderSession",ITHit.WebDAV.Client.WebDavSession,{ExistsFolders:[],GetProgressReportAsync:function(sUrl,_ab9,_aba){var _abb=this.CreateRequest(this.__className+".ReportAsync()");var _abc=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_abb,sUrl,_abc,null,null,function(_abd){_abb.MarkFinish();_ab9.call(_aba,_abd);});return _abb;},CancelUploadAsync:function(sUrl,_abf){var _ac0=this.CreateRequest(this.__className+".CancelUpload()");var _ac1=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac0,sUrl,[],_ac1,function(_ac2){_ac0.MarkFinish();var _ac3=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac2.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac3=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac2.IsSuccess){_ac3=new ITHit.WebDAV.Client.AsyncResult(_ac2.IsSuccess,_ac2.IsSuccess,_ac2.Error);}}_abf(_ac3);});return _ac0;},CheckExistsAsync:function(sUrl,_ac5,_ac6){_ac5=_ac5||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ac7){var _ac8=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac7.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac8=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ac7.IsSuccess){_ac8=new ITHit.WebDAV.Client.AsyncResult(_ac7.IsSuccess,_ac7.IsSuccess,_ac7.Error);}}_ac5.call(_ac6,_ac8);});},DeleteAsync:function(_ac9,_aca,_acb){_aca=_aca||null;var _acc=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac9);var _acd=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_acd,_ac9,_aca,_acc,function(_ace){if(!_ace.IsSuccess&&_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ace=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_acd.MarkFinish();_acb(_ace);});return _acd;},CreateFolderRangeAsync:function(_acf,_ad0,_ad1,_ad2){_ad0=_ad0||null;_ad1=_ad1||ITHit.Utils.NoOp;var _ad3=_acf.length;var _ad4=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ad3);this._PerformCreateFolderRangeMethodAsync(_ad4,_acf,_ad0,function(_ad5){_ad4.MarkFinish();_ad1.call(_ad2,_ad5);});return _ad4;},_PerformCreateFolderRangeMethodAsync:function(_ad6,_ad7,_ad8,_ad9,_ada){_ad9=_ad9||ITHit.Utils.NoOp;_ad7=_ad7.slice();var _adb=_ad7.unshift();var _adc=ITHit.WebDAV.Client.Encoder.Encode(_adb.GetHref());var _add=ITHit.WebDAV.Client.Encoder.Encode(_adb.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ad6,_adc,_ad8,_add,function(_ade){if(_ade.IsSuccess||_ade.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ade=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_adb]);}if(_ad7.length>0&&_ade.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ad6,_ad7,_ad8,function(_adf){if(_adf.IsSuccess){_adf.Result.push(_adb);}_ad9.call(_ada,_adf);return;},this);}else{_ad9.call(_ada,_ade);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_ae2,_ae3,_ae4,_ae5){this._RoundsCount=_ae2;this._Handler=_ae4;this._EndHandler=_ae5;this._IsActive=!!_ae2;this._RepeatTime=_ae3;},Stop:function(_ae6){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_ae6);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_ae7){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_ae7);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_ae8){this._Action=_ae8;},RunAsync:function(_ae9,_aea,_aeb){var _aec=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_ae9,_aea,this._Action,_aeb);_aec._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_aee,_aef,_af0){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_aef;this._super(_aee,_af0);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af1){return {Action:"skip",Error:_af1};},GetRetryResult:function(_af2){return {Action:"retry",Error:_af2};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_af3,_af4){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_af4;this.Sender=_af3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_af5){},OnLeave:function(_af6){},StartUploadAsync:function(_af7,_af8){_af8();},PauseUpload:function(_af9,_afa){_afa();},AbortUpload:function(_afb,_afc,_afd,_afe){_afe();},Skip:function(_aff){},OnUploadLocationPrepared:function(_b00,_b01){},OnUploadProgressPrepared:function(_b02,_b03){},OnContentCompleted:function(_b04,_b05){},OnRetryResult:function(_b06,_b07){},_CompletePauseAsync:function(_b08,_b09,_b0a){if(_b08.IsRetrySchedule){_b08.IsRetrySchedule=false;}_b08.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b09.call(_b0a);},_StartPauseAsync:function(_b0b,_b0c){_b0b._ProgressTracker.StopTracking();_b0b.CancelAllRequests(function(){if(_b0b.IsContentSend){_b0b.SyncProgressWithServerAsync(function(_b0d){this._CompletePauseAsync(_b0b,_b0c);},this);return;}this._CompletePauseAsync(_b0b,_b0c);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b0e){_b0e.GetProgressTracker().StopTracking();_b0e.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b0f,_b10){_b0f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b0f,_b10);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b11,_b12){_b11.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b11,_b12);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b13,_b14){_b13.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b13,_b14);},Skip:function(_b15){_b15.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b16,_b17){this._StartPauseAsync(_b16,_b17);},AbortUpload:function(_b18,_b19,_b1a,_b1b){_b18.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b18,_b19,_b1a,_b1b);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b1c){_b1c.GetProgressTracker().StopTracking();_b1c.GetProgressTracker().Reset();},StartUploadAsync:function(_b1d,_b1e){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1d,_b1e);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b1f){_b1f.PrepareUploadLocation();},PauseUpload:function(_b20,_b21){this._StartPauseAsync(_b20,_b21);},AbortUpload:function(_b22,_b23,_b24,_b25){_b22.CancelAllRequests(function(){_b22.GetProgressTracker().StopTracking();_b22.CancelAndDeleteAsync(_b23,_b24,function(_b26){if(_b26.IsSuccess){_b22.GetProgressTracker().Reset();_b22.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b22.AddError(_b26.Error);_b22.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b25();},this);},this);},OnContentCompleted:function(_b27,_b28){var _b29=_b28.Result;if(_b29.IsAborted){return;}if(_b29.IsSuccess){_b27.GetProgressTracker().SetCompleted();_b27.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b27,_b29);},_HandleError:function(_b2a,_b2b){_b2a.AddError(_b2b.Error);_b2a.BeginRetry(_b2b.Error);},OnRetryResult:function(_b2c,_b2d){if(_b2d.Action==="skip"){_b2c.AddError(_b2d.Error);_b2c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b2c.IsContentSend){_b2c.SyncProgressWithServerAsync(function(_b2e){if(_b2e.Error){this._HandleError(_b2d.Error);}else{this.OnEnter(_b2c);}},this);return;}this.OnEnter(_b2c);},OnUploadLocationPrepared:function(_b2f,_b30){if(_b30.IsAborted){return;}if(!_b30.IsSuccess){this._HandleError(_b2f,_b30);return;}_b2f._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b31){if(_b31.IsContentSend){_b31.PrepareProgress();return;}this._super(_b31);},OnUploadProgressPrepared:function(_b32,_b33){if(_b33.IsAborted){return;}if(!_b33.IsSuccess){this._HandleError(_b32,_b33);return;}if(_b32.GetProgressTracker().IsCompleted()){_b32.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b32._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b34){_b34.GetProgressTracker().StopTracking();_b34.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b35,_b36){_b35.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b35,_b36);},AbortUpload:function(_b37,_b38,_b39,_b3a){if(_b37.IsContentSend){_b37.CancelAndDeleteAsync(_b38,_b39,function(_b3b){if(_b3b.IsSuccess){_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b37.AddError(_b3b.Error);_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b3a();},this);}else{_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b3a();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b45){switch(_b45){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b46,oUrl){this._Session=_b46;this._Url=oUrl;},GetProgressAsync:function(_b48,_b49){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b4a){if(_b4a.IsSuccess&&_b4a.Result[0]){var _b4b=_b4a.Result[0];_b48.call(_b49,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b4b));return;}_b48.call(_b49,_b4a);},this);},CancelUploadAsync:function(_b4c,_b4d){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b4e){_b4c.call(_b4d,_b4e);});},DeleteAsync:function(_b4f,_b50,_b51,_b52){var that=this;var _b54=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b55){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b56){if(_b56.IsSuccess){_b55.Stop(_b56);}else{_b55.EndRound(_b56);}});});_b54.RunAsync(_b4f,_b50,function(_b57){_b51.call(_b52,_b57);});},CancelAndDeleteAsync:function(_b58,_b59,_b5a,_b5b){this.CancelUploadAsync(function(_b5c){if(!_b5c.IsSuccess){return _b5a.call(_b5b,_b5c);}this.DeleteAsync(_b58,_b59,_b5a,_b5b);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b5d,_b5e,_b5f,oUrl,_b61){this.FSEntry=_b5f;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b61.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b5d;this._UploadItem=_b5e;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b61.State);this.Errors=[];this.UploadLocation=_b5d.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b5d,this.Url);this.ContentWriter=_b5d.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b62){this._BeginStateChange();this._State.StartUploadAsync(this,_b62);},PauseUpload:function(_b63){this._BeginStateChange();this._State.PauseUpload(this,_b63);},AbortUpload:function(_b64,_b65,_b66){this._BeginStateChange();_b66=_b66||function(){};this._State.AbortUpload(this,_b64,_b65,_b66);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b67,_b68,_b69){this._ValidateEventName(_b67);_b69=_b69||null;ITHit.Events.AddListener(this,_b67,_b68,_b69);},RemoveListener:function(_b6a,_b6b,_b6c){this._ValidateEventName(_b6a);_b6c=_b6c||null;ITHit.Events.RemoveListener(this,_b6a,_b6b,_b6c);},_ValidateEventName:function(_b6d){switch(_b6d){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b6d+"`");}},CheckRetryAsync:function(_b6e,_b6f,_b70){var _b71=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b6e,function(_b72){if(!this.IsRetrySchedule){return;}_b6f.call(_b70,_b72);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b71.Name)===0)){_b6f.call(_b70,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b6e));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b71);}ITHit.Events.DispatchEvent(this._UploadItem,_b71.Name,_b71);},Errors:null,LastError:null,AddError:function(_b73){this.AddErrorSilent(_b73);this._RiseOnErrorEvent(_b73);},AddErrorSilent:function(_b74){this.LastError=_b74;this.Errors.push(_b74);},SetFailed:function(_b75){var _b76=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b75);this.SetState(_b76);},_RiseOnErrorEvent:function(_b77){var _b78=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b77);ITHit.Events.DispatchEvent(this,_b78.Name,_b78);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b79){if(_b79.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b79);},_StartLoadHandler:function(_b7a){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b7b){this.GetProgressTracker().UpdateBytes(_b7b.Progress.BytesLoaded,_b7b.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b7c=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b7c.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b7c.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b7c);}},SyncProgressWithServerAsync:function(_b7d,_b7e){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b7f){if(!_b7f.IsSuccess){_b7d.call(_b7e,_b7f);return;}if(_b7f.Result===true){this._ProgressTracker.SetCompleted();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b80){if(_b80.IsSuccess){this._ProgressTracker.SyncProgress(_b80.Result);_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b80.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b80.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b81){if(_b81.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b81);},CancelAllRequests:function(_b82,_b83){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b82,_b83);},this);},this);},_CancelLocationCreateAsync:function(_b84,_b85){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b84.call(_b85);},this);}else{_b84.call(_b85);}},_CancelContentSendingAsync:function(_b86,_b87){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b86.call(_b87);},this);}else{_b86.call(_b87);}},_CancelProgressAsync:function(_b88,_b89){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b88.call(_b89);},this);}else{_b88.call(_b89);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b8a){this.IsProgressSyncInProgress=false;if(_b8a.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b8a);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b8b){var _b8c=this._State;this._State.OnLeave(this);this._State=_b8b;this._State.OnEnter(this);var _b8d=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b8c.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b8d.Name,_b8d);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b8e){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b8e,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b8f){this._State.OnRetryResult(this,_b8f);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b90,_b91,_b92,_b93){this.ServerItem.CancelUploadAsync(function(_b94){if(!this.Settings.DeleteOnCancel){_b92.call(_b93,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b90,_b91,function(_b95){if(!_b95.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b92.call(_b93,_b94);}this.IsContentSend=false;_b92.call(_b93,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b96){var _b97=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b96.OldProgress,_b96.NewProgress);ITHit.Events.DispatchEvent(this,_b97.Name,_b97);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_b98){if(this._IsHandled){return;}this._Skip(_b98);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_b99){if(this._IsHandled){return;}this._Overwrite(_b99);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_b9a){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_b9a});},constructor:function(_b9b,_b9c,_b9d){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_b9c||[];this._super(_b9b,_b9d);},_Overwrite:function(_b9e){var _b9f=this._CreateResult([],_b9e);this._Handle(_b9f);},_Skip:function(_ba0){var _ba1=this._CreateResult(_ba0,[]);this._Handle(_ba1);},_CreateResult:function(_ba2,_ba3){return {Skip:_ba2||[],Overwrite:_ba3||[],Original:this.Items};},_Handle:function(_ba4){_ba4=_ba4||this._CreateResult();this._super(_ba4);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_ba5,_ba6,_ba7,_ba8){var _ba9=[];var _baa=0;if(_ba5.length===0){setTimeout(_ba7.apply(_ba8,_ba5));}for(var i=0;i<_ba5.length;i++){_ba6.apply(_ba8,[_ba5[i],i,_ba5,ITHit.Utils.MakeScopeClosure(this,function(i,_bad){_ba9[i]=_bad;_baa++;if(_baa===_ba5.length){setTimeout(_ba7.call(_ba8,_ba9));}},i)]);}},DistinctBy:function(_bae,_baf,_bb0){var map=Object.create(null);_baf=_baf||Object.prototype.toString;for(var i=0;i<_bae.length;i++){var _bb3=_baf.call(_bb0,_bae[i]).toString();if(!map[_bb3]){map[_bb3]=_bae[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bb5,_bb6){if(!_bb6){return [_bb5.shift()];}var _bb7=(_bb5.length>_bb6)?_bb6:_bb5.length;var _bb8=[];for(var i=0;i<_bb7;i++){_bb8.push(_bb5.shift());}return _bb8;},Remove:function(_bba,_bbb){var _bbc=_bba.indexOf(_bbb);if(_bbc>-1){_bba.splice(_bbc,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bbd){this._ParallelUploads=_bbd||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bbe){_bbe.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bbf){this._AddToQueue(_bbf);this._StartUploads();},Remove:function(_bc0){_bc0.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc0);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc0);this._StartUploads();},Reserve:function(_bc1){_bc1=_bc1||1;this._Reserve+=_bc1;},Release:function(_bc2){_bc2=_bc2||1;this._Reserve-=_bc2;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bc3=this.GetBusy();if(_bc3>=this._ParallelUploads){return 0;}else{if(_bc3===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bc3)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bc4){if(_bc4.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bc4.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bc5=this.GetFree();if(_bc5<=0){return;}var _bc6=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bc5);if(_bc6.length<1){return;}this.Reserve(_bc6.length);_bc6.forEach(this._StartSingle,this);},_StartSingle:function(_bc7){this._Active.push(_bc7);_bc7.StartAsync();this.Release();},_AddToQueue:function(_bc8){this._QueueArray.push(_bc8);_bc8.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(_bc9){this.Uploader=_bc9;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(_bca){var _bcb=this.GetByUrl(_bca.GetUrl());var _bcc=_bcb.GetState();return !(_bcc===ITHit.WebDAV.Client.Upload.State.Uploading||_bcc===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bce,_bcf){var _bd0=[];for(var i=0;i<_bce.length;i++){var _bd2=_bce[i];var _bd3=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bd2,_bcf,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bd3.GetUrl())){if(this.ShouldReplaceDuplicate(_bd3)){this.RemoveByUrl(_bd3.GetUrl());}else{continue;}}_bd0.push(_bd3);}this._DispatchOnUploadItemsCreatedAsync(_bd0,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bd4){var sUrl=_bd4.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bd4);var _bd6=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bd4]);ITHit.Events.DispatchEvent(this,_bd6.Name,[_bd6]);this._AutoUploader.Add(_bd4);},AddRange:function(_bd7){for(var i=0;i<_bd7.length;i++){var _bd9=_bd7[i];var sUrl=_bd9.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_bd9);}this._GroupManager.CreateGroup(_bd7);this._OnQueueChanged(_bd7,null);var _bdb=_bd7.filter(function(_bdc){return _bdc.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_bdb);},Restart:function(_bdd){for(var i=0;i<_bdd.length;i++){if(!this.HasUrl(_bdd[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_bdd);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be0){return _be0.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _be3=this.GetByUrl(sUrl);if(!_be3){return;}var _be4=_be3.GetState();if(_be4===ITHit.WebDAV.Client.Upload.State.Uploading||_be4===ITHit.WebDAV.Client.Upload.State.Paused){_be3.Abort();}var _be5=ITHit.Utils.IndexOf(this._UnderlyingArray,_be3);this._UnderlyingArray.splice(_be5,1);this._OnQueueChanged(null,[_be3]);this._AutoUploader.Remove(_be3);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_be6,_be7){var _be8=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_be6,_be7);ITHit.Events.DispatchEvent(this,_be8.Name,[_be8]);},_DispatchOnUploadItemsCreatedAsync:function(_be9,_bea){var _beb=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_be9.slice(),_bea);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_beb.Name)===0)){_beb.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_beb);}ITHit.Events.DispatchEvent(this,_beb.Name,_beb);},AddListener:function(_bec,_bed,_bee){_bee=_bee||null;switch(_bec){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bec,_bed,_bee);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bec+"`");}},RemoveListener:function(_bef,_bf0,_bf1){ITHit.Events.RemoveListener(this,_bef,_bf0,_bf1);},_OnUploadItemsCreatedAsyncDispatched:function(_bf2){if(_bf2.Upload){this.AddRange(_bf2.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bf2);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bf3){var _bf4=this._FilterSkippedItems(_bf3);var _bf5=this._CreateUrlUploadItemMap(_bf3.Overwrite);_bf4.forEach(function(_bf6){if(_bf5.Has(_bf6.GetUrl())){_bf6.SetOverwrite(true);}});this.AddRange(_bf4);},_FilterSkippedItems:function(_bf7){var _bf8=this._CreateUrlUploadItemMap(_bf7.Skip);return _bf7.Original.filter(function(_bf9){return !_bf8.Has(_bf9.GetUrl());});},_CreateUrlUploadItemMap:function(_bfa){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_bfa.forEach(function(_bfc){oMap.Set(_bfc.GetUrl(),_bfc);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _bfd=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_bfe){this._Uploader=_bfe;this._UnderlyingSet={};},AddById:function(_bff){var _c00=this.GetById(_bff);if(_c00){return _c00;}var _c01=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_bff);this._UnderlyingSet[_bff]=_c01;this._RaiseOnCollectionChanged([_c01],[]);return _c01;},GetById:function(_c02){return this._UnderlyingSet[_c02];},RemoveById:function(_c03){var _c04=this.GetById(_c03);if(_c04){delete this._UnderlyingSet[_c03];this._RaiseOnCollectionChanged([],[_c04]);}},AddListener:function(_c05,_c06,_c07){_c07=_c07||null;this._CheckEventNameOtThrow(_c05);ITHit.Events.AddListener(this,_c05,_c06,_c07);},RemoveListener:function(_c08,_c09,_c0a){_c0a=_c0a||null;this._CheckEventNameOtThrow(_c08);ITHit.Events.RemoveListener(this,_c08,_c09,_c0a);},_CheckEventNameOtThrow:function(_c0b){if(_c0b!==_bfd.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c0b);}},_RaiseOnCollectionChanged:function(_c0c,_c0d){ITHit.Events.DispatchEvent(this,_bfd.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c0c||[],RemovedItems:_c0d||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c0e=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingArray:null,Uploader:null,constructor:function(_c0f){this._UnderlyingArray=[];this._Uploader=_c0f;},AddById:function(_c10){var _c11=new ITHit.WebDAV.Client.Upload.Controls.Input(_c10);this._UnderlyingArray[_c10]=_c11;this._RaiseOnCollectionChanged([_c11],[]);return _c11;},GetById:function(_c12){return this._UnderlyingArray[_c12];},RemoveById:function(_c13){var _c14=this.GetById(_c13);if(_c14){delete this._UnderlyingArray[_c13];this._RaiseOnCollectionChanged([],[_c14]);}},AddListener:function(_c15,_c16,_c17){_c17=_c17||null;this._CheckEventNameOtThrow(_c15);ITHit.Events.AddListener(this,_c15,_c16,_c17);},RemoveListener:function(_c18,_c19,_c1a){_c1a=_c1a||null;this._CheckEventNameOtThrow(_c18);ITHit.Events.RemoveListener(this,_c18,_c19,_c1a);},_CheckEventNameOtThrow:function(_c1b){if(_c1b!==_c0e.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c1b);}},_RaiseOnCollectionChanged:function(_c1c,_c1d){ITHit.Events.DispatchEvent(this,_c0e.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c1c||[],RemovedItems:_c1d||[]}]);}},{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(_c1f){_c1f.AddedItems.forEach(function(_c20){_c20.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c1f.RemovedItems.forEach(function(_c21){_c21.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c22){this.Queue.AddGroup(this._UploadUrl,_c22.AsyncResult.Result,_c22.Source);}});})();ITHit.Temp={};
|