From 2b10fdc4dcb987b347b031f460cf4f02fd48a31a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 25 Nov 2015 20:10:25 -0500 Subject: Wiki: UI for page new --- public/js/gogs.js | 48 +++++++++++++++++++++++++++++++++++ public/js/libs/simplemde-1.8.1.min.js | 14 ++++++++++ 2 files changed, 62 insertions(+) create mode 100755 public/js/libs/simplemde-1.8.1.min.js (limited to 'public/js') diff --git a/public/js/gogs.js b/public/js/gogs.js index 5002f641..d9e00eb7 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -445,6 +445,53 @@ function initRepository() { } } +function initWiki() { + if ($('.repository.wiki').length == 0) { + return; + } + + + if ($('.repository.wiki.new').length > 0) { + var $edit_area = $('#edit-area'); + var simplemde = new SimpleMDE({ + autoDownloadFontAwesome: false, + element: $edit_area[0], + previewRender: function (plainText, preview) { // Async method + setTimeout(function () { + if ($('.editor-preview-active').length == 0) { + return; + } + + $.post($edit_area.data('url'), { + "_csrf": csrf, + "mode": "gfm", + "context": $edit_area.data('context'), + "text": plainText + }, + function (data) { + preview.innerHTML = '
' + data + '
'; + emojify.run($('.editor-preview')[0]); + } + ); + }, 0); + + return "Loading..."; + }, + renderingConfig: { + singleLineBreaks: false + }, + spellChecker: false, + tabSize: 4, + toolbar: ["bold", "italic", "strikethrough", "|", + "heading", "heading-1", "heading-2", "heading-3", "|", + "code", "quote", "|", + "unordered-list", "ordered-list", "|", + "link", "image", "horizontal-rule", "|", + "preview", "fullscreen"] + }) + } +} + function initOrganization() { if ($('.organization').length == 0) { return; @@ -835,6 +882,7 @@ $(document).ready(function () { initCommentForm(); initInstall(); initRepository(); + initWiki(); initOrganization(); initUser(); initWebhook(); diff --git a/public/js/libs/simplemde-1.8.1.min.js b/public/js/libs/simplemde-1.8.1.min.js new file mode 100755 index 00000000..07843843 --- /dev/null +++ b/public/js/libs/simplemde-1.8.1.min.js @@ -0,0 +1,14 @@ +/** + * simplemde v1.8.1 + * Copyright Next Step Webs, Inc. + * @link https://github.com/NextStepWebs/simplemde-markdown-editor + * @license MIT + */ +!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.SimpleMDE=e()}}(function(){var e;return function t(e,n,r){function i(l,a){if(!n[l]){if(!e[l]){var s="function"==typeof require&&require;if(!a&&s)return s(l,!0);if(o)return o(l,!0);var c=new Error("Cannot find module '"+l+"'");throw c.code="MODULE_NOT_FOUND",c}var u=n[l]={exports:{}};e[l][0].call(u.exports,function(t){var n=e[l][1][t];return i(n?n:t)},u,u.exports,t,e,n,r)}return n[l].exports}for(var o="function"==typeof require&&require,l=0;lo;o++)for(var a=this.compoundRules[o],s=0,c=a.length;c>s;s++)this.compoundRuleCodes[a[s]]=[];"ONLYINCOMPOUND"in this.flags&&(this.compoundRuleCodes[this.flags.ONLYINCOMPOUND]=[]),this.dictionaryTable=this._parseDIC(n);for(var o in this.compoundRuleCodes)0==this.compoundRuleCodes[o].length&&delete this.compoundRuleCodes[o];for(var o=0,l=this.compoundRules.length;l>o;o++){for(var u=this.compoundRules[o],d="",s=0,c=u.length;c>s;s++){var h=u[s];d+=h in this.compoundRuleCodes?"("+this.compoundRuleCodes[h].join("|")+")":h}this.compoundRules[o]=new RegExp(d,"i")}}return this};o.prototype={load:function(e){for(var t in e)this[t]=e[t];return this},_readFile:function(e,t){t||(t="ISO8859-1");var n=new XMLHttpRequest;return n.open("GET",e,!1),n.overrideMimeType&&n.overrideMimeType("text/plain; charset="+t),n.send(null),n.responseText},_parseAFF:function(e){var t={};e=this._removeAffixComments(e);for(var n=e.split("\n"),r=0,i=n.length;i>r;r++){var o=n[r],l=o.split(/\s+/),a=l[0];if("PFX"==a||"SFX"==a){for(var s=l[1],c=l[2],u=parseInt(l[3],10),d=[],h=r+1,f=r+1+u;f>h;h++){var o=n[h],p=o.split(/\s+/),m=p[2],g=p[3].split("/"),v=g[0];"0"===v&&(v="");var y=this.parseRuleCodes(g[1]),x=p[4],b={};b.add=v,y.length>0&&(b.continuationClasses=y),"."!==x&&("SFX"===a?b.match=new RegExp(x+"$"):b.match=new RegExp("^"+x)),"0"!=m&&("SFX"===a?b.remove=new RegExp(m+"$"):b.remove=m),d.push(b)}t[s]={type:a,combineable:"Y"==c,entries:d},r+=u}else if("COMPOUNDRULE"===a){for(var u=parseInt(l[1],10),h=r+1,f=r+1+u;f>h;h++){var o=n[h],p=o.split(/\s+/);this.compoundRules.push(p[1])}r+=u}else if("REP"===a){var p=o.split(/\s+/);3===p.length&&this.replacementTable.push([p[1],p[2]])}else this.flags[a]=l[1]}return t},_removeAffixComments:function(e){return e=e.replace(/#.*$/gm,""),e=e.replace(/^\s\s*/m,"").replace(/\s\s*$/m,""),e=e.replace(/\n{2,}/g,"\n"),e=e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")},_parseDIC:function(e){function t(e,t){e in r&&"object"==typeof r[e]||(r[e]=[]),r[e].push(t)}e=this._removeDicComments(e);for(var n=e.split("\n"),r={},i=1,o=n.length;o>i;i++){var l=n[i],a=l.split("/",2),s=a[0];if(a.length>1){var c=this.parseRuleCodes(a[1]);"NEEDAFFIX"in this.flags&&-1!=c.indexOf(this.flags.NEEDAFFIX)||t(s,c);for(var u=0,d=c.length;d>u;u++){var h=c[u],f=this.rules[h];if(f)for(var p=this._applyRule(s,f),m=0,g=p.length;g>m;m++){var v=p[m];if(t(v,[]),f.combineable)for(var y=u+1;d>y;y++){var x=c[y],b=this.rules[x];if(b&&b.combineable&&f.type!=b.type)for(var w=this._applyRule(v,b),k=0,C=w.length;C>k;k++){var S=w[k];t(S,[])}}}h in this.compoundRuleCodes&&this.compoundRuleCodes[h].push(s)}}else t(s.trim(),[])}return r},_removeDicComments:function(e){return e=e.replace(/^\t.*$/gm,"")},parseRuleCodes:function(e){if(!e)return[];if(!("FLAG"in this.flags))return e.split("");if("long"===this.flags.FLAG){for(var t=[],n=0,r=e.length;r>n;n+=2)t.push(e.substr(n,2));return t}return"num"===this.flags.FLAG?textCode.split(","):void 0},_applyRule:function(e,t){for(var n=t.entries,r=[],i=0,o=n.length;o>i;i++){var l=n[i];if(!l.match||e.match(l.match)){var a=e;if(l.remove&&(a=a.replace(l.remove,"")),"SFX"===t.type?a+=l.add:a=l.add+a,r.push(a),"continuationClasses"in l)for(var s=0,c=l.continuationClasses.length;c>s;s++){var u=this.rules[l.continuationClasses[s]];u&&(r=r.concat(this._applyRule(a,u)))}}}return r},check:function(e){var t=e.replace(/^\s\s*/,"").replace(/\s\s*$/,"");if(this.checkExact(t))return!0;if(t.toUpperCase()===t){var n=t[0]+t.substring(1).toLowerCase();if(this.hasFlag(n,"KEEPCASE"))return!1;if(this.checkExact(n))return!0}var r=t.toLowerCase();if(r!==t){if(this.hasFlag(r,"KEEPCASE"))return!1;if(this.checkExact(r))return!0}return!1},checkExact:function(e){var t=this.dictionaryTable[e];if("undefined"==typeof t){if("COMPOUNDMIN"in this.flags&&e.length>=this.flags.COMPOUNDMIN)for(var n=0,r=this.compoundRules.length;r>n;n++)if(e.match(this.compoundRules[n]))return!0;return!1}for(var n=0,r=t.length;r>n;n++)if(!this.hasFlag(e,"ONLYINCOMPOUND",t[n]))return!0;return!1},hasFlag:function(e,t,n){if(t in this.flags){if("undefined"==typeof n)var n=Array.prototype.concat.apply([],this.dictionaryTable[e]);if(n&&-1!==n.indexOf(this.flags[t]))return!0}return!1},alphabet:"",suggest:function(e,t){function n(e){for(var t=[],n=0,r=e.length;r>n;n++){for(var i=e[n],o=[],l=0,a=i.length+1;a>l;l++)o.push([i.substring(0,l),i.substring(l,i.length)]);for(var s=[],l=0,a=o.length;a>l;l++){var u=o[l];u[1]&&s.push(u[0]+u[1].substring(1))}for(var d=[],l=0,a=o.length;a>l;l++){var u=o[l];u[1].length>1&&d.push(u[0]+u[1][1]+u[1][0]+u[1].substring(2))}for(var h=[],l=0,a=o.length;a>l;l++){var u=o[l];if(u[1])for(var f=0,p=c.alphabet.length;p>f;f++)h.push(u[0]+c.alphabet[f]+u[1].substring(1))}for(var m=[],l=0,a=o.length;a>l;l++){var u=o[l];if(u[1])for(var f=0,p=c.alphabet.length;p>f;f++)h.push(u[0]+c.alphabet[f]+u[1])}t=t.concat(s),t=t.concat(d),t=t.concat(h),t=t.concat(m)}return t}function r(e){for(var t=[],n=0;nu;u++)a[u]in s?s[a[u]]+=1:s[a[u]]=1;var h=[];for(var u in s)h.push([u,s[u]]);h.sort(i).reverse();for(var f=[],u=0,d=Math.min(t,h.length);d>u;u++)c.hasFlag(h[u][0],"NOSUGGEST")||f.push(h[u][0]);return f}if(t||(t=5),this.check(e))return[];for(var o=0,l=this.replacementTable.length;l>o;o++){var a=this.replacementTable[o];if(-1!==e.indexOf(a[0])){var s=e.replace(a[0],a[1]);if(this.check(s))return[s]}}var c=this;return c.alphabet="abcdefghijklmnopqrstuvwxyz",i(e)}},i("undefined"!=typeof o?o:window.Typo)}).call(e,void 0,void 0,void 0,void 0,function(e){t.exports=e})}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],3:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror")):"function"==typeof e&&e.amd?e(["../../lib/codemirror"],i):i(CodeMirror)}(function(e){"use strict";function t(e){var t=e.getWrapperElement();e.state.fullScreenRestore={scrollTop:window.pageYOffset,scrollLeft:window.pageXOffset,width:t.style.width,height:t.style.height},t.style.width="",t.style.height="auto",t.className+=" CodeMirror-fullscreen",document.documentElement.style.overflow="hidden",e.refresh()}function n(e){var t=e.getWrapperElement();t.className=t.className.replace(/\s*CodeMirror-fullscreen\b/,""),document.documentElement.style.overflow="";var n=e.state.fullScreenRestore;t.style.width=n.width,t.style.height=n.height,window.scrollTo(n.scrollLeft,n.scrollTop),e.refresh()}e.defineOption("fullScreen",!1,function(r,i,o){o==e.Init&&(o=!1),!o!=!i&&(i?t(r):n(r))})})},{"../../lib/codemirror":6}],4:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror")):"function"==typeof e&&e.amd?e(["../../lib/codemirror"],i):i(CodeMirror)}(function(e){"use strict";var t=/^(\s*)(>[> ]*|[*+-]\s|(\d+)([.)]))(\s*)/,n=/^(\s*)(>[> ]*|[*+-]|(\d+)[.)])(\s*)$/,r=/[*+-]\s/;e.commands.newlineAndIndentContinueMarkdownList=function(i){if(i.getOption("disableInput"))return e.Pass;for(var o=i.listSelections(),l=[],a=0;a")>=0?f[2]:parseInt(f[3],10)+1+f[4];l[a]="\n"+p+g+m}}i.replaceSelections(l)}})},{"../../lib/codemirror":6}],5:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror")):"function"==typeof e&&e.amd?e(["../../lib/codemirror"],i):i(CodeMirror)}(function(e){"use strict";e.overlayMode=function(t,n,r){return{startState:function(){return{base:e.startState(t),overlay:e.startState(n),basePos:0,baseCur:null,overlayPos:0,overlayCur:null,streamSeen:null}},copyState:function(r){return{base:e.copyState(t,r.base),overlay:e.copyState(n,r.overlay),basePos:r.basePos,baseCur:null,overlayPos:r.overlayPos,overlayCur:null}},token:function(e,i){return(e!=i.streamSeen||Math.min(i.basePos,i.overlayPos)xo&&setTimeout(function(){s.display.input.reset(!0)},20),_t(this),Ki(),xt(this),this.curOp.forceUpdate=!0,Xr(this,i),r.autofocus&&!No||s.hasFocus()?setTimeout(zi(gn,this),20):vn(this);for(var u in Jo)Jo.hasOwnProperty(u)&&Jo[u](this,r[u],el);k(this),r.finishInit&&r.finishInit(this);for(var d=0;dxo&&(r.gutters.style.zIndex=-1,r.scroller.style.paddingRight=0),bo||mo&&No||(r.scroller.draggable=!0),e&&(e.appendChild?e.appendChild(r.wrapper):e(r.wrapper)),r.viewFrom=r.viewTo=t.first,r.reportedViewFrom=r.reportedViewTo=t.first,r.view=[],r.renderedView=null,r.externalMeasured=null,r.viewOffset=0,r.lastWrapHeight=r.lastWrapWidth=0,r.updateLineNumbers=null,r.nativeBarWidth=r.barHeight=r.barWidth=0,r.scrollbarsClipped=!1,r.lineNumWidth=r.lineNumInnerWidth=r.lineNumChars=null,r.alignWidgets=!1,r.cachedCharWidth=r.cachedTextHeight=r.cachedPaddingH=null,r.maxLine=null,r.maxLineLength=0,r.maxLineChanged=!1,r.wheelDX=r.wheelDY=r.wheelStartX=r.wheelStartY=null,r.shift=!1,r.selForContextMenu=null,r.activeTouch=null,n.init(r)}function n(t){t.doc.mode=e.getMode(t.options,t.doc.modeOption),r(t)}function r(e){e.doc.iter(function(e){e.stateAfter&&(e.stateAfter=null),e.styles&&(e.styles=null)}),e.doc.frontier=e.doc.first,Fe(e,100),e.state.modeGen++,e.curOp&&Et(e)}function i(e){e.options.lineWrapping?(Yl(e.display.wrapper,"CodeMirror-wrap"),e.display.sizer.style.minWidth="",e.display.sizerWidth=null):(Xl(e.display.wrapper,"CodeMirror-wrap"),h(e)),l(e),Et(e),lt(e),setTimeout(function(){y(e)},100)}function o(e){var t=vt(e.display),n=e.options.lineWrapping,r=n&&Math.max(5,e.display.scroller.clientWidth/yt(e.display)-3);return function(i){if(wr(e.doc,i))return 0;var o=0;if(i.widgets)for(var l=0;lt.maxLineLength&&(t.maxLineLength=n,t.maxLine=e)})}function f(e){var t=Hi(e.gutters,"CodeMirror-linenumbers");-1==t&&e.lineNumbers?e.gutters=e.gutters.concat(["CodeMirror-linenumbers"]):t>-1&&!e.lineNumbers&&(e.gutters=e.gutters.slice(0),e.gutters.splice(t,1))}function p(e){var t=e.display,n=t.gutters.offsetWidth,r=Math.round(e.doc.height+qe(e.display));return{clientHeight:t.scroller.clientHeight,viewHeight:t.wrapper.clientHeight,scrollWidth:t.scroller.scrollWidth,clientWidth:t.scroller.clientWidth,viewWidth:t.wrapper.clientWidth,barLeft:e.options.fixedGutter?n:0,docHeight:r,scrollHeight:r+Ue(e)+t.barHeight,nativeBarWidth:t.nativeBarWidth,gutterWidth:n}}function m(e,t,n){this.cm=n;var r=this.vert=_i("div",[_i("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),i=this.horiz=_i("div",[_i("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");e(r),e(i),Nl(r,"scroll",function(){r.clientHeight&&t(r.scrollTop,"vertical")}),Nl(i,"scroll",function(){i.clientWidth&&t(i.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,yo&&8>xo&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")}function g(){}function v(t){t.display.scrollbars&&(t.display.scrollbars.clear(),t.display.scrollbars.addClass&&Xl(t.display.wrapper,t.display.scrollbars.addClass)),t.display.scrollbars=new e.scrollbarModel[t.options.scrollbarStyle](function(e){t.display.wrapper.insertBefore(e,t.display.scrollbarFiller),Nl(e,"mousedown",function(){t.state.focused&&setTimeout(function(){t.display.input.focus()},0)}),e.setAttribute("cm-not-content","true")},function(e,n){"horizontal"==n?rn(t,e):nn(t,e)},t),t.display.scrollbars.addClass&&Yl(t.display.wrapper,t.display.scrollbars.addClass)}function y(e,t){t||(t=p(e));var n=e.display.barWidth,r=e.display.barHeight;x(e,t);for(var i=0;4>i&&n!=e.display.barWidth||r!=e.display.barHeight;i++)n!=e.display.barWidth&&e.options.lineWrapping&&W(e),x(e,p(e)),n=e.display.barWidth,r=e.display.barHeight}function x(e,t){var n=e.display,r=n.scrollbars.update(t);n.sizer.style.paddingRight=(n.barWidth=r.right)+"px",n.sizer.style.paddingBottom=(n.barHeight=r.bottom)+"px",r.right&&r.bottom?(n.scrollbarFiller.style.display="block",n.scrollbarFiller.style.height=r.bottom+"px",n.scrollbarFiller.style.width=r.right+"px"):n.scrollbarFiller.style.display="",r.bottom&&e.options.coverGutterNextToScrollbar&&e.options.fixedGutter?(n.gutterFiller.style.display="block",n.gutterFiller.style.height=r.bottom+"px",n.gutterFiller.style.width=t.gutterWidth+"px"):n.gutterFiller.style.display=""}function b(e,t,n){var r=n&&null!=n.top?Math.max(0,n.top):e.scroller.scrollTop;r=Math.floor(r-je(e));var i=n&&null!=n.bottom?n.bottom:r+e.wrapper.clientHeight,o=ti(t,r),l=ti(t,i);if(n&&n.ensure){var a=n.ensure.from.line,s=n.ensure.to.line;o>a?(o=a,l=ti(t,ni(Yr(t,a))+e.wrapper.clientHeight)):Math.min(s,t.lastLine())>=l&&(o=ti(t,ni(Yr(t,s))-e.wrapper.clientHeight),l=s)}return{from:o,to:Math.max(l,o+1)}}function w(e){var t=e.display,n=t.view;if(t.alignWidgets||t.gutters.firstChild&&e.options.fixedGutter){for(var r=S(t)-t.scroller.scrollLeft+e.doc.scrollLeft,i=t.gutters.offsetWidth,o=r+"px",l=0;l=n.viewFrom&&t.visible.to<=n.viewTo&&(null==n.updateLineNumbers||n.updateLineNumbers>=n.viewTo)&&n.renderedView==n.view&&0==Bt(e))return!1;k(e)&&(Pt(e),t.dims=D(e));var i=r.first+r.size,o=Math.max(t.visible.from-e.options.viewportMargin,r.first),l=Math.min(i,t.visible.to+e.options.viewportMargin);n.viewFroml&&n.viewTo-l<20&&(l=Math.min(i,n.viewTo)),Io&&(o=xr(e.doc,o),l=br(e.doc,l));var a=o!=n.viewFrom||l!=n.viewTo||n.lastWrapHeight!=t.wrapperHeight||n.lastWrapWidth!=t.wrapperWidth;Rt(e,o,l),n.viewOffset=ni(Yr(e.doc,n.viewFrom)),e.display.mover.style.top=n.viewOffset+"px";var s=Bt(e);if(!a&&0==s&&!t.force&&n.renderedView==n.view&&(null==n.updateLineNumbers||n.updateLineNumbers>=n.viewTo))return!1;var c=Gi();return s>4&&(n.lineDiv.style.display="none"),E(e,n.updateLineNumbers,t.dims),s>4&&(n.lineDiv.style.display=""),n.renderedView=n.view,c&&Gi()!=c&&c.offsetHeight&&c.focus(),ji(n.cursorDiv),ji(n.selectionDiv),n.gutters.style.height=n.sizer.style.minHeight=0,a&&(n.lastWrapHeight=t.wrapperHeight,n.lastWrapWidth=t.wrapperWidth,Fe(e,400)),n.updateLineNumbers=null,!0}function N(e,t){for(var n=t.viewport,r=!0;(r&&e.options.lineWrapping&&t.oldDisplayWidth!=$e(e)||(n&&null!=n.top&&(n={top:Math.min(e.doc.height+qe(e.display)-Ve(e),n.top)}),t.visible=b(e.display,e.doc,n),!(t.visible.from>=e.display.viewFrom&&t.visible.to<=e.display.viewTo)))&&M(e,t);r=!1){W(e);var i=p(e);De(e),O(e,i),y(e,i)}t.signal(e,"update",e),(e.display.viewFrom!=e.display.reportedViewFrom||e.display.viewTo!=e.display.reportedViewTo)&&(t.signal(e,"viewportChange",e,e.display.viewFrom,e.display.viewTo),e.display.reportedViewFrom=e.display.viewFrom,e.display.reportedViewTo=e.display.viewTo)}function A(e,t){var n=new L(e,t);if(M(e,n)){W(e),N(e,n);var r=p(e);De(e),O(e,r),y(e,r),n.finish()}}function O(e,t){e.display.sizer.style.minHeight=t.docHeight+"px";var n=t.docHeight+e.display.barHeight;e.display.heightForcer.style.top=n+"px",e.display.gutters.style.height=Math.max(n+Ue(e),t.clientHeight)+"px"}function W(e){for(var t=e.display,n=t.lineDiv.offsetTop,r=0;rxo){var l=o.node.offsetTop+o.node.offsetHeight;i=l-n,n=l}else{var a=o.node.getBoundingClientRect();i=a.bottom-a.top}var s=o.line.height-i;if(2>i&&(i=vt(t)),(s>.001||-.001>s)&&(Jr(o.line,i),H(o.line),o.rest))for(var c=0;c=t&&d.lineNumber;d.changes&&(Hi(d.changes,"gutter")>-1&&(h=!1),I(e,d,c,n)),h&&(ji(d.lineNumber),d.lineNumber.appendChild(document.createTextNode(C(e.options,c)))),a=d.node.nextSibling}else{var f=q(e,d,c,n);l.insertBefore(f,a)}c+=d.size}for(;a;)a=r(a)}function I(e,t,n,r){for(var i=0;ixo&&(e.node.style.zIndex=2)),e.node}function z(e){var t=e.bgClass?e.bgClass+" "+(e.line.bgClass||""):e.line.bgClass;if(t&&(t+=" CodeMirror-linebackground"),e.background)t?e.background.className=t:(e.background.parentNode.removeChild(e.background),e.background=null);else if(t){var n=P(e);e.background=n.insertBefore(_i("div",null,t),n.firstChild)}}function F(e,t){var n=e.display.externalMeasured;return n&&n.line==t.line?(e.display.externalMeasured=null,t.measure=n.measure,n.built):zr(e,t)}function R(e,t){var n=t.text.className,r=F(e,t);t.text==t.node&&(t.node=r.pre),t.text.parentNode.replaceChild(r.pre,t.text),t.text=r.pre,r.bgClass!=t.bgClass||r.textClass!=t.textClass?(t.bgClass=r.bgClass,t.textClass=r.textClass,B(t)):n&&(t.text.className=n)}function B(e){z(e),e.line.wrapClass?P(e).className=e.line.wrapClass:e.node!=e.text&&(e.node.className="");var t=e.textClass?e.textClass+" "+(e.line.textClass||""):e.line.textClass;e.text.className=t||""}function _(e,t,n,r){if(t.gutter&&(t.node.removeChild(t.gutter),t.gutter=null),t.gutterBackground&&(t.node.removeChild(t.gutterBackground),t.gutterBackground=null),t.line.gutterClass){var i=P(t);t.gutterBackground=_i("div",null,"CodeMirror-gutter-background "+t.line.gutterClass,"left: "+(e.options.fixedGutter?r.fixedPos:-r.gutterTotalWidth)+"px; width: "+r.gutterTotalWidth+"px"),i.insertBefore(t.gutterBackground,t.text)}var o=t.line.gutterMarkers;if(e.options.lineNumbers||o){var i=P(t),l=t.gutter=_i("div",null,"CodeMirror-gutter-wrapper","left: "+(e.options.fixedGutter?r.fixedPos:-r.gutterTotalWidth)+"px");if(e.display.input.setUneditable(l),i.insertBefore(l,t.text),t.line.gutterClass&&(l.className+=" "+t.line.gutterClass),!e.options.lineNumbers||o&&o["CodeMirror-linenumbers"]||(t.lineNumber=l.appendChild(_i("div",C(e.options,n),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+r.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+e.display.lineNumInnerWidth+"px"))),o)for(var a=0;a1)if(Fo&&Fo.join("\n")==t){if(r.ranges.length%Fo.length==0){s=[];for(var c=0;c=0;c--){var u=r.ranges[c],d=u.from(),h=u.to();u.empty()&&(n&&n>0?d=Po(d.line,d.ch-n):e.state.overwrite&&!l&&(h=Po(h.line,Math.min(Yr(o,h.line).text.length,h.ch+Wi(a).length))));var f=e.curOp.updateInput,p={from:d,to:h,text:s?s[c%s.length]:a,origin:i||(l?"paste":e.state.cutIncoming?"cut":"+input")};Ln(e.doc,p),Ci(e,"inputRead",e,p)}t&&!l&&ee(e,t),zn(e),e.curOp.updateInput=f,e.curOp.typing=!0,e.state.pasteIncoming=e.state.cutIncoming=!1}function J(e,t){var n=e.clipboardData&&e.clipboardData.getData("text/plain");return n?(e.preventDefault(),Z(t)||t.options.disableInput||Nt(t,function(){Q(t,n,0,null,"paste")}),!0):void 0}function ee(e,t){if(e.options.electricChars&&e.options.smartIndent)for(var n=e.doc.sel,r=n.ranges.length-1;r>=0;r--){var i=n.ranges[r];if(!(i.head.ch>100||r&&n.ranges[r-1].head.line==i.head.line)){var o=e.getModeAt(i.head),l=!1;if(o.electricChars){for(var a=0;a-1){l=Rn(e,i.head.line,"smart");break}}else o.electricInput&&o.electricInput.test(Yr(e.doc,i.head.line).text.slice(0,i.head.ch))&&(l=Rn(e,i.head.line,"smart"));l&&Ci(e,"electricInput",e,i.head.line)}}}function te(e){for(var t=[],n=[],r=0;ri?c.map:u[i],l=0;li?e.line:e.rest[i]),d=o[l]+r;return(0>r||a!=t)&&(d=o[l+(r?1:0)]),Po(s,d)}}}var i=e.text.firstChild,o=!1;if(!t||!$l(i,t))return ae(Po(ei(e.line),0),!0);if(t==i&&(o=!0,t=i.childNodes[n],n=0,!t)){var l=e.rest?Wi(e.rest):e.line;return ae(Po(ei(l),l.text.length),o)}var a=3==t.nodeType?t:null,s=t;for(a||1!=t.childNodes.length||3!=t.firstChild.nodeType||(a=t.firstChild,n&&(n=a.nodeValue.length));s.parentNode!=i;)s=s.parentNode;var c=e.measure,u=c.maps,d=r(a,s,n);if(d)return ae(d,o);for(var h=s.nextSibling,f=a?a.nodeValue.length-n:0;h;h=h.nextSibling){if(d=r(h,h.firstChild,0))return ae(Po(d.line,d.ch-f),o);f+=h.textContent.length}for(var p=s.previousSibling,f=n;p;p=p.previousSibling){if(d=r(p,p.firstChild,-1))return ae(Po(d.line,d.ch+f),o);f+=h.textContent.length}}function ue(e,t,n,r,i){function o(e){return function(t){return t.id==e}}function l(t){if(1==t.nodeType){var n=t.getAttribute("cm-text");if(null!=n)return""==n&&(n=t.textContent.replace(/\u200b/g,"")),void(a+=n);var u,d=t.getAttribute("cm-marker");if(d){var h=e.findMarks(Po(r,0),Po(i+1,0),o(+d));return void(h.length&&(u=h[0].find())&&(a+=Zr(e.doc,u.from,u.to).join(c)))}if("false"==t.getAttribute("contenteditable"))return;for(var f=0;f=0){var l=X(o.from(),i.from()),a=K(o.to(),i.to()),s=o.empty()?i.from()==i.head:o.from()==o.head;t>=r&&--t,e.splice(--r,2,new he(s?a:l,s?l:a))}}return new de(e,t)}function pe(e,t){return new de([new he(e,t||e)],0)}function me(e,t){return Math.max(e.first,Math.min(t,e.first+e.size-1))}function ge(e,t){if(t.linen?Po(n,Yr(e,n).text.length):ve(t,Yr(e,t.line).text.length)}function ve(e,t){var n=e.ch;return null==n||n>t?Po(e.line,t):0>n?Po(e.line,0):e}function ye(e,t){return t>=e.first&&t=o.ch:c.to>o.ch))){if(r&&(Wl(u,"beforeCursorEnter"),u.explicitlyCleared)){if(a.markedSpans){--s;continue}break}if(!u.atomic)continue;var d=u.find(0>l?-1:1);if(0==zo(d,o)&&(d.ch+=l,d.ch<0?d=d.line>e.first?ge(e,Po(d.line-1)):null:d.ch>a.text.length&&(d=d.linet&&(t=0),t=Math.round(t),r=Math.round(r),a.appendChild(_i("div",null,"CodeMirror-selected","position: absolute; left: "+e+"px; top: "+t+"px; width: "+(null==n?u-e:n)+"px; height: "+(r-t)+"px"))}function i(t,n,i){function o(n,r){return dt(e,Po(t,n),"div",d,r)}var a,s,d=Yr(l,t),h=d.text.length;return Ji(ri(d),n||0,null==i?h:i,function(e,t,l){var d,f,p,m=o(e,"left");if(e==t)d=m,f=p=m.left;else{if(d=o(t-1,"right"),"rtl"==l){var g=m;m=d,d=g}f=m.left,p=d.right}null==n&&0==e&&(f=c),d.top-m.top>3&&(r(f,m.top,null,m.bottom),f=c,m.bottoms.bottom||d.bottom==s.bottom&&d.right>s.right)&&(s=d),c+1>f&&(f=c),r(f,d.top,p-f,d.bottom)}),{start:a,end:s}}var o=e.display,l=e.doc,a=document.createDocumentFragment(),s=Ge(e.display),c=s.left,u=Math.max(o.sizerWidth,$e(e)-o.sizer.offsetLeft)-s.right,d=t.from(),h=t.to();if(d.line==h.line)i(d.line,d.ch,h.ch);else{var f=Yr(l,d.line),p=Yr(l,h.line),m=vr(f)==vr(p),g=i(d.line,d.ch,m?f.text.length+1:null).end,v=i(h.line,m?0:null,h.ch).start;m&&(g.top0?t.blinker=setInterval(function(){t.cursorDiv.style.visibility=(n=!n)?"":"hidden"},e.options.cursorBlinkRate):e.options.cursorBlinkRate<0&&(t.cursorDiv.style.visibility="hidden")}}function Fe(e,t){e.doc.mode.startState&&e.doc.frontier=e.display.viewTo)){var n=+new Date+e.options.workTime,r=ll(t.mode,_e(e,t.frontier)),i=[];t.iter(t.frontier,Math.min(t.first+t.size,e.display.viewTo+500),function(o){if(t.frontier>=e.display.viewFrom){var l=o.styles,a=o.text.length>e.options.maxHighlightLength,s=Dr(e,o,a?ll(t.mode,r):r,!0);o.styles=s.styles;var c=o.styleClasses,u=s.classes;u?o.styleClasses=u:c&&(o.styleClasses=null);for(var d=!l||l.length!=o.styles.length||c!=u&&(!c||!u||c.bgClass!=u.bgClass||c.textClass!=u.textClass),h=0;!d&&hn?(Fe(e,e.options.workDelay),!0):void 0}),i.length&&Nt(e,function(){for(var t=0;tl;--a){if(a<=o.first)return o.first;var s=Yr(o,a-1);if(s.stateAfter&&(!n||a<=o.frontier))return a;var c=Fl(s.text,null,e.options.tabSize);(null==i||r>c)&&(i=a-1,r=c)}return i}function _e(e,t,n){var r=e.doc,i=e.display;if(!r.mode.startState)return!0;var o=Be(e,t,n),l=o>r.first&&Yr(r,o-1).stateAfter;return l=l?ll(r.mode,l):al(r.mode),r.iter(o,t,function(n){Ir(e,n.text,l);var a=o==t-1||o%5==0||o>=i.viewFrom&&o2&&o.push((s.bottom+c.top)/2-n.top)}}o.push(n.bottom-n.top)}}function Xe(e,t,n){if(e.line==t)return{map:e.measure.map,cache:e.measure.cache};for(var r=0;rn)return{map:e.measure.maps[r],cache:e.measure.caches[r],before:!0}}function Ye(e,t){t=vr(t);var n=ei(t),r=e.display.externalMeasured=new Ht(e.doc,t,n);r.lineN=n;var i=r.built=zr(e,r);return r.text=i.pre,qi(e.display.lineMeasure,i.pre),r}function Ze(e,t,n,r){return et(e,Je(e,t),n,r)}function Qe(e,t){if(t>=e.display.viewFrom&&t=n.lineN&&tt?(i=0,o=1,l="left"):c>t?(i=t-s,o=i+1):(a==e.length-3||t==c&&e[a+3]>t)&&(o=c-s,i=o-1,t>=c&&(l="right")),null!=i){if(r=e[a+2],s==c&&n==(r.insertLeft?"left":"right")&&(l=n),"left"==n&&0==i)for(;a&&e[a-2]==e[a-3]&&e[a-1].insertLeft;)r=e[(a-=3)+2],l="left";if("right"==n&&i==c-s)for(;au;u++){for(;a&&Bi(t.line.text.charAt(o.coverStart+a));)--a;for(;o.coverStart+sxo&&0==a&&s==o.coverEnd-o.coverStart)i=l.parentNode.getBoundingClientRect();else if(yo&&e.options.lineWrapping){var d=jl(l,a,s).getClientRects();i=d.length?d["right"==r?d.length-1:0]:jo}else i=jl(l,a,s).getBoundingClientRect()||jo;if(i.left||i.right||0==a)break;s=a,a-=1,c="right"}yo&&11>xo&&(i=rt(e.display.measure,i))}else{a>0&&(c=r="right");var d;i=e.options.lineWrapping&&(d=l.getClientRects()).length>1?d["right"==r?d.length-1:0]:l.getBoundingClientRect()}if(yo&&9>xo&&!a&&(!i||!i.left&&!i.right)){var h=l.parentNode.getClientRects()[0];i=h?{left:h.left,right:h.left+yt(e.display),top:h.top,bottom:h.bottom}:jo}for(var f=i.top-t.rect.top,p=i.bottom-t.rect.top,m=(f+p)/2,g=t.view.measure.heights,u=0;un.from?l(e-1):l(e,r)}r=r||Yr(e.doc,t.line),i||(i=Je(e,r));var s=ri(r),c=t.ch;if(!s)return l(c);var u=so(s,c),d=a(c,u);return null!=ia&&(d.other=a(c,ia)),d}function ft(e,t){var n=0,t=ge(e.doc,t);e.options.lineWrapping||(n=yt(e.display)*t.ch);var r=Yr(e.doc,t.line),i=ni(r)+je(e.display);return{left:n,right:n,top:i,bottom:i+r.height}}function pt(e,t,n,r){var i=Po(e,t);return i.xRel=r,n&&(i.outside=!0),i}function mt(e,t,n){var r=e.doc;if(n+=e.display.viewOffset,0>n)return pt(r.first,0,!0,-1);var i=ti(r,n),o=r.first+r.size-1;if(i>o)return pt(r.first+r.size-1,Yr(r,o).text.length,!0,1);0>t&&(t=0);for(var l=Yr(r,i);;){var a=gt(e,l,i,t,n),s=mr(l),c=s&&s.find(0,!0);if(!s||!(a.ch>c.from.ch||a.ch==c.from.ch&&a.xRel>0))return a;i=ei(l=c.to.line)}}function gt(e,t,n,r,i){function o(r){var i=ht(e,Po(n,r),"line",t,c);return a=!0,l>i.bottom?i.left-s:lg)return pt(n,f,v,1);for(;;){if(u?f==h||f==uo(t,h,1):1>=f-h){for(var y=p>r||g-r>=r-p?h:f,x=r-(y==h?p:g);Bi(t.text.charAt(y));)++y;var b=pt(n,y,y==h?m:v,-1>x?-1:x>1?1:0);return b}var w=Math.ceil(d/2),k=h+w;if(u){k=h;for(var C=0;w>C;++C)k=uo(t,k,1)}var S=o(k);S>r?(f=k,g=S,(v=a)&&(g+=1e3),d=w):(h=k,p=S,m=a,d-=w)}}function vt(e){if(null!=e.cachedTextHeight)return e.cachedTextHeight;if(null==Ro){Ro=_i("pre");for(var t=0;49>t;++t)Ro.appendChild(document.createTextNode("x")),Ro.appendChild(_i("br"));Ro.appendChild(document.createTextNode("x"))}qi(e.measure,Ro);var n=Ro.offsetHeight/50;return n>3&&(e.cachedTextHeight=n),ji(e.measure),n||1}function yt(e){if(null!=e.cachedCharWidth)return e.cachedCharWidth;var t=_i("span","xxxxxxxxxx"),n=_i("pre",[t]);qi(e.measure,n);var r=t.getBoundingClientRect(),i=(r.right-r.left)/10;return i>2&&(e.cachedCharWidth=i),i||10}function xt(e){e.curOp={cm:e,viewChanged:!1,startHeight:e.doc.height,forceUpdate:!1,updateInput:null,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Go},qo?qo.ops.push(e.curOp):e.curOp.ownsGroup=qo={ops:[e.curOp],delayedCallbacks:[]}}function bt(e){var t=e.delayedCallbacks,n=0;do{for(;n=n.viewTo)||n.maxLineChanged&&t.options.lineWrapping,e.update=e.mustUpdate&&new L(t,e.mustUpdate&&{top:e.scrollTop,ensure:e.scrollToPos},e.forceUpdate)}function St(e){e.updatedDisplay=e.mustUpdate&&M(e.cm,e.update)}function Lt(e){var t=e.cm,n=t.display;e.updatedDisplay&&W(t),e.barMeasure=p(t),n.maxLineChanged&&!t.options.lineWrapping&&(e.adjustWidthTo=Ze(t,n.maxLine,n.maxLine.text.length).left+3,t.display.sizerWidth=e.adjustWidthTo,e.barMeasure.scrollWidth=Math.max(n.scroller.clientWidth,n.sizer.offsetLeft+e.adjustWidthTo+Ue(t)+t.display.barWidth),e.maxScrollLeft=Math.max(0,n.sizer.offsetLeft+e.adjustWidthTo-$e(t))),(e.updatedDisplay||e.selectionChanged)&&(e.preparedSelection=n.input.prepareSelection())}function Tt(e){var t=e.cm;null!=e.adjustWidthTo&&(t.display.sizer.style.minWidth=e.adjustWidthTo+"px",e.maxScrollLefto;o=r){var l=new Ht(e.doc,Yr(e.doc,o),o);r=o+l.size,i.push(l)}return i}function Et(e,t,n,r){null==t&&(t=e.doc.first),null==n&&(n=e.doc.first+e.doc.size),r||(r=0);var i=e.display;if(r&&nt)&&(i.updateLineNumbers=t),e.curOp.viewChanged=!0,t>=i.viewTo)Io&&xr(e.doc,t)i.viewFrom?Pt(e):(i.viewFrom+=r,i.viewTo+=r);else if(t<=i.viewFrom&&n>=i.viewTo)Pt(e);else if(t<=i.viewFrom){var o=Ft(e,n,n+r,1);o?(i.view=i.view.slice(o.index),i.viewFrom=o.lineN,i.viewTo+=r):Pt(e)}else if(n>=i.viewTo){var o=Ft(e,t,t,-1);o?(i.view=i.view.slice(0,o.index),i.viewTo=o.lineN):Pt(e)}else{var l=Ft(e,t,t,-1),a=Ft(e,n,n+r,1);l&&a?(i.view=i.view.slice(0,l.index).concat(Dt(e,l.lineN,a.lineN)).concat(i.view.slice(a.index)),i.viewTo+=r):Pt(e)}var s=i.externalMeasured;s&&(n=i.lineN&&t=r.viewTo)){var o=r.view[zt(e,t)];if(null!=o.node){var l=o.changes||(o.changes=[]);-1==Hi(l,n)&&l.push(n)}}}function Pt(e){e.display.viewFrom=e.display.viewTo=e.doc.first,e.display.view=[],e.display.viewOffset=0}function zt(e,t){if(t>=e.display.viewTo)return null;if(t-=e.display.viewFrom,0>t)return null;for(var n=e.display.view,r=0;rt)return r}function Ft(e,t,n,r){var i,o=zt(e,t),l=e.display.view;if(!Io||n==e.doc.first+e.doc.size)return{index:o,lineN:n};for(var a=0,s=e.display.viewFrom;o>a;a++)s+=l[a].size;if(s!=t){if(r>0){if(o==l.length-1)return null;i=s+l[o].size-t,o++}else i=s-t;t+=i,n+=i}for(;xr(e.doc,n)!=n;){if(o==(0>r?0:l.length-1))return null;n+=r*l[o-(0>r?1:0)].size,o+=r}return{index:o,lineN:n}}function Rt(e,t,n){var r=e.display,i=r.view;0==i.length||t>=r.viewTo||n<=r.viewFrom?(r.view=Dt(e,t,n),r.viewFrom=t):(r.viewFrom>t?r.view=Dt(e,t,r.viewFrom).concat(r.view):r.viewFromn&&(r.view=r.view.slice(0,zt(e,n)))),r.viewTo=n}function Bt(e){for(var t=e.display.view,n=0,r=0;r400}var i=e.display;Nl(i.scroller,"mousedown",At(e,$t)),yo&&11>xo?Nl(i.scroller,"dblclick",At(e,function(t){if(!Li(e,t)){var n=Ut(e,t);if(n&&!Zt(e,t)&&!Gt(e.display,t)){Ll(t);var r=e.findWordAt(n);we(e.doc,r.anchor,r.head)}}})):Nl(i.scroller,"dblclick",function(t){Li(e,t)||Ll(t)}),Do||Nl(i.scroller,"contextmenu",function(t){yn(e,t)});var o,l={end:0};Nl(i.scroller,"touchstart",function(e){if(!n(e)){clearTimeout(o);var t=+new Date;i.activeTouch={start:t,moved:!1,prev:t-l.end<=300?l:null},1==e.touches.length&&(i.activeTouch.left=e.touches[0].pageX,i.activeTouch.top=e.touches[0].pageY)}}),Nl(i.scroller,"touchmove",function(){i.activeTouch&&(i.activeTouch.moved=!0)}),Nl(i.scroller,"touchend",function(n){var o=i.activeTouch;if(o&&!Gt(i,n)&&null!=o.left&&!o.moved&&new Date-o.start<300){var l,a=e.coordsChar(i.activeTouch,"page");l=!o.prev||r(o,o.prev)?new he(a,a):!o.prev.prev||r(o,o.prev.prev)?e.findWordAt(a):new he(Po(a.line,0),ge(e.doc,Po(a.line+1,0))),e.setSelection(l.anchor,l.head),e.focus(),Ll(n)}t()}),Nl(i.scroller,"touchcancel",t),Nl(i.scroller,"scroll",function(){i.scroller.clientHeight&&(nn(e,i.scroller.scrollTop),rn(e,i.scroller.scrollLeft,!0),Wl(e,"scroll",e))}),Nl(i.scroller,"mousewheel",function(t){on(e,t)}),Nl(i.scroller,"DOMMouseScroll",function(t){on(e,t)}),Nl(i.wrapper,"scroll",function(){i.wrapper.scrollTop=i.wrapper.scrollLeft=0}),i.dragFunctions={enter:function(t){Li(e,t)||Ml(t)},over:function(t){Li(e,t)||(en(e,t),Ml(t))},start:function(t){Jt(e,t)},drop:At(e,Qt),leave:function(){tn(e)}};var a=i.input.getField();Nl(a,"keyup",function(t){fn.call(e,t)}),Nl(a,"keydown",At(e,dn)),Nl(a,"keypress",At(e,pn)),Nl(a,"focus",zi(gn,e)),Nl(a,"blur",zi(vn,e))}function jt(t,n,r){var i=r&&r!=e.Init;if(!n!=!i){var o=t.display.dragFunctions,l=n?Nl:Ol;l(t.display.scroller,"dragstart",o.start),l(t.display.scroller,"dragenter",o.enter),l(t.display.scroller,"dragover",o.over),l(t.display.scroller,"dragleave",o.leave),l(t.display.scroller,"drop",o.drop)}}function qt(e){var t=e.display;(t.lastWrapHeight!=t.wrapper.clientHeight||t.lastWrapWidth!=t.wrapper.clientWidth)&&(t.cachedCharWidth=t.cachedTextHeight=t.cachedPaddingH=null,t.scrollbarsClipped=!1,e.setSize())}function Gt(e,t){for(var n=bi(t);n!=e.wrapper;n=n.parentNode)if(!n||1==n.nodeType&&"true"==n.getAttribute("cm-ignore-events")||n.parentNode==e.sizer&&n!=e.mover)return!0}function Ut(e,t,n,r){var i=e.display;if(!n&&"true"==bi(t).getAttribute("cm-not-content"))return null;var o,l,a=i.lineSpace.getBoundingClientRect();try{o=t.clientX-a.left,l=t.clientY-a.top}catch(t){return null}var s,c=mt(e,o,l);if(r&&1==c.xRel&&(s=Yr(e.doc,c.line).text).length==c.ch){var u=Fl(s,s.length,e.options.tabSize)-s.length;c=Po(c.line,Math.max(0,Math.round((o-Ge(e.display).left)/yt(e.display))-u))}return c}function $t(e){var t=this,n=t.display;if(!(n.activeTouch&&n.input.supportsTouch()||Li(t,e))){if(n.shift=e.shiftKey,Gt(n,e))return void(bo||(n.scroller.draggable=!1,setTimeout(function(){n.scroller.draggable=!0},100)));if(!Zt(t,e)){var r=Ut(t,e);switch(window.focus(),wi(e)){case 1:t.state.selectingText?t.state.selectingText(e):r?Vt(t,e,r):bi(e)==n.scroller&&Ll(e);break;case 2:bo&&(t.state.lastMiddleDown=+new Date),r&&we(t.doc,r),setTimeout(function(){n.input.focus()},20),Ll(e);break;case 3:Do?yn(t,e):mn(t)}}}}function Vt(e,t,n){yo?setTimeout(zi(Y,e),0):e.curOp.focus=Gi();var r,i=+new Date;_o&&_o.time>i-400&&0==zo(_o.pos,n)?r="triple":Bo&&Bo.time>i-400&&0==zo(Bo.pos,n)?(r="double",_o={time:i,pos:n}):(r="single",Bo={time:i,pos:n});var o,l=e.doc.sel,a=Ao?t.metaKey:t.ctrlKey;e.options.dragDrop&&Ql&&!Z(e)&&"single"==r&&(o=l.contains(n))>-1&&(zo((o=l.ranges[o]).from(),n)<0||n.xRel>0)&&(zo(o.to(),n)>0||n.xRel<0)?Kt(e,t,n,a):Xt(e,t,n,r,a)}function Kt(e,t,n,r){var i=e.display,o=+new Date,l=At(e,function(a){bo&&(i.scroller.draggable=!1),e.state.draggingText=!1,Ol(document,"mouseup",l),Ol(i.scroller,"drop",l),Math.abs(t.clientX-a.clientX)+Math.abs(t.clientY-a.clientY)<10&&(Ll(a),!r&&+new Date-200=p;p++){var v=Yr(c,p).text,y=Rl(v,s,o);s==f?i.push(new he(Po(p,y),Po(p,y))):v.length>y&&i.push(new he(Po(p,y),Po(p,Rl(v,f,o))))}i.length||i.push(new he(n,n)),Me(c,fe(h.ranges.slice(0,d).concat(i),d),{origin:"*mouse",scroll:!1}),e.scrollIntoView(t)}else{var x=u,b=x.anchor,w=t;if("single"!=r){if("double"==r)var k=e.findWordAt(t);else var k=new he(Po(t.line,0),ge(c,Po(t.line+1,0)));zo(k.anchor,b)>0?(w=k.head,b=X(x.from(),k.anchor)):(w=k.anchor,b=K(x.to(),k.head))}var i=h.ranges.slice(0);i[d]=new he(ge(c,b),w),Me(c,fe(i,d),Pl)}}function l(t){var n=++y,i=Ut(e,t,!0,"rect"==r);if(i)if(0!=zo(i,g)){e.curOp.focus=Gi(),o(i);var a=b(s,c);(i.line>=a.to||i.linev.bottom?20:0;u&&setTimeout(At(e,function(){y==n&&(s.scroller.scrollTop+=u,l(t))}),50)}}function a(t){e.state.selectingText=!1,y=1/0,Ll(t),s.input.focus(),Ol(document,"mousemove",x),Ol(document,"mouseup",w),c.history.lastSelOrigin=null}var s=e.display,c=e.doc;Ll(t);var u,d,h=c.sel,f=h.ranges;if(i&&!t.shiftKey?(d=c.sel.contains(n),u=d>-1?f[d]:new he(n,n)):(u=c.sel.primary(),d=c.sel.primIndex),t.altKey)r="rect",i||(u=new he(n,n)),n=Ut(e,t,!0,!0),d=-1;else if("double"==r){var p=e.findWordAt(n);u=e.display.shift||c.extend?be(c,u,p.anchor,p.head):p}else if("triple"==r){var m=new he(Po(n.line,0),ge(c,Po(n.line+1,0)));u=e.display.shift||c.extend?be(c,u,m.anchor,m.head):m}else u=be(c,u,n);i?-1==d?(d=f.length,Me(c,fe(f.concat([u]),d),{scroll:!1,origin:"*mouse"})):f.length>1&&f[d].empty()&&"single"==r&&!t.shiftKey?(Me(c,fe(f.slice(0,d).concat(f.slice(d+1)),0),{scroll:!1,origin:"*mouse"}),h=c.sel):Ce(c,d,u,Pl):(d=0,Me(c,new de([u],0),Pl),h=c.sel);var g=n,v=s.wrapper.getBoundingClientRect(),y=0,x=At(e,function(e){wi(e)?l(e):a(e)}),w=At(e,a);e.state.selectingText=w,Nl(document,"mousemove",x),Nl(document,"mouseup",w)}function Yt(e,t,n,r){try{var i=t.clientX,o=t.clientY}catch(t){return!1}if(i>=Math.floor(e.display.gutters.getBoundingClientRect().right))return!1;r&&Ll(t);var l=e.display,a=l.lineDiv.getBoundingClientRect();if(o>a.bottom||!Mi(e,n))return xi(t);o-=a.top-l.viewOffset;for(var s=0;s=i){var u=ti(e.doc,o),d=e.options.gutters[s];return Wl(e,n,e,u,d,t),xi(t)}}}function Zt(e,t){return Yt(e,t,"gutterClick",!0)}function Qt(e){var t=this;if(tn(t),!Li(t,e)&&!Gt(t.display,e)){Ll(e),yo&&(Uo=+new Date);var n=Ut(t,e,!0),r=e.dataTransfer.files;if(n&&!Z(t))if(r&&r.length&&window.FileReader&&window.File)for(var i=r.length,o=Array(i),l=0,a=function(e,r){if(!t.options.allowDropFileTypes||-1!=Hi(t.options.allowDropFileTypes,e.type)){var a=new FileReader;a.onload=At(t,function(){var e=a.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(e)&&(e=""),o[r]=e,++l==i){n=ge(t.doc,n);var s={from:n,to:n,text:t.doc.splitLines(o.join(t.doc.lineSeparator())),origin:"paste"};Ln(t.doc,s),Te(t.doc,pe(n,Zo(s)))}}),a.readAsText(e)}},s=0;i>s;++s)a(r[s],s);else{if(t.state.draggingText&&t.doc.sel.contains(n)>-1)return t.state.draggingText(e),void setTimeout(function(){t.display.input.focus()},20);try{var o=e.dataTransfer.getData("Text");if(o){if(t.state.draggingText&&!(Ao?e.altKey:e.ctrlKey))var c=t.listSelections();if(Ne(t.doc,pe(n,n)),c)for(var s=0;sl.clientWidth,s=l.scrollHeight>l.clientHeight;if(r&&a||i&&s){if(i&&Ao&&bo)e:for(var c=t.target,u=o.view;c!=l;c=c.parentNode)for(var d=0;dh?f=Math.max(0,f+h-50):p=Math.min(e.doc.height,p+h+50),A(e,{top:f,bottom:p})}20>$o&&(null==o.wheelStartX?(o.wheelStartX=l.scrollLeft,o.wheelStartY=l.scrollTop,o.wheelDX=r,o.wheelDY=i,setTimeout(function(){if(null!=o.wheelStartX){var e=l.scrollLeft-o.wheelStartX,t=l.scrollTop-o.wheelStartY,n=t&&o.wheelDY&&t/o.wheelDY||e&&o.wheelDX&&e/o.wheelDX;o.wheelStartX=o.wheelStartY=null,n&&(Vo=(Vo*$o+n)/($o+1),++$o)}},200)):(o.wheelDX+=r,o.wheelDY+=i))}}function ln(e,t,n){if("string"==typeof t&&(t=sl[t],!t))return!1;e.display.input.ensurePolled();var r=e.display.shift,i=!1;try{Z(e)&&(e.state.suppressEdits=!0),n&&(e.display.shift=!1),i=t(e)!=El}finally{e.display.shift=r,e.state.suppressEdits=!1}return i}function an(e,t,n){for(var r=0;rxo&&27==e.keyCode&&(e.returnValue=!1);var n=e.keyCode;t.display.shift=16==n||e.shiftKey;var r=cn(t,e);Co&&(Yo=r?n:null,!r&&88==n&&!ta&&(Ao?e.metaKey:e.ctrlKey)&&t.replaceSelection("",null,"cut")),18!=n||/\bCodeMirror-crosshair\b/.test(t.display.lineDiv.className)||hn(t)}}function hn(e){function t(e){18!=e.keyCode&&e.altKey||(Xl(n,"CodeMirror-crosshair"),Ol(document,"keyup",t),Ol(document,"mouseover",t))}var n=e.display.lineDiv;Yl(n,"CodeMirror-crosshair"),Nl(document,"keyup",t),Nl(document,"mouseover",t)}function fn(e){16==e.keyCode&&(this.doc.sel.shift=!1),Li(this,e)}function pn(e){var t=this;if(!(Gt(t.display,e)||Li(t,e)||e.ctrlKey&&!e.altKey||Ao&&e.metaKey)){var n=e.keyCode,r=e.charCode;if(Co&&n==Yo)return Yo=null,void Ll(e);if(!Co||e.which&&!(e.which<10)||!cn(t,e)){var i=String.fromCharCode(null==r?n:r);un(t,e,i)||t.display.input.onKeyPress(e)}}}function mn(e){e.state.delayingBlurEvent=!0,setTimeout(function(){e.state.delayingBlurEvent&&(e.state.delayingBlurEvent=!1,vn(e))},100)}function gn(e){e.state.delayingBlurEvent&&(e.state.delayingBlurEvent=!1),"nocursor"!=e.options.readOnly&&(e.state.focused||(Wl(e,"focus",e),e.state.focused=!0,Yl(e.display.wrapper,"CodeMirror-focused"),e.curOp||e.display.selForContextMenu==e.doc.sel||(e.display.input.reset(),bo&&setTimeout(function(){e.display.input.reset(!0)},20)),e.display.input.receivedFocus()),ze(e))}function vn(e){e.state.delayingBlurEvent||(e.state.focused&&(Wl(e,"blur",e),e.state.focused=!1,Xl(e.display.wrapper,"CodeMirror-focused")),clearInterval(e.display.blinker),setTimeout(function(){e.state.focused||(e.display.shift=!1)},150))}function yn(e,t){Gt(e.display,t)||xn(e,t)||Li(e,t,"contextmenu")||e.display.input.onContextMenu(t)}function xn(e,t){return Mi(e,"gutterContextMenu")?Yt(e,t,"gutterContextMenu",!1):!1}function bn(e,t){if(zo(e,t.from)<0)return e;if(zo(e,t.to)<=0)return Zo(t);var n=e.line+t.text.length-(t.to.line-t.from.line)-1,r=e.ch;return e.line==t.to.line&&(r+=Zo(t).ch-t.to.ch),Po(n,r)}function wn(e,t){for(var n=[],r=0;r=0;--i)Tn(e,{from:r[i].from,to:r[i].to,text:i?[""]:t.text});else Tn(e,t)}}function Tn(e,t){if(1!=t.text.length||""!=t.text[0]||0!=zo(t.from,t.to)){var n=wn(e,t);si(e,t,n,e.cm?e.cm.curOp.id:NaN),An(e,t,n,ir(e,t));var r=[];Kr(e,function(e,n){n||-1!=Hi(r,e.history)||(yi(e.history,t),r.push(e.history)),An(e,t,null,ir(e,t))})}}function Mn(e,t,n){if(!e.cm||!e.cm.state.suppressEdits){for(var r,i=e.history,o=e.sel,l="undo"==t?i.done:i.undone,a="undo"==t?i.undone:i.done,s=0;s=0;--s){var d=r.changes[s];if(d.origin=t,u&&!Sn(e,d,!1))return void(l.length=0);c.push(oi(e,d));var h=s?wn(e,d):Wi(l);An(e,d,h,lr(e,d)),!s&&e.cm&&e.cm.scrollIntoView({from:d.from,to:Zo(d)});var f=[];Kr(e,function(e,t){t||-1!=Hi(f,e.history)||(yi(e.history,d),f.push(e.history)),An(e,d,null,lr(e,d))})}}}}function Nn(e,t){if(0!=t&&(e.first+=t,e.sel=new de(Di(e.sel.ranges,function(e){return new he(Po(e.anchor.line+t,e.anchor.ch),Po(e.head.line+t,e.head.ch))}),e.sel.primIndex),e.cm)){Et(e.cm,e.first,e.first-t,t);for(var n=e.cm.display,r=n.viewFrom;re.lastLine())){if(t.from.lineo&&(t={from:t.from,to:Po(o,Yr(e,o).text.length),text:[t.text[0]],origin:t.origin}),t.removed=Zr(e,t.from,t.to),n||(n=wn(e,t)),e.cm?On(e.cm,t,r):Ur(e,t,r),Ne(e,n,Il)}}function On(e,t,n){var r=e.doc,i=e.display,l=t.from,a=t.to,s=!1,c=l.line;e.options.lineWrapping||(c=ei(vr(Yr(r,l.line))),r.iter(c,a.line+1,function(e){return e==i.maxLine?(s=!0,!0):void 0})),r.sel.contains(t.from,t.to)>-1&&Ti(e),Ur(r,t,n,o(e)),e.options.lineWrapping||(r.iter(c,l.line+t.text.length,function(e){var t=d(e);t>i.maxLineLength&&(i.maxLine=e,i.maxLineLength=t,i.maxLineChanged=!0,s=!1)}),s&&(e.curOp.updateMaxLine=!0)),r.frontier=Math.min(r.frontier,l.line),Fe(e,400);var u=t.text.length-(a.line-l.line)-1;t.full?Et(e):l.line!=a.line||1!=t.text.length||Gr(e.doc,t)?Et(e,l.line,a.line+1,u):It(e,l.line,"text");var h=Mi(e,"changes"),f=Mi(e,"change");if(f||h){var p={from:l,to:a,text:t.text,removed:t.removed,origin:t.origin};f&&Ci(e,"change",e,p),h&&(e.curOp.changeObjs||(e.curOp.changeObjs=[])).push(p)}e.display.selForContextMenu=null}function Wn(e,t,n,r,i){if(r||(r=n),zo(r,n)<0){var o=r;r=n,n=o}"string"==typeof t&&(t=e.splitLines(t)),Ln(e,{from:n,to:r,text:t,origin:i})}function Hn(e,t){if(!Li(e,"scrollCursorIntoView")){var n=e.display,r=n.sizer.getBoundingClientRect(),i=null;if(t.top+r.top<0?i=!0:t.bottom+r.top>(window.innerHeight||document.documentElement.clientHeight)&&(i=!1),null!=i&&!To){var o=_i("div","​",null,"position: absolute; top: "+(t.top-n.viewOffset-je(e.display))+"px; height: "+(t.bottom-t.top+Ue(e)+n.barHeight)+"px; left: "+t.left+"px; width: 2px;");e.display.lineSpace.appendChild(o),o.scrollIntoView(i),e.display.lineSpace.removeChild(o)}}}function Dn(e,t,n,r){null==r&&(r=0);for(var i=0;5>i;i++){var o=!1,l=ht(e,t),a=n&&n!=t?ht(e,n):l,s=In(e,Math.min(l.left,a.left),Math.min(l.top,a.top)-r,Math.max(l.left,a.left),Math.max(l.bottom,a.bottom)+r),c=e.doc.scrollTop,u=e.doc.scrollLeft;if(null!=s.scrollTop&&(nn(e,s.scrollTop),Math.abs(e.doc.scrollTop-c)>1&&(o=!0)),null!=s.scrollLeft&&(rn(e,s.scrollLeft),Math.abs(e.doc.scrollLeft-u)>1&&(o=!0)),!o)break}return l}function En(e,t,n,r,i){var o=In(e,t,n,r,i);null!=o.scrollTop&&nn(e,o.scrollTop),null!=o.scrollLeft&&rn(e,o.scrollLeft)}function In(e,t,n,r,i){var o=e.display,l=vt(e.display);0>n&&(n=0);var a=e.curOp&&null!=e.curOp.scrollTop?e.curOp.scrollTop:o.scroller.scrollTop,s=Ve(e),c={};i-n>s&&(i=n+s);var u=e.doc.height+qe(o),d=l>n,h=i>u-l;if(a>n)c.scrollTop=d?0:n;else if(i>a+s){var f=Math.min(n,(h?u:i)-s);f!=a&&(c.scrollTop=f)}var p=e.curOp&&null!=e.curOp.scrollLeft?e.curOp.scrollLeft:o.scroller.scrollLeft,m=$e(e)-(e.options.fixedGutter?o.gutters.offsetWidth:0),g=r-t>m;return g&&(r=t+m),10>t?c.scrollLeft=0:p>t?c.scrollLeft=Math.max(0,t-(g?0:10)):r>m+p-3&&(c.scrollLeft=r+(g?0:10)-m),c}function Pn(e,t,n){(null!=t||null!=n)&&Fn(e),null!=t&&(e.curOp.scrollLeft=(null==e.curOp.scrollLeft?e.doc.scrollLeft:e.curOp.scrollLeft)+t),null!=n&&(e.curOp.scrollTop=(null==e.curOp.scrollTop?e.doc.scrollTop:e.curOp.scrollTop)+n)}function zn(e){Fn(e);var t=e.getCursor(),n=t,r=t;e.options.lineWrapping||(n=t.ch?Po(t.line,t.ch-1):t,r=Po(t.line,t.ch+1)),e.curOp.scrollToPos={from:n,to:r,margin:e.options.cursorScrollMargin,isCursor:!0}}function Fn(e){var t=e.curOp.scrollToPos;if(t){e.curOp.scrollToPos=null;var n=ft(e,t.from),r=ft(e,t.to),i=In(e,Math.min(n.left,r.left),Math.min(n.top,r.top)-t.margin,Math.max(n.right,r.right),Math.max(n.bottom,r.bottom)+t.margin);e.scrollTo(i.scrollLeft,i.scrollTop)}}function Rn(e,t,n,r){var i,o=e.doc;null==n&&(n="add"),"smart"==n&&(o.mode.indent?i=_e(e,t):n="prev");var l=e.options.tabSize,a=Yr(o,t),s=Fl(a.text,null,l);a.stateAfter&&(a.stateAfter=null);var c,u=a.text.match(/^\s*/)[0];if(r||/\S/.test(a.text)){if("smart"==n&&(c=o.mode.indent(i,a.text.slice(u.length),a.text),c==El||c>150)){if(!r)return;n="prev"}}else c=0,n="not";"prev"==n?c=t>o.first?Fl(Yr(o,t-1).text,null,l):0:"add"==n?c=s+e.options.indentUnit:"subtract"==n?c=s-e.options.indentUnit:"number"==typeof n&&(c=s+n),c=Math.max(0,c);var d="",h=0;if(e.options.indentWithTabs)for(var f=Math.floor(c/l);f;--f)h+=l,d+=" ";if(c>h&&(d+=Oi(c-h)),d!=u)return Wn(o,d,Po(t,0),Po(t,u.length),"+input"),a.stateAfter=null,!0;for(var f=0;f=0;t--)Wn(e.doc,"",r[t].from,r[t].to,"+delete");zn(e)})}function jn(e,t,n,r,i){function o(){var t=a+n;return t=e.first+e.size?d=!1:(a=t,u=Yr(e,t))}function l(e){var t=(i?uo:ho)(u,s,n,!0);if(null==t){if(e||!o())return d=!1;s=i?(0>n?ro:no)(u):0>n?u.text.length:0}else s=t;return!0}var a=t.line,s=t.ch,c=n,u=Yr(e,a),d=!0;if("char"==r)l();else if("column"==r)l(!0);else if("word"==r||"group"==r)for(var h=null,f="group"==r,p=e.cm&&e.cm.getHelper(t,"wordChars"),m=!0;!(0>n)||l(!m);m=!1){var g=u.text.charAt(s)||"\n",v=Fi(g,p)?"w":f&&"\n"==g?"n":!f||/\s/.test(g)?null:"p";if(!f||m||v||(v="s"),h&&h!=v){0>n&&(n=1,l());break}if(v&&(h=v),n>0&&!l(!m))break}var y=He(e,Po(a,s),c,!0);return d||(y.hitSide=!0),y}function qn(e,t,n,r){var i,o=e.doc,l=t.left;if("page"==r){var a=Math.min(e.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight);i=t.top+n*(a-(0>n?1.5:.5)*vt(e.display))}else"line"==r&&(i=n>0?t.bottom+3:t.top-3);for(;;){var s=mt(e,l,i);if(!s.outside)break;if(0>n?0>=i:i>=o.height){s.hitSide=!0;break}i+=5*n}return s}function Gn(t,n,r,i){e.defaults[t]=n,r&&(Jo[t]=i?function(e,t,n){n!=el&&r(e,t,n)}:r)}function Un(e){for(var t,n,r,i,o=e.split(/-(?!$)/),e=o[o.length-1],l=0;l0||0==l&&o.clearWhenEmpty!==!1)return o;if(o.replacedWith&&(o.collapsed=!0,o.widgetNode=_i("span",[o.replacedWith],"CodeMirror-widget"),r.handleMouseEvents||o.widgetNode.setAttribute("cm-ignore-events","true"),r.insertLeft&&(o.widgetNode.insertLeft=!0)),o.collapsed){if(gr(e,t.line,t,n,o)||t.line!=n.line&&gr(e,n.line,t,n,o))throw new Error("Inserting collapsed marker partially overlapping an existing one");Io=!0}o.addToHistory&&si(e,{from:t,to:n,origin:"markText"},e.sel,NaN);var a,s=t.line,c=e.cm;if(e.iter(s,n.line+1,function(e){c&&o.collapsed&&!c.options.lineWrapping&&vr(e)==c.display.maxLine&&(a=!0),o.collapsed&&s!=t.line&&Jr(e,0),tr(e,new Qn(o,s==t.line?t.ch:null,s==n.line?n.ch:null)),++s}),o.collapsed&&e.iter(t.line,n.line+1,function(t){wr(e,t)&&Jr(t,0)}),o.clearOnEnter&&Nl(o,"beforeCursorEnter",function(){o.clear()}),o.readOnly&&(Eo=!0,(e.history.done.length||e.history.undone.length)&&e.clearHistory()),o.collapsed&&(o.id=++pl,o.atomic=!0),c){if(a&&(c.curOp.updateMaxLine=!0),o.collapsed)Et(c,t.line,n.line+1);else if(o.className||o.title||o.startStyle||o.endStyle||o.css)for(var u=t.line;u<=n.line;u++)It(c,u,"text");o.atomic&&Oe(c.doc),Ci(c,"markerAdded",c,o)}return o}function Kn(e,t,n,r,i){r=Pi(r),r.shared=!1;var o=[Vn(e,t,n,r,i)],l=o[0],a=r.widgetNode;return Kr(e,function(e){a&&(r.widgetNode=a.cloneNode(!0)),o.push(Vn(e,ge(e,t),ge(e,n),r,i));for(var s=0;s=t:o.to>t);(r||(r=[])).push(new Qn(l,o.from,s?null:o.to))}}return r}function rr(e,t,n){if(e)for(var r,i=0;i=t:o.to>t);if(a||o.from==t&&"bookmark"==l.type&&(!n||o.marker.insertLeft)){var s=null==o.from||(l.inclusiveLeft?o.from<=t:o.from0&&a)for(var d=0;dd;++d)p.push(m);p.push(s)}return p}function or(e){for(var t=0;t0)){var u=[s,1],d=zo(c.from,a.from),h=zo(c.to,a.to);(0>d||!l.inclusiveLeft&&!d)&&u.push({from:c.from,to:a.from}),(h>0||!l.inclusiveRight&&!h)&&u.push({from:a.to,to:c.to}),i.splice.apply(i,u),s+=u.length-1}}return i}function sr(e){var t=e.markedSpans;if(t){for(var n=0;n=0&&0>=d||0>=u&&d>=0)&&(0>=u&&(zo(c.to,n)>0||s.marker.inclusiveRight&&i.inclusiveLeft)||u>=0&&(zo(c.from,r)<0||s.marker.inclusiveLeft&&i.inclusiveRight)))return!0}}}function vr(e){for(var t;t=pr(e);)e=t.find(-1,!0).line;return e}function yr(e){for(var t,n;t=mr(e);)e=t.find(1,!0).line,(n||(n=[])).push(e);return n}function xr(e,t){var n=Yr(e,t),r=vr(n);return n==r?t:ei(r)}function br(e,t){if(t>e.lastLine())return t;var n,r=Yr(e,t);if(!wr(e,r))return t;for(;n=mr(r);)r=n.find(1,!0).line;return ei(r)+1}function wr(e,t){var n=Io&&t.markedSpans;if(n)for(var r,i=0;io;o++){i&&(i[0]=e.innerMode(t,r).mode);var l=t.token(n,r);if(n.pos>n.start)return l}throw new Error("Mode "+t.name+" failed to advance stream.")}function Wr(e,t,n,r){function i(e){return{start:d.start,end:d.pos,string:d.current(),type:o||null,state:e?ll(l.mode,u):u}}var o,l=e.doc,a=l.mode;t=ge(l,t);var s,c=Yr(l,t.line),u=_e(e,t.line,n),d=new fl(c.text,e.options.tabSize);for(r&&(s=[]);(r||d.pose.options.maxHighlightLength?(a=!1,l&&Ir(e,t,r,d.pos),d.pos=t.length,s=null):s=Nr(Or(n,d,r,h),o),h){var f=h[0].name;f&&(s="m-"+(s?f+" "+s:f))}if(!a||u!=s){for(;cc;){var r=i[s];r>e&&i.splice(s,1,e,i[s+1],r),s+=2,c=Math.min(e,r)}if(t)if(a.opaque)i.splice(n,s-n,e,"cm-overlay "+t),s=n+2;else for(;s>n;n+=2){var o=i[n+1];i[n+1]=(o?o+" ":"")+"cm-overlay "+t}},o)}return{styles:i,classes:o.bgClass||o.textClass?o:null}}function Er(e,t,n){if(!t.styles||t.styles[0]!=e.state.modeGen){var r=_e(e,ei(t)),i=Dr(e,t,t.text.length>e.options.maxHighlightLength?ll(e.doc.mode,r):r);t.stateAfter=r,t.styles=i.styles,i.classes?t.styleClasses=i.classes:t.styleClasses&&(t.styleClasses=null),n===e.doc.frontier&&e.doc.frontier++}return t.styles}function Ir(e,t,n,r){var i=e.doc.mode,o=new fl(t,e.options.tabSize);for(o.start=o.pos=r||0,""==t&&Ar(i,n);!o.eol();)Or(i,o,n),o.start=o.pos}function Pr(e,t){if(!e||/^\s*$/.test(e))return null;var n=t.addModeClass?bl:xl;return n[e]||(n[e]=e.replace(/\S+/g,"cm-$&"))}function zr(e,t){var n=_i("span",null,null,bo?"padding-right: .1px":null),r={pre:_i("pre",[n],"CodeMirror-line"),content:n,col:0,pos:0,cm:e,splitSpaces:(yo||bo)&&e.getOption("lineWrapping")};t.measure={};for(var i=0;i<=(t.rest?t.rest.length:0);i++){var o,l=i?t.rest[i-1]:t.line;r.pos=0,r.addToken=Rr,Zi(e.display.measure)&&(o=ri(l))&&(r.addToken=_r(r.addToken,o)),r.map=[];var a=t!=e.display.externalMeasured&&ei(l);qr(l,r,Er(e,l,a)),l.styleClasses&&(l.styleClasses.bgClass&&(r.bgClass=$i(l.styleClasses.bgClass,r.bgClass||"")),l.styleClasses.textClass&&(r.textClass=$i(l.styleClasses.textClass,r.textClass||""))),0==r.map.length&&r.map.push(0,0,r.content.appendChild(Yi(e.display.measure))),0==i?(t.measure.map=r.map,t.measure.cache={}):((t.measure.maps||(t.measure.maps=[])).push(r.map),(t.measure.caches||(t.measure.caches=[])).push({}))}return bo&&/\bcm-tab\b/.test(r.content.lastChild.className)&&(r.content.className="cm-tab-wrap-hack"),Wl(e,"renderLine",e,t.line,r.pre),r.pre.className&&(r.textClass=$i(r.pre.className,r.textClass||"")),r}function Fr(e){var t=_i("span","•","cm-invalidchar");return t.title="\\u"+e.charCodeAt(0).toString(16),t.setAttribute("aria-label",t.title),t}function Rr(e,t,n,r,i,o,l){if(t){var a=e.splitSpaces?t.replace(/ {3,}/g,Br):t,s=e.cm.state.specialChars,c=!1;if(s.test(t))for(var u=document.createDocumentFragment(),d=0;;){s.lastIndex=d;var h=s.exec(t),f=h?h.index-d:t.length-d;if(f){var p=document.createTextNode(a.slice(d,d+f));yo&&9>xo?u.appendChild(_i("span",[p])):u.appendChild(p),e.map.push(e.pos,e.pos+f,p),e.col+=f,e.pos+=f}if(!h)break;if(d+=f+1," "==h[0]){var m=e.cm.options.tabSize,g=m-e.col%m,p=u.appendChild(_i("span",Oi(g),"cm-tab"));p.setAttribute("role","presentation"),p.setAttribute("cm-text"," "),e.col+=g}else if("\r"==h[0]||"\n"==h[0]){var p=u.appendChild(_i("span","\r"==h[0]?"␍":"␤","cm-invalidchar"));p.setAttribute("cm-text",h[0]),e.col+=1}else{var p=e.cm.options.specialCharPlaceholder(h[0]);p.setAttribute("cm-text",h[0]),yo&&9>xo?u.appendChild(_i("span",[p])):u.appendChild(p),e.col+=1}e.map.push(e.pos,e.pos+1,p),e.pos++}else{e.col+=t.length;var u=document.createTextNode(a);e.map.push(e.pos,e.pos+t.length,u),yo&&9>xo&&(c=!0),e.pos+=t.length}if(n||r||i||c||l){var v=n||"";r&&(v+=r),i&&(v+=i);var y=_i("span",[u],v,l);return o&&(y.title=o),e.content.appendChild(y)}e.content.appendChild(u)}}function Br(e){for(var t=" ",n=0;nc&&h.from<=c)break}if(h.to>=u)return e(n,r,i,o,l,a,s);e(n,r.slice(0,h.to-c),i,o,null,a,s),o=null,r=r.slice(h.to-c),c=h.to}}}function jr(e,t,n,r){var i=!r&&n.widgetNode;i&&e.map.push(e.pos,e.pos+t,i),!r&&e.cm.display.input.needsContentAttribute&&(i||(i=e.content.appendChild(document.createElement("span"))),i.setAttribute("cm-marker",n.id)),i&&(e.cm.display.input.setUneditable(i),e.content.appendChild(i)),e.pos+=t}function qr(e,t,n){var r=e.markedSpans,i=e.text,o=0;if(r)for(var l,a,s,c,u,d,h,f=i.length,p=0,m=1,g="",v=0;;){if(v==p){s=c=u=d=a="",h=null,v=1/0;for(var y=[],x=0;xp||w.collapsed&&b.to==p&&b.from==p)?(null!=b.to&&b.to!=p&&v>b.to&&(v=b.to,c=""),w.className&&(s+=" "+w.className),w.css&&(a=w.css),w.startStyle&&b.from==p&&(u+=" "+w.startStyle),w.endStyle&&b.to==v&&(c+=" "+w.endStyle),w.title&&!d&&(d=w.title),w.collapsed&&(!h||hr(h.marker,w)<0)&&(h=b)):b.from>p&&v>b.from&&(v=b.from)}if(h&&(h.from||0)==p){if(jr(t,(null==h.to?f+1:h.to)-p,h.marker,null==h.from),null==h.to)return;h.to==p&&(h=!1)}if(!h&&y.length)for(var x=0;x=f)break;for(var k=Math.min(f,v);;){if(g){var C=p+g.length;if(!h){var S=C>k?g.slice(0,k-p):g;t.addToken(t,S,l?l+s:s,u,p+S.length==v?c:"",d,a)}if(C>=k){g=g.slice(k-p),p=k;break}p=C,u=""}g=i.slice(o,o=n[m++]),l=Pr(n[m++],t.cm.options)}}else for(var m=1;mn;++n)o.push(new yl(c[n],i(n),r));return o}var a=t.from,s=t.to,c=t.text,u=Yr(e,a.line),d=Yr(e,s.line),h=Wi(c),f=i(c.length-1),p=s.line-a.line;if(t.full)e.insert(0,l(0,c.length)),e.remove(c.length,e.size-c.length);else if(Gr(e,t)){var m=l(0,c.length-1);o(d,d.text,f),p&&e.remove(a.line,p),m.length&&e.insert(a.line,m)}else if(u==d)if(1==c.length)o(u,u.text.slice(0,a.ch)+h+u.text.slice(s.ch),f);else{var m=l(1,c.length-1);m.push(new yl(h+u.text.slice(s.ch),f,r)),o(u,u.text.slice(0,a.ch)+c[0],i(0)),e.insert(a.line+1,m)}else if(1==c.length)o(u,u.text.slice(0,a.ch)+c[0]+d.text.slice(s.ch),i(0)),e.remove(a.line+1,p);else{o(u,u.text.slice(0,a.ch)+c[0],i(0)),o(d,h+d.text.slice(s.ch),f);var m=l(1,c.length-1);p>1&&e.remove(a.line+1,p-1),e.insert(a.line+1,m)}Ci(e,"change",e,t)}function $r(e){this.lines=e,this.parent=null;for(var t=0,n=0;tt||t>=e.size)throw new Error("There is no line "+(t+e.first)+" in the document.");for(var n=e;!n.lines;)for(var r=0;;++r){var i=n.children[r],o=i.chunkSize();if(o>t){n=i;break}t-=o}return n.lines[t]}function Zr(e,t,n){var r=[],i=t.line;return e.iter(t.line,n.line+1,function(e){var o=e.text;i==n.line&&(o=o.slice(0,n.ch)),i==t.line&&(o=o.slice(t.ch)),r.push(o),++i}),r}function Qr(e,t,n){var r=[];return e.iter(t,n,function(e){r.push(e.text)}),r}function Jr(e,t){var n=t-e.height;if(n)for(var r=e;r;r=r.parent)r.height+=n}function ei(e){if(null==e.parent)return null;for(var t=e.parent,n=Hi(t.lines,e),r=t.parent;r;t=r,r=r.parent)for(var i=0;r.children[i]!=t;++i)n+=r.children[i].chunkSize();return n+t.first}function ti(e,t){var n=e.first;e:do{for(var r=0;rt){e=i;continue e}t-=o,n+=i.chunkSize()}return n}while(!e.lines);for(var r=0;rt)break;t-=a}return n+r}function ni(e){e=vr(e);for(var t=0,n=e.parent,r=0;r1&&!e.done[e.done.length-2].ranges?(e.done.pop(),Wi(e.done)):void 0}function si(e,t,n,r){var i=e.history;i.undone.length=0;var o,l=+new Date;if((i.lastOp==r||i.lastOrigin==t.origin&&t.origin&&("+"==t.origin.charAt(0)&&e.cm&&i.lastModTime>l-e.cm.options.historyEventDelay||"*"==t.origin.charAt(0)))&&(o=ai(i,i.lastOp==r))){var a=Wi(o.changes);0==zo(t.from,t.to)&&0==zo(t.from,a.to)?a.to=Zo(t):o.changes.push(oi(e,t))}else{var s=Wi(i.done);for(s&&s.ranges||di(e.sel,i.done),o={changes:[oi(e,t)],generation:i.generation},i.done.push(o);i.done.length>i.undoDepth;)i.done.shift(),i.done[0].ranges||i.done.shift()}i.done.push(n),i.generation=++i.maxGeneration,i.lastModTime=i.lastSelTime=l,i.lastOp=i.lastSelOp=r,i.lastOrigin=i.lastSelOrigin=t.origin,a||Wl(e,"historyAdded")}function ci(e,t,n,r){var i=t.charAt(0);return"*"==i||"+"==i&&n.ranges.length==r.ranges.length&&n.somethingSelected()==r.somethingSelected()&&new Date-e.history.lastSelTime<=(e.cm?e.cm.options.historyEventDelay:500)}function ui(e,t,n,r){var i=e.history,o=r&&r.origin;n==i.lastSelOp||o&&i.lastSelOrigin==o&&(i.lastModTime==i.lastSelTime&&i.lastOrigin==o||ci(e,o,Wi(i.done),t))?i.done[i.done.length-1]=t:di(t,i.done),i.lastSelTime=+new Date,i.lastSelOrigin=o,i.lastSelOp=n,r&&r.clearRedo!==!1&&li(i.undone)}function di(e,t){var n=Wi(t);n&&n.ranges&&n.equals(e)||t.push(e)}function hi(e,t,n,r){var i=t["spans_"+e.id],o=0;e.iter(Math.max(e.first,n),Math.min(e.first+e.size,r),function(n){n.markedSpans&&((i||(i=t["spans_"+e.id]={}))[o]=n.markedSpans),++o})}function fi(e){if(!e)return null;for(var t,n=0;n-1&&(Wi(a)[d]=u[d],delete u[d])}}}return i}function gi(e,t,n,r){n0?r.slice():Al:r||Al}function Ci(e,t){function n(e){return function(){e.apply(null,o)}}var r=ki(e,t,!1);if(r.length){var i,o=Array.prototype.slice.call(arguments,2);qo?i=qo.delayedCallbacks:Hl?i=Hl:(i=Hl=[],setTimeout(Si,0));for(var l=0;l0}function Ni(e){e.prototype.on=function(e,t){Nl(this,e,t)},e.prototype.off=function(e,t){Ol(this,e,t)}}function Ai(){this.id=null}function Oi(e){for(;Bl.length<=e;)Bl.push(Wi(Bl)+" ");return Bl[e]}function Wi(e){return e[e.length-1]}function Hi(e,t){for(var n=0;n-1&&Gl(e)?!0:t.test(e):Gl(e)}function Ri(e){for(var t in e)if(e.hasOwnProperty(t)&&e[t])return!1;return!0}function Bi(e){return e.charCodeAt(0)>=768&&Ul.test(e)}function _i(e,t,n,r){var i=document.createElement(e);if(n&&(i.className=n),r&&(i.style.cssText=r),"string"==typeof t)i.appendChild(document.createTextNode(t));else if(t)for(var o=0;o0;--t)e.removeChild(e.firstChild);return e}function qi(e,t){return ji(e).appendChild(t)}function Gi(){for(var e=document.activeElement;e&&e.root&&e.root.activeElement;)e=e.root.activeElement;return e}function Ui(e){return new RegExp("(^|\\s)"+e+"(?:$|\\s)\\s*")}function $i(e,t){for(var n=e.split(" "),r=0;r2&&!(yo&&8>xo))}var n=Vl?_i("span","​"):_i("span"," ",null,"display: inline-block; width: 1px; margin-right: -1px");return n.setAttribute("cm-text",""),n}function Zi(e){if(null!=Kl)return Kl;var t=qi(e,document.createTextNode("AخA")),n=jl(t,0,1).getBoundingClientRect();if(!n||n.left==n.right)return!1;var r=jl(t,1,2).getBoundingClientRect();return Kl=r.right-n.right<3}function Qi(e){if(null!=na)return na;var t=qi(e,_i("span","x")),n=t.getBoundingClientRect(),r=jl(t,0,1).getBoundingClientRect();return na=Math.abs(n.left-r.left)>1}function Ji(e,t,n,r){if(!e)return r(t,n,"ltr");for(var i=!1,o=0;ot||t==n&&l.to==t)&&(r(Math.max(l.from,t),Math.min(l.to,n),1==l.level?"rtl":"ltr"),i=!0)}i||r(t,n,"ltr")}function eo(e){return e.level%2?e.to:e.from}function to(e){return e.level%2?e.from:e.to}function no(e){var t=ri(e);return t?eo(t[0]):0}function ro(e){var t=ri(e);return t?to(Wi(t)):e.text.length}function io(e,t){var n=Yr(e.doc,t),r=vr(n);r!=n&&(t=ei(r));var i=ri(r),o=i?i[0].level%2?ro(r):no(r):0;return Po(t,o)}function oo(e,t){for(var n,r=Yr(e.doc,t);n=mr(r);)r=n.find(1,!0).line,t=null;var i=ri(r),o=i?i[0].level%2?no(r):ro(r):r.text.length;return Po(null==t?ei(r):t,o)}function lo(e,t){var n=io(e,t.line),r=Yr(e.doc,n.line),i=ri(r);if(!i||0==i[0].level){var o=Math.max(0,r.text.search(/\S/)),l=t.line==n.line&&t.ch<=o&&t.ch;return Po(n.line,l?0:o)}return n}function ao(e,t,n){var r=e[0].level;return t==r?!0:n==r?!1:n>t}function so(e,t){ia=null;for(var n,r=0;rt)return r;if(i.from==t||i.to==t){if(null!=n)return ao(e,i.level,e[n].level)?(i.from!=i.to&&(ia=n),r):(i.from!=i.to&&(ia=r),n);n=r}}return n}function co(e,t,n,r){if(!r)return t+n;do t+=n;while(t>0&&Bi(e.text.charAt(t)));return t}function uo(e,t,n,r){var i=ri(e);if(!i)return ho(e,t,n,r);for(var o=so(i,t),l=i[o],a=co(e,t,l.level%2?-n:n,r);;){if(a>l.from&&a0==l.level%2?l.to:l.from);if(l=i[o+=n],!l)return null;a=n>0==l.level%2?co(e,l.to,-1,r):co(e,l.from,1,r)}}function ho(e,t,n,r){var i=t+n;if(r)for(;i>0&&Bi(e.text.charAt(i));)i+=n;return 0>i||i>e.text.length?null:i}var fo=navigator.userAgent,po=navigator.platform,mo=/gecko\/\d/i.test(fo),go=/MSIE \d/.test(fo),vo=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(fo),yo=go||vo,xo=yo&&(go?document.documentMode||6:vo[1]),bo=/WebKit\//.test(fo),wo=bo&&/Qt\/\d+\.\d+/.test(fo),ko=/Chrome\//.test(fo),Co=/Opera\//.test(fo),So=/Apple Computer/.test(navigator.vendor),Lo=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(fo),To=/PhantomJS/.test(fo),Mo=/AppleWebKit/.test(fo)&&/Mobile\/\w+/.test(fo),No=Mo||/Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(fo),Ao=Mo||/Mac/.test(po),Oo=/win/i.test(po),Wo=Co&&fo.match(/Version\/(\d*\.\d*)/);Wo&&(Wo=Number(Wo[1])),Wo&&Wo>=15&&(Co=!1,bo=!0);var Ho=Ao&&(wo||Co&&(null==Wo||12.11>Wo)),Do=mo||yo&&xo>=9,Eo=!1,Io=!1;m.prototype=Pi({update:function(e){var t=e.scrollWidth>e.clientWidth+1,n=e.scrollHeight>e.clientHeight+1,r=e.nativeBarWidth;if(n){this.vert.style.display="block",this.vert.style.bottom=t?r+"px":"0";var i=e.viewHeight-(t?r:0);this.vert.firstChild.style.height=Math.max(0,e.scrollHeight-e.clientHeight+i)+"px"}else this.vert.style.display="",this.vert.firstChild.style.height="0";if(t){this.horiz.style.display="block",this.horiz.style.right=n?r+"px":"0",this.horiz.style.left=e.barLeft+"px";var o=e.viewWidth-e.barLeft-(n?r:0);this.horiz.firstChild.style.width=e.scrollWidth-e.clientWidth+o+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&e.clientHeight>0&&(0==r&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:n?r:0,bottom:t?r:0}},setScrollLeft:function(e){this.horiz.scrollLeft!=e&&(this.horiz.scrollLeft=e),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz)},setScrollTop:function(e){this.vert.scrollTop!=e&&(this.vert.scrollTop=e),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert)},zeroWidthHack:function(){var e=Ao&&!Lo?"12px":"18px";this.horiz.style.height=this.vert.style.width=e,this.horiz.style.pointerEvents=this.vert.style.pointerEvents="none",this.disableHoriz=new Ai,this.disableVert=new Ai},enableZeroWidthBar:function(e,t){function n(){var r=e.getBoundingClientRect(),i=document.elementFromPoint(r.left+1,r.bottom-1);i!=e?e.style.pointerEvents="none":t.set(1e3,n)}e.style.pointerEvents="auto",t.set(1e3,n)},clear:function(){var e=this.horiz.parentNode;e.removeChild(this.horiz),e.removeChild(this.vert)}},m.prototype),g.prototype=Pi({update:function(){return{bottom:0,right:0}},setScrollLeft:function(){},setScrollTop:function(){},clear:function(){}},g.prototype),e.scrollbarModel={"native":m,"null":g},L.prototype.signal=function(e,t){Mi(e,t)&&this.events.push(arguments)},L.prototype.finish=function(){for(var e=0;e=9&&n.hasSelection&&(n.hasSelection=null),n.poll()}),Nl(o,"paste",function(e){return J(e,r)?!0:(r.state.pasteIncoming=!0,void n.fastPoll())}),Nl(o,"cut",t),Nl(o,"copy",t),Nl(e.scroller,"paste",function(t){Gt(e,t)||(r.state.pasteIncoming=!0,n.focus())}),Nl(e.lineSpace,"selectstart",function(t){Gt(e,t)||Ll(t)}),Nl(o,"compositionstart",function(){var e=r.getCursor("from");n.composing&&n.composing.range.clear(),n.composing={start:e,range:r.markText(e,r.getCursor("to"),{className:"CodeMirror-composing"})}}),Nl(o,"compositionend",function(){n.composing&&(n.poll(),n.composing.range.clear(),n.composing=null)})},prepareSelection:function(){var e=this.cm,t=e.display,n=e.doc,r=Ee(e);if(e.options.moveInputWithCursor){var i=ht(e,n.sel.primary().head,"div"),o=t.wrapper.getBoundingClientRect(),l=t.lineDiv.getBoundingClientRect();r.teTop=Math.max(0,Math.min(t.wrapper.clientHeight-10,i.top+l.top-o.top)),r.teLeft=Math.max(0,Math.min(t.wrapper.clientWidth-10,i.left+l.left-o.left))}return r},showSelection:function(e){var t=this.cm,n=t.display;qi(n.cursorDiv,e.cursors),qi(n.selectionDiv,e.selection),null!=e.teTop&&(this.wrapper.style.top=e.teTop+"px",this.wrapper.style.left=e.teLeft+"px")},reset:function(e){if(!this.contextMenuPending){var t,n,r=this.cm,i=r.doc;if(r.somethingSelected()){this.prevInput="";var o=i.sel.primary();t=ta&&(o.to().line-o.from().line>100||(n=r.getSelection()).length>1e3);var l=t?"-":n||r.getSelection();this.textarea.value=l,r.state.focused&&_l(this.textarea),yo&&xo>=9&&(this.hasSelection=l)}else e||(this.prevInput=this.textarea.value="",yo&&xo>=9&&(this.hasSelection=null));this.inaccurateSelection=t}},getField:function(){return this.textarea},supportsTouch:function(){return!1},focus:function(){if("nocursor"!=this.cm.options.readOnly&&(!No||Gi()!=this.textarea))try{this.textarea.focus()}catch(e){}},blur:function(){this.textarea.blur()},resetPosition:function(){this.wrapper.style.top=this.wrapper.style.left=0},receivedFocus:function(){this.slowPoll()},slowPoll:function(){var e=this;e.pollingFast||e.polling.set(this.cm.options.pollInterval,function(){e.poll(),e.cm.state.focused&&e.slowPoll()})},fastPoll:function(){function e(){var r=n.poll();r||t?(n.pollingFast=!1,n.slowPoll()):(t=!0,n.polling.set(60,e))}var t=!1,n=this;n.pollingFast=!0,n.polling.set(20,e)},poll:function(){var e=this.cm,t=this.textarea,n=this.prevInput;if(this.contextMenuPending||!e.state.focused||ea(t)&&!n&&!this.composing||Z(e)||e.options.disableInput||e.state.keySeq)return!1;var r=t.value;if(r==n&&!e.somethingSelected())return!1;if(yo&&xo>=9&&this.hasSelection===r||Ao&&/[\uf700-\uf7ff]/.test(r))return e.display.input.reset(),!1;if(e.doc.sel==e.display.selForContextMenu){var i=r.charCodeAt(0);if(8203!=i||n||(n="​"),8666==i)return this.reset(),this.cm.execCommand("undo")}for(var o=0,l=Math.min(n.length,r.length);l>o&&n.charCodeAt(o)==r.charCodeAt(o);)++o;var a=this;return Nt(e,function(){Q(e,r.slice(o),n.length-o,null,a.composing?"*compose":null),r.length>1e3||r.indexOf("\n")>-1?t.value=a.prevInput="":a.prevInput=r,a.composing&&(a.composing.range.clear(),a.composing.range=e.markText(a.composing.start,e.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},ensurePolled:function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},onKeyPress:function(){yo&&xo>=9&&(this.hasSelection=null),this.fastPoll()},onContextMenu:function(e){function t(){if(null!=l.selectionStart){var e=i.somethingSelected(),t="​"+(e?l.value:"");l.value="⇚",l.value=t,r.prevInput=e?"":"​",l.selectionStart=1,l.selectionEnd=t.length,o.selForContextMenu=i.doc.sel}}function n(){if(r.contextMenuPending=!1,r.wrapper.style.position="relative",l.style.cssText=u,yo&&9>xo&&o.scrollbars.setScrollTop(o.scroller.scrollTop=s),null!=l.selectionStart){(!yo||yo&&9>xo)&&t();var e=0,n=function(){o.selForContextMenu==i.doc.sel&&0==l.selectionStart&&l.selectionEnd>0&&"​"==r.prevInput?At(i,sl.selectAll)(i):e++<10?o.detectingSelectAll=setTimeout(n,500):o.input.reset()};o.detectingSelectAll=setTimeout(n,200)}}var r=this,i=r.cm,o=i.display,l=r.textarea,a=Ut(i,e),s=o.scroller.scrollTop;if(a&&!Co){var c=i.options.resetSelectionOnContextMenu;c&&-1==i.doc.sel.contains(a)&&At(i,Me)(i.doc,pe(a),Il);var u=l.style.cssText;if(r.wrapper.style.position="absolute",l.style.cssText="position: fixed; width: 30px; height: 30px; top: "+(e.clientY-5)+"px; left: "+(e.clientX-5)+"px; z-index: 1000; background: "+(yo?"rgba(255, 255, 255, .05)":"transparent")+"; outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);",bo)var d=window.scrollY;if(o.input.focus(),bo&&window.scrollTo(null,d),o.input.reset(),i.somethingSelected()||(l.value=r.prevInput=" "),r.contextMenuPending=!0,o.selForContextMenu=i.doc.sel,clearTimeout(o.detectingSelectAll),yo&&xo>=9&&t(),Do){Ml(e);var h=function(){Ol(window,"mouseup",h),setTimeout(n,20)};Nl(window,"mouseup",h)}else setTimeout(n,50)}},readOnlyChanged:function(e){e||this.reset()},setUneditable:Ei,needsContentAttribute:!1},re.prototype),oe.prototype=Pi({init:function(e){function t(e){if(r.somethingSelected())Fo=r.getSelections(),"cut"==e.type&&r.replaceSelection("",null,"cut");else{if(!r.options.lineWiseCopyCut)return;var t=te(r);Fo=t.text,"cut"==e.type&&r.operation(function(){r.setSelections(t.ranges,0,Il),r.replaceSelection("",null,"cut")})}if(e.clipboardData&&!Mo)e.preventDefault(),e.clipboardData.clearData(),e.clipboardData.setData("text/plain",Fo.join("\n"));else{var n=ie(),i=n.firstChild;r.display.lineSpace.insertBefore(n,r.display.lineSpace.firstChild),i.value=Fo.join("\n");var o=document.activeElement;_l(i),setTimeout(function(){r.display.lineSpace.removeChild(n),o.focus()},50)}}var n=this,r=n.cm,i=n.div=e.lineDiv;ne(i),Nl(i,"paste",function(e){J(e,r)}),Nl(i,"compositionstart",function(e){var t=e.data;if(n.composing={sel:r.doc.sel,data:t,startData:t},t){var i=r.doc.sel.primary(),o=r.getLine(i.head.line),l=o.indexOf(t,Math.max(0,i.head.ch-t.length));l>-1&&l<=i.head.ch&&(n.composing.sel=pe(Po(i.head.line,l),Po(i.head.line,l+t.length)))}}),Nl(i,"compositionupdate",function(e){n.composing.data=e.data}),Nl(i,"compositionend",function(e){var t=n.composing;t&&(e.data==t.startData||/\u200b/.test(e.data)||(t.data=e.data),setTimeout(function(){t.handled||n.applyComposition(t),n.composing==t&&(n.composing=null)},50))}),Nl(i,"touchstart",function(){n.forceCompositionEnd()}),Nl(i,"input",function(){n.composing||(Z(r)||!n.pollContent())&&Nt(n.cm,function(){Et(r)})}),Nl(i,"copy",t),Nl(i,"cut",t)},prepareSelection:function(){var e=Ee(this.cm,!1);return e.focus=this.cm.state.focused,e},showSelection:function(e){e&&this.cm.display.view.length&&(e.focus&&this.showPrimarySelection(),this.showMultipleSelections(e))},showPrimarySelection:function(){var e=window.getSelection(),t=this.cm.doc.sel.primary(),n=se(this.cm,e.anchorNode,e.anchorOffset),r=se(this.cm,e.focusNode,e.focusOffset);if(!n||n.bad||!r||r.bad||0!=zo(X(n,r),t.from())||0!=zo(K(n,r),t.to())){var i=le(this.cm,t.from()),o=le(this.cm,t.to());if(i||o){var l=this.cm.display.view,a=e.rangeCount&&e.getRangeAt(0);if(i){if(!o){var s=l[l.length-1].measure,c=s.maps?s.maps[s.maps.length-1]:s.map;o={node:c[c.length-1],offset:c[c.length-2]-c[c.length-3]}}}else i={node:l[0].measure.map[2],offset:0};try{var u=jl(i.node,i.offset,o.offset,o.node)}catch(d){}u&&(e.removeAllRanges(),e.addRange(u),a&&null==e.anchorNode?e.addRange(a):mo&&this.startGracePeriod()),this.rememberSelection()}}},startGracePeriod:function(){var e=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){e.gracePeriod=!1,e.selectionChanged()&&e.cm.operation(function(){e.cm.curOp.selectionChanged=!0})},20)},showMultipleSelections:function(e){qi(this.cm.display.cursorDiv,e.cursors),qi(this.cm.display.selectionDiv,e.selection)},rememberSelection:function(){var e=window.getSelection();this.lastAnchorNode=e.anchorNode,this.lastAnchorOffset=e.anchorOffset,this.lastFocusNode=e.focusNode,this.lastFocusOffset=e.focusOffset},selectionInEditor:function(){var e=window.getSelection();if(!e.rangeCount)return!1;var t=e.getRangeAt(0).commonAncestorContainer;return $l(this.div,t)},focus:function(){"nocursor"!=this.cm.options.readOnly&&this.div.focus()},blur:function(){this.div.blur()},getField:function(){return this.div},supportsTouch:function(){return!0},receivedFocus:function(){function e(){t.cm.state.focused&&(t.pollSelection(),t.polling.set(t.cm.options.pollInterval,e))}var t=this;this.selectionInEditor()?this.pollSelection():Nt(this.cm,function(){t.cm.curOp.selectionChanged=!0}),this.polling.set(this.cm.options.pollInterval,e)},selectionChanged:function(){var e=window.getSelection();return e.anchorNode!=this.lastAnchorNode||e.anchorOffset!=this.lastAnchorOffset||e.focusNode!=this.lastFocusNode||e.focusOffset!=this.lastFocusOffset},pollSelection:function(){if(!this.composing&&!this.gracePeriod&&this.selectionChanged()){var e=window.getSelection(),t=this.cm;this.rememberSelection();var n=se(t,e.anchorNode,e.anchorOffset),r=se(t,e.focusNode,e.focusOffset);n&&r&&Nt(t,function(){Me(t.doc,pe(n,r),Il),(n.bad||r.bad)&&(t.curOp.selectionChanged=!0)})}},pollContent:function(){var e=this.cm,t=e.display,n=e.doc.sel.primary(),r=n.from(),i=n.to();if(r.linet.viewTo-1)return!1;var o;if(r.line==t.viewFrom||0==(o=zt(e,r.line)))var l=ei(t.view[0].line),a=t.view[0].node;else var l=ei(t.view[o].line),a=t.view[o-1].node.nextSibling;var s=zt(e,i.line);if(s==t.view.length-1)var c=t.viewTo-1,u=t.lineDiv.lastChild;else var c=ei(t.view[s+1].line)-1,u=t.view[s+1].node.previousSibling;for(var d=e.doc.splitLines(ue(e,a,u,l,c)),h=Zr(e.doc,Po(l,0),Po(c,Yr(e.doc,c).text.length));d.length>1&&h.length>1;)if(Wi(d)==Wi(h))d.pop(),h.pop(),c--;else{if(d[0]!=h[0])break;d.shift(),h.shift(),l++}for(var f=0,p=0,m=d[0],g=h[0],v=Math.min(m.length,g.length);v>f&&m.charCodeAt(f)==g.charCodeAt(f);)++f;for(var y=Wi(d),x=Wi(h),b=Math.min(y.length-(1==d.length?f:0),x.length-(1==h.length?f:0));b>p&&y.charCodeAt(y.length-p-1)==x.charCodeAt(x.length-p-1);)++p;d[d.length-1]=y.slice(0,y.length-p),d[0]=d[0].slice(f);var w=Po(l,f),k=Po(c,h.length?Wi(h).length-p:0);return d.length>1||d[0]||zo(w,k)?(Wn(e.doc,d,w,k,"+input"),!0):void 0},ensurePolled:function(){this.forceCompositionEnd()},reset:function(){this.forceCompositionEnd()},forceCompositionEnd:function(){this.composing&&!this.composing.handled&&(this.applyComposition(this.composing),this.composing.handled=!0,this.div.blur(),this.div.focus())},applyComposition:function(e){Z(this.cm)?At(this.cm,Et)(this.cm):e.data&&e.data!=e.startData&&At(this.cm,Q)(this.cm,e.data,0,e.sel)},setUneditable:function(e){e.contentEditable="false"},onKeyPress:function(e){e.preventDefault(),Z(this.cm)||At(this.cm,Q)(this.cm,String.fromCharCode(null==e.charCode?e.keyCode:e.charCode),0)},readOnlyChanged:function(e){this.div.contentEditable=String("nocursor"!=e)},onContextMenu:Ei,resetPosition:Ei,needsContentAttribute:!0},oe.prototype),e.inputStyles={textarea:re,contenteditable:oe},de.prototype={primary:function(){return this.ranges[this.primIndex]},equals:function(e){if(e==this)return!0;if(e.primIndex!=this.primIndex||e.ranges.length!=this.ranges.length)return!1;for(var t=0;t=0&&zo(e,r.to())<=0)return n}return-1}},he.prototype={from:function(){return X(this.anchor,this.head)},to:function(){return K(this.anchor,this.head)},empty:function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch}};var Ro,Bo,_o,jo={left:0,right:0,top:0,bottom:0},qo=null,Go=0,Uo=0,$o=0,Vo=null;yo?Vo=-.53:mo?Vo=15:ko?Vo=-.7:So&&(Vo=-1/3);var Ko=function(e){var t=e.wheelDeltaX,n=e.wheelDeltaY;return null==t&&e.detail&&e.axis==e.HORIZONTAL_AXIS&&(t=e.detail),null==n&&e.detail&&e.axis==e.VERTICAL_AXIS?n=e.detail:null==n&&(n=e.wheelDelta),{x:t,y:n}};e.wheelEventPixels=function(e){var t=Ko(e);return t.x*=Vo,t.y*=Vo,t};var Xo=new Ai,Yo=null,Zo=e.changeEnd=function(e){return e.text?Po(e.from.line+e.text.length-1,Wi(e.text).length+(1==e.text.length?e.from.ch:0)):e.to};e.prototype={constructor:e,focus:function(){window.focus(),this.display.input.focus()},setOption:function(e,t){var n=this.options,r=n[e];(n[e]!=t||"mode"==e)&&(n[e]=t,Jo.hasOwnProperty(e)&&At(this,Jo[e])(this,t,r))},getOption:function(e){return this.options[e]},getDoc:function(){return this.doc},addKeyMap:function(e,t){this.state.keyMaps[t?"push":"unshift"]($n(e))},removeKeyMap:function(e){for(var t=this.state.keyMaps,n=0;nn&&(Rn(this,i.head.line,e,!0),n=i.head.line,r==this.doc.sel.primIndex&&zn(this));else{var o=i.from(),l=i.to(),a=Math.max(n,o.line);n=Math.min(this.lastLine(),l.line-(l.ch?0:1))+1;for(var s=a;n>s;++s)Rn(this,s,e);var c=this.doc.sel.ranges;0==o.ch&&t.length==c.length&&c[r].from().ch>0&&Ce(this.doc,r,new he(o,c[r].to()),Il)}}}),getTokenAt:function(e,t){return Wr(this,e,t)},getLineTokens:function(e,t){return Wr(this,Po(e),t,!0)},getTokenTypeAt:function(e){e=ge(this.doc,e);var t,n=Er(this,Yr(this.doc,e.line)),r=0,i=(n.length-1)/2,o=e.ch;if(0==o)t=n[2];else for(;;){var l=r+i>>1;if((l?n[2*l-1]:0)>=o)i=l;else{if(!(n[2*l+1]a?t:0==a?null:t.slice(0,a-1)},getModeAt:function(t){var n=this.doc.mode;return n.innerMode?e.innerMode(n,this.getTokenAt(t).state).mode:n},getHelper:function(e,t){return this.getHelpers(e,t)[0]},getHelpers:function(e,t){var n=[];if(!ol.hasOwnProperty(t))return n;var r=ol[t],i=this.getModeAt(e);if("string"==typeof i[t])r[i[t]]&&n.push(r[i[t]]);else if(i[t])for(var o=0;oi&&(e=i,r=!0),n=Yr(this.doc,e)}else n=e;return ct(this,n,{top:0,left:0},t||"page").top+(r?this.doc.height-ni(n):0)},defaultTextHeight:function(){return vt(this.display)},defaultCharWidth:function(){return yt(this.display)},setGutterMarker:Ot(function(e,t,n){return Bn(this.doc,e,"gutter",function(e){var r=e.gutterMarkers||(e.gutterMarkers={});return r[t]=n,!n&&Ri(r)&&(e.gutterMarkers=null),!0})}),clearGutter:Ot(function(e){var t=this,n=t.doc,r=n.first;n.iter(function(n){n.gutterMarkers&&n.gutterMarkers[e]&&(n.gutterMarkers[e]=null,It(t,r,"gutter"),Ri(n.gutterMarkers)&&(n.gutterMarkers=null)),++r})}),lineInfo:function(e){if("number"==typeof e){if(!ye(this.doc,e))return null;var t=e;if(e=Yr(this.doc,e),!e)return null}else{var t=ei(e);if(null==t)return null}return{line:t,handle:e,text:e.text,gutterMarkers:e.gutterMarkers,textClass:e.textClass,bgClass:e.bgClass,wrapClass:e.wrapClass,widgets:e.widgets}},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(e,t,n,r,i){var o=this.display;e=ht(this,ge(this.doc,e));var l=e.bottom,a=e.left;if(t.style.position="absolute",t.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(t),o.sizer.appendChild(t),"over"==r)l=e.top;else if("above"==r||"near"==r){var s=Math.max(o.wrapper.clientHeight,this.doc.height),c=Math.max(o.sizer.clientWidth,o.lineSpace.clientWidth);("above"==r||e.bottom+t.offsetHeight>s)&&e.top>t.offsetHeight?l=e.top-t.offsetHeight:e.bottom+t.offsetHeight<=s&&(l=e.bottom),a+t.offsetWidth>c&&(a=c-t.offsetWidth)}t.style.top=l+"px",t.style.left=t.style.right="","right"==i?(a=o.sizer.clientWidth-t.offsetWidth,t.style.right="0px"):("left"==i?a=0:"middle"==i&&(a=(o.sizer.clientWidth-t.offsetWidth)/2),t.style.left=a+"px"),n&&En(this,a,l,a+t.offsetWidth,l+t.offsetHeight)},triggerOnKeyDown:Ot(dn),triggerOnKeyPress:Ot(pn),triggerOnKeyUp:fn,execCommand:function(e){return sl.hasOwnProperty(e)?sl[e].call(null,this):void 0},triggerElectric:Ot(function(e){ee(this,e)}),findPosH:function(e,t,n,r){var i=1;0>t&&(i=-1,t=-t);for(var o=0,l=ge(this.doc,e);t>o&&(l=jn(this.doc,l,i,n,r),!l.hitSide);++o);return l},moveH:Ot(function(e,t){var n=this;n.extendSelectionsBy(function(r){return n.display.shift||n.doc.extend||r.empty()?jn(n.doc,r.head,e,t,n.options.rtlMoveVisually):0>e?r.from():r.to()},zl)}),deleteH:Ot(function(e,t){var n=this.doc.sel,r=this.doc;n.somethingSelected()?r.replaceSelection("",null,"+delete"):_n(this,function(n){var i=jn(r,n.head,e,t,!1);return 0>e?{from:i,to:n.head}:{from:n.head,to:i}})}),findPosV:function(e,t,n,r){var i=1,o=r;0>t&&(i=-1,t=-t);for(var l=0,a=ge(this.doc,e);t>l;++l){var s=ht(this,a,"div");if(null==o?o=s.left:s.left=o,a=qn(this,s,i,n),a.hitSide)break}return a},moveV:Ot(function(e,t){var n=this,r=this.doc,i=[],o=!n.display.shift&&!r.extend&&r.sel.somethingSelected();if(r.extendSelectionsBy(function(l){if(o)return 0>e?l.from():l.to();var a=ht(n,l.head,"div");null!=l.goalColumn&&(a.left=l.goalColumn),i.push(a.left);var s=qn(n,a,e,t);return"page"==t&&l==r.sel.primary()&&Pn(n,null,dt(n,s,"div").top-a.top),s},zl),i.length)for(var l=0;l0&&a(n.charAt(r-1));)--r;for(;i.5)&&l(this),Wl(this,"refresh",this)}),swapDoc:Ot(function(e){var t=this.doc;return t.cm=null,Xr(this,e),lt(this),this.display.input.reset(),this.scrollTo(e.scrollLeft,e.scrollTop),this.curOp.forceScroll=!0,Ci(this,"swapDoc",this,t),t}),getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},Ni(e);var Qo=e.defaults={},Jo=e.optionHandlers={},el=e.Init={toString:function(){return"CodeMirror.Init"}};Gn("value","",function(e,t){e.setValue(t)},!0),Gn("mode",null,function(e,t){e.doc.modeOption=t,n(e)},!0),Gn("indentUnit",2,n,!0),Gn("indentWithTabs",!1),Gn("smartIndent",!0),Gn("tabSize",4,function(e){r(e),lt(e),Et(e)},!0),Gn("lineSeparator",null,function(e,t){if(e.doc.lineSep=t,t){var n=[],r=e.doc.first;e.doc.iter(function(e){for(var i=0;;){var o=e.text.indexOf(t,i);if(-1==o)break;i=o+t.length,n.push(Po(r,o))}r++});for(var i=n.length-1;i>=0;i--)Wn(e.doc,t,n[i],Po(n[i].line,n[i].ch+t.length))}}),Gn("specialChars",/[\t\u0000-\u0019\u00ad\u200b-\u200f\u2028\u2029\ufeff]/g,function(t,n,r){t.state.specialChars=new RegExp(n.source+(n.test(" ")?"":"| "),"g"),r!=e.Init&&t.refresh()}),Gn("specialCharPlaceholder",Fr,function(e){e.refresh()},!0),Gn("electricChars",!0),Gn("inputStyle",No?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),Gn("rtlMoveVisually",!Oo),Gn("wholeLineUpdateBefore",!0),Gn("theme","default",function(e){a(e),s(e)},!0),Gn("keyMap","default",function(t,n,r){var i=$n(n),o=r!=e.Init&&$n(r);o&&o.detach&&o.detach(t,i),i.attach&&i.attach(t,o||null)}),Gn("extraKeys",null),Gn("lineWrapping",!1,i,!0),Gn("gutters",[],function(e){f(e.options),s(e)},!0),Gn("fixedGutter",!0,function(e,t){e.display.gutters.style.left=t?S(e.display)+"px":"0",e.refresh()},!0),Gn("coverGutterNextToScrollbar",!1,function(e){y(e)},!0),Gn("scrollbarStyle","native",function(e){v(e),y(e),e.display.scrollbars.setScrollTop(e.doc.scrollTop),e.display.scrollbars.setScrollLeft(e.doc.scrollLeft)},!0),Gn("lineNumbers",!1,function(e){f(e.options),s(e)},!0),Gn("firstLineNumber",1,s,!0),Gn("lineNumberFormatter",function(e){return e},s,!0),Gn("showCursorWhenSelecting",!1,De,!0),Gn("resetSelectionOnContextMenu",!0),Gn("lineWiseCopyCut",!0),Gn("readOnly",!1,function(e,t){"nocursor"==t?(vn(e),e.display.input.blur(),e.display.disabled=!0):e.display.disabled=!1,e.display.input.readOnlyChanged(t)}),Gn("disableInput",!1,function(e,t){t||e.display.input.reset()},!0),Gn("dragDrop",!0,jt),Gn("allowDropFileTypes",null),Gn("cursorBlinkRate",530),Gn("cursorScrollMargin",0),Gn("cursorHeight",1,De,!0),Gn("singleCursorHeightPerLine",!0,De,!0),Gn("workTime",100),Gn("workDelay",100),Gn("flattenSpans",!0,r,!0),Gn("addModeClass",!1,r,!0),Gn("pollInterval",100),Gn("undoDepth",200,function(e,t){e.doc.history.undoDepth=t}),Gn("historyEventDelay",1250),Gn("viewportMargin",10,function(e){e.refresh()},!0),Gn("maxHighlightLength",1e4,r,!0),Gn("moveInputWithCursor",!0,function(e,t){t||e.display.input.resetPosition()}),Gn("tabindex",null,function(e,t){e.display.input.getField().tabIndex=t||""}),Gn("autofocus",null);var tl=e.modes={},nl=e.mimeModes={};e.defineMode=function(t,n){e.defaults.mode||"null"==t||(e.defaults.mode=t),arguments.length>2&&(n.dependencies=Array.prototype.slice.call(arguments,2)),tl[t]=n},e.defineMIME=function(e,t){nl[e]=t},e.resolveMode=function(t){if("string"==typeof t&&nl.hasOwnProperty(t))t=nl[t];else if(t&&"string"==typeof t.name&&nl.hasOwnProperty(t.name)){var n=nl[t.name];"string"==typeof n&&(n={name:n}),t=Ii(n,t),t.name=n.name}else if("string"==typeof t&&/^[\w\-]+\/[\w\-]+\+xml$/.test(t))return e.resolveMode("application/xml");return"string"==typeof t?{name:t}:t||{name:"null"}},e.getMode=function(t,n){var n=e.resolveMode(n),r=tl[n.name];if(!r)return e.getMode(t,"text/plain");var i=r(t,n);if(rl.hasOwnProperty(n.name)){var o=rl[n.name];for(var l in o)o.hasOwnProperty(l)&&(i.hasOwnProperty(l)&&(i["_"+l]=i[l]),i[l]=o[l])}if(i.name=n.name,n.helperType&&(i.helperType=n.helperType),n.modeProps)for(var l in n.modeProps)i[l]=n.modeProps[l];return i},e.defineMode("null",function(){return{token:function(e){e.skipToEnd()}}}),e.defineMIME("text/plain","null");var rl=e.modeExtensions={};e.extendMode=function(e,t){var n=rl.hasOwnProperty(e)?rl[e]:rl[e]={};Pi(t,n)},e.defineExtension=function(t,n){e.prototype[t]=n},e.defineDocExtension=function(e,t){kl.prototype[e]=t},e.defineOption=Gn;var il=[];e.defineInitHook=function(e){il.push(e)};var ol=e.helpers={};e.registerHelper=function(t,n,r){ol.hasOwnProperty(t)||(ol[t]=e[t]={_global:[]}),ol[t][n]=r},e.registerGlobalHelper=function(t,n,r,i){e.registerHelper(t,n,i),ol[t]._global.push({pred:r,val:i})};var ll=e.copyState=function(e,t){if(t===!0)return t;if(e.copyState)return e.copyState(t);var n={};for(var r in t){var i=t[r];i instanceof Array&&(i=i.concat([])),n[r]=i}return n},al=e.startState=function(e,t,n){return e.startState?e.startState(t,n):!0};e.innerMode=function(e,t){for(;e.innerMode;){var n=e.innerMode(t);if(!n||n.mode==e)break;t=n.state,e=n.mode}return n||{mode:e,state:t}};var sl=e.commands={selectAll:function(e){e.setSelection(Po(e.firstLine(),0),Po(e.lastLine()),Il)},singleSelection:function(e){e.setSelection(e.getCursor("anchor"),e.getCursor("head"),Il)},killLine:function(e){_n(e,function(t){if(t.empty()){var n=Yr(e.doc,t.head.line).text.length;return t.head.ch==n&&t.head.line0)i=new Po(i.line,i.ch+1),e.replaceRange(o.charAt(i.ch-1)+o.charAt(i.ch-2),Po(i.line,i.ch-2),i,"+transpose");else if(i.line>e.doc.first){var l=Yr(e.doc,i.line-1).text;l&&e.replaceRange(o.charAt(0)+e.doc.lineSeparator()+l.charAt(l.length-1),Po(i.line-1,l.length-1),Po(i.line,1),"+transpose")}n.push(new he(i,i))}e.setSelections(n)})},newlineAndIndent:function(e){Nt(e,function(){for(var t=e.listSelections().length,n=0;t>n;n++){var r=e.listSelections()[n];e.replaceRange(e.doc.lineSeparator(),r.anchor,r.head,"+input"),e.indentLine(r.from().line+1,null,!0)}zn(e)})},toggleOverwrite:function(e){e.toggleOverwrite()}},cl=e.keyMap={};cl.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},cl.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Up":"goLineUp","Ctrl-Down":"goLineDown","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},cl.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars"},cl.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Home":"goDocStart","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineLeft","Cmd-Right":"goLineRight","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delWrappedLineLeft","Cmd-Delete":"delWrappedLineRight","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection","Ctrl-Up":"goDocStart","Ctrl-Down":"goDocEnd",fallthrough:["basic","emacsy"]},cl["default"]=Ao?cl.macDefault:cl.pcDefault,e.normalizeKeyMap=function(e){var t={};for(var n in e)if(e.hasOwnProperty(n)){var r=e[n];if(/^(name|fallthrough|(de|at)tach)$/.test(n))continue;if("..."==r){delete e[n];continue}for(var i=Di(n.split(" "),Un),o=0;o=this.string.length},sol:function(){return this.pos==this.lineStart},peek:function(){return this.string.charAt(this.pos)||void 0},next:function(){return this.post},eatSpace:function(){for(var e=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>e},skipToEnd:function(){this.pos=this.string.length},skipTo:function(e){var t=this.string.indexOf(e,this.pos);return t>-1?(this.pos=t,!0):void 0},backUp:function(e){this.pos-=e},column:function(){return this.lastColumnPos0?null:(r&&t!==!1&&(this.pos+=r[0].length),r)}var i=function(e){return n?e.toLowerCase():e},o=this.string.substr(this.pos,e.length);return i(o)==i(e)?(t!==!1&&(this.pos+=e.length),!0):void 0},current:function(){return this.string.slice(this.start,this.pos)},hideFirstChars:function(e,t){this.lineStart+=e;try{return t()}finally{this.lineStart-=e}}};var pl=0,ml=e.TextMarker=function(e,t){this.lines=[],this.type=t,this.doc=e,this.id=++pl};Ni(ml),ml.prototype.clear=function(){if(!this.explicitlyCleared){var e=this.doc.cm,t=e&&!e.curOp;if(t&&xt(e),Mi(this,"clear")){var n=this.find();n&&Ci(this,"clear",n.from,n.to)}for(var r=null,i=null,o=0;oe.display.maxLineLength&&(e.display.maxLine=s,e.display.maxLineLength=c,e.display.maxLineChanged=!0)}null!=r&&e&&this.collapsed&&Et(e,r,i+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,e&&Oe(e.doc)),e&&Ci(e,"markerCleared",e,this),t&&wt(e),this.parent&&this.parent.clear()}},ml.prototype.find=function(e,t){null==e&&"bookmark"==this.type&&(e=1);for(var n,r,i=0;in;++n){var i=this.lines[n];this.height-=i.height,Mr(i),Ci(i,"delete")}this.lines.splice(e,t)},collapse:function(e){e.push.apply(e,this.lines)},insertInner:function(e,t,n){this.height+=n,this.lines=this.lines.slice(0,e).concat(t).concat(this.lines.slice(e));for(var r=0;re;++e)if(n(this.lines[e]))return!0}},Vr.prototype={chunkSize:function(){return this.size},removeInner:function(e,t){this.size-=t;for(var n=0;ne){var o=Math.min(t,i-e),l=r.height;if(r.removeInner(e,o),this.height-=l-r.height,i==o&&(this.children.splice(n--,1),r.parent=null),0==(t-=o))break;e=0}else e-=i}if(this.size-t<25&&(this.children.length>1||!(this.children[0]instanceof $r))){var a=[];this.collapse(a),this.children=[new $r(a)],this.children[0].parent=this}},collapse:function(e){for(var t=0;t=e){if(i.insertInner(e,t,n),i.lines&&i.lines.length>50){for(;i.lines.length>50;){var l=i.lines.splice(i.lines.length-25,25),a=new $r(l);i.height-=a.height,this.children.splice(r+1,0,a),a.parent=this}this.maybeSpill()}break}e-=o}},maybeSpill:function(){if(!(this.children.length<=10)){var e=this;do{var t=e.children.splice(e.children.length-5,5),n=new Vr(t);if(e.parent){e.size-=n.size,e.height-=n.height;var r=Hi(e.parent.children,e);e.parent.children.splice(r+1,0,n)}else{var i=new Vr(e.children);i.parent=e,e.children=[i,n],e=i}n.parent=e.parent}while(e.children.length>10);e.parent.maybeSpill()}},iterN:function(e,t,n){for(var r=0;re){var l=Math.min(t,o-e);if(i.iterN(e,l,n))return!0;if(0==(t-=l))break;e=0}else e-=o}}};var wl=0,kl=e.Doc=function(e,t,n,r){if(!(this instanceof kl))return new kl(e,t,n,r);null==n&&(n=0),Vr.call(this,[new $r([new yl("",null)])]),this.first=n,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.frontier=n;var i=Po(n,0);this.sel=pe(i),this.history=new ii(null),this.id=++wl,this.modeOption=t,this.lineSep=r,"string"==typeof e&&(e=this.splitLines(e)),Ur(this,{from:i,to:i,text:e}),Me(this,pe(i),Il)};kl.prototype=Ii(Vr.prototype,{constructor:kl,iter:function(e,t,n){n?this.iterN(e-this.first,t-e,n):this.iterN(this.first,this.first+this.size,e)},insert:function(e,t){for(var n=0,r=0;r=0;o--)Ln(this,r[o]);a?Te(this,a):this.cm&&zn(this.cm)}),undo:Wt(function(){Mn(this,"undo")}),redo:Wt(function(){Mn(this,"redo")}),undoSelection:Wt(function(){Mn(this,"undo",!0)}),redoSelection:Wt(function(){Mn(this,"redo",!0)}),setExtending:function(e){this.extend=e},getExtending:function(){return this.extend},historySize:function(){for(var e=this.history,t=0,n=0,r=0;r=e.ch)&&t.push(i.marker.parent||i.marker)}return t},findMarks:function(e,t,n){e=ge(this,e),t=ge(this,t);var r=[],i=e.line;return this.iter(e.line,t.line+1,function(o){var l=o.markedSpans;if(l)for(var a=0;as.to||null==s.from&&i!=e.line||i==t.line&&s.from>t.ch||n&&!n(s.marker)||r.push(s.marker.parent||s.marker)}++i}),r},getAllMarks:function(){var e=[];return this.iter(function(t){var n=t.markedSpans;if(n)for(var r=0;re?(t=e,!0):(e-=i,void++n)}),ge(this,Po(n,t))},indexFromPos:function(e){e=ge(this,e);var t=e.ch;return e.linet&&(t=e.from),null!=e.to&&e.toa||a>=t)return l+(t-o);l+=a-o,l+=n-l%n,o=a+1}},Rl=e.findColumn=function(e,t,n){for(var r=0,i=0;;){var o=e.indexOf(" ",r);-1==o&&(o=e.length);var l=o-r;if(o==e.length||i+l>=t)return r+Math.min(l,t-i);if(i+=o-r,i+=n-i%n,r=o+1,i>=t)return r}},Bl=[""],_l=function(e){e.select()};Mo?_l=function(e){e.selectionStart=0,e.selectionEnd=e.value.length}:yo&&(_l=function(e){try{e.select()}catch(t){}});var jl,ql=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/,Gl=e.isWordChar=function(e){return/\w/.test(e)||e>"€"&&(e.toUpperCase()!=e.toLowerCase()||ql.test(e))},Ul=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/; +jl=document.createRange?function(e,t,n,r){var i=document.createRange();return i.setEnd(r||e,n),i.setStart(e,t),i}:function(e,t,n){var r=document.body.createTextRange();try{r.moveToElementText(e.parentNode)}catch(i){return r}return r.collapse(!0),r.moveEnd("character",n),r.moveStart("character",t),r};var $l=e.contains=function(e,t){if(3==t.nodeType&&(t=t.parentNode),e.contains)return e.contains(t);do if(11==t.nodeType&&(t=t.host),t==e)return!0;while(t=t.parentNode)};yo&&11>xo&&(Gi=function(){try{return document.activeElement}catch(e){return document.body}});var Vl,Kl,Xl=e.rmClass=function(e,t){var n=e.className,r=Ui(t).exec(n);if(r){var i=n.slice(r.index+r[0].length);e.className=n.slice(0,r.index)+(i?r[1]+i:"")}},Yl=e.addClass=function(e,t){var n=e.className;Ui(t).test(n)||(e.className+=(n?" ":"")+t)},Zl=!1,Ql=function(){if(yo&&9>xo)return!1;var e=_i("div");return"draggable"in e||"dragDrop"in e}(),Jl=e.splitLines=3!="\n\nb".split(/\n/).length?function(e){for(var t=0,n=[],r=e.length;r>=t;){var i=e.indexOf("\n",t);-1==i&&(i=e.length);var o=e.slice(t,"\r"==e.charAt(i-1)?i-1:i),l=o.indexOf("\r");-1!=l?(n.push(o.slice(0,l)),t+=l+1):(n.push(o),t=i+1)}return n}:function(e){return e.split(/\r\n?|\n/)},ea=window.getSelection?function(e){try{return e.selectionStart!=e.selectionEnd}catch(t){return!1}}:function(e){try{var t=e.ownerDocument.selection.createRange()}catch(n){}return t&&t.parentElement()==e?0!=t.compareEndPoints("StartToEnd",t):!1},ta=function(){var e=_i("div");return"oncopy"in e?!0:(e.setAttribute("oncopy","return;"),"function"==typeof e.oncopy)}(),na=null,ra=e.keyNames={3:"Enter",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",106:"*",107:"=",109:"-",110:".",111:"/",127:"Delete",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"};!function(){for(var e=0;10>e;e++)ra[e+48]=ra[e+96]=String(e);for(var e=65;90>=e;e++)ra[e]=String.fromCharCode(e);for(var e=1;12>=e;e++)ra[e+111]=ra[e+63235]="F"+e}();var ia,oa=function(){function e(e){return 247>=e?n.charAt(e):e>=1424&&1524>=e?"R":e>=1536&&1773>=e?r.charAt(e-1536):e>=1774&&2220>=e?"r":e>=8192&&8203>=e?"w":8204==e?"b":"L"}function t(e,t,n){this.level=e,this.from=t,this.to=n}var n="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",r="rrrrrrrrrrrr,rNNmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmrrrrrrrnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmNmmmm",i=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,o=/[stwN]/,l=/[LRr]/,a=/[Lb1n]/,s=/[1n]/,c="L";return function(n){if(!i.test(n))return!1;for(var r,u=n.length,d=[],h=0;u>h;++h)d.push(r=e(n.charCodeAt(h)));for(var h=0,f=c;u>h;++h){var r=d[h];"m"==r?d[h]=f:f=r}for(var h=0,p=c;u>h;++h){var r=d[h];"1"==r&&"r"==p?d[h]="n":l.test(r)&&(p=r,"r"==r&&(d[h]="R"))}for(var h=1,f=d[0];u-1>h;++h){var r=d[h];"+"==r&&"1"==f&&"1"==d[h+1]?d[h]="1":","!=r||f!=d[h+1]||"1"!=f&&"n"!=f||(d[h]=f),f=r}for(var h=0;u>h;++h){var r=d[h];if(","==r)d[h]="N";else if("%"==r){for(var m=h+1;u>m&&"%"==d[m];++m);for(var g=h&&"!"==d[h-1]||u>m&&"1"==d[m]?"1":"N",v=h;m>v;++v)d[v]=g;h=m-1}}for(var h=0,p=c;u>h;++h){var r=d[h];"L"==p&&"1"==r?d[h]="L":l.test(r)&&(p=r)}for(var h=0;u>h;++h)if(o.test(d[h])){for(var m=h+1;u>m&&o.test(d[m]);++m);for(var y="L"==(h?d[h-1]:c),x="L"==(u>m?d[m]:c),g=y||x?"L":"R",v=h;m>v;++v)d[v]=g;h=m-1}for(var b,w=[],h=0;u>h;)if(a.test(d[h])){var k=h;for(++h;u>h&&a.test(d[h]);++h);w.push(new t(0,k,h))}else{var C=h,S=w.length;for(++h;u>h&&"L"!=d[h];++h);for(var v=C;h>v;)if(s.test(d[v])){v>C&&w.splice(S,0,new t(1,C,v));var L=v;for(++v;h>v&&s.test(d[v]);++v);w.splice(S,0,new t(2,L,v)),C=v}else++v;h>C&&w.splice(S,0,new t(1,C,h))}return 1==w[0].level&&(b=n.match(/^\s+/))&&(w[0].from=b[0].length,w.unshift(new t(0,0,b[0].length))),1==Wi(w).level&&(b=n.match(/\s+$/))&&(Wi(w).to-=b[0].length,w.push(new t(0,u-b[0].length,u))),2==w[0].level&&w.unshift(new t(1,w[0].to,w[0].to)),w[0].level!=Wi(w).level&&w.push(new t(w[0].level,u,u)),w}}();return e.version="5.8.1",e})},{}],7:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror"),t("../markdown/markdown"),t("../../addon/mode/overlay")):"function"==typeof e&&e.amd?e(["../../lib/codemirror","../markdown/markdown","../../addon/mode/overlay"],i):i(CodeMirror)}(function(e){"use strict";var t=/^((?:(?:aaas?|about|acap|adiumxtra|af[ps]|aim|apt|attachment|aw|beshare|bitcoin|bolo|callto|cap|chrome(?:-extension)?|cid|coap|com-eventbrite-attendee|content|crid|cvs|data|dav|dict|dlna-(?:playcontainer|playsingle)|dns|doi|dtn|dvb|ed2k|facetime|feed|file|finger|fish|ftp|geo|gg|git|gizmoproject|go|gopher|gtalk|h323|hcp|https?|iax|icap|icon|im|imap|info|ipn|ipp|irc[6s]?|iris(?:\.beep|\.lwz|\.xpc|\.xpcs)?|itms|jar|javascript|jms|keyparc|lastfm|ldaps?|magnet|mailto|maps|market|message|mid|mms|ms-help|msnim|msrps?|mtqp|mumble|mupdate|mvn|news|nfs|nih?|nntp|notes|oid|opaquelocktoken|palm|paparazzi|platform|pop|pres|proxy|psyc|query|res(?:ource)?|rmi|rsync|rtmp|rtsp|secondlife|service|session|sftp|sgn|shttp|sieve|sips?|skype|sm[bs]|snmp|soap\.beeps?|soldat|spotify|ssh|steam|svn|tag|teamspeak|tel(?:net)?|tftp|things|thismessage|tip|tn3270|tv|udp|unreal|urn|ut2004|vemmi|ventrilo|view-source|webcal|wss?|wtai|wyciwyg|xcon(?:-userid)?|xfire|xmlrpc\.beeps?|xmpp|xri|ymsgr|z39\.50[rs]?):(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]|\([^\s()<>]*\))+(?:\([^\s()<>]*\)|[^\s`*!()\[\]{};:'".,<>?«»“”‘’]))/i;e.defineMode("gfm",function(n,r){function i(e){return e.code=!1,null}var o=0,l={startState:function(){return{code:!1,codeBlock:!1,ateSpace:!1}},copyState:function(e){return{code:e.code,codeBlock:e.codeBlock,ateSpace:e.ateSpace}},token:function(e,n){if(n.combineTokens=null,n.codeBlock)return e.match(/^```+/)?(n.codeBlock=!1,null):(e.skipToEnd(),null);if(e.sol()&&(n.code=!1),e.sol()&&e.match(/^```+/))return e.skipToEnd(),n.codeBlock=!0,null;if("`"===e.peek()){e.next();var i=e.pos;e.eatWhile("`");var l=1+e.pos-i;return n.code?l===o&&(n.code=!1):(o=l,n.code=!0),null}if(n.code)return e.next(),null;if(e.eatSpace())return n.ateSpace=!0,null;if((e.sol()||n.ateSpace)&&(n.ateSpace=!1,r.gitHubSpice!==!1)){if(e.match(/^(?:[a-zA-Z0-9\-_]+\/)?(?:[a-zA-Z0-9\-_]+@)?(?:[a-f0-9]{7,40}\b)/))return n.combineTokens=!0,"link";if(e.match(/^(?:[a-zA-Z0-9\-_]+\/)?(?:[a-zA-Z0-9\-_]+)?#[0-9]+\b/))return n.combineTokens=!0,"link"}return e.match(t)&&"]("!=e.string.slice(e.start-2,e.start)&&(0==e.start||/\W/.test(e.string.charAt(e.start-1)))?(n.combineTokens=!0,"link"):(e.next(),null)},blankLine:i},a={underscoresBreakWords:!1,taskLists:!0,fencedCodeBlocks:"```",strikethrough:!0};for(var s in r)a[s]=r[s];return a.name="markdown",e.overlayMode(e.getMode(n,a),l)},"markdown"),e.defineMIME("text/x-gfm","gfm")})},{"../../addon/mode/overlay":5,"../../lib/codemirror":6,"../markdown/markdown":8}],8:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../../lib/codemirror"),t("../xml/xml"),t("../meta")):"function"==typeof e&&e.amd?e(["../../lib/codemirror","../xml/xml","../meta"],i):i(CodeMirror)}(function(e){"use strict";e.defineMode("markdown",function(t,n){function r(n){if(e.findModeByName){var r=e.findModeByName(n);r&&(n=r.mime||r.mimes[0])}var i=e.getMode(t,n);return"null"==i.name?null:i}function i(e,t,n){return t.f=t.inline=n,n(e,t)}function o(e,t,n){return t.f=t.block=n,n(e,t)}function l(e){return!e||!/\S/.test(e.string)}function a(e){return e.linkTitle=!1,e.em=!1,e.strong=!1,e.strikethrough=!1,e.quote=0,e.indentedCode=!1,k||e.f!=c||(e.f=p,e.block=s),e.trailingSpace=0,e.trailingSpaceNewLine=!1,e.prevLine=e.thisLine,e.thisLine=null,null}function s(e,t){var o=e.sol(),a=t.list!==!1,s=t.indentedCode;t.indentedCode=!1,a&&(t.indentationDiff>=0?(t.indentationDiff<4&&(t.indentation-=t.indentationDiff),t.list=null):t.indentation>0?(t.list=null,t.listDepth=Math.floor(t.indentation/4)):(t.list=!1,t.listDepth=0));var c=null;if(t.indentationDiff>=4)return e.skipToEnd(),s||l(t.prevLine)?(t.indentation-=4,t.indentedCode=!0,L.code):null;if(e.eatSpace())return null;if((c=e.match(W))&&c[1].length<=6)return t.header=c[1].length,n.highlightFormatting&&(t.formatting="header"),t.f=t.inline,h(t);if(!(l(t.prevLine)||t.quote||a||s)&&(c=e.match(H)))return t.header="="==c[0].charAt(0)?1:2,n.highlightFormatting&&(t.formatting="header"),t.f=t.inline,h(t);if(e.eat(">"))return t.quote=o?1:t.quote+1,n.highlightFormatting&&(t.formatting="quote"),e.eatSpace(),h(t);if("["===e.peek())return i(e,t,y);if(e.match(M,!0))return t.hr=!0,L.hr;if((l(t.prevLine)||a)&&(e.match(N,!1)||e.match(A,!1))){var d=null;return e.match(N,!0)?d="ul":(e.match(A,!0),d="ol"),t.indentation=e.column()+e.current().length,t.list=!0,t.listDepth++,n.taskLists&&e.match(O,!1)&&(t.taskList=!0),t.f=t.inline,n.highlightFormatting&&(t.formatting=["list","list-"+d]),h(t)}return n.fencedCodeBlocks&&(c=e.match(E,!0))?(t.fencedChars=c[1],t.localMode=r(c[2]),t.localMode&&(t.localState=t.localMode.startState()),t.f=t.block=u,n.highlightFormatting&&(t.formatting="code-block"),t.code=!0,h(t)):i(e,t,t.inline)}function c(e,t){var n=C.token(e,t.htmlState);return(k&&null===t.htmlState.tagStart&&!t.htmlState.context&&t.htmlState.tokenize.isInText||t.md_inside&&e.current().indexOf(">")>-1)&&(t.f=p,t.block=s,t.htmlState=null),n}function u(e,t){return e.sol()&&t.fencedChars&&e.match(t.fencedChars,!1)?(t.localMode=t.localState=null,t.f=t.block=d,null):t.localMode?t.localMode.token(e,t.localState):(e.skipToEnd(),L.code)}function d(e,t){e.match(t.fencedChars),t.block=s,t.f=p,t.fencedChars=null,n.highlightFormatting&&(t.formatting="code-block"),t.code=!0;var r=h(t);return t.code=!1,r}function h(e){var t=[];if(e.formatting){t.push(L.formatting),"string"==typeof e.formatting&&(e.formatting=[e.formatting]);for(var r=0;r=e.quote?t.push(L.formatting+"-"+e.formatting[r]+"-"+e.quote):t.push("error"))}if(e.taskOpen)return t.push("meta"),t.length?t.join(" "):null;if(e.taskClosed)return t.push("property"),t.length?t.join(" "):null;if(e.linkHref?t.push(L.linkHref,"url"):(e.strong&&t.push(L.strong),e.em&&t.push(L.em),e.strikethrough&&t.push(L.strikethrough),e.linkText&&t.push(L.linkText),e.code&&t.push(L.code)),e.header&&t.push(L.header,L.header+"-"+e.header),e.quote&&(t.push(L.quote),!n.maxBlockquoteDepth||n.maxBlockquoteDepth>=e.quote?t.push(L.quote+"-"+e.quote):t.push(L.quote+"-"+n.maxBlockquoteDepth)),e.list!==!1){var i=(e.listDepth-1)%3;i?1===i?t.push(L.list2):t.push(L.list3):t.push(L.list1)}return e.trailingSpaceNewLine?t.push("trailing-space-new-line"):e.trailingSpace&&t.push("trailing-space-"+(e.trailingSpace%2?"a":"b")),t.length?t.join(" "):null}function f(e,t){return e.match(D,!0)?h(t):void 0}function p(t,r){var i=r.text(t,r);if("undefined"!=typeof i)return i;if(r.list)return r.list=null,h(r);if(r.taskList){var l="x"!==t.match(O,!0)[1];return l?r.taskOpen=!0:r.taskClosed=!0,n.highlightFormatting&&(r.formatting="task"),r.taskList=!1,h(r)}if(r.taskOpen=!1,r.taskClosed=!1,r.header&&t.match(/^#+$/,!0))return n.highlightFormatting&&(r.formatting="header"),h(r);var a=t.sol(),s=t.next();if("\\"===s&&(t.next(),n.highlightFormatting)){var u=h(r),d=L.formatting+"-escape";return u?u+" "+d:d}if(r.linkTitle){r.linkTitle=!1;var f=s;"("===s&&(f=")"),f=(f+"").replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1");var p="^\\s*(?:[^"+f+"\\\\]+|\\\\\\\\|\\\\.)"+f;if(t.match(new RegExp(p),!0))return L.linkHref}if("`"===s){var v=r.formatting;n.highlightFormatting&&(r.formatting="code");var y=h(r),x=t.pos;t.eatWhile("`");var b=1+t.pos-x;return r.code?b===S?(r.code=!1,y):(r.formatting=v,h(r)):(S=b,r.code=!0,h(r))}if(r.code)return h(r);if("!"===s&&t.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return t.match(/\[[^\]]*\]/),r.inline=r.f=g,L.image;if("["===s&&t.match(/.*\](\(.*\)| ?\[.*\])/,!1))return r.linkText=!0,n.highlightFormatting&&(r.formatting="link"),h(r);if("]"===s&&r.linkText&&t.match(/\(.*\)| ?\[.*\]/,!1)){n.highlightFormatting&&(r.formatting="link");var u=h(r);return r.linkText=!1,r.inline=r.f=g,u}if("<"===s&&t.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){r.f=r.inline=m,n.highlightFormatting&&(r.formatting="link");var u=h(r);return u?u+=" ":u="",u+L.linkInline}if("<"===s&&t.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){r.f=r.inline=m,n.highlightFormatting&&(r.formatting="link");var u=h(r);return u?u+=" ":u="",u+L.linkEmail}if("<"===s&&t.match(/^(!--|\w)/,!1)){var w=t.string.indexOf(">",t.pos);if(-1!=w){var k=t.string.substring(t.start,w);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(k)&&(r.md_inside=!0)}return t.backUp(1),r.htmlState=e.startState(C),o(t,r,c)}if("<"===s&&t.match(/^\/\w*?>/))return r.md_inside=!1,"tag";var T=!1;if(!n.underscoresBreakWords&&"_"===s&&"_"!==t.peek()&&t.match(/(\w)/,!1)){var M=t.pos-2;if(M>=0){var N=t.string.charAt(M);"_"!==N&&N.match(/(\w)/,!1)&&(T=!0)}}if("*"===s||"_"===s&&!T)if(a&&" "===t.peek());else{if(r.strong===s&&t.eat(s)){n.highlightFormatting&&(r.formatting="strong");var y=h(r);return r.strong=!1,y}if(!r.strong&&t.eat(s))return r.strong=s,n.highlightFormatting&&(r.formatting="strong"),h(r);if(r.em===s){n.highlightFormatting&&(r.formatting="em");var y=h(r);return r.em=!1,y}if(!r.em)return r.em=s,n.highlightFormatting&&(r.formatting="em"),h(r)}else if(" "===s&&(t.eat("*")||t.eat("_"))){if(" "===t.peek())return h(r);t.backUp(1)}if(n.strikethrough)if("~"===s&&t.eatWhile(s)){if(r.strikethrough){n.highlightFormatting&&(r.formatting="strikethrough");var y=h(r);return r.strikethrough=!1,y}if(t.match(/^[^\s]/,!1))return r.strikethrough=!0,n.highlightFormatting&&(r.formatting="strikethrough"),h(r)}else if(" "===s&&t.match(/^~~/,!0)){if(" "===t.peek())return h(r);t.backUp(2)}return" "===s&&(t.match(/ +$/,!1)?r.trailingSpace++:r.trailingSpace&&(r.trailingSpaceNewLine=!0)),h(r)}function m(e,t){var r=e.next();if(">"===r){t.f=t.inline=p,n.highlightFormatting&&(t.formatting="link");var i=h(t);return i?i+=" ":i="",i+L.linkInline}return e.match(/^[^>]+/,!0),L.linkInline}function g(e,t){if(e.eatSpace())return null;var r=e.next();return"("===r||"["===r?(t.f=t.inline=v("("===r?")":"]"),n.highlightFormatting&&(t.formatting="link-string"),t.linkHref=!0,h(t)):"error"}function v(e){return function(t,r){var i=t.next();if(i===e){r.f=r.inline=p,n.highlightFormatting&&(r.formatting="link-string");var o=h(r);return r.linkHref=!1,o}return t.match(w(e),!0)&&t.backUp(1),r.linkHref=!0,h(r)}}function y(e,t){return e.match(/^[^\]]*\]:/,!1)?(t.f=x,e.next(),n.highlightFormatting&&(t.formatting="link"),t.linkText=!0,h(t)):i(e,t,p)}function x(e,t){if(e.match(/^\]:/,!0)){t.f=t.inline=b,n.highlightFormatting&&(t.formatting="link");var r=h(t);return t.linkText=!1,r}return e.match(/^[^\]]+/,!0),L.linkText}function b(e,t){return e.eatSpace()?null:(e.match(/^[^\s]+/,!0),void 0===e.peek()?t.linkTitle=!0:e.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/,!0),t.f=t.inline=p,L.linkHref+" url")}function w(e){return I[e]||(e=(e+"").replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1"),I[e]=new RegExp("^(?:[^\\\\]|\\\\.)*?("+e+")")),I[e]}var k=e.modes.hasOwnProperty("xml"),C=e.getMode(t,k?{name:"xml",htmlMode:!0}:"text/plain");void 0===n.highlightFormatting&&(n.highlightFormatting=!1),void 0===n.maxBlockquoteDepth&&(n.maxBlockquoteDepth=0),void 0===n.underscoresBreakWords&&(n.underscoresBreakWords=!0),void 0===n.taskLists&&(n.taskLists=!1),void 0===n.strikethrough&&(n.strikethrough=!1),void 0===n.tokenTypeOverrides&&(n.tokenTypeOverrides={});var S=0,L={header:"header",code:"comment",quote:"quote",list1:"variable-2",list2:"variable-3",list3:"keyword",hr:"hr",image:"tag",formatting:"formatting",linkInline:"link",linkEmail:"link",linkText:"link",linkHref:"string",em:"em",strong:"strong",strikethrough:"strikethrough"};for(var T in L)L.hasOwnProperty(T)&&n.tokenTypeOverrides[T]&&(L[T]=n.tokenTypeOverrides[T]);var M=/^([*\-_])(?:\s*\1){2,}\s*$/,N=/^[*\-+]\s+/,A=/^[0-9]+([.)])\s+/,O=/^\[(x| )\](?=\s)/,W=n.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,H=/^ *(?:\={1,}|-{1,})\s*$/,D=/^[^#!\[\]*_\\<>` "'(~]+/,E=new RegExp("^("+(n.fencedCodeBlocks===!0?"~~~+|```+":n.fencedCodeBlocks)+")[ \\t]*([\\w+#]*)"),I=[],P={startState:function(){return{f:s,prevLine:null,thisLine:null,block:s,htmlState:null,indentation:0,inline:p,text:f,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,em:!1,strong:!1,header:0,hr:!1,taskList:!1,list:!1,listDepth:0,quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,fencedChars:null}},copyState:function(t){return{f:t.f,prevLine:t.prevLine,thisLine:t["this"],block:t.block,htmlState:t.htmlState&&e.copyState(C,t.htmlState),indentation:t.indentation,localMode:t.localMode,localState:t.localMode?e.copyState(t.localMode,t.localState):null,inline:t.inline,text:t.text,formatting:!1,linkTitle:t.linkTitle,code:t.code,em:t.em,strong:t.strong,strikethrough:t.strikethrough,header:t.header,hr:t.hr,taskList:t.taskList,list:t.list,listDepth:t.listDepth,quote:t.quote,indentedCode:t.indentedCode,trailingSpace:t.trailingSpace,trailingSpaceNewLine:t.trailingSpaceNewLine,md_inside:t.md_inside,fencedChars:t.fencedChars}},token:function(e,t){if(t.formatting=!1,e!=t.thisLine){var n=t.header||t.hr;if(t.header=0,t.hr=!1,e.match(/^\s*$/,!0)||n){if(a(t),!n)return null;t.prevLine=null}t.prevLine=t.thisLine,t.thisLine=e,t.taskList=!1,t.trailingSpace=0,t.trailingSpaceNewLine=!1,t.f=t.block;var r=e.match(/^\s*/,!0)[0].replace(/\t/g," ").length,i=4*Math.floor((r-t.indentation)/4);i>4&&(i=4);var o=t.indentation+i;if(t.indentationDiff=o-t.indentation,t.indentation=o,r>0)return null}return t.f(e,t)},innerMode:function(e){return e.block==c?{state:e.htmlState,mode:C}:e.localState?{state:e.localState,mode:e.localMode}:{state:e,mode:P}},blankLine:a,getType:h,fold:"markdown"};return P},"xml"),e.defineMIME("text/x-markdown","markdown")})},{"../../lib/codemirror":6,"../meta":9,"../xml/xml":10}],9:[function(t,n,r){!function(i){"object"==typeof r&&"object"==typeof n?i(t("../lib/codemirror")):"function"==typeof e&&e.amd?e(["../lib/codemirror"],i):i(CodeMirror)}(function(e){"use strict";e.modeInfo=[{name:"APL",mime:"text/apl",mode:"apl",ext:["dyalog","apl"]},{name:"PGP",mimes:["application/pgp","application/pgp-keys","application/pgp-signature"],mode:"asciiarmor",ext:["pgp"]},{name:"ASN.1",mime:"text/x-ttcn-asn",mode:"asn.1",ext:["asn","asn1"]},{name:"Asterisk",mime:"text/x-asterisk",mode:"asterisk",file:/^extensions\.conf$/i},{name:"Brainfuck",mime:"text/x-brainfuck",mode:"brainfuck",ext:["b","bf"]},{name:"C",mime:"text/x-csrc",mode:"clike",ext:["c","h"]},{name:"C++",mime:"text/x-c++src",mode:"clike",ext:["cpp","c++","cc","cxx","hpp","h++","hh","hxx"],alias:["cpp"]},{name:"Cobol",mime:"text/x-cobol",mode:"cobol",ext:["cob","cpy"]},{name:"C#",mime:"text/x-csharp",mode:"clike",ext:["cs"],alias:["csharp"]},{name:"Clojure",mime:"text/x-clojure",mode:"clojure",ext:["clj"]},{name:"Closure Stylesheets (GSS)",mime:"text/x-gss",mode:"css",ext:["gss"]},{name:"CMake",mime:"text/x-cmake",mode:"cmake",ext:["cmake","cmake.in"],file:/^CMakeLists.txt$/},{name:"CoffeeScript",mime:"text/x-coffeescript",mode:"coffeescript",ext:["coffee"],alias:["coffee","coffee-script"]},{name:"Common Lisp",mime:"text/x-common-lisp",mode:"commonlisp",ext:["cl","lisp","el"],alias:["lisp"]},{name:"Cypher",mime:"application/x-cypher-query",mode:"cypher",ext:["cyp","cypher"]},{name:"Cython",mime:"text/x-cython",mode:"python",ext:["pyx","pxd","pxi"]},{name:"CSS",mime:"text/css",mode:"css",ext:["css"]},{name:"CQL",mime:"text/x-cassandra",mode:"sql",ext:["cql"]},{name:"D",mime:"text/x-d",mode:"d",ext:["d"]},{name:"Dart",mimes:["application/dart","text/x-dart"],mode:"dart",ext:["dart"]},{name:"diff",mime:"text/x-diff",mode:"diff",ext:["diff","patch"]},{name:"Django",mime:"text/x-django",mode:"django"},{name:"Dockerfile",mime:"text/x-dockerfile",mode:"dockerfile",file:/^Dockerfile$/},{name:"DTD",mime:"application/xml-dtd",mode:"dtd",ext:["dtd"]},{name:"Dylan",mime:"text/x-dylan",mode:"dylan",ext:["dylan","dyl","intr"]},{name:"EBNF",mime:"text/x-ebnf",mode:"ebnf"},{name:"ECL",mime:"text/x-ecl",mode:"ecl",ext:["ecl"]},{name:"Eiffel",mime:"text/x-eiffel",mode:"eiffel",ext:["e"]},{name:"Elm",mime:"text/x-elm",mode:"elm",ext:["elm"]},{name:"Embedded Javascript",mime:"application/x-ejs",mode:"htmlembedded",ext:["ejs"]},{name:"Embedded Ruby",mime:"application/x-erb",mode:"htmlembedded",ext:["erb"]},{name:"Erlang",mime:"text/x-erlang",mode:"erlang",ext:["erl"]},{name:"Factor",mime:"text/x-factor",mode:"factor",ext:["factor"]},{name:"Forth",mime:"text/x-forth",mode:"forth",ext:["forth","fth","4th"]},{name:"Fortran",mime:"text/x-fortran",mode:"fortran",ext:["f","for","f77","f90"]},{name:"F#",mime:"text/x-fsharp",mode:"mllike",ext:["fs"],alias:["fsharp"]},{name:"Gas",mime:"text/x-gas",mode:"gas",ext:["s"]},{name:"Gherkin",mime:"text/x-feature",mode:"gherkin",ext:["feature"]},{name:"GitHub Flavored Markdown",mime:"text/x-gfm",mode:"gfm",file:/^(readme|contributing|history).md$/i},{name:"Go",mime:"text/x-go",mode:"go",ext:["go"]},{name:"Groovy",mime:"text/x-groovy",mode:"groovy",ext:["groovy"]},{name:"HAML",mime:"text/x-haml",mode:"haml",ext:["haml"]},{name:"Haskell",mime:"text/x-haskell",mode:"haskell",ext:["hs"]},{name:"Haxe",mime:"text/x-haxe",mode:"haxe",ext:["hx"]},{name:"HXML",mime:"text/x-hxml",mode:"haxe",ext:["hxml"]},{name:"ASP.NET",mime:"application/x-aspx",mode:"htmlembedded",ext:["aspx"],alias:["asp","aspx"]},{name:"HTML",mime:"text/html",mode:"htmlmixed",ext:["html","htm"],alias:["xhtml"]},{name:"HTTP",mime:"message/http",mode:"http"},{name:"IDL",mime:"text/x-idl",mode:"idl",ext:["pro"]},{name:"Jade",mime:"text/x-jade",mode:"jade",ext:["jade"]},{name:"Java",mime:"text/x-java",mode:"clike",ext:["java"]},{name:"Java Server Pages",mime:"application/x-jsp",mode:"htmlembedded",ext:["jsp"],alias:["jsp"]},{name:"JavaScript",mimes:["text/javascript","text/ecmascript","application/javascript","application/x-javascript","application/ecmascript"],mode:"javascript",ext:["js"],alias:["ecmascript","js","node"]},{name:"JSON",mimes:["application/json","application/x-json"],mode:"javascript",ext:["json","map"],alias:["json5"]},{name:"JSON-LD",mime:"application/ld+json",mode:"javascript",ext:["jsonld"],alias:["jsonld"]},{name:"Jinja2",mime:"null",mode:"jinja2"},{name:"Julia",mime:"text/x-julia",mode:"julia",ext:["jl"]},{name:"Kotlin",mime:"text/x-kotlin",mode:"clike",ext:["kt"]},{name:"LESS",mime:"text/x-less",mode:"css",ext:["less"]},{name:"LiveScript",mime:"text/x-livescript",mode:"livescript",ext:["ls"],alias:["ls"]},{name:"Lua",mime:"text/x-lua",mode:"lua",ext:["lua"]},{name:"Markdown",mime:"text/x-markdown",mode:"markdown",ext:["markdown","md","mkd"]},{name:"mIRC",mime:"text/mirc",mode:"mirc"},{name:"MariaDB SQL",mime:"text/x-mariadb",mode:"sql"},{name:"Mathematica",mime:"text/x-mathematica",mode:"mathematica",ext:["m","nb"]},{name:"Modelica",mime:"text/x-modelica",mode:"modelica",ext:["mo"]},{name:"MUMPS",mime:"text/x-mumps",mode:"mumps"},{name:"MS SQL",mime:"text/x-mssql",mode:"sql"},{name:"MySQL",mime:"text/x-mysql",mode:"sql"},{name:"Nginx",mime:"text/x-nginx-conf",mode:"nginx",file:/nginx.*\.conf$/i},{name:"NSIS",mime:"text/x-nsis",mode:"nsis",ext:["nsh","nsi"]},{name:"NTriples",mime:"text/n-triples",mode:"ntriples",ext:["nt"]},{name:"Objective C",mime:"text/x-objectivec",mode:"clike",ext:["m","mm"]},{name:"OCaml",mime:"text/x-ocaml",mode:"mllike",ext:["ml","mli","mll","mly"]},{name:"Octave",mime:"text/x-octave",mode:"octave",ext:["m"]},{name:"Oz",mime:"text/x-oz",mode:"oz",ext:["oz"]},{name:"Pascal",mime:"text/x-pascal",mode:"pascal",ext:["p","pas"]},{name:"PEG.js",mime:"null",mode:"pegjs",ext:["jsonld"]},{name:"Perl",mime:"text/x-perl",mode:"perl",ext:["pl","pm"]},{name:"PHP",mime:"application/x-httpd-php",mode:"php",ext:["php","php3","php4","php5","phtml"]},{name:"Pig",mime:"text/x-pig",mode:"pig",ext:["pig"]},{name:"Plain Text",mime:"text/plain",mode:"null",ext:["txt","text","conf","def","list","log"]},{name:"PLSQL",mime:"text/x-plsql",mode:"sql",ext:["pls"]},{name:"Properties files",mime:"text/x-properties",mode:"properties",ext:["properties","ini","in"],alias:["ini","properties"]},{name:"Python",mime:"text/x-python",mode:"python",ext:["py","pyw"]},{name:"Puppet",mime:"text/x-puppet",mode:"puppet",ext:["pp"]},{name:"Q",mime:"text/x-q",mode:"q",ext:["q"]},{name:"R",mime:"text/x-rsrc",mode:"r",ext:["r"],alias:["rscript"]},{name:"reStructuredText",mime:"text/x-rst",mode:"rst",ext:["rst"],alias:["rst"]},{name:"RPM Changes",mime:"text/x-rpm-changes",mode:"rpm"},{name:"RPM Spec",mime:"text/x-rpm-spec",mode:"rpm",ext:["spec"]},{name:"Ruby",mime:"text/x-ruby",mode:"ruby",ext:["rb"],alias:["jruby","macruby","rake","rb","rbx"]},{name:"Rust",mime:"text/x-rustsrc",mode:"rust",ext:["rs"]},{name:"Sass",mime:"text/x-sass",mode:"sass",ext:["sass"]},{name:"Scala",mime:"text/x-scala",mode:"clike",ext:["scala"]},{name:"Scheme",mime:"text/x-scheme",mode:"scheme",ext:["scm","ss"]},{name:"SCSS",mime:"text/x-scss",mode:"css",ext:["scss"]},{name:"Shell",mime:"text/x-sh",mode:"shell",ext:["sh","ksh","bash"],alias:["bash","sh","zsh"],file:/^PKGBUILD$/},{name:"Sieve",mime:"application/sieve",mode:"sieve",ext:["siv","sieve"]},{name:"Slim",mimes:["text/x-slim","application/x-slim"],mode:"slim",ext:["slim"]},{name:"Smalltalk",mime:"text/x-stsrc",mode:"smalltalk",ext:["st"]},{name:"Smarty",mime:"text/x-smarty",mode:"smarty",ext:["tpl"]},{name:"Solr",mime:"text/x-solr",mode:"solr"},{name:"Soy",mime:"text/x-soy",mode:"soy",ext:["soy"],alias:["closure template"]},{name:"SPARQL",mime:"application/sparql-query",mode:"sparql",ext:["rq","sparql"],alias:["sparul"]},{name:"Spreadsheet",mime:"text/x-spreadsheet",mode:"spreadsheet",alias:["excel","formula"]},{name:"SQL",mime:"text/x-sql",mode:"sql",ext:["sql"]},{name:"Squirrel",mime:"text/x-squirrel",mode:"clike",ext:["nut"]},{name:"Swift",mime:"text/x-swift",mode:"swift",ext:["swift"]},{name:"MariaDB",mime:"text/x-mariadb",mode:"sql"},{name:"sTeX",mime:"text/x-stex",mode:"stex"},{name:"LaTeX",mime:"text/x-latex",mode:"stex",ext:["text","ltx"],alias:["tex"]},{name:"SystemVerilog",mime:"text/x-systemverilog",mode:"verilog",ext:["v"]},{name:"Tcl",mime:"text/x-tcl",mode:"tcl",ext:["tcl"]},{name:"Textile",mime:"text/x-textile",mode:"textile",ext:["textile"]},{name:"TiddlyWiki ",mime:"text/x-tiddlywiki",mode:"tiddlywiki"},{name:"Tiki wiki",mime:"text/tiki",mode:"tiki"},{name:"TOML",mime:"text/x-toml",mode:"toml",ext:["toml"]},{name:"Tornado",mime:"text/x-tornado",mode:"tornado"},{name:"troff",mime:"troff",mode:"troff",ext:["1","2","3","4","5","6","7","8","9"]},{name:"TTCN",mime:"text/x-ttcn",mode:"ttcn",ext:["ttcn","ttcn3","ttcnpp"]},{name:"TTCN_CFG",mime:"text/x-ttcn-cfg",mode:"ttcn-cfg",ext:["cfg"]},{name:"Turtle",mime:"text/turtle",mode:"turtle",ext:["ttl"]},{name:"TypeScript",mime:"application/typescript",mode:"javascript",ext:["ts"],alias:["ts"]},{name:"Twig",mime:"text/x-twig",mode:"twig"},{name:"VB.NET",mime:"text/x-vb",mode:"vb",ext:["vb"]},{name:"VBScript",mime:"text/vbscript",mode:"vbscript",ext:["vbs"]},{name:"Velocity",mime:"text/velocity",mode:"velocity",ext:["vtl"]},{name:"Verilog",mime:"text/x-verilog",mode:"verilog",ext:["v"]},{name:"VHDL",mime:"text/x-vhdl",mode:"vhdl",ext:["vhd","vhdl"]},{name:"XML",mimes:["application/xml","text/xml"],mode:"xml",ext:["xml","xsl","xsd"],alias:["rss","wsdl","xsd"]},{name:"XQuery",mime:"application/xquery",mode:"xquery",ext:["xy","xquery"]},{name:"YAML",mime:"text/x-yaml",mode:"yaml",ext:["yaml","yml"],alias:["yml"]},{name:"Z80",mime:"text/x-z80",mode:"z80",ext:["z80"]},{name:"mscgen",mime:"text/x-mscgen",mode:"mscgen",ext:["mscgen","mscin","msc"]},{name:"xu",mime:"text/x-xu",mode:"mscgen",ext:["xu"]},{name:"msgenny",mime:"text/x-msgenny",mode:"mscgen",ext:["msgenny"]}];for(var t=0;t-1&&t.substring(i+1,t.length);return o?e.findModeByExtension(o):void 0},e.findModeByName=function(t){t=t.toLowerCase();for(var n=0;n")):null:e.match("--")?n(l("comment","-->")):e.match("DOCTYPE",!0,!0)?(e.eatWhile(/[\w\._\-]/),n(a(1))):null:e.eat("?")?(e.eatWhile(/[\w\._\-]/),t.tokenize=l("meta","?>"),"meta"):(C=e.eat("/")?"closeTag":"openTag",t.tokenize=i,"tag bracket");if("&"==r){var o;return o=e.eat("#")?e.eat("x")?e.eatWhile(/[a-fA-F\d]/)&&e.eat(";"):e.eatWhile(/[\d]/)&&e.eat(";"):e.eatWhile(/[\w\.\-:]/)&&e.eat(";"),o?"atom":"error"}return e.eatWhile(/[^&<]/),null}function i(e,t){var n=e.next();if(">"==n||"/"==n&&e.eat(">"))return t.tokenize=r,C=">"==n?"endTag":"selfcloseTag","tag bracket";if("="==n)return C="equals",null;if("<"==n){t.tokenize=r,t.state=d,t.tagName=t.tagStart=null;var i=t.tokenize(e,t);return i?i+" tag error":"tag error"}return/[\'\"]/.test(n)?(t.tokenize=o(n),t.stringStartCol=e.column(),t.tokenize(e,t)):(e.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function o(e){var t=function(t,n){for(;!t.eol();)if(t.next()==e){n.tokenize=i;break}return"string"};return t.isInAttribute=!0,t}function l(e,t){return function(n,i){for(;!n.eol();){if(n.match(t)){i.tokenize=r;break}n.next()}return e}}function a(e){return function(t,n){for(var i;null!=(i=t.next());){if("<"==i)return n.tokenize=a(e+1),n.tokenize(t,n);if(">"==i){if(1==e){n.tokenize=r;break}return n.tokenize=a(e-1),n.tokenize(t,n)}}return"meta"}}function s(e,t,n){this.prev=e.context,this.tagName=t,this.indent=e.indented,this.startOfLine=n,(L.doNotIndent.hasOwnProperty(t)||e.context&&e.context.noIndent)&&(this.noIndent=!0)}function c(e){e.context&&(e.context=e.context.prev)}function u(e,t){for(var n;;){if(!e.context)return;if(n=e.context.tagName,!L.contextGrabbers.hasOwnProperty(n)||!L.contextGrabbers[n].hasOwnProperty(t))return;c(e)}}function d(e,t,n){return"openTag"==e?(n.tagStart=t.column(),h):"closeTag"==e?f:d}function h(e,t,n){return"word"==e?(n.tagName=t.current(),S="tag",g):(S="error",h)}function f(e,t,n){if("word"==e){var r=t.current();return n.context&&n.context.tagName!=r&&L.implicitlyClosed.hasOwnProperty(n.context.tagName)&&c(n),n.context&&n.context.tagName==r?(S="tag",p):(S="tag error",m)}return S="error",m}function p(e,t,n){return"endTag"!=e?(S="error",p):(c(n),d)}function m(e,t,n){return S="error",p(e,t,n)}function g(e,t,n){if("word"==e)return S="attribute", +v;if("endTag"==e||"selfcloseTag"==e){var r=n.tagName,i=n.tagStart;return n.tagName=n.tagStart=null,"selfcloseTag"==e||L.autoSelfClosers.hasOwnProperty(r)?u(n,r):(u(n,r),n.context=new s(n,r,i==n.indented)),d}return S="error",g}function v(e,t,n){return"equals"==e?y:(L.allowMissing||(S="error"),g(e,t,n))}function y(e,t,n){return"string"==e?x:"word"==e&&L.allowUnquoted?(S="string",g):(S="error",g(e,t,n))}function x(e,t,n){return"string"==e?x:g(e,t,n)}var b=t.indentUnit,w=n.multilineTagIndentFactor||1,k=n.multilineTagIndentPastTag;null==k&&(k=!0);var C,S,L=n.htmlMode?{autoSelfClosers:{area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0,menuitem:!0},implicitlyClosed:{dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},contextGrabbers:{dd:{dd:!0,dt:!0},dt:{dd:!0,dt:!0},li:{li:!0},option:{option:!0,optgroup:!0},optgroup:{optgroup:!0},p:{address:!0,article:!0,aside:!0,blockquote:!0,dir:!0,div:!0,dl:!0,fieldset:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,menu:!0,nav:!0,ol:!0,p:!0,pre:!0,section:!0,table:!0,ul:!0},rp:{rp:!0,rt:!0},rt:{rp:!0,rt:!0},tbody:{tbody:!0,tfoot:!0},td:{td:!0,th:!0},tfoot:{tbody:!0},th:{td:!0,th:!0},thead:{tbody:!0,tfoot:!0},tr:{tr:!0}},doNotIndent:{pre:!0},allowUnquoted:!0,allowMissing:!0,caseFold:!0}:{autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,caseFold:!1},T=n.alignCDATA;return r.isInText=!0,{startState:function(){return{tokenize:r,state:d,indented:0,tagName:null,tagStart:null,context:null}},token:function(e,t){if(!t.tagName&&e.sol()&&(t.indented=e.indentation()),e.eatSpace())return null;C=null;var n=t.tokenize(e,t);return(n||C)&&"comment"!=n&&(S=null,t.state=t.state(C||n,e,t),S&&(n="error"==S?n+" error":S)),n},indent:function(t,n,o){var l=t.context;if(t.tokenize.isInAttribute)return t.tagStart==t.indented?t.stringStartCol+1:t.indented+b;if(l&&l.noIndent)return e.Pass;if(t.tokenize!=i&&t.tokenize!=r)return o?o.match(/^(\s*)/)[0].length:0;if(t.tagName)return k?t.tagStart+t.tagName.length+2:t.tagStart+b*w;if(T&&/$/,blockCommentStart:"",configuration:n.htmlMode?"html":"xml",helperType:n.htmlMode?"html":"xml"}}),e.defineMIME("text/xml","xml"),e.defineMIME("application/xml","xml"),e.mimeModes.hasOwnProperty("text/html")||e.defineMIME("text/html",{name:"xml",htmlMode:!0})})},{"../../lib/codemirror":6}],11:[function(t,n,r){(function(t){(function(){function t(e){this.tokens=[],this.tokens.links={},this.options=e||h.defaults,this.rules=f.normal,this.options.gfm&&(this.options.tables?this.rules=f.tables:this.rules=f.gfm)}function i(e,t){if(this.options=t||h.defaults,this.links=e,this.rules=p.normal,this.renderer=this.options.renderer||new o,this.renderer.options=this.options,!this.links)throw new Error("Tokens array requires a `links` property.");this.options.gfm?this.options.breaks?this.rules=p.breaks:this.rules=p.gfm:this.options.pedantic&&(this.rules=p.pedantic)}function o(e){this.options=e||{}}function l(e){this.tokens=[],this.token=null,this.options=e||h.defaults,this.options.renderer=this.options.renderer||new o,this.renderer=this.options.renderer,this.renderer.options=this.options}function a(e,t){return e.replace(t?/&/g:/&(?!#?\w+;)/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function s(e){return e.replace(/&([#\w]+);/g,function(e,t){return t=t.toLowerCase(),"colon"===t?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}function c(e,t){return e=e.source,t=t||"",function n(r,i){return r?(i=i.source||i,i=i.replace(/(^|[^\[])\^/g,"$1"),e=e.replace(r,i),n):new RegExp(e,t)}}function u(){}function d(e){for(var t,n,r=1;rAn error occured:

"+a(u.message+"",!0)+"
";throw u}}var f={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:u,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:u,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,blockquote:/^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,list:/^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:/^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/,def:/^ *\[([^\]]+)\]: *]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,table:u,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};f.bullet=/(?:[*+-]|\d+\.)/,f.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,f.item=c(f.item,"gm")(/bull/g,f.bullet)(),f.list=c(f.list)(/bull/g,f.bullet)("hr","\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))")("def","\\n+(?="+f.def.source+")")(),f.blockquote=c(f.blockquote)("def",f.def)(),f._tag="(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b",f.html=c(f.html)("comment",//)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/])*?>/)(/tag/g,f._tag)(),f.paragraph=c(f.paragraph)("hr",f.hr)("heading",f.heading)("lheading",f.lheading)("blockquote",f.blockquote)("tag","<"+f._tag)("def",f.def)(),f.normal=d({},f),f.gfm=d({},f.normal,{fences:/^ *(`{3,}|~{3,})[ \.]*(\S+)? *\n([\s\S]*?)\s*\1 *(?:\n+|$)/,paragraph:/^/,heading:/^ *(#{1,6}) +([^\n]+?) *#* *(?:\n+|$)/}),f.gfm.paragraph=c(f.paragraph)("(?!","(?!"+f.gfm.fences.source.replace("\\1","\\2")+"|"+f.list.source.replace("\\1","\\3")+"|")(),f.tables=d({},f.gfm,{nptable:/^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,table:/^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/}),t.rules=f,t.lex=function(e,n){var r=new t(n);return r.lex(e)},t.prototype.lex=function(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n"),this.token(e,!0)},t.prototype.token=function(e,t,n){for(var r,i,o,l,a,s,c,u,d,e=e.replace(/^ +$/gm,"");e;)if((o=this.rules.newline.exec(e))&&(e=e.substring(o[0].length),o[0].length>1&&this.tokens.push({type:"space"})),o=this.rules.code.exec(e))e=e.substring(o[0].length),o=o[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",text:this.options.pedantic?o:o.replace(/\n+$/,"")});else if(o=this.rules.fences.exec(e))e=e.substring(o[0].length),this.tokens.push({type:"code",lang:o[2],text:o[3]||""});else if(o=this.rules.heading.exec(e))e=e.substring(o[0].length),this.tokens.push({type:"heading",depth:o[1].length,text:o[2]});else if(t&&(o=this.rules.nptable.exec(e))){for(e=e.substring(o[0].length),s={type:"table",header:o[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:o[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:o[3].replace(/\n$/,"").split("\n")},u=0;u ?/gm,""),this.token(o,t,!0),this.tokens.push({type:"blockquote_end"});else if(o=this.rules.list.exec(e)){for(e=e.substring(o[0].length),l=o[2],this.tokens.push({type:"list_start",ordered:l.length>1}),o=o[0].match(this.rules.item),r=!1,d=o.length,u=0;d>u;u++)s=o[u],c=s.length,s=s.replace(/^ *([*+-]|\d+\.) +/,""),~s.indexOf("\n ")&&(c-=s.length,s=this.options.pedantic?s.replace(/^ {1,4}/gm,""):s.replace(new RegExp("^ {1,"+c+"}","gm"),"")),this.options.smartLists&&u!==d-1&&(a=f.bullet.exec(o[u+1])[0],l===a||l.length>1&&a.length>1||(e=o.slice(u+1).join("\n")+e,u=d-1)),i=r||/\n\n(?!\s*$)/.test(s),u!==d-1&&(r="\n"===s.charAt(s.length-1),i||(i=r)),this.tokens.push({type:i?"loose_item_start":"list_item_start"}),this.token(s,!1,n),this.tokens.push({type:"list_item_end"});this.tokens.push({type:"list_end"})}else if(o=this.rules.html.exec(e))e=e.substring(o[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&("pre"===o[1]||"script"===o[1]||"style"===o[1]),text:o[0]});else if(!n&&t&&(o=this.rules.def.exec(e)))e=e.substring(o[0].length),this.tokens.links[o[1].toLowerCase()]={href:o[2],title:o[3]};else if(t&&(o=this.rules.table.exec(e))){for(e=e.substring(o[0].length),s={type:"table",header:o[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:o[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:o[3].replace(/(?: *\| *)?\n$/,"").split("\n")},u=0;u])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:u,tag:/^|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,link:/^!?\[(inside)\]\(href\)/,reflink:/^!?\[(inside)\]\s*\[([^\]]*)\]/,nolink:/^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,strong:/^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,em:/^\b_((?:[^_]|__)+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,code:/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,br:/^ {2,}\n(?!\s*$)/,del:u,text:/^[\s\S]+?(?=[\\?(?:\s+['"]([\s\S]*?)['"])?\s*/,p.link=c(p.link)("inside",p._inside)("href",p._href)(),p.reflink=c(p.reflink)("inside",p._inside)(),p.normal=d({},p),p.pedantic=d({},p.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/}),p.gfm=d({},p.normal,{escape:c(p.escape)("])","~|])")(),url:/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,del:/^~~(?=\S)([\s\S]*?\S)~~/,text:c(p.text)("]|","~]|")("|","|https?://|")()}),p.breaks=d({},p.gfm,{br:c(p.br)("{2,}","*")(),text:c(p.gfm.text)("{2,}","*")()}),i.rules=p,i.output=function(e,t,n){var r=new i(t,n);return r.output(e)},i.prototype.output=function(e){for(var t,n,r,i,o="";e;)if(i=this.rules.escape.exec(e))e=e.substring(i[0].length),o+=i[1];else if(i=this.rules.autolink.exec(e))e=e.substring(i[0].length),"@"===i[2]?(n=":"===i[1].charAt(6)?this.mangle(i[1].substring(7)):this.mangle(i[1]),r=this.mangle("mailto:")+n):(n=a(i[1]),r=n),o+=this.renderer.link(r,null,n);else if(this.inLink||!(i=this.rules.url.exec(e))){if(i=this.rules.tag.exec(e))!this.inLink&&/^/i.test(i[0])&&(this.inLink=!1),e=e.substring(i[0].length),o+=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(i[0]):a(i[0]):i[0];else if(i=this.rules.link.exec(e))e=e.substring(i[0].length),this.inLink=!0,o+=this.outputLink(i,{href:i[2],title:i[3]}),this.inLink=!1;else if((i=this.rules.reflink.exec(e))||(i=this.rules.nolink.exec(e))){if(e=e.substring(i[0].length),t=(i[2]||i[1]).replace(/\s+/g," "),t=this.links[t.toLowerCase()],!t||!t.href){o+=i[0].charAt(0),e=i[0].substring(1)+e;continue}this.inLink=!0,o+=this.outputLink(i,t),this.inLink=!1}else if(i=this.rules.strong.exec(e))e=e.substring(i[0].length),o+=this.renderer.strong(this.output(i[2]||i[1]));else if(i=this.rules.em.exec(e))e=e.substring(i[0].length),o+=this.renderer.em(this.output(i[2]||i[1]));else if(i=this.rules.code.exec(e))e=e.substring(i[0].length),o+=this.renderer.codespan(a(i[2],!0));else if(i=this.rules.br.exec(e))e=e.substring(i[0].length),o+=this.renderer.br();else if(i=this.rules.del.exec(e))e=e.substring(i[0].length),o+=this.renderer.del(this.output(i[1]));else if(i=this.rules.text.exec(e))e=e.substring(i[0].length),o+=this.renderer.text(a(this.smartypants(i[0])));else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0))}else e=e.substring(i[0].length),n=a(i[1]),r=n,o+=this.renderer.link(r,null,n);return o},i.prototype.outputLink=function(e,t){var n=a(t.href),r=t.title?a(t.title):null;return"!"!==e[0].charAt(0)?this.renderer.link(n,r,this.output(e[1])):this.renderer.image(n,r,a(e[1]))},i.prototype.smartypants=function(e){return this.options.smartypants?e.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…"):e},i.prototype.mangle=function(e){if(!this.options.mangle)return e;for(var t,n="",r=e.length,i=0;r>i;i++)t=e.charCodeAt(i),Math.random()>.5&&(t="x"+t.toString(16)),n+="&#"+t+";";return n},o.prototype.code=function(e,t,n){if(this.options.highlight){var r=this.options.highlight(e,t);null!=r&&r!==e&&(n=!0,e=r)}return t?'
'+(n?e:a(e,!0))+"\n
\n":"
"+(n?e:a(e,!0))+"\n
"},o.prototype.blockquote=function(e){return"
\n"+e+"
\n"},o.prototype.html=function(e){return e},o.prototype.heading=function(e,t,n){return"'+e+"\n"},o.prototype.hr=function(){return this.options.xhtml?"
\n":"
\n"},o.prototype.list=function(e,t){var n=t?"ol":"ul";return"<"+n+">\n"+e+"\n"},o.prototype.listitem=function(e){return"
  • "+e+"
  • \n"},o.prototype.paragraph=function(e){return"

    "+e+"

    \n"},o.prototype.table=function(e,t){return"\n\n"+e+"\n\n"+t+"\n
    \n"},o.prototype.tablerow=function(e){return"\n"+e+"\n"},o.prototype.tablecell=function(e,t){var n=t.header?"th":"td",r=t.align?"<"+n+' style="text-align:'+t.align+'">':"<"+n+">";return r+e+"\n"},o.prototype.strong=function(e){return""+e+""},o.prototype.em=function(e){return""+e+""},o.prototype.codespan=function(e){return""+e+""},o.prototype.br=function(){return this.options.xhtml?"
    ":"
    "},o.prototype.del=function(e){return""+e+""},o.prototype.link=function(e,t,n){if(this.options.sanitize){try{var r=decodeURIComponent(s(e)).replace(/[^\w:]/g,"").toLowerCase()}catch(i){return""}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:"))return""}var o='
    "},o.prototype.image=function(e,t,n){var r=''+n+'":">"},o.prototype.text=function(e){return e},l.parse=function(e,t,n){var r=new l(t,n);return r.parse(e)},l.prototype.parse=function(e){this.inline=new i(e.links,this.options,this.renderer),this.tokens=e.reverse();for(var t="";this.next();)t+=this.tok();return t},l.prototype.next=function(){return this.token=this.tokens.pop()},l.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0},l.prototype.parseText=function(){for(var e=this.token.text;"text"===this.peek().type;)e+="\n"+this.next().text;return this.inline.output(e)},l.prototype.tok=function(){switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,this.token.text);case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped);case"table":var e,t,n,r,i,o="",l="";for(n="",e=0;e=o?"bigger"==t?"###### "+i:"# "+i:6==o&&"smaller"==t?i.substr(7):1==o&&"bigger"==t?i.substr(2):"bigger"==t?i.substr(1):"#"+i:1==n?0>=o?"# "+i:o==n?i.substr(o+1):"# "+i.substr(o+1):2==n?0>=o?"## "+i:o==n?i.substr(o+1):"## "+i.substr(o+1):0>=o?"### "+i:o==n?i.substr(o+1):"### "+i.substr(o+1),e.replaceRange(i,{line:r,ch:0},{line:r,ch:99999999999999})}(o);e.focus()}}function A(e,t){if(!/editor-preview-active/.test(e.getWrapperElement().lastChild.className)){for(var n=l(e),r=e.getCursor("start"),i=e.getCursor("end"),o={quote:/^(\s*)\>\s+/,"unordered-list":/^(\s*)(\*|\-|\+)\s+/,"ordered-list":/^(\s*)\d+\.\s+/},a={quote:"> ","unordered-list":"* ","ordered-list":"1. "},s=r.line;s<=i.line;s++)!function(r){var i=e.getLine(r);i=n[t]?i.replace(o[t],"$1"):a[t]+i,e.replaceRange(i,{line:r,ch:0},{line:r,ch:99999999999999})}(s);e.focus()}}function O(e,t,n,r){if(!/editor-preview-active/.test(e.codemirror.getWrapperElement().lastChild.className)){r="undefined"==typeof r?n:r;var i,o=e.codemirror,a=l(o),s=n,c=r,u=o.getCursor("start"),d=o.getCursor("end");a[t]?(i=o.getLine(u.line),s=i.slice(0,u.ch),c=i.slice(u.ch),"bold"==t?(s=s.replace(/(\*\*|__)(?![\s\S]*(\*\*|__))/,""),c=c.replace(/(\*\*|__)/,"")):"italic"==t?(s=s.replace(/(\*|_)(?![\s\S]*(\*|_))/,""),c=c.replace(/(\*|_)/,"")):"strikethrough"==t&&(s=s.replace(/(\*\*|~~)(?![\s\S]*(\*\*|~~))/,""),c=c.replace(/(\*\*|~~)/,"")),o.replaceRange(s+c,{line:u.line,ch:0},{line:u.line,ch:99999999999999}),"bold"==t||"strikethrough"==t?(u.ch-=2,u!==d&&(d.ch-=2)):"italic"==t&&(u.ch-=1,u!==d&&(d.ch-=1))):(i=o.getSelection(),"bold"==t?(i=i.split("**").join(""),i=i.split("__").join("")):"italic"==t?(i=i.split("*").join(""),i=i.split("_").join("")):"strikethrough"==t&&(i=i.split("~~").join("")),o.replaceSelection(s+i+c),u.ch+=n.length,d.ch=u.ch+i.length),o.setSelection(u,d),o.focus()}}function W(e,t){for(var n in t)t.hasOwnProperty(n)&&(t[n]instanceof Array?e[n]=t[n].concat(e[n]instanceof Array?e[n]:[]):null!==t[n]&&"object"==typeof t[n]&&t[n].constructor===Object?e[n]=W(e[n]||{},t[n]):e[n]=t[n]);return e}function H(e){for(var t=1;t=19968?n[i].length:1;return r}function E(e){e=e||{},e.parent=this;var t=!0;if(e.autoDownloadFontAwesome===!1&&(t=!1),e.autoDownloadFontAwesome!==!0)for(var n=document.styleSheets,r=0;r-1&&(t=!1);if(t){var i=document.createElement("link");i.rel="stylesheet",i.href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css",document.getElementsByTagName("head")[0].appendChild(i)}if(e.element)this.element=e.element;else if(null===e.element)return void console.log("SimpleMDE: Error. No element was found.");e.toolbar!==!1&&(e.toolbar=e.toolbar||E.toolbar),e.hasOwnProperty("status")||(e.status=["autosave","lines","words","cursor"]),e.previewRender||(e.previewRender=function(e){return this.parent.markdown(e)}),e.parsingConfig=e.parsingConfig||{},e.insertTexts=H({},j,e.insertTexts||{}),this.options=e,this.render(),e.initialValue&&this.value(e.initialValue)}var I=e("codemirror");e("codemirror/addon/edit/continuelist.js"),e("./codemirror/tablist"),e("codemirror/addon/display/fullscreen.js"),e("codemirror/mode/markdown/markdown.js"),e("codemirror/addon/mode/overlay.js"),e("codemirror/mode/gfm/gfm.js"),e("codemirror/mode/xml/xml.js"),e("spell-checker");var P=e("marked"),z=/Mac/.test(navigator.platform),F={"Cmd-B":s,"Cmd-I":c,"Cmd-K":b,"Cmd-H":f,"Shift-Cmd-H":p,"Cmd-Alt-I":w,"Cmd-'":h,"Cmd-Alt-L":x,"Cmd-L":y,"Cmd-Alt-C":d,"Cmd-P":T},R=function(){var e=!1;return function(t){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(t.substr(0,4)))&&(e=!0)}(navigator.userAgent||navigator.vendor||window.opera),e},B="",_={bold:{name:"bold",action:s,className:"fa fa-bold",title:"Bold (Ctrl+B)"},italic:{name:"italic",action:c,className:"fa fa-italic",title:"Italic (Ctrl+I)"},strikethrough:{name:"strikethrough",action:u,className:"fa fa-strikethrough",title:"Strikethrough"},heading:{name:"heading",action:f,className:"fa fa-header",title:"Heading (Ctrl+H)"},"heading-smaller":{name:"heading-smaller",action:f,className:"fa fa-header fa-header-x fa-header-smaller",title:"Smaller Heading (Ctrl+H)"},"heading-bigger":{name:"heading-bigger",action:p,className:"fa fa-header fa-header-x fa-header-bigger",title:"Bigger Heading (Shift+Ctrl+H)"},"heading-1":{name:"heading-1",action:m,className:"fa fa-header fa-header-x fa-header-1",title:"Big Heading"},"heading-2":{name:"heading-2",action:g,className:"fa fa-header fa-header-x fa-header-2",title:"Medium Heading"},"heading-3":{name:"heading-3",action:v,className:"fa fa-header fa-header-x fa-header-3",title:"Small Heading"},code:{name:"code",action:d,className:"fa fa-code",title:"Code (Ctrl+Alt+C)"},quote:{name:"quote",action:h,className:"fa fa-quote-left",title:"Quote (Ctrl+')"},"unordered-list":{name:"unordered-list",action:y,className:"fa fa-list-ul",title:"Generic List (Ctrl+L)"},"ordered-list":{name:"ordered-list",action:x,className:"fa fa-list-ol",title:"Numbered List (Ctrl+Alt+L)"},link:{name:"link",action:b,className:"fa fa-link",title:"Create Link (Ctrl+K)"},image:{name:"image",action:w,className:"fa fa-picture-o",title:"Insert Image (Ctrl+Alt+I)"},"horizontal-rule":{name:"horizontal-rule",action:k,className:"fa fa-minus",title:"Insert Horizontal Line"},preview:{name:"preview",action:T,className:"fa fa-eye no-disable",title:"Toggle Preview (Ctrl+P)"},"side-by-side":{name:"side-by-side",action:L,className:"fa fa-columns no-disable no-mobile",title:"Toggle Side by Side (F9)" +},fullscreen:{name:"fullscreen",action:a,className:"fa fa-arrows-alt no-disable no-mobile",title:"Toggle Fullscreen (F11)"},guide:{name:"guide",action:"http://nextstepwebs.github.io/simplemde-markdown-editor/markdown-guide",className:"fa fa-question-circle",title:"Markdown Guide"}},j={link:["[","](http://)"],image:["![](http://",")"],horizontalRule:["","\n\n-----\n\n"]};E.toolbar=["bold","italic","heading","|","quote","unordered-list","ordered-list","|","link","image","|","preview","side-by-side","fullscreen","guide"],E.prototype.markdown=function(e){if(P){var t={};return this.options&&this.options.renderingConfig&&this.options.renderingConfig.singleLineBreaks!==!1&&(t.breaks=!0),this.options&&this.options.renderingConfig&&this.options.renderingConfig.codeSyntaxHighlighting===!0&&window.hljs&&(t.highlight=function(e){return window.hljs.highlightAuto(e).value}),P.setOptions(t),P(e)}},E.prototype.render=function(e){if(e||(e=this.element||document.getElementsByTagName("textarea")[0]),!this._rendered||this._rendered!==e){this.element=e;var t=this.options,n=this,i={};for(var o in F)!function(e){i[r(e)]=function(){F[e](n)}}(o);i.Enter="newlineAndIndentContinueMarkdownList",i.Tab="tabAndIndentMarkdownList",i["Shift-Tab"]="shiftTabAndUnindentMarkdownList",i.F11=function(){a(n)},i.F9=function(){L(n)},i.Esc=function(e){e.getOption("fullScreen")&&a(n)};var l,s;t.spellChecker!==!1?(l="spell-checker",s=t.parsingConfig,s.name="gfm",s.gitHubSpice=!1):(l=t.parsingConfig,l.name="gfm",l.gitHubSpice=!1),this.codemirror=I.fromTextArea(e,{mode:l,backdrop:s,theme:"paper",tabSize:void 0!=t.tabSize?t.tabSize:2,indentUnit:void 0!=t.tabSize?t.tabSize:2,indentWithTabs:t.indentWithTabs===!1?!1:!0,lineNumbers:!1,autofocus:t.autofocus===!0?!0:!1,extraKeys:i,lineWrapping:t.lineWrapping===!1?!1:!0,allowDropFileTypes:["text/plain"]}),t.toolbar!==!1&&this.createToolbar(),t.status!==!1&&this.createStatusbar(),void 0!=t.autosave&&t.autosave.enabled===!0&&this.autosave(),this.createSideBySide(),this._rendered=this.element}},E.prototype.autosave=function(){var e=this.value(),t=this;if(void 0==this.options.autosave.unique_id||""==this.options.autosave.unique_id)return void console.log("SimpleMDE: You must set a unique_id to use the autosave feature");null!=t.element.form&&void 0!=t.element.form&&t.element.form.addEventListener("submit",function(){localStorage.setItem(t.options.autosave.unique_id,"")}),this.options.autosave.loaded!==!0&&(null!=localStorage.getItem(this.options.autosave.unique_id)&&this.codemirror.setValue(localStorage.getItem(this.options.autosave.unique_id)),this.options.autosave.loaded=!0),localStorage&&localStorage.setItem(this.options.autosave.unique_id,e);var n=document.getElementById("autosaved");if(null!=n&&void 0!=n&&""!=n){var r=new Date,i=r.getHours(),o=r.getMinutes(),l="am",a=i;a>=12&&(a=i-12,l="pm"),0==a&&(a=12),o=10>o?"0"+o:o,n.innerHTML="Autosaved: "+a+":"+o+" "+l}setTimeout(function(){t.autosave()},this.options.autosave.delay||1e4)},E.prototype.createSideBySide=function(){var e=this.codemirror,t=e.getWrapperElement(),n=t.nextSibling;n&&/editor-preview-side/.test(n.className)||(n=document.createElement("div"),n.className="editor-preview-side",t.parentNode.insertBefore(n,t.nextSibling));var r=!1,i=!1;return e.on("scroll",function(e){if(r)return void(r=!1);i=!0;var t=e.getScrollInfo().height-e.getScrollInfo().clientHeight,o=parseFloat(e.getScrollInfo().top)/t,l=(n.scrollHeight-n.clientHeight)*o;n.scrollTop=l}),n.onscroll=function(){if(i)return void(i=!1);r=!0;var t=n.scrollHeight-n.clientHeight,o=parseFloat(n.scrollTop)/t,l=(e.getScrollInfo().height-e.getScrollInfo().clientHeight)*o;e.scrollTo(0,l)},!0},E.prototype.createToolbar=function(e){if(e=e||this.options.toolbar,e&&0!==e.length){var t;for(t=0;t Date: Fri, 27 Nov 2015 01:50:38 -0500 Subject: wiki: finish edit --- cmd/web.go | 8 ++- conf/locale/locale_en-US.ini | 5 ++ models/error.go | 20 +++++++ models/pull.go | 2 +- models/wiki.go | 25 ++++++++- modules/auth/repo_form.go | 7 ++- modules/bindata/bindata.go | 4 +- modules/middleware/context.go | 13 +++-- modules/middleware/repo.go | 18 ++++-- public/js/gogs.js | 43 ++++++++------- routers/repo/wiki.go | 125 ++++++++++++++++++++++++++++++++++-------- templates/repo/nav.tmpl | 67 ---------------------- templates/repo/wiki/new.tmpl | 11 +++- templates/repo/wiki/view.tmpl | 32 ++++++++++- 14 files changed, 245 insertions(+), 135 deletions(-) delete mode 100644 templates/repo/nav.tmpl (limited to 'public/js') diff --git a/cmd/web.go b/cmd/web.go index 5baeffcc..07fceae4 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -378,6 +378,7 @@ func runWeb(ctx *cli.Context) { } reqRepoAdmin := middleware.RequireRepoAdmin() + reqRepoPusher := middleware.RequireRepoPusher() // ***** START: Organization ***** m.Group("/org", func() { @@ -534,13 +535,14 @@ func runWeb(ctx *cli.Context) { m.Group("/wiki", func() { m.Get("/?:page", repo.Wiki) - m.Get("/_list", repo.WikiList) + m.Get("/_pages", repo.WikiPages) m.Group("", func() { m.Combo("/_new").Get(repo.NewWiki). Post(bindIgnErr(auth.NewWikiForm{}), repo.NewWikiPost) - m.Get("/:page/_edit", repo.EditWiki) - }, reqSignIn) + m.Combo("/:page/_edit").Get(repo.EditWiki). + Post(bindIgnErr(auth.NewWikiForm{}), repo.EditWikiPost) + }, reqSignIn, reqRepoPusher) }, middleware.RepoRef()) m.Get("/archive/*", repo.Download) diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index dd392d46..27888bde 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -539,10 +539,15 @@ wiki = Wiki wiki.welcome = Welcome to Wiki! wiki.welcome_desc = Wiki is the place where you would like to document your project together and make it better. wiki.create_first_page = Create the first page +wiki.page = Page +wiki.filter_page = Filter page wiki.new_page = Create New Page wiki.default_commit_message = Write a note about this update (optional). wiki.save_page = Save Page wiki.last_commit_info = %s edited this page %s +wiki.edit_page_button = Edit +wiki.new_page_button = New Page +wiki.page_already_exists = Wiki page with same name already exists. settings = Settings settings.options = Options diff --git a/models/error.go b/models/error.go index 069346be..d005b9af 100644 --- a/models/error.go +++ b/models/error.go @@ -107,6 +107,26 @@ func (err ErrUserHasOrgs) Error() string { return fmt.Sprintf("user still has membership of organizations [uid: %d]", err.UID) } +// __ __.__ __ .__ +// / \ / \__| | _|__| +// \ \/\/ / | |/ / | +// \ /| | <| | +// \__/\ / |__|__|_ \__| +// \/ \/ + +type ErrWikiAlreadyExist struct { + Title string +} + +func IsErrWikiAlreadyExist(err error) bool { + _, ok := err.(ErrWikiAlreadyExist) + return ok +} + +func (err ErrWikiAlreadyExist) Error() string { + return fmt.Sprintf("wiki page already exists [title: %s]", err.Title) +} + // __________ ___. .__ .__ ____ __. // \______ \__ _\_ |__ | | |__| ____ | |/ _|____ ___.__. // | ___/ | \ __ \| | | |/ ___\ | <_/ __ < | | diff --git a/models/pull.go b/models/pull.go index 080819cb..8020a1e1 100644 --- a/models/pull.go +++ b/models/pull.go @@ -252,7 +252,7 @@ func (pr *PullRequest) testPatch() (err error) { // Checkout base branch. _, stderr, err := process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(), - fmt.Sprintf("PullRequest.Merge(git checkout): %s", pr.BaseRepo.ID), + fmt.Sprintf("PullRequest.Merge(git checkout): %v", pr.BaseRepo.ID), "git", "checkout", pr.BaseBranch) if err != nil { return fmt.Errorf("git checkout: %s", stderr) diff --git a/models/wiki.go b/models/wiki.go index d78c51a8..fd84ce44 100644 --- a/models/wiki.go +++ b/models/wiki.go @@ -7,6 +7,7 @@ package models import ( "fmt" "io/ioutil" + "os" "path" "path/filepath" "strings" @@ -108,8 +109,8 @@ func (repo *Repository) UpdateLocalWiki() error { return updateLocalCopy(repo.WikiPath(), repo.LocalWikiPath()) } -// AddWikiPage adds new page to repository wiki. -func (repo *Repository) AddWikiPage(doer *User, title, content, message string) (err error) { +// updateWikiPage adds new page to repository wiki. +func (repo *Repository) updateWikiPage(doer *User, oldTitle, title, content, message string, isNew bool) (err error) { wikiWorkingPool.CheckIn(com.ToStr(repo.ID)) defer wikiWorkingPool.CheckOut(com.ToStr(repo.ID)) @@ -133,8 +134,18 @@ func (repo *Repository) AddWikiPage(doer *User, title, content, message string) return fmt.Errorf("UpdateLocalWiki: %v", err) } - title = strings.Replace(title, "/", " ", -1) + title = ToWikiPageName(strings.Replace(title, "/", " ", -1)) filename := path.Join(localPath, title+".md") + + // If not a new file, show perform update not create. + if isNew { + if com.IsExist(filename) { + return ErrWikiAlreadyExist{filename} + } + } else { + os.Remove(path.Join(localPath, oldTitle+".md")) + } + if err = ioutil.WriteFile(filename, []byte(content), 0666); err != nil { return fmt.Errorf("WriteFile: %v", err) } @@ -152,3 +163,11 @@ func (repo *Repository) AddWikiPage(doer *User, title, content, message string) return nil } + +func (repo *Repository) AddWikiPage(doer *User, title, content, message string) error { + return repo.updateWikiPage(doer, "", title, content, message, true) +} + +func (repo *Repository) EditWikiPage(doer *User, oldTitle, title, content, message string) error { + return repo.updateWikiPage(doer, oldTitle, title, content, message, false) +} diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 1ba81076..3c5e4ee5 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -246,9 +246,10 @@ func (f *EditReleaseForm) Validate(ctx *macaron.Context, errs binding.Errors) bi // \/ \/ type NewWikiForm struct { - Title string `binding:"Required"` - Content string `binding:"Required"` - Message string + OldTitle string + Title string `binding:"Required"` + Content string `binding:"Required"` + Message string } // FIXME: use code generation to generate this method. diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 7c907a1a..5287fac9 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -4364,7 +4364,7 @@ func confLocaleLocale_deDeIni() (*asset, error) { return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xeb\x72\xdc\x48\xae\x27\xfe\x9d\x4f\xc1\xf6\x84\xc3\x76\x84\x5c\x8e\xee\x3e\xff\xff\x6e\x74\xb4\xdd\x2b\x4b\xed\xcb\x39\x96\xa5\xb1\xd4\xd3\x3b\xeb\x70\xb0\x59\x45\xaa\x8a\xe3\x2a\xb2\x9a\x64\xb9\xac\x39\x71\x22\xf6\x01\xf6\x01\x76\x5f\xef\x3c\xc9\x02\x3f\x00\x79\x21\x59\x92\xdd\x33\xb1\xfe\x60\xb1\x32\x91\x37\x24\x12\x89\x44\x02\xc8\x7c\xbb\xcd\x8a\xb2\x5b\xa4\x4f\xd3\xe3\x74\x9b\x57\xf5\xba\xec\xba\xb4\x2b\xd7\xd7\x8f\x57\x4d\xd7\x97\x45\xfa\xb2\xea\xe9\x77\xfb\xa9\x5a\x94\x49\xb2\x6a\x36\x25\x81\xbe\xa2\x3f\x49\x91\x77\xab\x79\x93\xb7\x05\x25\x9c\xda\x77\x52\x7e\xde\xae\x9b\x96\x81\x7e\x96\xaf\x64\x55\xae\xb7\x5c\x86\xfe\x24\x5d\xb5\xac\xb3\xaa\xa6\x9f\x97\xf4\x95\xbe\xae\x25\xa5\xd9\xf5\x96\x74\xbe\xeb\x25\x6d\xb7\xb5\xa4\x5f\xb6\x49\x5b\x2e\x2b\xea\x4d\x4b\x49\xef\xf4\x33\xd9\x97\xf3\xae\xea\xb9\xa5\x5f\xe5\x2b\xf9\x54\xb6\x5d\xd5\x70\xed\x7f\x91\xaf\x64\x9b\x2f\x19\xe0\x82\xfe\x24\x7d\xb9\xd9\xae\x73\x14\xb8\xd2\xcf\x64\x9d\xd7\xcb\x9d\xc0\xbc\xd1\xcf\x64\xd1\x96\x94\x95\xd5\xe5\x9e\x52\x4f\xf0\x63\x36\x9b\x25\x3b\x42\x42\xb6\x6d\x9b\xeb\x6a\x5d\x66\x79\x5d\x64\x1b\x19\xe6\x2f\x94\x9e\x6a\x7a\x4a\xe9\x29\xa7\x63\x08\x65\x41\x43\xcd\xf2\x4e\xc7\x41\xb8\xa4\x91\xe7\x5d\x82\xaa\xea\x7c\x63\xa5\xf9\x33\x29\x37\x79\xb5\x66\xac\x3d\xe6\x0f\xea\x78\xd7\xed\x1b\xe0\xf6\x42\x3f\x09\x09\x59\x7f\xb3\x2d\x81\x83\xc7\x57\xf4\x95\x2c\xf2\x6d\xbf\x58\xe5\xdc\x4f\xf9\x4a\x08\x68\xdb\x10\x32\x9a\xf6\x06\x70\xf6\x23\x69\xda\x65\x5e\x57\x7f\xcf\x7b\x41\xd0\x79\xf0\x33\xd9\x54\x6d\xdb\x30\x6e\xcf\xf0\x91\xd0\xd0\x33\xae\x87\x52\xde\x12\x16\x82\x5a\x38\x67\x53\x2d\x5b\x41\x23\x67\x9e\xe1\x17\xd7\xc2\x79\xd7\x4d\xfb\x51\x33\x5e\xf0\xe7\xa0\x28\x75\x42\x73\xe3\xf6\xf3\x9a\x10\xaf\xb9\x67\xf8\x11\x01\x74\x49\x5e\x6c\x08\x95\xdb\xbc\x2e\x19\x47\xc7\xfc\x8b\xf0\x42\xbf\x92\x7c\xb1\x68\x76\x75\x9f\x75\x65\xdf\x57\xf5\x92\x91\x7d\x2c\x49\xe9\xa5\x26\x25\x41\x9e\x4b\xbb\x69\x76\x6e\x3a\x29\xfd\xaf\xf4\x33\xbd\x90\x9f\x92\x17\x14\x42\xa6\x2b\xc9\x23\xe9\xb2\xeb\xb2\x2c\x64\x2c\x5d\xfa\x82\xbe\x93\xed\x6e\xbd\x26\xac\xfd\xbe\x2b\xbb\x9e\x0b\x5d\xd0\x6f\x1a\xbf\xfc\x4e\xaa\xae\xa3\x0f\x4a\x7e\x8d\x8f\x84\xa6\xae\x5e\x60\x30\x27\xf8\x48\x92\xf7\x5d\x99\xb7\x8b\xd5\x87\x44\xfe\xa2\xaf\xfc\xc1\xb4\x77\x68\x52\x99\x90\x94\x88\xa4\x05\x6b\x20\x59\x34\x05\xff\x38\xa1\x3f\x54\x75\x55\x77\x7d\xbe\x5e\x7f\x48\xf4\x83\xc1\xe4\x4b\x26\xa0\xaf\x7a\x60\x41\x13\xd3\xcb\xbe\xdc\x76\x3c\x83\xe9\x8b\xaa\xed\xfa\xc7\x7d\x45\xc4\xfa\x6e\x57\x27\x45\xb3\xf8\x48\xcb\x80\x97\x34\x5a\x7e\x7d\x9d\x12\xb2\x1e\xd0\x42\x68\x77\x75\x4d\xe8\x49\x5f\x36\x84\x32\x6a\xa6\xa2\xf6\x4f\x01\x7d\x94\x6e\xd7\x65\xde\x11\x48\x99\x17\xe9\x8f\x79\xda\xe7\xed\xb2\xec\x9f\xde\xcb\xe6\xb4\xfc\x3e\xde\x4b\x57\x6d\x79\xfd\xf4\xde\xfd\xee\xde\xb3\x97\x3b\x2a\xb6\xae\xea\xb2\xfb\xf1\x49\xfe\x2c\x5d\xe4\x94\x43\x68\xbc\x49\xe7\xe5\x35\xaf\x36\x6a\x2b\x25\x2a\xaf\x97\xbc\xd2\x6e\xfa\x15\x37\x48\x94\x40\x1f\x5d\xca\x4b\xfd\x9b\x84\x27\x80\x58\x41\x56\xcc\x8d\xad\xa1\x43\x48\x6e\x69\x02\xce\x6e\x2e\xff\xfc\xe6\x28\xbd\x20\xde\xb6\x6c\x4b\x7c\xd3\x7f\x54\xe2\xfb\x94\x46\x7b\x55\x9d\x3e\x9f\x25\x54\xd6\x10\x72\x9a\xf7\xf9\x9c\xfb\xee\x66\x9f\x33\x65\x11\xba\x3c\x2c\x45\xe6\x96\xe0\x8c\x5d\x1f\x4d\xcb\xd4\x42\xa6\x3a\x74\xf9\xbb\x3a\xde\x32\x0f\xa0\x74\x87\xd9\x0b\xc1\x19\x55\x95\xbe\x7e\xfb\xf6\xfc\xf4\x79\x5a\xd6\x4b\xc2\x4c\xba\xaf\xfa\x55\xba\xeb\xaf\xff\x6b\xb6\x2c\xeb\xb2\xcd\xd7\xd9\xa2\x62\xa4\xb4\x44\xb0\x29\x61\x49\x86\x38\x4b\xba\x6e\x4d\x2c\x0a\x54\x70\x79\xf9\x26\x3d\x63\x4a\xd8\xe6\xfd\x0a\x1d\xe9\x57\x49\xf7\xfb\x9a\x11\xe5\x1a\xbc\x5a\x95\x29\x16\x03\x80\x9a\xeb\x21\x5e\xd2\x42\xfb\x3a\x4b\xca\xb6\xcd\x88\x83\xf6\x37\x8c\x66\xad\xf3\x10\xb4\x54\x47\xd4\x5e\x37\x3d\x4d\x63\x8a\x72\x52\x45\x55\x7f\xca\xd7\x55\x41\xc8\xf6\x08\x89\xcb\x22\xb1\x68\x68\xde\xb8\x34\x51\x66\xb3\xc7\x50\xf3\x05\x6d\x00\x5d\x7a\x6f\x76\x0f\x1c\xf7\xde\xe3\x7b\xb3\xa4\x6e\x32\xe1\x12\xcc\x9b\x8b\xaa\xcb\xe7\xc4\xa7\x65\xdf\x68\x8d\xeb\xfd\x95\xe9\x47\xba\xa2\x10\x69\x04\xc1\xb8\xe5\xbd\x08\x5b\x00\x13\x57\x4e\x0c\x1b\xcc\x46\xd9\x4c\x38\x76\xe3\x49\x6e\x7e\x85\x2d\xb9\x84\xd1\x98\x13\x9b\x30\xa3\xae\xe3\xed\x76\x5d\x2d\xa4\xe9\x97\x92\xe7\x09\x8d\x77\x66\x45\x4a\x08\x07\x42\xb1\xbc\x80\x5c\xa8\xd7\xcc\xb6\xd2\x88\xcf\xa3\xfc\xaa\xa4\x95\xb3\xda\x2d\x65\x77\x5a\x37\xbb\xe2\x1b\x30\x14\x9b\x39\xcf\x4f\xd2\x77\x0d\x75\x18\xd4\xe1\x00\x7c\x13\xc7\xc4\x18\x58\x18\x68\xcb\x4d\xd3\x33\xe2\xb4\x58\x45\xd3\xb3\xaf\x28\x93\x46\xda\xe5\x9f\x88\x2d\xf6\x8d\x2c\xc9\x82\x96\xdc\x82\x2b\x26\x0e\xb6\xa3\x1d\x5d\x96\x05\xf1\x11\x59\x1a\x96\x16\xd3\x20\xa0\x36\x3b\x5a\x4d\x2b\xaa\x8c\x11\xcf\x12\x09\x55\x39\xd5\x4f\x0c\x89\xea\xc1\x2a\xa7\x95\xdb\xd0\xe6\xc9\x13\x7d\x8a\x0f\xfd\x1d\xd6\x4f\xbd\xca\xaf\xaf\xa9\x57\x1d\xad\x8a\x57\xe9\x62\xdd\xd0\x92\xfa\xe5\xdd\x9b\x8e\x17\xcc\x2a\xdb\x36\x2d\x24\x11\xca\xba\xa0\x4f\x97\x16\x20\x9a\x21\xea\xdd\x66\x4e\xbf\xf6\xab\x8a\x18\x35\xd0\xce\x25\x58\x4a\xa2\x54\x6a\x62\xd7\xd1\x14\x1e\xa5\xb4\x84\x69\x04\x84\x32\x10\x00\x8f\xc1\xa8\x8e\xc1\xaf\x89\xc6\x76\x2d\x2d\xa7\x55\xdf\x6f\xad\xe5\x57\x57\x57\x17\xd2\xb4\x4b\xbd\xad\xed\x3c\xa0\x0c\xcc\xc1\x9a\x65\xa3\x3a\x6d\xea\x19\x88\x64\xd7\xae\x07\xf4\x43\x63\xb5\x9c\x03\x78\xe1\x2e\x3c\xe1\xff\x2e\x3d\x7a\x80\xe7\x8e\xa4\xbe\x3d\xa8\x89\x70\x5c\x42\x4e\x21\xa2\x6e\xb6\x5c\x6f\x40\xd5\xe7\x9a\xe0\x49\x19\xb2\x8d\xcb\x17\x09\x87\x72\x21\x53\x06\xbb\xf4\x86\x06\xac\x6c\xf4\xf2\x8c\xd0\x00\x5e\x8a\xd4\xeb\xb6\xd9\x50\xea\x0b\xfa\xe3\x13\x7c\xf7\xcf\xb8\x3e\xc0\xe4\x45\x41\x5c\xbe\x3b\x4a\xdf\xbd\x38\x49\xff\xbf\xef\xbf\xfb\x6e\x96\xbe\xee\x79\x25\x32\x71\xfe\x8d\x89\x8a\x3e\x45\xd4\x72\xa0\xc4\xb1\x7a\xa2\xbb\x7b\xbc\xb2\xee\xa5\x3f\x22\xf7\xbf\x95\x9f\x73\x12\x11\xcb\xd9\xa2\xd9\x3c\x63\xae\xba\xc9\x69\xed\x73\x0e\x91\xab\xd2\xf1\x65\x59\x17\xf4\xa1\x02\x9b\xe6\x05\xec\x40\xf3\x03\xf1\x4d\x04\xd7\x6c\xd1\xd4\xd7\x55\xcb\x03\xfa\xb9\x06\x35\x98\x48\x4b\xdb\x35\x72\x4c\x2a\x22\xa4\x11\x07\xa9\xae\x6f\x3c\x28\x86\xfa\x96\x13\x75\x42\x13\xa1\xba\x4c\x45\x74\x87\xe5\x4b\x21\x46\x9e\xb7\x73\x1a\x5e\x6b\xf8\xee\x3c\xc2\x9b\xeb\x6b\xde\x6b\x6d\x97\xd0\x16\xce\x25\x55\x36\x8c\x10\x84\x88\x71\x0b\xa1\xfc\x54\x89\xf8\xe4\xf4\x6d\x5a\x7e\x22\x6a\x63\xae\xd7\x36\xc5\x6e\x01\x0a\x63\xd8\x23\x66\xd6\xc4\x22\x3a\x5a\x1b\x0b\xd9\x57\x02\x26\xc1\x5d\x63\x4e\xb4\x20\x20\xe2\x0d\xc6\xac\x49\x90\xfc\x44\x9c\xbf\x0d\x9a\x78\x69\x49\xda\xfb\x11\xec\xa8\x53\xae\x04\x8f\x7c\x41\x33\x4e\x54\x21\xbd\xe8\xa4\x53\x92\x4d\xe4\x4e\x74\xbc\xa3\x13\x4a\x5e\x50\x5f\xe6\x37\xe0\x3b\x1d\x13\x43\x51\x5e\xe7\xbb\x75\xef\xfb\x35\xd8\x44\xac\xa5\x4b\x3e\x24\x85\x79\x93\x05\x46\x1d\x04\xf5\x74\xc3\xb2\x44\x86\x35\xc9\x39\xb2\xd9\x30\xbd\xca\x29\xc4\xf6\x1d\x62\x4f\x25\xa6\x27\xf3\x22\xbf\xce\x97\x49\xfe\x71\xbe\x6b\xf6\x9d\x48\x3e\x29\xb6\x5a\xae\xd1\x2a\x60\x51\x61\xba\x2f\xb3\x44\xc5\xa5\x4c\x8f\x6b\xd9\xa7\x0a\x87\x21\x47\xae\x52\xa5\x1e\xe1\x98\xaf\xfd\x85\x01\xf8\x94\xd5\x4d\x96\x75\xbd\x39\xe7\x41\x76\xee\x30\x24\x38\xe7\xe1\xa2\x05\x16\xe1\x68\x96\x3e\x55\x60\xf3\x4a\x30\xc0\x0b\x51\x0d\x9a\xa6\xa6\xba\xb2\x44\x0d\x54\xfe\x09\xd5\x89\x32\x33\x3d\x20\xa8\xcc\x6e\xa2\x1f\x6f\xf7\x45\x03\xd9\x01\x7b\x09\x95\x36\xb4\x0e\xf6\xf5\xb4\xad\x96\x2b\xe2\xad\xcd\xfe\x48\x90\xb2\x5f\x35\x25\xaf\x9f\xd7\xa7\x4f\xbf\x95\x7e\x2c\x79\x67\x71\x85\x78\x4f\xca\x77\x44\x5c\x84\x31\x25\x63\xe9\x82\xdb\xdb\x01\x39\x3a\x8a\x08\xd0\xf0\xf0\x37\x12\x25\x1c\xd3\x50\x5e\x11\xe6\x29\x93\xf0\x30\x52\xda\x0e\x90\xd2\xb0\x72\x25\x95\xf7\xb3\x65\x83\x83\x8c\xc9\xf7\xbc\x5b\xd2\x79\xb8\xeb\xb3\x65\xd5\x67\xd7\xcc\xba\xb8\xe6\x17\x5c\x03\x6f\xde\x94\x93\x3e\xa0\xac\x07\x29\xf1\x3f\x3a\x9d\x15\x3f\xa4\xf7\x3f\xa9\xc4\xf8\x3d\xf3\xa4\x8c\x56\x51\xb5\xc6\x94\xe8\xf1\xa8\x2d\x45\x60\xb5\x33\xb8\x93\xda\xba\xdd\x16\x7b\x9b\x0a\x88\xee\x34\x50\x34\xfb\x9a\x57\x1f\x98\x2f\xf1\x99\x6a\x51\xd1\x9e\x31\xaf\xea\x9c\x36\x78\xab\x05\x4c\xfd\x3e\xd1\xc4\xdb\xf3\x2b\x00\x2e\x9b\xf9\xae\x5a\x17\x06\x30\x4b\x4c\x88\x24\x11\x52\x67\x3f\x14\xab\x2d\xa9\x92\xbe\x2c\x9a\x96\x25\x12\x8c\xc6\x0a\x1e\x10\x85\x5a\x16\x31\x90\x5c\xf1\x79\x06\xb0\x28\xe7\xa4\x16\x46\x03\x4d\x3f\x8e\x6a\x2c\xd3\x80\x6e\xaa\xae\x7e\xd0\xa3\xa7\x8b\x1d\xb5\x45\x53\xcf\xc9\x54\xb0\x4b\x1f\x3f\xa3\xff\x13\x96\x90\x64\x07\x58\x8e\x11\xcf\x99\xa9\x64\xee\x64\x2d\x46\x5d\x8d\x88\xdc\x4d\xb5\x91\x70\x30\xd6\xb0\xbf\x46\x02\xdd\x4e\xa8\x96\xd5\x25\x6b\x9a\xd6\xf2\x1b\xfa\xe0\x93\xdb\x72\x8d\x49\xc8\x7b\x3d\x5e\x35\x84\x37\x26\x90\x23\x59\x34\xd7\x34\x34\xe6\xa5\x7d\xfe\xb1\xc4\x89\x8c\xf6\xfc\xf7\xac\x07\xfa\x90\xec\x44\x06\x6d\xd6\x85\x3b\xef\x80\xb2\x9b\x76\xa8\xc6\xf0\x40\x8e\x6a\x3b\x12\xb6\x17\xab\xcc\x69\x91\x18\x29\x7d\xf9\x19\xbb\x3f\xb2\xbc\x52\x89\x49\x9e\xb3\x92\xcd\x0d\xa6\x8b\x07\x71\x76\xe3\x67\x8b\x24\x50\x5a\x28\x74\x98\x9d\x37\x8c\xb5\x4f\xa5\x83\x3a\x09\x53\xe3\x02\x54\x17\xc9\xca\x5a\x55\xac\x6d\xa0\x2c\x51\x89\x68\xae\xa8\x45\xba\x04\xac\x4c\x55\x60\xe0\x78\x34\x9f\x7a\xb2\x9f\xd1\xc4\x40\x6d\x60\x2d\x13\x5f\xbc\x91\x75\x11\xb4\x99\xbc\x57\xf5\xd8\x87\xc4\xe0\xde\xc5\xf9\xc4\x53\x56\x1f\x02\x15\x54\x66\xb3\x6b\xaa\x28\x68\x4f\x94\xad\x78\x91\x62\x55\x6e\x59\xfa\xd8\x74\x20\x8b\x35\x9f\xb4\x6f\x54\x7e\x76\x04\xf2\x93\x30\x6c\xa2\x18\x62\x73\xdf\x24\x5d\xc3\x0b\x2e\xfb\xca\x2a\x9e\x57\x44\x0a\x28\x1f\x6f\x76\xa2\x1b\x23\x31\x97\xa7\x8f\x56\xd9\xcd\x51\x7c\xb2\x5a\xe5\x1d\x31\x71\x92\x15\xb4\x58\x31\xb3\x13\x2e\x4f\x3b\x9d\xe7\xb0\x66\xa0\xcf\x03\x95\x4b\xc9\xa6\x1d\xee\xc2\xdc\x43\xe1\x73\xda\x8a\x93\x9d\x20\x19\x85\x02\xd4\x44\x9b\x84\xb0\x4d\xc9\xe2\x73\xb6\x11\x35\x9a\xfc\x4a\xcf\xca\x84\xb6\xc3\x25\x2d\x68\x23\xd8\xa7\xac\xfd\x58\xe2\x94\xa1\xf4\xca\x00\x65\x1f\x32\x62\x85\xb0\x94\x9f\x4c\x6f\x49\x9c\x61\x0f\xd5\x10\xad\xed\x11\xfa\x69\xcb\xa2\xec\x99\x31\x76\x91\x11\x20\xea\x75\xc4\x2d\x3c\x12\x8f\x53\x56\x40\x86\x50\x2a\x72\xfb\x61\x71\x01\xe6\x1a\x3f\xce\x9f\xdd\xef\x7e\x7c\x32\x7f\xe6\x78\xeb\x62\x55\x2e\x3e\x0a\xfd\x55\xf5\xbc\xf9\x8c\x83\x2d\x14\x25\x74\xa6\xe6\x35\x76\xbf\x48\xe9\xa0\xdb\xe2\x5c\x45\xbc\x80\x8a\x11\xe2\x39\x37\x9a\x34\xea\x0c\xb3\x0c\xda\xda\x16\x58\x55\x20\x70\x4f\x90\xc7\x9c\xca\x24\x89\x0d\xc0\xd3\x24\x06\xb2\xae\x36\x55\x3f\xa2\x09\xe6\x30\xb9\xd2\x96\xea\xca\x0c\x49\xa8\x0b\xc3\xc4\x28\x89\x4f\x53\x35\xb4\xaf\x1a\x9d\xec\x73\x3a\x48\x7d\x9f\x12\x6d\xec\x68\x7f\xe2\xce\xd2\x78\x88\x51\xe7\xbc\x31\xd3\x21\x2a\xef\xb2\x5d\xad\xf8\x2a\x0b\xa3\x92\x57\x15\xb6\x0f\x6e\xd7\x68\x39\x80\x32\x94\xea\x59\x20\x7d\xe8\x50\xf9\x68\xa6\xba\x2d\x14\x63\x9e\xce\x1d\xaa\x58\x6e\xcd\x27\x67\x85\x78\x5e\x5d\xca\xd9\x17\x18\x60\x38\x9e\x41\x3a\x40\xf9\x69\xa1\x53\xd8\x47\x4a\x01\xa6\xe7\xbb\xbe\x6f\xf8\x5c\xb2\x66\x72\x90\x32\xd6\xeb\x13\x00\xe2\xa8\xe5\xeb\xc3\x74\x86\x78\x12\x16\x5b\xda\x39\x21\x23\x3a\xe4\x35\x2d\x1a\x6e\x3e\xd1\x0d\x46\xa7\x9b\xa0\x03\x2b\x44\x97\x94\xd7\x37\x5e\xbd\x81\x5e\x70\x83\xfd\x74\x5f\x1e\xb6\xe5\x23\xdf\x1b\xb7\x18\x50\xc2\x7a\x24\xc5\x83\x85\xf2\x0e\xb9\xa2\x62\xb5\xe5\x64\x7b\x9a\x2a\x2a\x3d\x7d\xb4\x31\x7a\x91\xcf\x24\x4f\x9c\x93\xc4\xca\x02\x88\xa6\x51\xa0\xf4\x6c\xd0\x96\x3f\x12\x8e\x31\xd8\xc7\x5d\xf6\x5b\x53\xdf\x34\x59\xb7\x92\xe3\xb7\x75\x8f\x8e\xee\xf5\x32\xd2\x5b\xe1\x5e\x04\x44\xf7\xff\xf3\x06\xc8\x03\xfd\x90\xe8\x6c\x94\xc1\xa2\x50\x6a\xb5\x1c\x9b\x35\x59\x1b\x0e\xde\x84\xb5\xbf\x94\x2d\x1f\xef\x00\x14\xcf\xd6\x21\x2c\xc6\x83\x70\x4c\xd1\xef\xee\x8e\x21\x6a\xd2\x91\xed\xf7\x1e\xd8\x1d\x2a\x35\x87\x49\x52\x6e\x6f\x68\x60\x4d\x91\xd3\xc8\x6e\xa0\xac\xfe\x2b\xed\x49\x35\xae\x01\x9a\x84\x32\xa4\xd0\x19\x3e\x08\x94\x8f\xc5\x1f\x12\xde\xf5\xdf\x0e\xe4\x59\xde\xd4\x34\x2d\x10\xa9\x90\xf5\x73\x74\xcf\xe1\x46\x7b\x31\x21\xfb\xbe\x2b\xfd\x75\x07\xbe\xdc\xb0\x2f\x2f\x5f\x5d\xd9\x39\xf7\xf2\x55\xfa\xb1\xd4\xca\x5f\xf5\xfd\xb6\xfb\x05\x3a\x0f\x51\x60\xb0\xb6\xe3\x22\xbf\x61\x39\x53\x92\xf5\x07\x32\xae\xca\x7c\xa3\xbd\xe4\x4f\xa9\xe2\x98\x36\x60\x4d\xe4\x4f\xda\x97\x03\x5d\x5a\x02\x89\xeb\xe7\x29\x49\xdb\x9d\x7b\x4a\xbd\x4b\xf9\x6d\xa4\x00\xfc\x2d\xc9\xd7\x5b\x3a\x9a\xb1\xc8\x13\x80\x41\xd7\x35\xd7\x13\x5a\x0a\x10\x10\xf9\x6e\x43\xc4\xb1\xc0\x89\x94\x0a\x3c\x7c\x9c\x3d\x0a\x74\x9f\x71\x65\x05\xad\xfe\x3f\x54\x21\x7f\xb3\x5c\x1c\xd6\xdb\x55\x7f\xb7\x51\x44\xd5\x71\x3a\x31\x53\x82\x80\x14\xea\xa1\x1c\x10\xb6\x72\x96\x48\x7b\x56\x7d\x51\x02\x49\xbd\x51\xd5\x9b\xfc\xf3\x5d\x05\x37\xcd\x44\x39\xe1\x71\xbe\x90\x71\x32\x1d\x62\xbc\x72\x08\x9e\x95\x5b\x07\xa1\x69\xea\x09\xa4\xaa\x17\xeb\x5d\x71\xb0\x27\xdd\x6e\x4e\xdb\x20\x8b\xd3\x0f\xee\x77\x0f\xb8\xca\xfa\x23\xed\xdb\xb5\x83\xff\x45\x7e\xa7\xf8\xfd\x83\xdd\xc4\xd1\x81\x57\xcf\x18\xa9\xbb\x93\x23\xf1\xa3\xe0\x0d\x04\x67\x85\x99\xe7\x3b\xe1\xf9\xc1\x91\x3f\xb4\x16\x7a\xc0\x73\x6b\x9f\x55\x15\x38\x4a\x11\x09\xce\xfc\xf5\x61\xc6\x52\x40\xc6\x72\x79\x1d\x4a\xdf\x4e\x3e\xb0\x8d\x16\x10\x72\x89\x94\x8d\xcb\x0d\x16\xe8\xc1\xe2\x24\xec\x4c\x94\x3e\x1f\xab\x9b\x0f\x94\xef\x69\x89\x4d\x54\xe0\x56\xde\xc1\x82\x32\xf9\x28\x44\x23\x2f\x46\xbc\x63\x5c\x90\xc1\xe8\x64\xb8\x5e\x97\x4b\xd6\x4b\x5a\xc3\x51\x6b\x3a\xd1\xb4\x2b\x0a\x58\x48\x70\x1e\xc3\x6e\xb2\xc2\x79\x0d\xcf\x39\x6e\x8e\xe2\x13\x26\xab\x6b\xa8\xaa\x16\x57\xc0\xc1\x39\x53\xbb\xa1\x9b\xc4\x86\x8f\x54\xdd\x8e\xf7\x28\x3e\x7e\x89\xfc\x15\xcf\x06\x4b\x20\xa8\xaa\x44\x13\x87\xab\x27\x5a\x64\xce\x7e\x57\xfd\x00\xfb\xca\xaa\x43\xbd\xc4\xb8\x62\xad\xdc\x01\x1d\xaa\xd6\x9d\x99\xcb\xcf\x15\x74\xbc\x2f\x2b\xd6\x1d\xe2\xd4\xec\x94\x05\xc8\x9b\x25\x6b\x62\x1e\x7c\x3a\x93\x51\x89\xa4\xde\x7c\xe2\xd5\xc8\xed\x71\xae\x94\x13\x9d\xaf\x0e\x8a\xe7\x59\xcf\xdf\xb8\x29\x2a\x8b\x23\x92\x75\xb8\x04\xf5\x13\x8b\x3b\x5f\xef\xf3\x9b\x0e\xca\x24\xe3\x50\xac\xdf\x96\xe2\xcc\x7e\x48\x12\x5a\xa2\x57\xe1\x2d\x0a\xad\x38\xc3\x04\x5f\x07\xf0\x66\xe3\xe4\x95\x3d\x4e\xd0\xe0\x2e\xaa\x9e\xfa\x14\xec\xe8\xba\x37\xf1\xe9\x9f\xcf\xca\x7c\x8a\x91\xec\xa0\x22\x5c\x4f\xea\x4e\x31\x51\xf6\x88\xe5\x44\x6a\x86\xa5\x36\xe2\xdf\x82\x6b\x12\x84\x09\xb3\xe8\x52\xa0\x4e\xd9\x51\xfd\x8f\x45\xf2\xaf\x08\x87\x7c\x92\xf4\x1a\x06\xde\xcb\x68\x56\xec\x16\x40\xd2\xa1\x1f\x48\xba\x9e\x96\x00\x63\xda\xee\xfc\xff\x1a\x88\x2c\x29\x72\xb1\xc4\x80\xa6\x6e\x55\x6d\xd3\x06\x9a\xe5\x10\x85\x9e\x6c\x03\x59\x9b\xef\x3b\x4a\x9c\x2c\x58\xc5\xde\xe6\x75\x77\x5d\x42\xd7\xbe\x49\xaf\xf9\x5a\x79\xa6\x4d\xb3\xe8\x2e\x77\xff\x07\x5a\x96\x53\x1a\x9a\x0e\x77\x17\xcc\x5d\x30\x51\x71\xd3\x72\xf9\x02\x7d\x2e\xfa\x00\xac\xfa\x9a\x3a\xeb\x03\x93\xd9\x08\x05\x10\x9f\xa3\xab\x34\xeb\xcd\xa7\x32\x44\xc4\xf5\x1f\x1d\x79\x80\x75\xbd\x4e\x90\x3b\x98\x78\x9a\xa4\x51\x28\x74\x70\x13\x3c\xbf\x89\x47\xcf\x45\x83\xeb\x75\x5a\x23\xa5\xb6\xc2\x0b\x83\xd7\xca\xa0\x42\x28\x72\xfc\xa1\x29\x91\xab\xf8\x6c\x4e\x5d\x5c\xac\xa2\xd5\x79\x85\x9c\x54\x72\x46\x0b\x34\x79\xcf\x4d\x7f\x48\xe4\x32\x3e\x73\x7a\xfb\x13\xb9\x9c\x17\xa1\x57\xf5\xf0\x7d\x6a\xca\x7a\xbe\x4d\xb1\x22\xa2\x9a\xbf\xb5\x24\x6f\xc3\xa6\x37\xfd\x5b\x43\x32\x07\xd4\xef\xff\x4a\x5f\x7c\x0c\xa8\x93\xe8\x06\x72\xa0\x49\x81\xa4\x5d\xf5\xbc\xc2\x2e\x68\x61\x90\xd8\x73\xac\x29\x74\x90\x07\x77\x80\x72\xe7\x85\x7d\xd3\x7c\xe4\xcc\xf4\x78\x69\xcb\x97\xc2\x89\xa6\xed\x85\x7d\x27\xac\x07\xd8\xcc\xb0\x39\xb0\x84\x8e\x9b\x8c\x60\x4b\x60\x69\x81\x27\xcc\xf2\x66\x01\xfc\x36\xef\x89\x2d\xd6\x72\x56\x13\x0e\x15\x16\xd5\x6c\x57\x85\xbb\xf2\xe6\x5a\xd8\x3c\x44\x50\xf1\x21\xf1\x56\x2b\x66\xb0\x32\xa5\x39\x56\x16\xd3\xa9\x8c\xfc\x6f\xf4\xa9\x3a\x1f\xb0\x2f\x7c\xe8\x99\x1d\x97\xcd\x76\x43\x08\x0b\x9a\xe0\x67\xa2\x5a\xb2\x58\x45\xa6\xe4\xfd\x34\x3d\x95\x0f\x3b\xfd\xef\x2a\x8c\xa9\xa2\xa3\xc4\x16\x78\x0f\x6c\x6c\x74\x22\x5c\xa7\xd5\x96\xca\x2b\xeb\xdb\xe1\xce\xce\x66\x1d\x52\x88\x09\xd7\xee\x8f\x20\x05\xf0\xf5\x45\x70\x72\x65\xfd\x33\x8e\xb4\x75\x70\x37\xc6\x37\x3e\x7c\x10\x27\xb0\x7d\x39\x4f\x59\x23\x4c\x84\x43\x07\x44\x1d\xe8\x26\xa7\xb3\xe5\xa7\x2a\x77\xba\x27\x9a\x2d\xb6\xe2\xd1\x5d\xf4\x05\x5b\xf0\xe0\xbe\x7d\x6c\x6a\xc6\x97\x57\x7a\x1f\xf4\x46\x3f\x93\xdd\x96\x2f\x58\x82\x01\xff\x82\x04\x37\xe0\x38\x3f\x38\xb2\x61\xe8\x56\xcc\x49\x33\x02\x5e\xd8\x39\x0e\x86\x30\x33\x5b\x3e\x13\x26\x64\xba\x84\x8a\x21\x88\x57\xc2\x80\xc5\xa8\xfd\x0c\x90\x29\x57\xbe\x18\x3e\xed\x8c\xe9\xaa\xd9\xa7\xeb\xaa\xfe\xd8\x29\x36\x99\x8f\x85\xe7\x57\x68\xad\x88\x08\x77\x62\x5a\x24\x9f\x63\x4b\x26\xbb\x89\x1a\xac\x70\xbb\xaf\x92\x3b\xb9\x63\x24\x4f\xc2\xfa\x53\xbc\xdd\x99\x5d\x97\x2c\x26\x83\xa9\xd9\xfd\x1e\x8d\xb2\x69\x3a\xd5\x91\x7a\x26\xc2\x69\xd0\xbb\x28\x94\xe2\xdc\x41\xe8\x94\x1c\xdb\xad\x22\xd6\x54\x62\xf7\x80\xd6\x01\xac\xd0\xac\xda\x88\x65\xe0\x2f\x76\x4b\x88\xf9\x71\xa7\x09\x64\xc3\xee\x24\xee\x7d\x78\x35\xf2\xb6\xb1\x3b\x48\xe3\x86\x96\x79\x64\x9b\xbe\x60\x00\x5b\x76\xd4\xd9\x21\x7d\x68\x05\xa6\xe5\xbf\x83\x4c\x8c\x08\xc2\x7b\x23\x99\x78\xc7\x20\x9a\x75\x24\xda\x9d\xe8\x7d\x85\xcb\x67\xcc\x06\xf9\x6f\x71\xc3\xe7\xf4\x0e\x7c\x20\xcf\x06\x20\x7a\x60\x8f\x20\x27\x25\x68\x6b\xeb\xa0\xf4\x3c\xe8\xfd\x68\xad\x58\xb9\x3d\x61\x21\x1c\xb8\x52\x77\x31\x33\x53\x1f\x56\xb6\xca\x75\x21\x6c\x32\xc4\x2e\xa5\xc6\x5d\xa3\x54\x41\xa8\xc2\x01\xa3\xf3\xe7\x8a\x63\xe1\x3e\x7c\x47\x20\x86\x89\x0e\x40\x6d\x13\xe3\xf3\x66\x69\x06\x0e\x21\x23\xdb\xb6\x44\x1e\xb4\xd1\x0e\x54\x70\x23\x16\x16\xb1\x2b\x70\xab\x06\xb7\xf5\x9e\x4b\xd1\x89\x51\xeb\x62\x7e\x8f\x2f\x4b\x71\x6a\x24\xa2\x63\x16\x75\x35\x59\x99\xb3\xcb\x15\x16\xed\x3a\x49\x3f\x84\x71\xe9\x70\x4f\x35\x65\x00\x60\xc3\x51\x06\xdf\x4f\x28\x14\x31\x1a\x15\x3b\x8c\xff\x56\xb5\x58\x4b\xb8\xdb\xbb\x88\x81\xa4\xa7\xe0\x28\x34\x6f\xa2\xba\x36\x7e\xf2\xd3\xb0\x71\x3f\xe1\x3f\x0f\xb4\xde\x32\xb8\x98\xde\xbf\x49\xa8\x4b\xa0\x46\x7f\x0b\x5a\x60\x9a\x07\x4a\x35\x06\x0b\x41\x54\x63\xe9\x92\xb3\x48\x2d\x0f\x05\xfb\x57\xa9\xe2\x79\xef\xfe\x27\x68\xe1\xa3\xb6\xbc\x16\xde\xf5\x72\xb0\x1c\xb8\x7b\x83\x9d\x73\xb4\x30\x28\x03\x72\x84\x92\x74\x20\x1d\x28\x51\x3b\x21\x81\x9b\x91\xb3\x09\x63\x88\x92\x20\x4a\x28\x35\x60\x0b\x61\x41\x15\x96\x46\x30\x13\x94\x83\x4a\x37\xd2\x2b\xc7\x13\x7f\x8c\x93\x18\x61\x45\x60\x61\xca\x47\x1b\xb3\x48\xb1\x7a\xb2\xdb\x30\x22\xe4\x9e\xdd\x59\x7d\x8d\x2e\xd1\x8e\xf4\xf8\xb3\xaa\x96\x2b\x1a\x57\xb5\xe1\xdb\x65\x90\x93\x5d\x61\xfa\xd3\x29\xff\x22\x86\xd2\x2c\x6b\xd6\x5d\x71\x0b\x62\xe6\xe5\x36\x98\x1f\xbb\xbe\x6d\xea\xe5\xb3\xd3\x86\x8f\x8d\xac\xd1\xe1\x4d\xf0\xa7\x1f\x9f\x68\x3a\x31\x4d\x9e\x43\xb6\x09\x7c\x59\xf5\xaf\x76\xf3\x07\x5d\xba\x64\x23\x55\xdc\xbb\xe4\x81\xe9\xaa\x1a\x16\x88\x0d\xde\xbe\x76\x68\x81\x21\x2b\x2d\xf4\xae\x59\xd3\x2a\x89\x8b\x34\x9b\x8d\xcc\x2f\x6d\x00\x1b\x81\x44\xff\x61\x8b\x50\xd6\xc0\x5c\xd9\x2a\x7e\xa8\xc2\x99\x23\x73\x3f\x3f\x3a\x6d\x26\xee\x45\x7a\x12\x15\xb8\x18\x18\x97\xab\x75\x1f\x6c\x1b\xac\x23\x49\x5d\x31\x08\x0a\xe3\x62\x98\x48\x56\x3b\x79\x15\x8d\x29\x59\x70\x12\x40\x1d\x56\x9e\x8a\x52\x4f\x44\x62\xe2\x34\x6b\x53\x64\x85\x92\xf5\xdf\x42\x5a\x01\xfd\xf2\x5e\x61\x2a\x5c\x08\xbe\x5e\x99\xc3\x04\x3b\x58\xe5\xca\xd8\x64\xf4\xca\xd6\x6c\x04\x01\x63\x53\x9c\x78\xce\x36\x84\x99\xe2\x6d\xd6\x8b\x90\xa9\x89\x11\x93\x30\x36\x21\x49\x3a\x69\x30\xdb\xfe\x42\xa6\x36\x6a\xd7\x0f\xdc\x9a\xfb\x02\xbe\x86\x31\x1d\x03\x1d\x34\x16\xe8\x46\x74\xa6\xde\xa8\x26\x04\x19\x6c\x00\xeb\x4f\x3d\x6f\x1b\xbd\x42\x4b\x2d\x11\x73\x42\xc7\x9c\xbe\x8c\x16\x33\x77\x02\x26\x8b\x62\x92\x03\xe5\xca\x7f\x49\x8b\x9c\x38\x41\xdf\x7c\x24\x62\x1a\x17\x41\xfa\xa1\x42\x8e\xc3\xd8\x59\x43\xf9\xcb\xb1\x67\x0f\xc3\xd3\x87\x5e\x45\x1f\x64\x31\x01\x67\xd1\x5a\x9d\x59\x94\x68\x86\x60\x0e\xce\xb6\x23\x85\x70\x12\x65\x04\x6a\xfb\xe3\x38\x00\x49\x58\x35\x03\x41\x7d\xcb\x1f\xfa\x3b\x9c\x96\xa8\xfe\x60\xb9\x10\x03\xdf\xd5\x01\x03\x15\x72\xc8\x04\x15\x6e\x90\x17\x74\x94\x84\xed\xe3\xb1\x54\x78\xc5\xd9\x9d\x1a\xfe\xea\x8d\xbe\x15\x79\xa9\x89\x58\x03\x00\x14\x84\x77\x0e\x11\xf8\xe5\xb5\x0a\x56\x8b\x5a\x6b\xa8\x55\x23\xe6\x80\xa8\xce\x58\xe6\x4a\xac\x37\xd2\xe3\x8b\xd7\xb4\x67\xb8\x06\xad\xd2\x9f\x73\x92\xa4\xa5\x0b\x7b\xa7\xd1\x60\x62\x1b\xf2\x5c\x27\xf3\x4b\x71\x53\xa0\xa2\x24\x96\xb8\x1b\xd4\x68\x40\x32\x98\x38\x5f\x70\x5c\x76\x81\x96\x47\x5a\x43\x4f\x86\xbb\x95\x1b\xea\x37\x84\x59\xa7\x6b\xe4\xa5\xb5\xbd\x61\xfe\x1f\x98\x6b\xe5\x82\xa1\x3d\x38\xf8\xc0\x4e\x8c\x20\xa1\xe9\x48\x79\x09\xb7\x8e\x7f\x58\x87\x95\x83\x84\x53\x19\xb2\x91\xc9\xc9\xf4\x4c\x65\xb2\xd8\x14\x67\xd9\x5a\x3d\xf1\x98\xef\xe2\x33\x4c\xf8\xfe\x1c\x7e\x0b\x97\x09\x47\x15\x90\xf2\xc5\x64\xb3\x8e\xa2\xa5\xe9\x01\xbf\x49\x65\x23\x14\x5b\x07\x6e\x45\x4e\x17\x4a\x11\x81\x19\x31\xd5\xb2\x2f\xd7\x6c\xff\xab\xad\xfb\x1b\x50\x1d\x7a\x64\x14\xa0\x40\xc1\x49\xb4\xf4\x22\xae\xa0\x22\x54\xd3\x59\x65\x04\x41\xcb\x0d\x76\x00\x72\x94\xb7\xfd\xfa\xe4\xf8\xed\xdb\xf3\x2b\xbf\x4d\xf3\x3a\xa8\x0b\x12\x26\xbe\x71\x16\x73\xa3\x7e\x99\xdd\x9c\x9b\xc0\x18\xc2\x5b\xee\x69\x89\x43\x70\x21\x9b\xb2\xda\xe9\x73\xd9\x80\xf7\x34\xdc\x17\xe3\xe5\x51\xff\x8b\x43\xf3\x97\xbc\x67\xf9\xe6\x43\x62\xca\xee\x73\xfe\x9b\x84\xf7\x05\xc1\x1d\x0d\x96\x9e\xbf\xca\xf1\xd6\xf9\xd4\x81\xa6\x18\xdd\x1f\x80\x49\xef\x72\x1c\x8d\x08\xf7\x0d\xf6\x8a\xeb\x14\xf7\xdd\x47\xac\x0e\x6d\x5a\x2c\x18\x46\xee\xae\xae\x7e\xdf\x41\x40\xe3\x83\x11\x31\x0f\x36\xc4\x9c\x57\x6b\xd9\x50\xfe\xe2\x7e\x48\x3a\x7f\x0d\x2c\xc8\x83\xc6\xe9\xd7\x8f\xdd\x96\xed\x58\x69\x6f\xe8\x9e\xde\xdb\x55\x29\x6b\xd7\xd8\x8a\xeb\xde\x33\x3a\xc6\xf0\x2d\x38\x4d\x1f\x41\x3c\x1b\x55\xc7\x5e\x64\x0b\x51\xc5\x39\x7b\x20\xd0\xad\xa6\xf3\x6a\x61\x91\x37\xd2\xff\x09\xe2\xff\x40\x9b\xec\xb2\xe6\xc7\xf1\x50\x4f\xc9\x84\x23\xac\xdd\x4f\xf9\x7a\x17\x2b\x4b\xb8\x75\x2e\xd3\x3d\x4a\x60\x1e\xef\xcb\xc2\xe0\x07\xde\x8e\x9c\x41\xd4\xf0\x13\x90\xd6\xdf\xee\xf3\xc4\x7e\x91\x2c\xfa\x7d\x93\xa0\x27\xaa\x80\x1e\x7a\xcf\x21\xcf\xcc\xe0\x39\x0f\xb6\xf0\x48\x9d\x98\x8d\xc0\xcf\x25\x5f\xf7\xa2\x7a\x4e\x83\xd9\x64\xd6\x82\x41\x94\x21\xc5\xe8\x15\xa1\xe3\x60\xdd\xa2\xad\x60\xcb\x2f\xe9\xec\x2b\x99\x06\x7e\x92\x2e\xd1\xb7\x7b\x49\x74\x4f\x28\x9a\x2d\xab\x9e\x8e\xdc\xec\xb1\x05\xcb\xef\x84\xd8\x06\xed\x64\xf0\xb2\x94\x2f\x4b\x19\x15\xe5\x4d\x5f\x60\xa1\x32\x63\x51\x53\x57\x00\x7f\xe8\xef\x89\x52\x0a\x68\x3e\x9e\x7c\xfb\xd1\x64\x55\x5d\xf1\xc2\x7f\x4d\x7f\x68\x53\x97\x23\x40\x4c\xa6\x22\xdf\xa2\x12\xd5\xef\xc8\x21\xdc\xd5\xa3\x96\x78\x3a\x2b\x6a\x82\x17\xcc\x8b\x1a\x8b\xab\x06\x1d\x68\x43\x42\xfa\x1c\x09\xea\x5a\x49\x3d\xa1\x59\xf8\x24\xe2\x90\x38\x5b\xbe\xb6\x94\x87\x7c\x04\x7c\x94\xec\xf9\x26\x58\x94\xd2\xbf\xea\x27\x74\xd2\xcb\xfc\xef\x92\x7a\xe9\x7e\x60\xda\x3b\x25\x84\xee\x80\x46\x7a\x78\xad\xfb\xf5\x8a\xe9\x61\x0d\xb7\xeb\xa7\xd9\xf8\x29\xe3\xdb\x06\x5b\x08\x91\xf5\x44\xa2\x4e\xa3\xe6\x3b\xe7\xbc\x46\xc5\x79\x2e\xcc\x3d\xcc\x53\x4c\x79\x92\xc7\xcb\x1c\x46\xa3\x73\x5a\xa6\xf7\x9e\x09\xb6\x6d\x8d\x5b\xad\x3a\x79\x67\xea\xb7\x1a\xcc\x9e\x42\xcc\x64\x21\xdb\xd9\x99\xad\x87\xf8\x5c\xaa\x7a\xa0\x69\xa8\x68\x1b\x50\x51\x2c\x0f\x7c\x67\x9e\xbc\x7c\x7d\x05\xcf\x19\x9a\x6b\x78\x3a\x98\x7b\x10\xdb\x14\xcf\x5c\x9d\xbc\x43\x54\x5d\x27\x92\x43\x5d\x01\xf1\xbc\x7a\xed\xca\xdf\xa6\x83\xd8\x9b\x9c\x74\xb5\xb2\x90\xf7\xf9\xda\xec\x9e\x12\x30\x66\xd4\xfc\x5a\x12\xb5\x20\x27\xe2\x08\x1d\x5f\xe9\x98\x59\x55\x1e\x3a\x6d\x59\xb5\xee\x16\xd1\x4f\x5b\x78\x81\x28\x8c\xc4\xb8\x93\xb2\x95\x6b\xc7\x9f\xe0\xab\xc3\x4e\x06\x31\x63\x82\xab\x70\x30\xbb\xa1\x69\x20\xef\x84\x05\x6f\xe5\xdb\x9b\x8c\x15\xd2\xd8\xbd\xb7\x37\x3e\x21\x10\x73\x28\xa3\x8a\x80\x9d\x89\xc6\x05\x66\xf3\x3f\xff\xd7\xff\x7e\x7c\xc2\xc3\x3b\xe9\xdb\x35\x7d\xa9\x14\xc9\xf0\x82\x6e\xa9\x20\x3d\xff\x37\x3a\x0d\xec\xd5\x1e\xe3\x17\xf9\x4a\xec\x37\x96\x24\xe5\x77\xaa\x45\xc6\x47\xa2\xbf\x78\x65\x26\xea\xf9\xcc\x4b\x32\xe1\xa3\x98\x92\x07\x1d\xc3\x42\x46\xfa\xfb\xae\x5a\x7c\xcc\x44\x83\xf0\x34\xfd\x33\xff\x4a\xe1\xf4\xaa\x7b\x09\xf3\x27\xc7\x6c\x40\x84\x03\x8e\x15\x9a\x06\x83\x01\xab\x81\xbe\x67\x4e\x79\xbc\x37\xde\x98\xbd\xa1\x01\xb2\x3f\x4f\xb2\xdd\xb1\x09\x12\x4f\xbc\xb5\x76\x41\x29\x70\x8e\xe2\x44\x96\x64\x82\x1a\xdc\x6d\x62\x54\x07\x9a\xa7\xee\x8a\x73\xdb\xa4\x08\x80\x2c\xaf\x0f\x63\x53\xb3\x79\x4e\x43\x56\x71\x3c\x71\x5c\x53\xb9\x65\xdf\x96\x38\x64\xd0\x9f\x84\x98\x31\xdb\xaa\xe9\xd5\x24\x3b\x75\xf6\x39\xae\xe2\x90\x6e\x17\x93\x7c\xbf\x9a\x2f\xb5\x22\x9c\x2e\x9e\xeb\x67\x42\xe9\xfc\xfb\x8a\xfe\x8c\xdc\xaf\xd9\x59\x7b\xec\xa4\xbd\xce\xe7\x25\x92\xdf\xe0\x83\xe8\x9f\xf6\x83\x9e\x66\x01\x6a\x32\xf7\x23\x61\x34\x54\xbd\x10\x1f\xbe\x12\xf5\x7e\x90\x6b\x48\xf9\x4c\x70\xc9\xd3\xe6\x6c\x0a\xfc\x2e\xdf\xcb\x4f\x42\x91\x7a\x71\xbf\x92\x2f\x49\x86\x61\xb9\x80\xc2\xae\xdc\xc1\x43\x80\xd4\x15\x70\x61\xdf\x89\x75\x60\x36\xee\x88\xe5\x0c\x9c\xc8\xd3\xc5\x20\xff\x5a\x8e\xc1\x2f\xf8\x10\x6c\x69\x39\x38\x76\x6a\x86\x6f\x2e\x7d\x43\xcb\x48\x6e\x42\xce\xe4\xcb\xe5\x14\x62\x6c\x7a\x8a\x9d\x52\xd3\xcc\xd0\xff\x9c\xff\xba\x54\xa2\x49\x95\x91\xe8\xaf\x33\x9a\x97\x18\x0b\x7c\xfe\x15\xaf\x75\x9f\x3c\x1b\xce\x45\x90\x55\xb3\xd8\x31\xc7\x95\x13\x2d\x2f\xe4\x87\xd9\x0b\xc2\x7f\x9b\xb9\xf2\x27\xfc\x33\x5d\x8f\x6a\x71\x93\x1b\xce\xed\xa0\x99\x10\x86\x9a\x9a\x04\x93\xe6\x42\x48\x69\x71\x33\x05\x4c\x67\x9e\x3a\x82\x3d\xa7\x84\x90\xb4\xa2\x8a\x59\x5a\x1f\xd4\x0c\x01\x7e\x1a\x9e\x36\x43\x76\xac\xc2\x11\x46\x3f\xc7\xfd\x0c\x80\xa4\x9b\xf9\x04\x28\x6b\x92\x3c\x1c\x0d\x7c\x08\xa4\xca\x4e\xc7\x73\x86\xb3\xe7\xe7\x87\xa6\x76\x38\x41\x92\x99\x91\x7c\xb5\x28\x9d\x5b\x08\x80\x20\x67\x70\xbc\x83\xa8\x19\x57\x99\x36\x16\xd5\x07\x84\xf6\xf9\x9c\xb2\xef\x17\xc0\xa6\x2b\xcc\xb8\xf2\x59\x82\x3a\xcb\x54\xe6\x62\x35\x47\x55\x86\x79\x24\x12\x65\x22\x1e\x0a\x22\x9c\xa8\xb8\x9e\x28\x71\x2b\x45\x0d\x61\x0e\xd6\x3c\xa2\x1b\x2d\x79\xcb\xf4\x7a\x08\x8e\x10\x70\xb8\xea\x03\xe5\x54\x26\x83\x24\x36\xce\x99\xb1\xf3\x90\xe3\x9f\xc7\xb0\x47\x01\x0f\x9d\x02\xed\x34\xee\x09\x09\xdf\xbc\x9f\xbb\xae\x16\xaa\x56\x9a\x2a\x24\xb3\x5c\x64\xf3\x1b\x2d\x23\xf3\x0c\xa7\xcc\x03\x45\x36\x6c\xd2\x82\x23\x96\x16\x39\x73\x09\x13\x45\x3a\x75\xea\x66\xaf\xea\x71\xce\x8c\x37\x23\x98\xbc\x30\x6f\xea\x26\x41\x98\x4a\x01\x72\x8e\x8f\x29\x10\x51\xb6\xaa\xba\x84\x77\x01\x71\x5f\xb0\xeb\xd9\xc9\x86\xd9\x8e\xc7\x95\x78\x03\xab\x9e\xf6\x0b\xca\xb1\x89\x2c\xf3\x55\xd1\xad\x9f\x35\x30\x5b\xc5\xcf\x5b\xda\xf1\x05\xa4\xa1\x51\x09\x5e\x49\x98\x05\x02\x91\xef\xf4\xfe\xfb\x6f\x3f\x74\x3c\x0d\xfe\xda\xe2\xfd\x77\x1f\xe8\xcc\x7a\xff\xfd\xf7\x1f\x70\x5f\x31\x2a\x9c\x5d\xb3\xba\x6e\x5c\x03\x0a\x1a\xf4\xb6\x2d\x3f\x55\xcd\xae\x13\x19\x0d\x9f\x9e\x3f\x7c\x96\xa9\xf8\xdc\xc7\x4b\xdc\x39\x97\x0f\x56\x78\xe1\xb2\xe2\x15\x5e\xef\x36\x99\x8e\xb1\x13\x0e\x60\xbf\x5c\x71\xc3\x40\x96\x73\x93\xbf\xb9\xdf\x3c\xdc\xaa\xe0\xc1\x52\xe7\xed\xa8\xfe\x27\xf9\xf5\x0c\x03\xe1\xa1\xff\xe6\x5a\x6a\x82\x9b\x8e\x2b\xf1\x8f\x67\xc9\xda\xdd\xb9\xdc\x94\xfd\x2c\xe6\x4a\x16\xab\x05\x5d\x8e\xb3\xb4\x17\x1e\x44\xe7\x0d\x86\xc1\x21\x78\x5b\x02\x31\x06\xf7\x0e\x3f\x07\x99\xb7\x55\xd6\x46\x05\x94\xd5\x7a\x2a\x51\xd0\x01\xae\x15\x53\xb2\x0d\x7d\x1d\x9a\xa4\x3d\x57\x87\xfd\xfc\xca\x5a\x44\x9e\x20\xa1\xf5\xda\xd5\x73\x4d\x18\xaf\x17\xd0\x8a\xe3\xe2\x80\x87\xaa\x86\xa1\x02\xfd\x95\x4d\x6c\x1b\x8d\x34\x75\x81\x0f\x4b\x16\x35\x94\x5a\xfd\x3b\xda\x8c\x54\x76\x9a\x68\x6e\x60\x74\x24\xa0\xc3\x0f\x38\xb6\xb9\x7e\xf1\xdd\x11\x27\x45\xa0\x55\x9d\x99\xf3\x80\x9e\x1a\x88\x59\xb2\xc1\x9b\x8c\x88\xc8\x88\xbd\x5d\x55\x0b\x7c\xd0\x33\x2f\xba\x5a\x34\x4f\x3f\xb9\x58\xe6\x89\x0c\x57\x6b\x59\x40\x2f\xf2\x33\xfd\x71\x78\x1d\x18\xf1\x58\xff\xb8\x15\xea\x3e\xfd\xb1\x24\xd9\x17\x6d\xd1\xf9\x7d\x3b\xce\x5f\x34\xeb\xc6\xef\xeb\xf8\x35\x04\x10\xad\xec\xfd\x62\x20\x9b\x49\xb6\xa7\x6d\x5d\xbd\x9c\x30\xd8\x79\x04\x72\x62\x30\x92\x31\x30\x51\x8b\x33\x9d\x37\x8b\x74\x10\x3e\x2d\x16\x51\x61\x5c\x8b\x1a\x7a\x01\xd4\xa9\x85\x27\xc1\xa6\xf4\xff\x22\x65\x84\xfa\x7e\x96\xd9\x43\x43\x09\xbe\xf1\x0e\xae\x00\xb4\xe6\xc3\x1a\xff\xe9\xa6\xfd\x99\x58\x7a\x7a\xc7\xd5\xa2\x1c\x82\x02\x19\x3c\x3c\x0c\x69\x26\xeb\x8c\x73\xa2\x4b\x31\xab\xd1\x83\x06\xa7\xa8\x35\x51\x37\x0d\x67\x58\x30\xe0\x7e\xdf\xa4\xee\x88\x86\x18\x69\xbc\x4b\xe4\x29\x17\x36\x3f\x40\xac\x0d\x2d\x3f\x1b\x54\x0b\x5f\xee\xa7\x30\xe0\x1b\x36\xa8\x2d\x3c\x4d\xf5\x4b\xf3\xa3\xd3\xe3\xf0\xd4\x68\x23\x6f\x58\x61\xb6\x5b\x63\x83\xc0\x7d\xa9\xfc\xb8\x96\x9b\x3e\x03\x42\x98\x29\x96\x68\x7c\x5b\x01\x97\x97\x20\x54\x6a\xc0\xc1\xb9\xf3\x72\x91\xc3\x56\x17\x6e\x60\x35\x6b\x84\xf3\x22\x18\x3d\x81\x70\xd0\x0c\xab\x9f\x8d\x9f\xc3\xd0\x61\xcc\xd3\x5c\xf5\xa6\x0f\x19\x60\x6a\x5e\xf6\x7b\x9e\x57\x31\xa8\x60\xe4\x8a\x7a\xb9\xfb\x21\xdc\xa9\x89\xbd\x3d\x41\x1b\x4f\x78\xbb\x2e\x94\xd5\xfd\x09\x3f\x84\xe1\x29\x2a\x07\xc2\xfc\x04\x19\x60\xb5\xdb\xa4\x32\x39\x42\xdf\xbe\x29\xa9\x51\x6c\xf1\x85\x9d\x2f\x85\xf1\xfe\xc8\x4e\x7b\xc6\x59\xf1\x4d\x14\xce\x06\x13\x9a\xfe\xbd\x4b\xd7\xfa\x51\x93\xee\xe4\xd6\x8c\xa4\xfd\x63\xd5\x53\xe9\x7f\xf9\x60\x34\x4a\x47\x81\x2c\xe4\xa5\xa0\x4f\xff\x33\x82\x1a\x1e\xab\x7d\x9e\xe8\x88\x41\x50\xa5\x19\x53\x16\x9a\xaf\xbb\x2e\x91\x8a\xa0\xc6\xf9\x4b\x48\x86\xde\x06\x86\x33\x49\xbd\xa6\x23\x3e\x33\x02\xc5\xa6\xbb\x14\x9b\x45\xa8\x81\x88\xdb\xfa\x96\x98\x6a\x5c\xce\xd5\xa8\x5a\xb7\xf2\x15\x26\x5e\xf8\x52\x05\x07\xd9\xa2\xf5\x61\x57\xa1\xf4\xcb\x5d\x7a\x4c\xd7\xa5\xb0\xc5\xce\xdb\xb7\x33\x16\xa9\x10\x74\x5f\x01\x3f\xb3\xbe\x57\x5d\x06\x1b\x28\xb1\xa1\xbe\x52\xc3\xa6\x75\xb5\xe8\x53\x97\x4e\xcd\xa9\x95\x3b\x2c\x61\x96\x12\x93\xc7\x99\xb4\xd3\x66\xd9\xad\x10\xe4\x83\x01\xae\x89\x4b\x6d\x1a\x48\x71\x8e\x45\xe4\x75\x06\x65\x3f\x86\x1a\x46\xfe\x60\xa5\xac\x21\x97\x21\x1e\x0f\x30\x2c\x8a\xb1\xc1\x70\x83\x6a\xa1\x0d\x3f\x54\xf3\x83\xfe\xf6\xba\x8d\x0b\x88\xf7\x09\x2f\x7a\x1b\x7a\xe7\x96\xaf\xe9\x46\x0e\x36\x39\x15\x0c\x2e\x54\xc1\xd1\x3c\x34\x12\x37\x02\xc6\x45\x55\x1f\x11\xcd\x90\xad\x80\x80\xa6\x56\x37\x88\x76\x57\xeb\x22\x44\x29\x68\x01\x99\xcc\x7f\x1b\x8f\x57\x89\xf9\xd0\x58\x43\xb6\x55\xcb\xb6\x1d\xd1\xd3\xc3\x3f\xdd\x2f\x1e\xc9\x42\x86\x61\xd1\xe8\x36\x86\x13\x05\x9d\xe1\x16\xc9\x63\xae\x3a\x78\x81\x33\xd9\xf0\x66\xc1\x40\xf4\x3d\xfb\x2d\x09\x34\x75\xc1\x7e\xe6\xcf\xe0\x41\xf6\x84\xc2\x20\xc8\x9d\x56\x1a\x0c\x01\x0a\xaf\x8a\xb9\xdf\x45\x6d\x37\x19\x2d\x8f\x4c\x4f\x74\xb4\xa5\xf0\x62\xc1\xaf\x61\x17\xec\x28\x33\xac\xda\x1d\x0a\xe2\x11\xd1\xde\x3e\xe7\x7d\x44\x7c\x9b\x85\x4f\x07\xda\x49\x22\x01\x75\x56\xd1\x0b\x74\x15\x10\xa2\xea\x07\x6c\x7e\x12\x3b\x26\xd6\xc1\xbb\x36\xcc\x98\xb8\x14\x0c\x73\xfd\xa0\x4f\x69\xc4\xac\x0f\x4c\x1f\x5a\x60\xb0\x47\xf1\x20\x4b\xb1\xd4\xe6\xbf\x61\x86\x8b\xe3\xa2\x55\x65\x32\xf5\x5a\x23\x2a\xd7\x14\x1f\xdf\xe4\xc8\xf9\xa6\x3e\xb8\xa1\x7f\x8f\x37\x9b\xc7\x45\xf1\x60\x62\xd4\x81\x68\xe4\x86\x3d\x30\x37\x53\x2d\xc4\x80\x55\x06\x35\x05\x72\xe6\x34\xee\x18\x20\x9a\xa7\x5f\x58\x0a\x28\xf9\xd2\x2c\x2d\x3c\xde\x84\x74\xfd\xdc\x75\xbc\x05\x34\xc4\xf0\xbc\x09\x0b\xb3\x0a\xf1\x61\x0c\x47\x32\x90\xd0\x83\xac\x81\x6b\xf6\xad\xdd\x73\xd7\x26\x2a\xd1\x11\xfb\xde\x1c\x40\x89\x04\xf3\x3b\x88\x90\x40\x32\xf6\x48\x75\xd2\xf1\x04\xe0\x94\x6c\xec\xdb\xfe\x67\xca\xc7\x53\x8d\x4f\x91\xc0\x5d\x12\xf2\xbe\xfa\x58\x51\x81\x5f\xe9\x0f\xbe\x67\x7b\x75\x98\xf7\xae\xf3\xd4\x2e\x67\x7f\x13\xe5\xdb\x48\x39\x87\xe9\x95\xef\x4e\xa0\xef\x4c\x25\x7e\x9e\x18\x2c\xed\xd6\xcc\xc6\x3f\xca\x76\xda\x2c\x76\x38\x79\xdf\xa8\x2f\xc8\xdf\xe0\x98\xd1\x90\x54\xb7\xd2\x30\x6e\x90\x99\xab\x5e\x49\x6a\x26\x0d\x2a\x7d\xc3\xab\x2c\xd3\x68\xc7\xba\xc0\x7b\x04\xf4\xa4\x74\x6c\x9f\x02\x2e\x06\xfb\x21\xd4\x5b\x0d\xdc\x25\xf9\x76\x9d\xad\xc7\x6c\xaf\xf9\xff\xb5\xad\xe4\x6e\x89\x43\x3f\xe6\x73\x36\x88\xc5\xfc\xa9\xfa\xca\x2f\x76\xed\x17\xc2\x1c\x69\x4b\x7c\x7a\x0c\xda\x80\x01\xa3\x36\xc0\x93\xcc\xac\xb6\x4b\x99\x3c\xed\x0c\x8f\x72\x1c\x5b\x67\x2a\x70\xaf\xa5\xcd\xa4\x49\xb8\x26\xc9\x97\xcf\x0a\x82\x01\xa9\x9c\x17\xfc\xf6\x60\xab\xa6\xf9\x28\x01\x91\xe6\xf8\xf4\x39\x4b\x0e\x04\x2a\x99\x1c\xf2\xf2\x55\x9c\x4b\xa2\x7d\xb5\x08\x03\x04\x3f\xe7\x84\x89\x2e\x16\xbc\xc6\xda\xec\xef\xa2\x13\x3e\xc5\xaf\xf4\x7f\xf0\xc2\x74\x20\xea\x57\x74\x6e\x01\xb0\xd8\xe4\xc5\xe7\xaa\x47\x48\xd0\x94\x3a\xb0\x8c\xdb\x52\x97\x09\xde\x4e\xbf\xcc\xeb\x67\xca\xdb\x27\x76\x41\x9e\xf9\xda\x9d\x13\x23\xdf\xce\xe9\xe7\xb9\xf9\x41\x8e\xc1\xdc\xed\xb8\xf7\x7d\x8c\x2f\x07\xd9\x60\xb1\x16\x57\x07\xf8\x3f\xf2\x3d\x5e\x03\x81\x21\x74\xba\xa4\x75\xef\x62\x6c\xaa\xc6\x03\x5a\x18\x98\xff\x75\x41\xf7\x10\x5c\x1a\x1e\xd0\x2c\x19\x77\x62\x0b\xa1\x9e\x9c\xe2\x0f\x24\x9a\x9a\xdc\x69\x4f\x3a\x18\x8d\x4c\x88\x1e\xb8\x83\x70\xc1\x89\xc4\xa1\xc8\xba\x8a\xbc\x60\x7a\x07\x4e\x70\xc0\x74\x60\x5e\x30\x00\x34\xa4\x9c\x13\xff\x16\xfb\x54\x29\x96\x47\x4e\xa4\x7d\xa0\x41\x14\x9b\x32\xbe\x32\x75\x3d\xe2\xed\xa1\x6c\x7b\xb8\x6f\x8e\xd1\xce\xee\x24\xc4\xc0\xb2\x6f\xa9\x99\xc7\x90\x55\x25\x2a\x28\x06\x21\xfc\xaf\xba\x0e\xf0\x01\x33\x5b\x36\x9b\xfd\x54\x15\x3b\xa2\x3e\x9e\x8b\xdb\xea\xfd\x2e\xae\x97\x38\x2e\xac\x1a\x0e\xd6\x3d\x98\x4f\x08\x71\x2e\x64\x34\xfc\x77\xaf\xbd\x5b\x7a\x37\xd5\x32\x6f\x02\x4e\xdb\xa4\x38\x80\x7b\x79\xea\xfd\x33\xc3\xad\x42\xf6\x01\x18\xfa\x89\x2d\xbe\x89\xa9\x3f\xa4\xa3\xf9\x88\xb1\x25\x3e\xbf\x4e\xaa\xbd\xd3\xd4\x70\x44\x08\x03\x2c\x0d\xea\x03\xc2\x02\x83\x40\x9b\x7d\x1e\x3e\x87\x1a\xd4\x70\xd6\x76\x06\x0b\x49\x42\x62\x55\x20\xba\x36\x1b\x6e\xd0\x51\xed\x48\xf7\xc0\x23\xa7\xd5\x16\x4f\xc7\xc0\x76\xd4\xf3\xc0\x26\xc2\xec\xa0\xaf\x30\xd1\x10\x04\xbc\x1e\x35\xed\x1d\x30\x8f\xbc\xdd\x9b\xb3\xc3\x61\xb9\x9f\x4d\x0c\xeb\xa2\xdc\x72\xac\x53\x56\x2c\x5f\x8b\xb4\x23\x7b\xee\x1d\xad\x7e\x77\x5b\xab\x62\xae\x37\xd5\xac\x19\xae\x6a\x44\x03\x2c\x5a\x0e\x50\x7e\x47\x6b\xdf\x5b\x6b\xa1\xc8\xf0\xb1\x2c\xb7\x41\x13\x71\xf7\x03\x47\x1e\x30\xcf\xd8\x80\x6e\x82\xa3\xa9\xaf\xaa\x39\xb7\x1f\x60\xe2\x51\xac\x1e\x6f\xa5\xa1\xbb\xd9\x1d\x7e\x7d\xe3\x05\x62\x2a\x68\x44\xd5\x87\x1a\xda\xc1\xb0\xc4\x90\x05\x9c\x1b\xa6\xd4\xc6\x92\x27\xaa\x12\x13\xed\x81\xed\x97\xf7\x76\x77\x5d\xb3\x02\xed\xe1\xee\xc5\x56\xb8\xe9\x84\xf5\xad\x03\x65\x17\x87\x90\x58\x53\x71\x6c\xe1\xf1\x9c\x04\xc9\x87\x0b\x0c\xdc\x49\xa2\xba\x62\x77\x92\xa0\x83\x42\x45\x87\xea\x39\x99\xac\x43\x29\x2f\xa8\x45\xcc\x2c\x24\x1e\x64\x7c\xa1\xad\x76\x17\x60\xa8\xb3\x90\x18\x18\xb4\x42\xc0\x83\x4c\xa3\xcf\xe9\x1b\x12\xc3\x88\x03\x9a\xbb\x5f\x35\x41\x24\x21\xf1\x8a\xc1\xee\x15\x76\x7d\x16\x63\x67\x2f\x02\x8d\x62\x52\xc5\x9b\x81\xdc\xe3\x64\x54\x15\x7e\xa0\xa4\xd8\xec\xa8\xcf\x90\x49\x21\xe3\x68\x38\xea\xf3\xcb\x2b\xe8\x2c\x69\xc9\xd0\xce\xbb\x64\x4e\x9d\xfe\xba\x2a\x6b\x44\x48\xe5\xa8\xd0\xca\xba\x16\x0b\x76\x66\xab\x6a\x0d\x1f\xb9\x2f\xcd\xc5\xa0\x2e\xd6\xc2\xe8\x42\x77\x47\x93\x37\x44\x77\x99\x22\xf2\x33\xaf\xcd\x6e\x5b\x2e\xe8\x14\x33\xe3\x8b\xca\xb6\xc6\x73\x1a\x2e\xc8\xff\xad\x96\xb4\x6e\x24\xb0\xa8\x62\x15\x67\x80\x16\x45\x49\xa8\xcf\xd7\x5d\x7b\x84\x9e\x21\xe8\xd4\xb9\xc5\x30\x7c\xdb\xa9\x05\x1c\x59\x2c\xdb\x2b\x66\xf0\xa9\x5a\xff\xdc\xe6\x30\x74\xb0\x0f\x61\xf8\x4e\x69\xfa\x8e\xc3\xcb\xb0\xaa\x99\xd7\x04\x99\xfa\x67\x02\xa4\xdb\x36\x62\xa8\xfb\x4e\x3f\xc7\x40\x72\xbe\xe5\x9e\xbc\x92\xaf\x31\xc8\x56\xa3\x6c\xb9\x78\x5b\x63\x90\x79\x53\xf0\x89\xf5\x39\xfd\x19\x8b\xdd\xee\xed\x06\x93\xbd\x41\x9c\x5b\x8e\xd4\x20\x76\x01\x9c\x41\xe8\x2e\xd7\xd7\x12\x75\x83\x75\x7d\x38\xa0\x8b\x7a\x96\x2d\xdc\x25\xec\x2c\x5b\x64\xa3\x02\xf5\xbb\x84\x4b\x11\x62\xee\x85\xba\x57\xf5\xd1\x0e\x9d\x6e\x87\x7d\xc2\x3d\x93\xf5\xeb\xb5\x48\x2d\x98\x06\xa8\x23\x24\x40\xe2\x11\x6f\x46\x7c\x92\xb7\x9b\x5f\xdb\xb2\xb6\x12\x14\x91\xbd\xe5\x88\xa8\x11\xc8\xc6\x40\x44\xea\x15\x1b\xba\xc0\xd8\xdc\x02\xc5\x83\xd8\x80\xb0\x71\x8f\xd4\x39\x80\x11\x24\x6e\x01\x23\x08\x7f\x2f\x0d\x20\x73\xc3\x1b\xee\x4c\x0a\xee\x4f\x17\xaf\xa2\xf5\x10\x70\x94\xe8\x51\x0d\x74\x54\x43\x1d\x8a\xee\x9d\x39\x85\xa9\xde\x03\x15\x37\xe3\x8a\x4d\x61\x83\xd5\xcd\x1b\x3b\x89\x53\x22\x77\xb7\xe5\x32\x6f\x0b\x0b\xef\xa3\x9c\x86\x5d\x9c\xc0\x51\x42\x6f\xee\x7c\xdd\x35\x56\x05\x71\x46\x02\xf9\xc8\x86\x6c\x34\xdf\x2c\x15\x99\x86\x88\xe5\x4b\x7f\xb4\x66\xe6\xb2\xdb\x32\xbf\x11\xe6\x65\xed\x60\xc8\x0f\xff\xf5\xf2\xfc\xed\x51\xfa\xf9\xf1\x7e\xbf\x7f\xcc\xc5\x1f\xef\xda\x35\xbb\x5e\x16\x1c\x3e\xe8\xbf\x9f\xbd\x39\x4a\xcb\x7e\xf1\x68\x96\x9e\x09\x1b\xf2\xab\x5b\x6d\x7e\x71\x59\xc4\xd4\xc5\xc2\xe6\x1f\x67\x4f\xba\x62\x34\x60\x7f\x18\xa5\x2e\xdc\x52\x79\xf6\xcc\x5c\x47\x27\x53\xcc\x76\x82\x0d\x69\xd1\x96\xb0\x76\xc1\x47\x90\x41\xbb\xd3\xc7\xa9\xb0\x11\x43\x90\x8a\xda\xd1\x6e\xbc\x5e\xe8\x83\x01\x03\x10\xbb\xdc\x3d\xc1\xb5\xae\xcb\xc4\xc4\xb9\x6d\x85\x43\x25\x76\x2b\x28\x39\x22\x8e\x49\x38\xd3\x89\x28\x8b\x9f\x86\x85\x61\x97\x8a\x88\xdf\x4f\xd3\x7f\x65\xdd\x1e\x4f\x94\xd0\x16\x67\x19\x6d\x01\x78\x36\x2c\x8c\xd8\x95\x81\x28\x4d\x03\x90\x98\x9c\x26\xca\xfb\x3c\x27\xce\x8f\x2a\xd1\x13\x1f\x9b\xc9\xf4\xe9\xc6\x9d\x00\x41\x6b\x52\xdd\xb8\x48\xac\x59\x9d\xce\x36\xbc\x88\x79\xea\x91\x1a\xae\x9a\xda\x71\x0a\x0f\xa9\x18\xe5\x4e\xa2\x28\xe0\x8f\x00\x65\x2e\x12\x5a\x09\xfb\xb5\x0b\xc6\x94\x6a\xb0\xd6\x72\x98\x11\x84\xda\x28\x7b\x04\x39\x98\x5a\x8b\x72\x06\x77\xb3\xe6\x57\x8f\xf1\x37\xdd\xe1\x44\x32\x11\xbf\xb0\x88\x7b\x80\x75\xc4\x52\xda\x7e\xb8\x8b\x0d\x05\x34\xe5\x4d\x5e\x94\x51\xde\x34\xda\xae\x15\x70\xd0\xc6\x68\x97\x54\x79\x7a\x7c\x4a\xf0\x2d\x1c\x12\x08\xc4\x28\x2b\xd3\x51\x5a\xb4\x21\x38\xd7\x9e\xba\xb4\x58\xbc\xb2\x55\x0a\xbe\x1b\x2f\x51\x46\x88\xac\xa3\x90\xa3\xb2\xa0\x16\x9b\x70\x30\x08\x7c\xc2\xd9\x79\xc4\xec\xee\x47\x1e\xf1\xa1\xd0\x2d\xb5\x9a\x77\xa3\x78\x61\x0e\x32\x87\x2f\xa4\x0c\x57\x36\xc9\x6a\xf2\xc6\xd6\x89\x7c\x85\xd8\xda\xae\x9b\x1b\x0b\x1a\x70\x8a\x5f\x1a\x55\x28\x1c\x99\x07\xd3\x41\x79\xc8\xa9\xba\xbc\x6c\x05\x28\x2e\x86\xe5\xcf\xd3\xc6\xaa\x9a\xc7\xf2\x2c\x02\x66\x15\x6f\x79\xa8\xe3\x09\x4e\x7d\x79\xec\x5b\x29\x91\xf6\xd5\xef\x3e\x54\x0e\x35\x59\xdc\xf9\xbf\x06\x61\x7d\x55\xa0\xae\xf9\x3c\x6e\x5d\x08\x8f\x59\xd1\x85\xc8\xd4\x00\xc6\x5e\xee\x0e\x6a\xe8\x8f\x1f\x0c\x72\xda\x1f\x3f\x2e\x1a\xfa\xe4\x07\x45\xbf\xc0\x27\x3f\x9e\x92\xb1\xc7\xbd\x1f\xea\x17\x38\xdd\x4f\xcf\xda\x50\x8a\xbe\x73\x9a\x0f\xcb\xd2\x45\x38\xb6\x2f\x70\xbe\x1f\x9c\xbc\xbf\x44\x9c\x9e\xea\x89\x47\x49\x80\xdc\xbb\x6e\x04\x8a\xea\xfa\x7a\x36\x6f\x9b\x7d\xc7\x1e\xee\x78\xdc\x84\x79\x3a\xff\x4e\x2f\xf1\x5b\x40\xd8\x14\x04\x44\x21\x1f\x92\xa8\xe6\x68\x4f\xf5\xe6\x57\x12\x71\x0f\x3f\x7c\x52\xe1\x94\x72\xe4\x4e\xfe\x2d\x11\xfb\xb1\xe5\xcc\xa4\x08\x6d\xab\xfb\x8c\xbf\xe0\x9b\x0f\xed\x38\x2b\x73\x51\xe8\x92\x53\x14\x8c\x3f\x0d\xe1\xb6\x07\xc2\x12\x52\xac\x16\x44\x58\xf6\x9a\x2d\x10\x96\xc1\x11\x18\x11\x43\x05\x69\xd8\x83\x84\x3e\xb8\x04\x61\xb8\xf4\x10\x8a\x20\xb0\x98\xe7\xaf\xdf\xca\x4f\xb8\x37\x68\x4c\x2c\xf8\x37\xb0\xf1\x44\x62\x4e\x13\xb3\x29\xe7\x09\xcb\x13\x3f\x17\x51\xc3\xd8\x6b\x84\xf8\xe5\x20\x8a\x36\xbf\xc6\x35\x21\xff\x75\xa9\x24\x71\xfb\x62\x17\x6d\xf9\x78\x58\x8c\x90\x23\xa8\xbe\xc4\x87\x4b\xd7\x6b\x3e\xfe\xe3\xd2\x72\x98\xf0\x3c\x0d\x46\xee\x31\x62\xb6\x22\x44\x77\xf7\xbb\xb4\xab\x58\xb7\xab\x04\x3a\x68\x10\xd4\xe1\xe3\x5d\x83\x76\xf0\x3e\x5f\x38\xd6\xf0\xfe\x10\x71\x38\xba\x55\xea\xf0\xc3\x4e\x60\xbd\xb8\xd8\xeb\x7b\x3b\xb3\xa8\xdf\x51\x69\xd9\xd0\x4b\x9b\xed\x74\xdd\x2c\x21\xb3\xc2\x41\x55\x1e\x5e\xd9\xf1\x03\x45\x84\x08\x8e\xad\xc6\xf2\x8d\x23\xfe\x6a\x43\xf5\x7f\x92\x80\xf9\x52\x3d\xc9\x2a\x2e\x04\x00\x89\x2d\xb5\x78\x21\x5b\x1e\x0e\xf0\x16\x33\x30\x2a\xe3\x03\x72\x9b\x26\xdd\x7b\x18\x51\x3e\xe4\xa0\x45\xe8\xb8\xc4\x42\x11\x07\x45\x91\xb1\x07\x1d\x88\x18\xb1\xa5\x8e\x99\xaf\xe5\xec\x5b\x0d\xd8\xc6\x7f\x43\xb2\xd0\xb7\x6c\x2e\xe4\xcb\xe5\xb0\xbc\x2d\x42\xe3\x1b\xf9\x92\x77\x17\x87\xd4\x34\x0e\x52\x41\x79\x8f\x87\x73\x1d\xc0\x3b\x04\xfc\x5a\xfe\xe7\xff\xfc\x3f\xac\x02\x6e\x68\x3f\x4f\xe5\x02\x2d\xef\x23\x5a\xb1\xcd\xcd\x3f\xa6\xf4\x18\x7c\xdd\x77\x64\x78\x09\xec\x1a\x54\x52\xf1\x44\x33\xa2\x77\xbe\x90\xb3\xb5\x82\x1b\xb9\x78\xc1\x80\x7e\xfc\x92\xc1\x35\xf7\x68\xa9\x89\xc0\xe4\xa1\xe2\x7b\x8f\x09\x60\xd9\x22\x34\xcb\xeb\xfe\x86\x30\x53\xbb\x82\xb5\x12\x06\x07\x40\x7c\x30\xd6\x4b\x38\x65\x38\x91\xcb\x2d\xfc\x7f\xd4\x4e\xa8\x7a\x95\xea\xef\x60\xf8\x43\xfa\xcf\x74\xab\x75\x71\x32\xdf\xb9\x6e\x12\xf3\x44\xc7\x7b\x5d\x1f\xd3\x3b\xb3\xeb\x92\x3e\x7f\x83\xfd\xc7\xbe\x93\xe4\x7d\xd3\x2e\x3f\xf8\x58\xcb\x4e\x9d\x18\xc5\x59\xc6\x61\x9f\x61\x5c\xb4\xc2\x03\x80\x3e\x82\xa1\xaf\xd1\xe8\xf1\x25\xaf\xba\xf1\x73\x81\xa2\x6a\x91\x78\xf8\xb8\x75\xb6\x10\x01\x33\x73\x3d\x94\x50\xad\x7a\x7d\x1c\xbd\xe3\x0a\x8f\x40\xd3\x5b\x9b\xc0\x5e\x24\x6a\xde\xc0\x1e\x6c\xfc\xc1\xd1\x74\xf9\xe5\x49\x56\x1c\xca\xc5\xe8\x6b\x24\x10\x4f\x44\x02\x22\x45\xc3\x73\x8f\xff\x26\x88\xcf\xa9\xaa\x52\x4e\xd5\x2f\x4d\x1f\xc4\x00\x8d\x5e\x5b\x09\x5c\x25\x11\x1b\x38\xba\xf3\xe6\xca\x81\x95\x09\xcb\x96\x51\xc4\x68\xa0\x10\xa9\xb7\x41\x47\xfe\xf7\x0f\xd6\xb8\x4d\xd3\x80\x73\xb9\x58\x0a\xa8\xdf\x8a\xd2\x09\xe2\x15\xd7\x91\x7d\x77\x37\xf3\xcd\x04\xac\x63\x25\x66\x2f\xbe\x18\x1e\x32\xe3\x5b\xf8\x9f\x04\x3e\x72\x23\xd6\xf3\x77\x2e\xf1\x33\x24\x39\x5d\xd3\x51\x6e\x1d\x1d\xc8\x51\x11\x8b\xc1\x3f\x1d\x70\x21\x1f\xc7\xf6\xfe\x7a\x27\xf2\x71\x1d\xb7\xbb\x91\xff\xd1\x1b\xff\xe9\xb8\x9d\xa1\xd6\x71\x10\xc0\xd3\x65\x4d\x45\xf2\xfc\x23\xf7\xef\x31\x68\xc0\x69\x22\x14\xb8\x9a\xbe\xf4\x9e\x47\xaf\xf5\x89\x52\xff\xb1\x5b\xfd\x38\xa2\xf5\xb0\xd7\xa3\x90\x93\x51\xa7\xbf\x2e\xf4\xe4\xc1\xeb\xf1\x88\x57\x0c\x4f\xe1\xa3\xf8\x31\x18\xe0\xad\x45\xe2\x68\x32\x61\x87\x9d\xde\x35\xb8\x6e\xd5\xcb\x1b\x89\x23\x23\x97\x09\x77\x07\x93\x39\x70\x9f\x75\x5b\x54\x99\x61\x2f\x99\xc7\x38\xef\xa5\xb0\x93\xb7\x96\x08\xc5\x8c\xd8\x24\xe2\x1f\x89\x34\x33\x7d\x03\xc4\xa7\xf4\xbd\x29\x27\x21\x94\x18\xfe\xbc\xca\x87\xcf\x5d\x86\x2f\x39\x98\x79\x46\xeb\x31\x07\x81\x52\x90\x3b\x88\xa0\xae\x5c\x7b\xe6\x03\x70\x67\x51\x74\x99\x33\x1f\xe2\xdb\x07\x9a\xf9\xc1\x15\xd3\x9b\x55\x8b\x4d\x37\x48\xf7\x9c\x12\x36\x52\x7a\x77\xec\x81\xe4\x37\x84\xbe\xc9\x9c\x61\xf9\xb8\x0d\x7d\x31\xaa\x6d\xd6\xa5\xeb\x68\xfa\x8e\x7e\xf9\xee\xc5\x6e\x40\x71\x41\x57\xc6\xa5\xeb\xf9\x56\xa3\xda\xfb\xde\x48\xc4\x72\x38\xe8\x05\xa9\xba\x5b\x06\x73\x25\x82\xb2\xd6\x8e\x73\xc7\x0f\x43\x68\x79\x81\x4a\xf7\xd5\xb7\xcd\x3e\x91\x4d\x75\x06\xaf\x22\x89\xa1\xad\x29\x71\xa3\x92\xc6\x22\x8b\x06\x38\x4b\x25\xf4\x8a\x86\xc0\x1a\xe7\x0f\xa2\x75\x60\x4f\x71\x71\x3a\x2c\x24\x3e\x4b\xdc\xea\xbf\x56\xcb\x35\x59\x1c\xbe\x42\x6a\x85\xc4\xee\x9b\x15\x8b\xb3\xa8\xdd\x10\xe2\x4b\x1a\xc6\x83\xe3\xc3\xe6\x8e\x4c\x47\x09\xf5\x91\x2a\x4f\x25\x34\xa4\xb4\xa2\xaf\x48\x5b\x3f\xdc\x43\x8e\xbe\x1f\x21\xc4\x97\xf4\x83\x5b\x81\x2b\x86\x9c\xe0\x6e\xe9\x0f\x1d\xb9\x35\x00\x6c\x64\xbe\x31\xec\xa2\x8f\x2f\x71\x15\xec\xe4\x30\x19\x2a\x06\x92\x09\x5f\x09\x8c\xb7\x54\xc9\x91\xab\xfd\x09\xe1\x41\x2c\xbb\x26\x63\xc3\xdd\xcd\x04\xe0\xf3\xc2\x25\x1d\x68\x60\xb3\xe5\xc1\x26\xf7\x25\xe9\x97\x17\xf6\x20\x7d\x29\x6f\xd0\xcc\xbb\xb7\x64\x81\xb3\xa8\x68\x22\xf9\x85\x9b\x0a\x44\x3f\x9b\xc9\x42\xde\x07\x71\x6b\x95\x17\x58\xd0\xea\xb8\x32\xc7\xcc\x01\xe5\x98\xf8\x18\xce\x56\x6c\x28\xb7\x05\x0a\x73\x66\xdb\x47\x26\xcd\x3a\x83\x12\x40\x6d\xf2\x9b\xc8\x64\x0b\x16\xfe\x9b\xf8\xc9\xed\x5b\x4e\x3d\xe3\xae\xf8\x7d\x5d\x1e\xdd\x70\x04\x73\xf0\xe4\x33\x0b\x97\xfa\x98\x40\x3c\xd9\x2d\x5b\xb8\x03\xd9\x5c\x33\xb3\x08\x48\x01\x15\xfe\xe0\x46\xe9\x5e\x7a\xf5\xdc\x00\x16\x00\x54\xd1\x83\xdb\x98\xc2\x57\x74\x00\x6c\xe3\xf6\x1e\x80\x2d\x88\x87\x28\x75\x23\x60\x01\xb7\x75\x44\x9f\x68\xfd\xf2\x8e\x80\x6f\x7c\x61\x47\x8e\xac\x17\x1a\xb0\xbe\x28\x26\xd7\xff\x6d\xfd\x1b\x1c\x84\x40\x9c\xd1\x8b\x08\xc6\x0c\x60\xb0\x22\x8f\x9e\x4e\x19\xac\x04\x7a\xd5\xd9\x6c\xb8\x4a\x02\x73\xa7\x60\xa5\x04\x16\x8f\xd6\x17\xd8\xd6\xa8\x05\xa6\xee\x72\xbe\xaa\x9a\xe6\x1d\xc7\xe1\xba\x0f\xad\x34\xe3\x58\x40\x6c\x20\xd8\xb7\x37\x2a\xe9\x30\x46\xe2\x80\x45\xde\x38\x4b\xce\x74\xb8\xfb\x97\xa7\x35\xde\x63\xae\x3e\x24\xee\x69\x51\x5e\xff\xf6\x9d\x88\xea\x4b\xee\x3f\xf1\xb8\x81\x7f\xd5\x20\x1d\xbe\x72\x70\xeb\x0b\x13\xf1\xcb\x1a\xc3\x27\x56\x3a\x09\x44\xb8\x34\x11\xd1\x1e\x74\x4d\xd4\x28\x8d\x31\x7e\x43\x38\xd8\xe0\x35\xef\x05\x07\x1b\x6f\xea\x4a\xcc\x9f\xce\xe4\x8b\xc6\x9e\x44\x86\xdd\x2f\xf8\x87\x04\x80\xd5\x14\x0e\x00\x9b\xf4\x4d\x8f\xc8\x62\x57\xfc\xf7\x87\xf4\x7e\x91\xf8\xa1\x43\x09\xcc\xfa\xb6\x85\xa8\x3a\xe5\x3b\xc8\x0f\x9e\x43\x80\x4b\x4a\x6b\x0f\x3c\xf8\x1a\xd0\x4d\xa8\x9a\x77\x41\xb7\xb5\x93\xa8\x74\xd7\x4d\xb5\x68\xd6\xdd\x30\x16\x28\xec\x49\x5e\x66\x3b\xfc\xcc\x62\xc1\xcf\x2c\x8a\x22\xf2\x28\x48\x88\x26\x24\xcc\xd8\xba\xa8\xc4\x51\x72\xbc\x95\xfa\x74\x89\xa7\x16\x25\x71\xb8\xa6\x28\x21\x5f\x8c\x5a\xb1\x8b\x86\x30\xcd\x4c\x2d\x7d\x8a\x19\x5d\x46\xb5\xc7\x91\x69\xc3\x2c\xb1\x54\x8d\x92\xf4\x7d\xd9\x78\x24\xa2\xe6\x0d\xd3\xd6\xcd\x92\x5f\x41\xb1\xf7\xcb\x83\xe1\xa9\xbc\x1e\xd7\x69\x5e\x0f\x51\x15\xf0\xae\x0e\x53\x70\xdb\xd9\xe7\x5d\x5c\x1a\xeb\x33\x4c\x50\xd3\xfe\x11\x20\x9d\xdf\xf3\xc5\x4a\x9d\xf0\x26\x08\xc9\x8e\xe1\x8e\x98\xe4\x2c\x3e\x05\x29\x6f\x00\xa7\xf6\xe2\xef\x24\x4c\xbb\x83\x0a\x71\x57\x07\xb9\xec\x45\xc4\x2e\x6b\x08\xde\xdb\x68\xd4\x39\x76\x29\x72\x81\x7a\xd3\x73\x2c\xc7\xee\xd6\x42\xc1\xbe\xc8\x71\x4d\x34\x38\xb0\x96\x14\x19\xe6\x96\x0d\xd2\xd7\xac\x5b\xad\x9a\x01\x05\xef\x41\x76\x5e\xf2\xc8\xe1\xe2\xa8\xd7\xf1\x96\xfd\x45\x75\x0c\x7a\xe9\x21\x5c\x35\x5f\xdf\x55\xf0\x7f\xe6\xf7\xd4\x9b\x41\x27\x23\x9e\x67\x20\x77\xd4\x30\xe8\xe2\x64\x15\x5f\xdf\x49\xec\xb4\xf5\xd2\x3d\xa9\x3c\xd5\xc9\x1b\x44\x77\x6e\x0b\x3d\xb8\xae\xd9\x88\xf0\xa5\xd9\x81\xdd\x51\xe5\xa1\x5e\xdf\x5a\xe7\x57\x0c\x83\xdf\x56\x5f\x2e\x7c\xf7\x39\xb6\x7d\x3b\x67\xc6\xcd\x9b\x7b\xb9\x30\x27\xd4\x48\x69\x39\x5d\xfc\x36\x04\xa3\x43\xac\xae\x98\xaa\xfe\x50\xdf\xda\xb2\xbb\xa9\x17\x19\x1e\x06\xef\x56\x7a\x2f\xfe\xae\x94\x5b\x93\x07\x33\x4a\x7b\x92\x6b\x00\xc7\x12\x37\xc8\xdd\x03\x79\xfe\xe4\xe1\x82\xd2\x61\x4e\x4f\xdb\xf8\x63\xb0\x76\x94\x36\xc9\x96\xb1\xf5\xe8\xd6\x86\x06\x63\x09\xf8\x7a\x80\xdb\x16\x5d\xe9\xcb\x2f\x1a\x41\x60\x01\x12\x0e\x83\x09\x45\x99\x18\x58\x5e\xf8\x5a\x17\x23\xee\x21\x5b\xf3\xf0\x6b\x05\x6c\xaa\xa4\x26\x80\xba\x69\xdb\xc3\xef\x7a\x53\x7a\x60\x40\x61\xbb\xb7\xcc\xd0\x83\xa8\x17\x77\x8f\x31\xdc\x4b\x11\x33\x92\x1a\x62\x03\x77\x08\x69\x88\x21\xf9\x0b\x7e\x87\xbc\x4d\x1e\x54\xc9\x96\x4d\xdb\xd0\xf4\x48\xb0\x30\x7d\x64\xe5\xa5\xa5\x75\x13\x05\xa0\xde\xbf\xc9\x76\xea\xe6\x65\x65\xce\x90\x4c\x32\x12\x7b\x6d\xf9\x52\x90\x34\xac\x0c\x2b\x6d\x17\xaa\xea\x87\xe8\x61\xa5\x8e\x2d\x23\x28\xa9\x65\x9a\x39\x7b\xae\xa8\x3f\x3b\x80\xcf\x35\x25\x80\xc5\x0d\x19\x47\xe0\x22\x74\xed\xb6\x19\x0f\x15\xa1\x82\x24\x39\x7d\x83\xe4\xf4\x8a\x93\xc7\x2d\x58\xaf\x5c\xb1\x41\xa7\x0e\x95\xe3\xa8\x2c\xc3\x32\x2f\x38\x78\xcb\x10\xde\x30\xb7\x2a\xf3\xed\x08\x6f\xaf\x28\x71\x84\x35\x40\x8e\x11\x00\xd8\xc3\x58\x08\x4b\x55\x05\x4e\x9c\x61\x89\xd7\x94\x74\x08\x1a\x06\x27\x43\xf8\x9a\x25\xde\x03\x25\x54\xf4\x18\xf6\x4a\xef\xb6\x46\xbd\x6a\xe6\xec\x9d\xd8\x19\xf4\xb9\xfc\x0c\xa0\xe6\x4d\xd3\xf3\x2b\xe2\x5b\x96\x1a\x61\x76\x28\x68\x7a\x6e\xe9\x2c\x35\x2e\x3e\x8e\x30\x25\xd0\x63\x54\x09\xf4\x61\x5c\x6d\x38\xe0\x2b\xb5\xd5\xee\x16\xfd\x8e\x16\xa8\x6b\xf0\xec\x92\x03\xc5\x5e\xba\x8c\x51\x8b\xa3\x92\x21\x85\x0e\x0b\x4f\xb5\xbc\x20\x59\xa8\x9c\x6c\xfa\x84\x73\x6e\x6d\x7b\x54\x36\x6c\x7c\x54\x7c\x6a\xa5\xe0\xcd\x30\xde\xd0\xe6\xbb\xc5\xc7\xb2\x67\xef\xb7\x55\x06\x83\x86\xb0\xae\x0b\x03\x4b\x9f\x03\x2c\x7d\x45\x60\xe9\x15\xd4\x53\x13\xb5\xd2\xa6\xb3\x29\xfb\x1c\x86\x29\x41\x2d\x2f\x4f\x68\x06\x38\xb9\xc8\xa7\x4a\x41\x6d\x95\xe9\x61\x41\x57\x21\xcb\x6f\x41\x0d\xe7\xd0\x6c\xe9\xf9\xe1\xd8\x81\x4c\xd5\xc6\x71\xc0\x64\xf7\x5b\xdc\x2c\xe4\x29\x2d\x8e\x0c\x46\x7d\x78\x27\x29\x01\x2c\x0e\x44\x04\x6b\x3c\x12\x36\x18\x78\x1a\x83\xc0\xaf\x62\x46\x29\x1c\xcc\x03\x0b\xe3\x22\xb8\x0b\x0e\x61\x30\x05\xb8\xcd\x65\x31\x1d\x84\xb4\xe6\x0d\xd0\x5a\x1e\xc2\x69\xa3\x9d\xa0\x52\xd8\x8a\x9c\x46\xc5\x29\x44\x1f\x96\x20\x9a\xc3\x0d\x3f\x7c\x42\xec\x59\x09\x4e\x53\x58\x3c\x78\xe6\xaf\x1f\xfc\x8d\xa6\x7b\x82\x4f\xc0\x44\x08\x87\xe8\x2d\x29\x26\x36\xe2\x39\x50\xfb\xb6\xbc\x28\xb8\x95\xa4\x99\xdc\x82\x53\xaf\xa6\x99\x97\xbc\x0b\xd2\xa7\xe9\xfa\x6c\xfc\xf0\x7d\xf1\x4b\x36\x0e\x97\x07\xc9\xed\x28\x10\x3a\x80\x5c\x35\x18\x65\x30\xb0\xd8\x4c\xcd\x86\x79\xb7\xa7\xfe\x4c\xeb\x08\x83\x41\xe9\xc8\x20\xe7\x9b\xa5\xd6\xe0\x19\x54\xb5\xd8\x12\x48\x89\x8f\x2c\xb7\x80\xeb\xb0\x34\x0e\x61\x76\xaa\x19\xd4\xf0\x06\x07\xb4\x00\xcb\xe3\xa7\xe8\xa1\x59\x67\xfd\x84\x18\xf9\x43\x2f\x0d\x23\xcc\x5d\x6d\xaf\x95\x19\x19\x1c\x7a\x20\xd0\x9e\x24\xf8\xc2\x37\x02\x3d\x2e\x02\x4a\x81\x45\x47\x4c\x23\x55\x97\x85\x44\x31\x7c\xd1\x20\x1f\x10\x09\x83\x2b\x9d\x44\xa0\xb0\x73\xe0\x0c\x99\x66\x7e\x15\xd9\xa9\xc9\x8c\x70\x70\xc3\xcb\x8e\x06\x99\xda\xda\x8e\x6a\x08\xca\x40\x9d\x29\x84\xcd\x72\xb7\xf8\x66\x87\xf5\x48\x28\xec\xcc\x66\xec\xae\xba\x0e\x46\xce\x9e\xc4\xbb\xd7\x28\x1b\xda\xdd\x03\x8e\x80\xbe\xf5\xc2\x32\x46\xf0\xf4\xbb\xb2\xff\x4f\x9e\xd6\x0d\x3b\xe0\x1f\xd8\x3d\xd0\xfe\x3f\xe5\x81\xdd\xa1\x36\xbf\x8b\xbb\x32\x61\x83\x73\x3c\x7c\x65\xe7\x80\xd1\x25\xbf\x40\x3a\x83\xc3\x5c\xcc\x22\xa3\xeb\xd4\x88\x55\xa2\x44\xc8\x02\x91\x10\x1b\x96\x20\xc9\x5f\x35\xd8\x2d\x83\x28\xfd\xc0\xfd\x86\xed\x05\x5e\x91\x51\x6b\x52\x62\xfc\x7c\x47\xdc\x05\x49\x19\x5f\x46\x4a\xba\xea\xab\x52\x0b\xff\xaf\xca\xc7\x19\x94\x56\x22\x02\xb5\x96\x36\x8c\x66\x0d\x5d\xa4\x32\xab\x41\x97\x07\xec\x2a\xea\xb6\x94\x92\x78\x39\xe6\x71\xa9\x1c\x51\xb3\x82\xde\x4b\x4a\x18\x2a\x56\x52\xe4\xf9\x4a\xbc\xca\x2e\x5f\x9a\x3e\x36\x03\x0a\x3a\xa9\xd5\x0c\x3a\x17\xd4\x0a\xa8\x69\x8e\x1b\xf4\x66\x68\xcc\x2e\xa9\x70\x24\x64\xcb\xfb\xae\xd7\x94\xad\x04\x80\xbd\xe0\x00\xb0\x92\x02\x1d\x50\x01\x23\x55\x56\xf9\x9c\xbe\x0d\xd3\x83\x17\x2d\x91\xeb\xde\xb2\x9c\x80\x09\x8c\x74\xf2\x96\xe3\xcf\xfe\xa0\xe1\xb8\x82\x97\x2d\xd9\xe9\x4f\xde\xc9\xda\xae\xb9\xbf\xfc\x60\x01\xae\x6f\x58\x99\xcd\x32\x43\x8e\xc7\xec\x70\x6f\x4d\x6c\x66\x29\xf6\xce\xf2\xf8\x92\x22\x93\xe5\x03\x0d\x82\x07\xb9\x40\x95\xf5\xcf\xd9\xe0\x2e\x00\xc1\x88\x00\xe0\x46\x94\xf7\x7d\x5b\xcd\x77\x7c\x27\xac\xd6\x31\x08\x09\x82\x1f\x2e\x6f\x04\xdb\xed\xcc\x4d\xe8\x52\xbf\x0e\xc3\xea\x73\x8a\xf6\x00\xe1\x00\x4e\x02\xf1\x59\xb7\x24\x0c\x9f\x55\x81\x2b\x15\x07\x20\x17\xad\x11\xc4\x86\x77\x9c\xac\xcb\x79\x79\x12\x6f\x2d\xd2\xcb\x63\xcd\xe9\x36\xfd\xd6\x9e\x9b\xb8\x3c\xbb\xba\xb8\x85\x96\x18\x54\x69\x02\x90\x01\x61\x70\x96\x12\x07\xb2\x02\x0a\x51\x93\x24\x75\x98\xd0\x63\x3d\x8c\x9a\x84\xd8\xba\x69\xb8\xdb\xb6\x7d\x79\x8b\x8c\xf6\x48\x0e\x80\x06\x8f\x03\x29\x33\x4b\xcf\x76\xeb\xbe\x62\x1b\x39\x6b\x4d\xed\xb4\xe6\x65\xda\x95\xdb\xbc\xb5\x70\xc8\x08\xfe\x95\x3e\x38\x7a\x30\x8b\x56\x5f\xd6\xcb\xf3\xa5\xf2\x92\xec\xd5\x9b\x4b\xfa\x5c\xb4\x37\x72\x09\xac\x23\xfd\x58\x6d\x19\x4c\x1f\xa0\xe7\x01\x53\x0a\x60\xff\x82\x14\x5b\x2a\x7c\x5b\x58\xb6\x9f\xaa\x85\x23\x98\x8b\xe3\x33\xe8\x1d\x28\x29\x5c\x7c\xda\x34\xc2\x95\x99\xe4\xe7\x3b\x41\xd3\xd1\x44\x92\x9f\x31\x10\x7e\x79\x9d\xad\x78\xb7\x86\xc0\x30\xae\xd2\x50\x3c\xd3\xe7\x79\x15\xd3\x23\x51\x25\x86\x0e\x24\x16\xcf\xda\x86\x12\x65\x5c\xe4\x2e\xe7\x87\x59\xc4\xcc\xc2\x9d\x6b\xf0\x4e\xfb\x97\x59\x46\x85\x95\x05\x52\xc6\x6d\x83\x9e\x0c\x31\x12\x97\x88\x20\x33\xe1\xaf\xf6\x94\x55\x5c\xb5\x7f\xba\x6c\x54\x22\x7a\xd4\x6a\x84\xd7\x09\x8b\xa3\x5b\xac\x8c\x82\xda\x07\xfb\x7d\x5c\xf1\x5d\xdb\xbe\xe8\xe2\x4c\x07\xe6\xae\xd3\x54\x07\x16\xdf\xaa\x29\x6c\xbe\xdd\xba\x6d\x23\x78\xad\x0c\x64\x1b\x80\x7c\x12\x86\x13\x40\xd0\x22\xe8\x06\xf5\x88\x0f\x64\x08\xc4\xae\x90\x0a\x30\xdc\x7a\x34\xb9\xb9\xbe\xe6\xc0\x7c\x1c\x5e\x56\xa3\xfa\x20\x4e\xdf\x19\x9b\xf9\x5b\x49\xf1\xec\xcd\x58\x29\x07\x25\x17\x8f\xc9\x1e\xba\x7e\x87\x44\x3e\x55\x18\x78\xbb\x83\x36\xa7\x95\x3b\x10\x39\x2f\x05\x59\xda\x10\x67\x85\x8d\x40\x7a\x69\x9b\xa6\xb7\x47\x60\x02\xd1\xe5\x1d\x25\xd3\x9e\xd6\xaf\x1c\x82\xf9\xc2\x6e\x91\xc9\x7b\x15\x41\x19\x5c\x17\x2e\xe0\xac\x31\x2e\x44\xfd\x1e\x97\xa0\x7e\x1f\x00\x17\xa3\x14\xdb\xf8\x2f\xf1\x4b\x98\xb4\xeb\x31\x1b\xc1\x2a\x35\xda\x80\x25\x6d\x48\x37\x21\x0e\x8a\xb9\x27\x8c\x53\xbb\x62\x9c\x24\x0d\x82\x0c\xa5\x17\x9f\x1a\xca\x0b\x3e\x35\x94\x7d\x7c\xaa\x76\x6c\xd0\x83\xae\x5b\xdb\x44\x5c\x5e\xbe\x89\x67\xdb\xe7\x06\x8f\x8c\xb1\x35\xdd\x3d\x8e\x33\xcd\xe1\x2e\xef\xc1\xe3\xed\x51\x50\x42\xb1\x19\xe2\x4f\x53\x87\x75\x74\xbf\xaf\xab\xbe\xfc\xfe\x1e\xcc\x06\xee\xf5\x55\x31\xbf\xf7\x28\x5c\x37\x15\x3c\x4e\x82\x85\x53\x2d\x0e\xa0\xc7\x1d\xde\xa3\x77\x90\x53\x09\x16\x50\xb5\xa5\xed\xef\x27\xc1\xd3\xc4\x23\x92\xf6\xdb\x80\x23\xe8\x70\x0b\xb0\x8e\xb1\xfb\x52\x1b\x64\x64\x24\x2f\xf4\xf2\x72\x2b\x9b\xaf\xbe\xb3\x6a\x9e\x23\xd9\xf7\x50\x62\x64\x5b\xcc\x6c\x75\xe4\xb0\xfe\x21\xe4\xf5\xeb\x1a\x0e\x46\x56\xc4\x5e\x97\x87\x9e\x6d\xf4\x10\x3d\x14\x6c\xfa\x0e\xbd\x16\xc0\xd8\x9d\xfa\xe2\x8c\x07\x1c\x6a\x2c\x86\x03\x86\x67\x5d\xf5\xf7\x52\xc2\x9c\x06\xc3\x3e\xa3\xc3\xf0\x66\xb7\xc1\x2b\xb4\x97\x1c\x95\x11\xef\x08\x8f\xba\xb5\x25\x49\x3f\x0f\x7b\x84\x04\xc7\x84\xc4\x45\x97\x3d\x86\xb2\xb5\x5e\xd4\x89\x1b\x2f\xfc\x86\xd2\x37\xb8\x99\x73\xd8\xa1\x4d\xc8\x8b\xa5\x51\xa1\x77\x9c\xe7\xc4\xd8\x89\xc2\xe6\xdd\xef\x48\xc5\xbc\x67\x27\x49\xe5\xf7\x5d\xb9\xa3\xca\xcb\x7a\x09\x32\xfd\x33\xff\x24\x71\x87\x7f\x3a\x04\x89\x5b\x2c\x14\x5e\xec\xea\xf2\xd4\x1c\x65\xa1\xf7\xa2\x14\x47\x0b\x77\xca\x25\xc1\xcc\x84\xbb\xc0\x19\x7e\x4f\x77\x50\x61\xc7\x47\x93\x38\xdf\x66\x91\xd6\x54\x13\xcc\xdd\xab\x9f\xdf\x9c\x0f\x20\x27\x98\x81\xe6\x4c\x30\x0f\xcd\x99\x60\x15\x72\xe9\xec\x86\x80\x8b\xe6\xe9\x11\x08\xe4\xc1\x01\x08\x41\x7b\x03\x13\x50\xf2\x64\x45\x4a\xfa\x05\x51\x96\xb8\x61\x09\xd1\xcb\xef\x18\x28\x78\xa3\x4e\xa0\xec\x89\xba\x51\xab\x75\xd8\x66\x2d\x37\x8d\x9e\xeb\x88\x79\x54\xc0\x75\xc4\x01\x61\xb2\x7b\x06\xcd\xee\x66\x95\xd9\x21\x09\xfc\x85\x26\x19\xa8\x81\xf8\x9a\x0d\x42\xab\x76\xdd\x24\xc2\xad\x9c\xf4\x7a\x82\x5f\xd1\xd4\xe9\xf2\xe3\xf5\x22\xb0\x7e\x05\xf2\x43\xfa\x52\xc2\x80\x97\x0b\x87\x18\xd3\x19\xbf\x3c\xf1\xaf\xf7\x41\xbd\x3c\x18\xcc\xba\xba\x2e\x9d\x32\x5a\x47\xf3\x86\xd2\x22\xe0\x55\xdf\x6f\x3b\x0b\x75\x80\x17\xe3\xd2\x73\xfa\x31\x18\x44\x58\x95\x8e\x64\x54\xd3\xb6\xc2\x05\x41\x80\x17\x49\x98\xc6\xb8\x41\xeb\xee\x10\x80\xeb\xf6\x30\xe4\x71\xcb\xd6\x31\x4e\x5b\x21\x2f\x35\x29\x94\x05\x5c\xeb\x2c\x03\x4c\xb6\xcc\x50\xba\x4b\x32\x0c\x76\x49\x33\x7a\x9a\x2d\x5a\x09\xd4\xc8\x7f\xae\xd8\xe2\xc4\xe5\x84\x6b\xcf\xd2\x3a\xa2\xbd\x62\x27\xee\x9b\xfa\xe9\xe1\xfd\x0b\x22\x82\x26\xcb\x98\x78\x75\x24\x06\x28\x3f\x97\x8b\x5d\x70\x73\xf8\xb3\xfc\x56\x55\xbd\xaf\xa6\x31\xc3\xe8\x5d\x8d\x17\x67\x2e\x24\x25\x80\x99\x8a\x96\x6b\x5d\x27\xbc\xf5\xaa\xcf\xe9\x0f\xb7\xef\x9a\xc7\x61\x96\xa1\xcc\x70\xcc\xec\xb1\xe4\x67\xb6\x16\x37\xb4\x81\x2d\x99\xc1\x86\x12\x4f\x98\x86\x88\x6f\x81\xdd\x9e\xe5\x4d\x74\xdc\xb2\x9a\x2d\xb3\xac\xed\x2c\x80\xc5\xf1\x21\x78\x3b\x5b\xfa\x20\xf9\x77\x99\x97\x26\xef\xc5\xfa\xea\xc3\xe0\x89\x4d\xd3\xee\x07\xd6\x18\x51\x58\x84\xfb\xf2\xee\x4c\x5b\xd6\x41\x90\x47\xf9\x55\x8c\xde\xac\xb3\x88\xf0\xdf\xfa\x88\xf0\xd1\xbb\xfd\xc3\xd7\x6c\xdc\xeb\x22\xa8\x95\x6d\x32\xe5\xe5\xa2\x41\x54\xfd\xae\x5d\x3c\x19\x96\x65\xad\x69\x0c\xc6\x99\xff\x62\x15\xcb\x18\xed\x1d\x96\xdf\xf4\xed\x13\xf9\x1d\x8c\xef\x89\xa8\xf6\x9e\xc8\x48\xff\x14\x3c\x4e\xa2\x35\x0c\x9f\x0a\x30\x74\x45\x21\xb6\xc3\x0a\xf5\x05\x80\x71\x7d\x83\xa7\x61\x82\xe7\x6f\x9a\xfa\x6b\x3a\x36\x19\x6b\xfc\x37\x0d\x3c\xff\xd5\xdd\x72\xb1\xe8\x74\x0e\xec\xf7\x80\x22\x64\x5e\xa7\x27\xd5\x13\x09\x42\xa5\xc8\xab\x81\x36\x97\xf4\x23\xec\x06\x66\x32\x7c\x05\x66\x3c\xdb\x03\xfa\xc0\xab\x13\xdf\x05\x4f\x04\xc0\xa1\x5d\x32\xaa\x4e\xc3\x3b\xcb\xc3\x0c\xdf\xb9\x57\xf7\x92\xf7\x1c\xa9\xfd\x43\x92\x2f\x79\x4c\xf4\x7f\x82\x47\x31\xc5\x4b\x03\x94\x4a\x9f\x89\xfc\xe4\xaf\x6f\xb9\xe2\x6f\xd3\xae\x24\xd6\x89\x18\xe3\xdf\x6e\x90\xb0\xa1\x03\x76\x8f\xd0\xb8\xdf\xae\x90\xc0\x6f\xc7\xe2\x67\x81\x9f\x45\x7e\x83\x5f\x7b\xfc\xda\x97\xe5\x47\x29\x0c\xde\x4a\xc5\xe9\x88\xbe\x42\xca\x0d\x7e\xdf\x70\x2c\xee\xfb\xec\xc3\xc6\xed\xe8\x43\x2b\xf6\x03\x91\xcd\xb9\x39\x4d\xb7\x1f\x94\xce\xad\x6a\xaa\x7c\xde\xe7\xcb\xff\x1b\x4d\xc2\x17\xa5\x70\xf3\x9a\x24\x9f\xf7\xc1\x20\xfb\x95\x55\x28\xdf\x94\xca\xfd\xd0\x44\xf9\xa4\xb4\x36\xdf\x67\xbe\x5f\xfa\x85\x54\xdf\x2b\xfd\x22\xf4\x16\x6d\xb3\xe5\x28\xbb\x1f\xdc\x83\xbc\x3e\x74\xf1\x29\xe5\x99\xed\x16\x87\x56\x65\x8f\xf3\x35\x3f\xbc\x89\xe7\xcd\xd9\xef\x76\x96\x58\xf4\xf1\xaa\xde\xee\xdc\x29\xd5\x87\xbe\x17\x30\x1f\x5c\x4c\x4c\xf5\xf9\x25\x32\x79\xa6\x91\x66\x37\x9b\x57\xfa\x3a\x65\x99\xf2\x91\xe0\xe1\xbf\xff\x3b\xc0\xe9\xf3\x3f\xfe\x23\x3d\x7b\xfe\x28\x2d\x3f\x73\x70\xc5\x2e\xdd\xe4\x9f\x71\x36\x50\x28\xfa\xf9\x22\x02\x64\x1f\x61\xd8\x4f\xeb\x65\x94\xd8\x4f\xcb\x7b\xc8\xff\x37\x00\x00\xff\xff\x0e\x09\x17\x5a\xaf\xb3\x00\x00") +var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xeb\x72\xdc\x48\xae\x27\xfe\x9d\x4f\xc1\xf6\x84\xc3\x76\x84\x5c\x8e\xee\x3e\xff\xff\x6e\x74\xb4\xdd\x2b\x4b\xed\xcb\x39\x96\xa5\xb1\xd4\xd3\x3b\xeb\x70\xb0\x59\x45\xaa\x8a\xe3\x2a\xb2\x9a\x64\xb9\xac\x39\x71\x22\xf6\x01\xf6\x01\x76\x5f\xef\x3c\xc9\x02\x3f\x00\x79\x21\x59\x92\xdd\x33\xb1\xfe\x60\xb1\x32\x91\x37\x24\x12\x89\x44\x02\xc8\x7c\xbb\xcd\x8a\xb2\x5b\xa4\x4f\xd3\xe3\x74\x9b\x57\xf5\xba\xec\xba\xb4\x2b\xd7\xd7\x8f\x57\x4d\xd7\x97\x45\xfa\xb2\xea\xe9\x77\xfb\xa9\x5a\x94\x49\xb2\x6a\x36\x25\x81\xbe\xa2\x3f\x49\x91\x77\xab\x79\x93\xb7\x05\x25\x9c\xda\x77\x52\x7e\xde\xae\x9b\x96\x81\x7e\x96\xaf\x64\x55\xae\xb7\x5c\x86\xfe\x24\x5d\xb5\xac\xb3\xaa\xa6\x9f\x97\xf4\x95\xbe\xae\x25\xa5\xd9\xf5\x96\x74\xbe\xeb\x25\x6d\xb7\xb5\xa4\x5f\xb6\x49\x5b\x2e\x2b\xea\x4d\x4b\x49\xef\xf4\x33\xd9\x97\xf3\xae\xea\xb9\xa5\x5f\xe5\x2b\xf9\x54\xb6\x5d\xd5\x70\xed\x7f\x91\xaf\x64\x9b\x2f\x19\xe0\x82\xfe\x24\x7d\xb9\xd9\xae\x73\x14\xb8\xd2\xcf\x64\x9d\xd7\xcb\x9d\xc0\xbc\xd1\xcf\x64\xd1\x96\x94\x95\xd5\xe5\x9e\x52\x4f\xf0\x63\x36\x9b\x25\x3b\x42\x42\xb6\x6d\x9b\xeb\x6a\x5d\x66\x79\x5d\x64\x1b\x19\xe6\x2f\x94\x9e\x6a\x7a\x4a\xe9\x29\xa7\x63\x08\x65\x41\x43\xcd\xf2\x4e\xc7\x41\xb8\xa4\x91\xe7\x5d\x82\xaa\xea\x7c\x63\xa5\xf9\x33\x29\x37\x79\xb5\x66\xac\x3d\xe6\x0f\xea\x78\xd7\xed\x1b\xe0\xf6\x42\x3f\x09\x09\x59\x7f\xb3\x2d\x81\x83\xc7\x57\xf4\x95\x2c\xf2\x6d\xbf\x58\xe5\xdc\x4f\xf9\x4a\x08\x68\xdb\x10\x32\x9a\xf6\x06\x70\xf6\x23\x69\xda\x65\x5e\x57\x7f\xcf\x7b\x41\xd0\x79\xf0\x33\xd9\x54\x6d\xdb\x30\x6e\xcf\xf0\x91\xd0\xd0\x33\xae\x87\x52\xde\x12\x16\x82\x5a\x38\x67\x53\x2d\x5b\x41\x23\x67\x9e\xe1\x17\xd7\xc2\x79\xd7\x4d\xfb\x51\x33\x5e\xf0\xe7\xa0\x28\x75\x42\x73\xe3\xf6\xf3\x9a\x10\xaf\xb9\x67\xf8\x11\x01\x74\x49\x5e\x6c\x08\x95\xdb\xbc\x2e\x19\x47\xc7\xfc\x8b\xf0\x42\xbf\x92\x7c\xb1\x68\x76\x75\x9f\x75\x65\xdf\x57\xf5\x92\x91\x7d\x2c\x49\xe9\xa5\x26\x25\x41\x9e\x4b\xbb\x69\x76\x6e\x3a\x29\xfd\xaf\xf4\x33\xbd\x90\x9f\x92\x17\x14\x42\xa6\x2b\xc9\x23\xe9\xb2\xeb\xb2\x2c\x64\x2c\x5d\xfa\x82\xbe\x93\xed\x6e\xbd\x26\xac\xfd\xbe\x2b\xbb\x9e\x0b\x5d\xd0\x6f\x1a\xbf\xfc\x4e\xaa\xae\xa3\x0f\x4a\x7e\x8d\x8f\x84\xa6\xae\x5e\x60\x30\x27\xf8\x48\x92\xf7\x5d\x99\xb7\x8b\xd5\x87\x44\xfe\xa2\xaf\xfc\xc1\xb4\x77\x68\x52\x99\x90\x94\x88\xa4\x05\x6b\x20\x59\x34\x05\xff\x38\xa1\x3f\x54\x75\x55\x77\x7d\xbe\x5e\x7f\x48\xf4\x83\xc1\xe4\x4b\x26\xa0\xaf\x7a\x60\x41\x13\xd3\xcb\xbe\xdc\x76\x3c\x83\xe9\x8b\xaa\xed\xfa\xc7\x7d\x45\xc4\xfa\x6e\x57\x27\x45\xb3\xf8\x48\xcb\x80\x97\x34\x5a\x7e\x7d\x9d\x12\xb2\x1e\xd0\x42\x68\x77\x75\x4d\xe8\x49\x5f\x36\x84\x32\x6a\xa6\xa2\xf6\x4f\x01\x7d\x94\x6e\xd7\x65\xde\x11\x48\x99\x17\xe9\x8f\x79\xda\xe7\xed\xb2\xec\x9f\xde\xcb\xe6\xb4\xfc\x3e\xde\x4b\x57\x6d\x79\xfd\xf4\xde\xfd\xee\xde\xb3\x97\x3b\x2a\xb6\xae\xea\xb2\xfb\xf1\x49\xfe\x2c\x5d\xe4\x94\x43\x68\xbc\x49\xe7\xe5\x35\xaf\x36\x6a\x2b\x25\x2a\xaf\x97\xbc\xd2\x6e\xfa\x15\x37\x48\x94\x40\x1f\x5d\xca\x4b\xfd\x9b\x84\x27\x80\x58\x41\x56\xcc\x8d\xad\xa1\x43\x48\x6e\x69\x02\xce\x6e\x2e\xff\xfc\xe6\x28\xbd\x20\xde\xb6\x6c\x4b\x7c\xd3\x7f\x54\xe2\xfb\x94\x46\x7b\x55\x9d\x3e\x9f\x25\x54\xd6\x10\x72\x9a\xf7\xf9\x9c\xfb\xee\x66\x9f\x33\x65\x11\xba\x3c\x2c\x45\xe6\x96\xe0\x8c\x5d\x1f\x4d\xcb\xd4\x42\xa6\x3a\x74\xf9\xbb\x3a\xde\x32\x0f\xa0\x74\x87\xd9\x0b\xc1\x19\x55\x95\xbe\x7e\xfb\xf6\xfc\xf4\x79\x5a\xd6\x4b\xc2\x4c\xba\xaf\xfa\x55\xba\xeb\xaf\xff\x6b\xb6\x2c\xeb\xb2\xcd\xd7\xd9\xa2\x62\xa4\xb4\x44\xb0\x29\x61\x49\x86\x38\x4b\xba\x6e\x4d\x2c\x0a\x54\x70\x79\xf9\x26\x3d\x63\x4a\xd8\xe6\xfd\x0a\x1d\xe9\x57\x49\xf7\xfb\x9a\x11\xe5\x1a\xbc\x5a\x95\x29\x16\x03\x80\x9a\xeb\x21\x5e\xd2\x42\xfb\x3a\x4b\xca\xb6\xcd\x88\x83\xf6\x37\x8c\x66\xad\xf3\x10\xb4\x54\x47\xd4\x5e\x37\x3d\x4d\x63\x8a\x72\x52\x45\x55\x7f\xca\xd7\x55\x41\xc8\xf6\x08\x89\xcb\x22\xb1\x68\x68\xde\xb8\x34\x51\x66\xb3\xc7\x50\xf3\x05\x6d\x00\x5d\x7a\x6f\x76\x0f\x1c\xf7\xde\xe3\x7b\xb3\xa4\x6e\x32\xe1\x12\xcc\x9b\x8b\xaa\xcb\xe7\xc4\xa7\x65\xdf\x68\x8d\xeb\xfd\x95\xe9\x47\xba\xa2\x10\x69\x04\xc1\xb8\xe5\xbd\x08\x5b\x00\x13\x57\x4e\x0c\x1b\xcc\x46\xd9\x4c\x38\x76\xe3\x49\x6e\x7e\x85\x2d\xb9\x84\xd1\x98\x13\x9b\x30\xa3\xae\xe3\xed\x76\x5d\x2d\xa4\xe9\x97\x92\xe7\x09\x8d\x77\x66\x45\x4a\x08\x07\x42\xb1\xbc\x80\x5c\xa8\xd7\xcc\xb6\xd2\x88\xcf\xa3\xfc\xaa\xa4\x95\xb3\xda\x2d\x65\x77\x5a\x37\xbb\xe2\x1b\x30\x14\x9b\x39\xcf\x4f\xd2\x77\x0d\x75\x18\xd4\xe1\x00\x7c\x13\xc7\xc4\x18\x58\x18\x68\xcb\x4d\xd3\x33\xe2\xb4\x58\x45\xd3\xb3\xaf\x28\x93\x46\xda\xe5\x9f\x88\x2d\xf6\x8d\x2c\xc9\x82\x96\xdc\x82\x2b\x26\x0e\xb6\xa3\x1d\x5d\x96\x05\xf1\x11\x59\x1a\x96\x16\xd3\x20\xa0\x36\x3b\x5a\x4d\x2b\xaa\x8c\x11\xcf\x12\x09\x55\x39\xd5\x4f\x0c\x89\xea\xc1\x2a\xa7\x95\xdb\xd0\xe6\xc9\x13\x7d\x8a\x0f\xfd\x1d\xd6\x4f\xbd\xca\xaf\xaf\xa9\x57\x1d\xad\x8a\x57\xe9\x62\xdd\xd0\x92\xfa\xe5\xdd\x9b\x8e\x17\xcc\x2a\xdb\x36\x2d\x24\x11\xca\xba\xa0\x4f\x97\x16\x20\x9a\x21\xea\xdd\x66\x4e\xbf\xf6\xab\x8a\x18\x35\xd0\xce\x25\x58\x4a\xa2\x54\x6a\x62\xd7\xd1\x14\x1e\xa5\xb4\x84\x69\x04\x84\x32\x10\x00\x8f\xc1\xa8\x8e\xc1\xaf\x89\xc6\x76\x2d\x2d\xa7\x55\xdf\x6f\xad\xe5\x57\x57\x57\x17\xd2\xb4\x4b\xbd\xad\xed\x3c\xa0\x0c\xcc\xc1\x9a\x65\xa3\x3a\x6d\xea\x19\x88\x64\xd7\xae\x07\xf4\x43\x63\xb5\x9c\x03\x78\xe1\x2e\x3c\xe1\xff\x2e\x3d\x7a\x80\xe7\x8e\xa4\xbe\x3d\xa8\x89\x70\x5c\x42\x4e\x21\xa2\x6e\xb6\x5c\x6f\x40\xd5\xe7\x9a\xe0\x49\x19\xb2\x8d\xcb\x17\x09\x87\x72\x21\x53\x06\xbb\xf4\x86\x06\xac\x6c\xf4\xf2\x8c\xd0\x00\x5e\x8a\xd4\xeb\xb6\xd9\x50\xea\x0b\xfa\xe3\x13\x7c\xf7\xcf\xb8\x3e\xc0\xe4\x45\x41\x5c\xbe\x3b\x4a\xdf\xbd\x38\x49\xff\xbf\xef\xbf\xfb\x6e\x96\xbe\xee\x79\x25\x32\x71\xfe\x8d\x89\x8a\x3e\x45\xd4\x72\xa0\xc4\xb1\x7a\xa2\xbb\x7b\xbc\xb2\xee\xa5\x3f\x22\xf7\xbf\x95\x9f\x73\x12\x11\xcb\xd9\xa2\xd9\x3c\x63\xae\xba\xc9\x69\xed\x73\x0e\x91\xab\xd2\xf1\x65\x59\x17\xf4\xa1\x02\x9b\xe6\x05\xec\x40\xf3\x03\xf1\x4d\x04\xd7\x6c\xd1\xd4\xd7\x55\xcb\x03\xfa\xb9\x06\x35\x98\x48\x4b\xdb\x35\x72\x4c\x2a\x22\xa4\x11\x07\xa9\xae\x6f\x3c\x28\x86\xfa\x96\x13\x75\x42\x13\xa1\xba\x4c\x45\x74\x87\xe5\x4b\x21\x46\x9e\xb7\x73\x1a\x5e\x6b\xf8\xee\x3c\xc2\x9b\xeb\x6b\xde\x6b\x6d\x97\xd0\x16\xce\x25\x55\x36\x8c\x10\x84\x88\x71\x0b\xa1\xfc\x54\x89\xf8\xe4\xf4\x6d\x5a\x7e\x22\x6a\x63\xae\xd7\x36\xc5\x6e\x01\x0a\x63\xd8\x23\x66\xd6\xc4\x22\x3a\x5a\x1b\x0b\xd9\x57\x02\x26\xc1\x5d\x63\x4e\xb4\x20\x20\xe2\x0d\xc6\xac\x49\x90\xfc\x44\x9c\xbf\x0d\x9a\x78\x69\x49\xda\xfb\x11\xec\xa8\x53\xae\x04\x8f\x7c\x41\x33\x4e\x54\x21\xbd\xe8\xa4\x53\x92\x4d\xe4\x4e\x74\xbc\xa3\x13\x4a\x5e\x50\x5f\xe6\x37\xe0\x3b\x1d\x13\x43\x51\x5e\xe7\xbb\x75\xef\xfb\x35\xd8\x44\xac\xa5\x4b\x3e\x24\x85\x79\x93\x05\x46\x1d\x04\xf5\x74\xc3\xb2\x44\x86\x35\xc9\x39\xb2\xd9\x30\xbd\xca\x29\xc4\xf6\x1d\x62\x4f\x25\xa6\x27\xf3\x22\xbf\xce\x97\x49\xfe\x71\xbe\x6b\xf6\x9d\x48\x3e\x29\xb6\x5a\xae\xd1\x2a\x60\x51\x61\xba\x2f\xb3\x44\xc5\xa5\x4c\x8f\x6b\xd9\xa7\x0a\x87\x21\x47\xae\x52\xa5\x1e\xe1\x98\xaf\xfd\x85\x01\xf8\x94\xd5\x4d\x96\x75\xbd\x39\xe7\x41\x76\xee\x30\x24\x38\xe7\xe1\xa2\x05\x16\xe1\x68\x96\x3e\x55\x60\xf3\x4a\x30\xc0\x0b\x51\x0d\x9a\xa6\xa6\xba\xb2\x44\x0d\x54\xfe\x09\xd5\x89\x32\x33\x3d\x20\xa8\xcc\x6e\xa2\x1f\x6f\xf7\x45\x03\xd9\x01\x7b\x09\x95\x36\xb4\x0e\xf6\xf5\xb4\xad\x96\x2b\xe2\xad\xcd\xfe\x48\x90\xb2\x5f\x35\x25\xaf\x9f\xd7\xa7\x4f\xbf\x95\x7e\x2c\x79\x67\x71\x85\x78\x4f\xca\x77\x44\x5c\x84\x31\x25\x63\xe9\x82\xdb\xdb\x01\x39\x3a\x8a\x08\xd0\xf0\xf0\x37\x12\x25\x1c\xd3\x50\x5e\x11\xe6\x29\x93\xf0\x30\x52\xda\x0e\x90\xd2\xb0\x72\x25\x95\xf7\xb3\x65\x83\x83\x8c\xc9\xf7\xbc\x5b\xd2\x79\xb8\xeb\xb3\x65\xd5\x67\xd7\xcc\xba\xb8\xe6\x17\x5c\x03\x6f\xde\x94\x93\x3e\xa0\xac\x07\x29\xf1\x3f\x3a\x9d\x15\x3f\xa4\xf7\x3f\xa9\xc4\xf8\x3d\xf3\xa4\x8c\x56\x51\xb5\xc6\x94\xe8\xf1\xa8\x2d\x45\x60\xb5\x33\xb8\x93\xda\xba\xdd\x16\x7b\x9b\x0a\x88\xee\x34\x50\x34\xfb\x9a\x57\x1f\x98\x2f\xf1\x99\x6a\x51\xd1\x9e\x31\xaf\xea\x9c\x36\x78\xab\x05\x4c\xfd\x3e\xd1\xc4\xdb\xf3\x2b\x00\x2e\x9b\xf9\xae\x5a\x17\x06\x30\x4b\x4c\x88\x24\x11\x52\x67\x3f\x14\xab\x2d\xa9\x92\xbe\x2c\x9a\x96\x25\x12\x8c\xc6\x0a\x1e\x10\x85\x5a\x16\x31\x90\x5c\xf1\x79\x06\xb0\x28\xe7\xa4\x16\x46\x03\x4d\x3f\x8e\x6a\x2c\xd3\x80\x6e\xaa\xae\x7e\xd0\xa3\xa7\x8b\x1d\xb5\x45\x53\xcf\xc9\x54\xb0\x4b\x1f\x3f\xa3\xff\x13\x96\x90\x64\x07\x58\x8e\x11\xcf\x99\xa9\x64\xee\x64\x2d\x46\x5d\x8d\x88\xdc\x4d\xb5\x91\x70\x30\xd6\xb0\xbf\x46\x02\xdd\x4e\xa8\x96\xd5\x25\x6b\x9a\xd6\xf2\x1b\xfa\xe0\x93\xdb\x72\x8d\x49\xc8\x7b\x3d\x5e\x35\x84\x37\x26\x90\x23\x59\x34\xd7\x34\x34\xe6\xa5\x7d\xfe\xb1\xc4\x89\x8c\xf6\xfc\xf7\xac\x07\xfa\x90\xec\x44\x06\x6d\xd6\x85\x3b\xef\x80\xb2\x9b\x76\xa8\xc6\xf0\x40\x8e\x6a\x3b\x12\xb6\x17\xab\xcc\x69\x91\x18\x29\x7d\xf9\x19\xbb\x3f\xb2\xbc\x52\x89\x49\x9e\xb3\x92\xcd\x0d\xa6\x8b\x07\x71\x76\xe3\x67\x8b\x24\x50\x5a\x28\x74\x98\x9d\x37\x8c\xb5\x4f\xa5\x83\x3a\x09\x53\xe3\x02\x54\x17\xc9\xca\x5a\x55\xac\x6d\xa0\x2c\x51\x89\x68\xae\xa8\x45\xba\x04\xac\x4c\x55\x60\xe0\x78\x34\x9f\x7a\xb2\x9f\xd1\xc4\x40\x6d\x60\x2d\x13\x5f\xbc\x91\x75\x11\xb4\x99\xbc\x57\xf5\xd8\x87\xc4\xe0\xde\xc5\xf9\xc4\x53\x56\x1f\x02\x15\x54\x66\xb3\x6b\xaa\x28\x68\x4f\x94\xad\x78\x91\x62\x55\x6e\x59\xfa\xd8\x74\x20\x8b\x35\x9f\xb4\x6f\x54\x7e\x76\x04\xf2\x93\x30\x6c\xa2\x18\x62\x73\xdf\x24\x5d\xc3\x0b\x2e\xfb\xca\x2a\x9e\x57\x44\x0a\x28\x1f\x6f\x76\xa2\x1b\x23\x31\x97\xa7\x8f\x56\xd9\xcd\x51\x7c\xb2\x5a\xe5\x1d\x31\x71\x92\x15\xb4\x58\x31\xb3\x13\x2e\x4f\x3b\x9d\xe7\xb0\x66\xa0\xcf\x03\x95\x4b\xc9\xa6\x1d\xee\xc2\xdc\x43\xe1\x73\xda\x8a\x93\x9d\x20\x19\x85\x02\xd4\x44\x9b\x84\xb0\x4d\xc9\xe2\x73\xb6\x11\x35\x9a\xfc\x4a\xcf\xca\x84\xb6\xc3\x25\x2d\x68\x23\xd8\xa7\xac\xfd\x58\xe2\x94\xa1\xf4\xca\x00\x65\x1f\x32\x62\x85\xb0\x94\x9f\x4c\x6f\x49\x9c\x61\x0f\xd5\x10\xad\xed\x11\xfa\x69\xcb\xa2\xec\x99\x31\x76\x91\x11\x20\xea\x75\xc4\x2d\x3c\x12\x8f\x53\x56\x40\x86\x50\x2a\x72\xfb\x61\x71\x01\xe6\x1a\x3f\xce\x9f\xdd\xef\x7e\x7c\x32\x7f\xe6\x78\xeb\x62\x55\x2e\x3e\x0a\xfd\x55\xf5\xbc\xf9\x8c\x83\x2d\x14\x25\x74\xa6\xe6\x35\x76\xbf\x48\xe9\xa0\xdb\xe2\x5c\x45\xbc\x80\x8a\x11\xe2\x39\x37\x9a\x34\xea\x0c\xb3\x0c\xda\xda\x16\x58\x55\x20\x70\x4f\x90\xc7\x9c\xca\x24\x89\x0d\xc0\xd3\x24\x06\xb2\xae\x36\x55\x3f\xa2\x09\xe6\x30\xb9\xd2\x96\xea\xca\x0c\x49\xa8\x0b\xc3\xc4\x28\x89\x4f\x53\x35\xb4\xaf\x1a\x9d\xec\x73\x3a\x48\x7d\x9f\x12\x6d\xec\x68\x7f\xe2\xce\xd2\x78\x88\x51\xe7\xbc\x31\xd3\x21\x2a\xef\xb2\x5d\xad\xf8\x2a\x0b\xa3\x92\x57\x15\xb6\x0f\x6e\xd7\x68\x39\x80\x32\x94\xea\x59\x20\x7d\xe8\x50\xf9\x68\xa6\xba\x2d\x14\x63\x9e\xce\x1d\xaa\x58\x6e\xcd\x27\x67\x85\x78\x5e\x5d\xca\xd9\x17\x18\x60\x38\x9e\x41\x3a\x40\xf9\x69\xa1\x53\xd8\x47\x4a\x01\xa6\xe7\xbb\xbe\x6f\xf8\x5c\xb2\x66\x72\x90\x32\xd6\xeb\x13\x00\xe2\xa8\xe5\xeb\xc3\x74\x86\x78\x12\x16\x5b\xda\x39\x21\x23\x3a\xe4\x35\x2d\x1a\x6e\x3e\xd1\x0d\x46\xa7\x9b\xa0\x03\x2b\x44\x97\x94\xd7\x37\x5e\xbd\x81\x5e\x70\x83\xfd\x74\x5f\x1e\xb6\xe5\x23\xdf\x1b\xb7\x18\x50\xc2\x7a\x24\xc5\x83\x85\xf2\x0e\xb9\xa2\x62\xb5\xe5\x64\x7b\x9a\x2a\x2a\x3d\x7d\xb4\x31\x7a\x91\xcf\x24\x4f\x9c\x93\xc4\xca\x02\x88\xa6\x51\xa0\xf4\x6c\xd0\x96\x3f\x12\x8e\x31\xd8\xc7\x5d\xf6\x5b\x53\xdf\x34\x59\xb7\x92\xe3\xb7\x75\x8f\x8e\xee\xf5\x32\xd2\x5b\xe1\x5e\x04\x44\xf7\xff\xf3\x06\xc8\x03\xfd\x90\xe8\x6c\x94\xc1\xa2\x50\x6a\xb5\x1c\x9b\x35\x59\x1b\x0e\xde\x84\xb5\xbf\x94\x2d\x1f\xef\x00\x14\xcf\xd6\x21\x2c\xc6\x83\x70\x4c\xd1\xef\xee\x8e\x21\x6a\xd2\x91\xed\xf7\x1e\xd8\x1d\x2a\x35\x87\x49\x52\x6e\x6f\x68\x60\x4d\x91\xd3\xc8\x6e\xa0\xac\xfe\x2b\xed\x49\x35\xae\x01\x9a\x84\x32\xa4\xd0\x19\x3e\x08\x94\x8f\xc5\x1f\x12\xde\xf5\xdf\x0e\xe4\x59\xde\xd4\x34\x2d\x10\xa9\x90\xf5\x73\x74\xcf\xe1\x46\x7b\x31\x21\xfb\xbe\x2b\xfd\x75\x07\xbe\xdc\xb0\x2f\x2f\x5f\x5d\xd9\x39\xf7\xf2\x55\xfa\xb1\xd4\xca\x5f\xf5\xfd\xb6\xfb\x05\x3a\x0f\x51\x60\xb0\xb6\xe3\x22\xbf\x61\x39\x53\x92\xf5\x07\x32\xae\xca\x7c\xa3\xbd\xe4\x4f\xa9\xe2\x98\x36\x60\x4d\xe4\x4f\xda\x97\x03\x5d\x5a\x02\x89\xeb\xe7\x29\x49\xdb\x9d\x7b\x4a\xbd\x4b\xf9\x6d\xa4\x00\xfc\x2d\xc9\xd7\x5b\x3a\x9a\xb1\xc8\x13\x80\x41\xd7\x35\xd7\x13\x5a\x0a\x10\x10\xf9\x6e\x43\xc4\xb1\xc0\x89\x94\x0a\x3c\x7c\x9c\x3d\x0a\x74\x9f\x71\x65\x05\xad\xfe\x3f\x54\x21\x7f\xb3\x5c\x1c\xd6\xdb\x55\x7f\xb7\x51\x44\xd5\x71\x3a\x31\x53\x82\x80\x14\xea\xa1\x1c\x10\xb6\x72\x96\x48\x7b\x56\x7d\x51\x02\x49\xbd\x51\xd5\x9b\xfc\xf3\x5d\x05\x37\xcd\x44\x39\xe1\x71\xbe\x90\x71\x32\x1d\x62\xbc\x72\x08\x9e\x95\x5b\x07\xa1\x69\xea\x09\xa4\xaa\x17\xeb\x5d\x71\xb0\x27\xdd\x6e\x4e\xdb\x20\x8b\xd3\x0f\xee\x77\x0f\xb8\xca\xfa\x23\xed\xdb\xb5\x83\xff\x45\x7e\xa7\xf8\xfd\x83\xdd\xc4\xd1\x81\x57\xcf\x18\xa9\xbb\x93\x23\xf1\xa3\xe0\x0d\x04\x67\x85\x99\xe7\x3b\xe1\xf9\xc1\x91\x3f\xb4\x16\x7a\xc0\x73\x6b\x9f\x55\x15\x38\x4a\x11\x09\xce\xfc\xf5\x61\xc6\x52\x40\xc6\x72\x79\x1d\x4a\xdf\x4e\x3e\xb0\x8d\x16\x10\x72\x89\x94\x8d\xcb\x0d\x16\xe8\xc1\xe2\x24\xec\x4c\x94\x3e\x1f\xab\x9b\x0f\x94\xef\x69\x89\x4d\x54\xe0\x56\xde\xc1\x82\x32\xf9\x28\x44\x23\x2f\x46\xbc\x63\x5c\x90\xc1\xe8\x64\xb8\x5e\x97\x4b\xd6\x4b\x5a\xc3\x51\x6b\x3a\xd1\xb4\x2b\x0a\x58\x48\x70\x1e\xc3\x6e\xb2\xc2\x79\x0d\xcf\x39\x6e\x8e\xe2\x13\x26\xab\x6b\xa8\xaa\x16\x57\xc0\xc1\x39\x53\xbb\xa1\x9b\xc4\x86\x8f\x54\xdd\x8e\xf7\x28\x3e\x7e\x89\xfc\x15\xcf\x06\x4b\x20\xa8\xaa\x44\x13\x87\xab\x27\x5a\x64\xce\x7e\x57\xfd\x00\xfb\xca\xaa\x43\xbd\xc4\xb8\x62\xad\xdc\x01\x1d\xaa\xd6\x9d\x99\xcb\xcf\x15\x74\xbc\x2f\x2b\xd6\x1d\xe2\xd4\xec\x94\x05\xc8\x9b\x25\x6b\x62\x1e\x7c\x3a\x93\x51\x89\xa4\xde\x7c\xe2\xd5\xc8\xed\x71\xae\x94\x13\x9d\xaf\x0e\x8a\xe7\x59\xcf\xdf\xb8\x29\x2a\x8b\x23\x92\x75\xb8\x04\xf5\x13\x8b\x3b\x5f\xef\xf3\x9b\x0e\xca\x24\xe3\x50\xac\xdf\x96\xe2\xcc\x7e\x48\x12\x5a\xa2\x57\xe1\x2d\x0a\xad\x38\xc3\x04\x5f\x07\xf0\x66\xe3\xe4\x95\x3d\x4e\xd0\xe0\x2e\xaa\x9e\xfa\x14\xec\xe8\xba\x37\xf1\xe9\x9f\xcf\xca\x7c\x8a\x91\xec\xa0\x22\x5c\x4f\xea\x4e\x31\x51\xf6\x88\xe5\x44\x6a\x86\xa5\x36\xe2\xdf\x82\x6b\x12\x84\x09\xb3\xe8\x52\xa0\x4e\xd9\x51\xfd\x8f\x45\xf2\xaf\x08\x87\x7c\x92\xf4\x1a\x06\xde\xcb\x68\x56\xec\x16\x40\xd2\xa1\x1f\x48\xba\x9e\x96\x00\x63\xda\xee\xfc\xff\x1a\x88\x2c\x29\x72\xb1\xc4\x80\xa6\x6e\x55\x6d\xd3\x06\x9a\xe5\x10\x85\x9e\x6c\x03\x59\x9b\xef\x3b\x4a\x9c\x2c\x58\xc5\xde\xe6\x75\x77\x5d\x42\xd7\xbe\x49\xaf\xf9\x5a\x79\xa6\x4d\xb3\xe8\x2e\x77\xff\x07\x5a\x96\x53\x1a\x9a\x0e\x77\x17\xcc\x5d\x30\x51\x71\xd3\x72\xf9\x02\x7d\x2e\xfa\x00\xac\xfa\x9a\x3a\xeb\x03\x93\xd9\x08\x05\x10\x9f\xa3\xab\x34\xeb\xcd\xa7\x32\x44\xc4\xf5\x1f\x1d\x79\x80\x75\xbd\x4e\x90\x3b\x98\x78\x9a\xa4\x51\x28\x74\x70\x13\x3c\xbf\x89\x47\xcf\x45\x83\xeb\x75\x5a\x23\xa5\xb6\xc2\x0b\x83\xd7\xca\xa0\x42\x28\x72\xfc\xa1\x29\x91\xab\xf8\x6c\x4e\x5d\x5c\xac\xa2\xd5\x79\x85\x9c\x54\x72\x46\x0b\x34\x79\xcf\x4d\x7f\x48\xe4\x32\x3e\x73\x7a\xfb\x13\xb9\x9c\x17\xa1\x57\xf5\xf0\x7d\x6a\xca\x7a\xbe\x4d\xb1\x22\xa2\x9a\xbf\xb5\x24\x6f\xc3\xa6\x37\xfd\x5b\x43\x32\x07\xd4\xef\xff\x4a\x5f\x7c\x0c\xa8\x93\xe8\x06\x72\xa0\x49\x81\xa4\x5d\xf5\xbc\xc2\x2e\x68\x61\x90\xd8\x73\xac\x29\x74\x90\x07\x77\x80\x72\xe7\x85\x7d\xd3\x7c\xe4\xcc\xf4\x78\x69\xcb\x97\xc2\x89\xa6\xed\x85\x7d\x27\xac\x07\xd8\xcc\xb0\x39\xb0\x84\x8e\x9b\x8c\x60\x4b\x60\x69\x81\x27\xcc\xf2\x66\x01\xfc\x36\xef\x89\x2d\xd6\x72\x56\x13\x0e\x15\x16\xd5\x6c\x57\x85\xbb\xf2\xe6\x5a\xd8\x3c\x44\x50\xf1\x21\xf1\x56\x2b\x66\xb0\x32\xa5\x39\x56\x16\xd3\xa9\x8c\xfc\x6f\xf4\xa9\x3a\x1f\xb0\x2f\x7c\xe8\x99\x1d\x97\xcd\x76\x43\x08\x0b\x9a\xe0\x67\xa2\x5a\xb2\x58\x45\xa6\xe4\xfd\x34\x3d\x95\x0f\x3b\xfd\xef\x2a\x8c\xa9\xa2\xa3\xc4\x16\x78\x0f\x6c\x6c\x74\x22\x5c\xa7\xd5\x96\xca\x2b\xeb\xdb\xe1\xce\xce\x66\x1d\x52\x88\x09\xd7\xee\x8f\x20\x05\xf0\xf5\x45\x70\x72\x65\xfd\x33\x8e\xb4\x75\x70\x37\xc6\x37\x3e\x7c\x10\x27\xb0\x7d\x39\x4f\x59\x23\x4c\x84\x43\x07\x44\x1d\xe8\x26\xa7\xb3\xe5\xa7\x2a\x77\xba\x27\x9a\x2d\xb6\xe2\xd1\x5d\xf4\x05\x5b\xf0\xe0\xbe\x7d\x6c\x6a\xc6\x97\x57\x7a\x1f\xf4\x46\x3f\x93\xdd\x96\x2f\x58\x82\x01\xff\x82\x04\x37\xe0\x38\x3f\x38\xb2\x61\xe8\x56\xcc\x49\x33\x02\x5e\xd8\x39\x0e\x86\x30\x33\x5b\x3e\x13\x26\x64\xba\x84\x8a\x21\x88\x57\xc2\x80\xc5\xa8\xfd\x0c\x90\x29\x57\xbe\x18\x3e\xed\x8c\xe9\xaa\xd9\xa7\xeb\xaa\xfe\xd8\x29\x36\x99\x8f\x85\xe7\x57\x68\xad\x88\x08\x77\x62\x5a\x24\x9f\x63\x4b\x26\xbb\x89\x1a\xac\x70\xbb\xaf\x92\x3b\xb9\x63\x24\x4f\xc2\xfa\x53\xbc\xdd\x99\x5d\x97\x2c\x26\x83\xa9\xd9\xfd\x1e\x8d\xb2\x69\x3a\xd5\x91\x7a\x26\xc2\x69\xd0\xbb\x28\x94\xe2\xdc\x41\xe8\x94\x1c\xdb\xad\x22\xd6\x54\x62\xf7\x80\xd6\x01\xac\xd0\xac\xda\x88\x65\xe0\x2f\x76\x4b\x88\xf9\x71\xa7\x09\x64\xc3\xee\x24\xee\x7d\x78\x35\xf2\xb6\xb1\x3b\x48\xe3\x86\x96\x79\x64\x9b\xbe\x60\x00\x5b\x76\xd4\xd9\x21\x7d\x68\x05\xa6\xe5\xbf\x83\x4c\x8c\x08\xc2\x7b\x23\x99\x78\xc7\x20\x9a\x75\x24\xda\x9d\xe8\x7d\x85\xcb\x67\xcc\x06\xf9\x6f\x71\xc3\xe7\xf4\x0e\x7c\x20\xcf\x06\x20\x7a\x60\x8f\x20\x27\x25\x68\x6b\xeb\xa0\xf4\x3c\xe8\xfd\x68\xad\x58\xb9\x3d\x61\x21\x1c\xb8\x52\x77\x31\x33\x53\x1f\x56\xb6\xca\x75\x21\x6c\x32\xc4\x2e\xa5\xc6\x5d\xa3\x54\x41\xa8\xc2\x01\xa3\xf3\xe7\x8a\x63\xe1\x3e\x7c\x47\x20\x86\x89\x0e\x40\x6d\x13\xe3\xf3\x66\x69\x06\x0e\x21\x23\xdb\xb6\x44\x1e\xb4\xd1\x0e\x54\x70\x23\x16\x16\xb1\x2b\x70\xab\x06\xb7\xf5\x9e\x4b\xd1\x89\x51\xeb\x62\x7e\x8f\x2f\x4b\x71\x6a\x24\xa2\x63\x16\x75\x35\x59\x99\xb3\xcb\x15\x16\xed\x3a\x49\x3f\x84\x71\xe9\x70\x4f\x35\x65\x00\x60\xc3\x51\x06\xdf\x4f\x28\x14\x31\x1a\x15\x3b\x8c\xff\x56\xb5\x58\x4b\xb8\xdb\xbb\x88\x81\xa4\xa7\xe0\x28\x34\x6f\xa2\xba\x36\x7e\xf2\xd3\xb0\x71\x3f\xe1\x3f\x0f\xb4\xde\x32\xb8\x98\xde\xbf\x49\xa8\x4b\xa0\x46\x7f\x0b\x5a\x60\x9a\x07\x4a\x35\x06\x0b\x41\x54\x63\xe9\x92\xb3\x48\x2d\x0f\x05\xfb\x57\xa9\xe2\x79\xef\xfe\x27\x68\xe1\xa3\xb6\xbc\x16\xde\xf5\x72\xb0\x1c\xb8\x7b\x83\x9d\x73\xb4\x30\x28\x03\x72\x84\x92\x74\x20\x1d\x28\x51\x3b\x21\x81\x9b\x91\xb3\x09\x63\x88\x92\x20\x4a\x28\x35\x60\x0b\x61\x41\x15\x96\x46\x30\x13\x94\x83\x4a\x37\xd2\x2b\xc7\x13\x7f\x8c\x93\x18\x61\x45\x60\x61\xca\x47\x1b\xb3\x48\xb1\x7a\xb2\xdb\x30\x22\xe4\x9e\xdd\x59\x7d\x8d\x2e\xd1\x8e\xf4\xf8\xb3\xaa\x96\x2b\x1a\x57\xb5\xe1\xdb\x65\x90\x93\x5d\x61\xfa\xd3\x29\xff\x22\x86\xd2\x2c\x6b\xd6\x5d\x71\x0b\x62\xe6\xe5\x36\x98\x1f\xbb\xbe\x6d\xea\xe5\xb3\xd3\x86\x8f\x8d\xac\xd1\xe1\x4d\xf0\xa7\x1f\x9f\x68\x3a\x31\x4d\x9e\x43\xb6\x09\x7c\x59\xf5\xaf\x76\xf3\x07\x5d\xba\x64\x23\x55\xdc\xbb\xe4\x81\xe9\xaa\x1a\x16\x88\x0d\xde\xbe\x76\x68\x81\x21\x2b\x2d\xf4\xae\x59\xd3\x2a\x89\x8b\x34\x9b\x8d\xcc\x2f\x6d\x00\x1b\x81\x44\xff\x61\x8b\x50\xd6\xc0\x5c\xd9\x2a\x7e\xa8\xc2\x99\x23\x73\x3f\x3f\x3a\x6d\x26\xee\x45\x7a\x12\x15\xb8\x18\x18\x97\xab\x75\x1f\x6c\x1b\xac\x23\x49\x5d\x31\x08\x0a\xe3\x62\x98\x48\x56\x3b\x79\x15\x8d\x29\x59\x70\x12\x40\x1d\x56\x9e\x8a\x52\x4f\x44\x62\xe2\x34\x6b\x53\x64\x85\x92\xf5\xdf\x42\x5a\x01\xfd\xf2\x5e\x61\x2a\x5c\x08\xbe\x5e\x99\xc3\x04\x3b\x58\xe5\xca\xd8\x64\xf4\xca\xd6\x6c\x04\x01\x63\x53\x9c\x78\xce\x36\x84\x99\xe2\x6d\xd6\x8b\x90\xa9\x89\x11\x93\x30\x36\x21\x49\x3a\x69\x30\xdb\xfe\x42\xa6\x36\x6a\xd7\x0f\xdc\x9a\xfb\x02\xbe\x86\x31\x1d\x03\x1d\x34\x16\xe8\x46\x74\xa6\xde\xa8\x26\x04\x19\x6c\x00\xeb\x4f\x3d\x6f\x1b\xbd\x42\x4b\x2d\x11\x73\x42\xc7\x9c\xbe\x8c\x16\x33\x77\x02\x26\x8b\x62\x92\x03\xe5\xca\x7f\x49\x8b\x9c\x38\x41\xdf\x7c\x24\x62\x1a\x17\x41\xfa\xa1\x42\x8e\xc3\xd8\x59\x43\xf9\xcb\xb1\x67\x0f\xc3\xd3\x87\x5e\x45\x1f\x64\x31\x01\x67\xd1\x5a\x9d\x59\x94\x68\x86\x60\x0e\xce\xb6\x23\x85\x70\x12\x65\x04\x6a\xfb\xe3\x38\x00\x49\x58\x35\x03\x41\x7d\xcb\x1f\xfa\x3b\x9c\x96\xa8\xfe\x60\xb9\x10\x03\xdf\xd5\x01\x03\x15\x72\xc8\x04\x15\x6e\x90\x17\x74\x94\x84\xed\xe3\xb1\x54\x78\xc5\xd9\x9d\x1a\xfe\xea\x8d\xbe\x15\x79\xa9\x89\x58\x03\x00\x14\x84\x77\x0e\x11\xf8\xe5\xb5\x0a\x56\x8b\x5a\x6b\xa8\x55\x23\xe6\x80\xa8\xce\x58\xe6\x4a\xac\x37\xd2\xe3\x8b\xd7\xb4\x67\xb8\x06\xad\xd2\x9f\x73\x92\xa4\xa5\x0b\x7b\xa7\xd1\x60\x62\x1b\xf2\x5c\x27\xf3\x4b\x71\x53\xa0\xa2\x24\x96\xb8\x1b\xd4\x68\x40\x32\x98\x38\x5f\x70\x5c\x76\x81\x96\x47\x5a\x43\x4f\x86\xbb\x95\x1b\xea\x37\x84\x59\xa7\x6b\xe4\xa5\xb5\xbd\x61\xfe\x1f\x98\x6b\xe5\x82\xa1\x3d\x38\xf8\xc0\x4e\x8c\x20\xa1\xe9\x48\x79\x09\xb7\x8e\x7f\x58\x87\x95\x83\x84\x53\x19\xb2\x91\xc9\xc9\xf4\x4c\x65\xb2\xd8\x14\x67\xd9\x5a\x3d\xf1\x98\xef\xe2\x33\x4c\xf8\xfe\x1c\x7e\x0b\x97\x09\x47\x15\x90\xf2\xc5\x64\xb3\x8e\xa2\xa5\xe9\x01\xbf\x49\x65\x23\x14\x5b\x07\x6e\x45\x4e\x17\x4a\x11\x81\x19\x31\xd5\xb2\x2f\xd7\x6c\xff\xab\xad\xfb\x1b\x50\x1d\x7a\x64\x14\xa0\x40\xc1\x49\xb4\xf4\x22\xae\xa0\x22\x54\xd3\x59\x65\x04\x41\xcb\x0d\x76\x00\x72\x94\xb7\xfd\xfa\xe4\xf8\xed\xdb\xf3\x2b\xbf\x4d\xf3\x3a\xa8\x0b\x12\x26\xbe\x71\x16\x73\xa3\x7e\x99\xdd\x9c\x9b\xc0\x18\xc2\x5b\xee\x69\x89\x43\x70\x21\x9b\xb2\xda\xe9\x73\xd9\x80\xf7\x34\xdc\x17\xe3\xe5\x51\xff\x8b\x43\xf3\x97\xbc\x67\xf9\xe6\x43\x62\xca\xee\x73\xfe\x9b\x84\xf7\x05\xc1\x1d\x0d\x96\x9e\xbf\xca\xf1\xd6\xf9\xd4\x81\xa6\x18\xdd\x1f\x80\x49\xef\x72\x1c\x8d\x08\xf7\x0d\xf6\x8a\xeb\x14\xf7\xdd\x47\xac\x0e\x6d\x5a\x2c\x18\x46\xee\xae\xae\x7e\xdf\x41\x40\xe3\x83\x11\x31\x0f\x36\xc4\x9c\x57\x6b\xd9\x50\xfe\xe2\x7e\x48\x3a\x7f\x0d\x2c\xc8\x83\xc6\xe9\xd7\x8f\xdd\x96\xed\x58\x69\x6f\xe8\x9e\xde\xdb\x55\x29\x6b\xd7\xd8\x8a\xeb\xde\x33\x3a\xc6\xf0\x2d\x38\x4d\x1f\x41\x3c\x1b\x55\xc7\x5e\x64\x0b\x51\xc5\x39\x7b\x20\xd0\xad\xa6\xf3\x6a\x61\x91\x37\xd2\xff\x09\xe2\xff\x40\x9b\xec\xb2\xe6\xc7\xf1\x50\x4f\xc9\x84\x23\xac\xdd\x4f\xf9\x7a\x17\x2b\x4b\xb8\x75\x2e\xd3\x3d\x4a\x60\x1e\xef\xcb\xc2\xe0\x07\xde\x8e\x9c\x41\xd4\xf0\x13\x90\xd6\xdf\xee\xf3\xc4\x7e\x91\x2c\xfa\x7d\x93\xa0\x27\xaa\x80\x1e\x7a\xcf\x21\xcf\xcc\xe0\x39\x0f\xb6\xf0\x48\x9d\x98\x8d\xc0\xcf\x25\x5f\xf7\xa2\x7a\x4e\x83\xd9\x64\xd6\x82\x41\x94\x21\xc5\xe8\x15\xa1\xe3\x60\xdd\xa2\xad\x60\xcb\x2f\xe9\xec\x2b\x99\x06\x7e\x92\x2e\xd1\xb7\x7b\x49\x74\x4f\x28\x9a\x2d\xab\x9e\x8e\xdc\xec\xb1\x05\xcb\xef\x84\xd8\x06\xed\x64\xf0\xb2\x94\x2f\x4b\x19\x15\xe5\x4d\x5f\x60\xa1\x32\x63\x51\x53\x57\x00\x7f\xe8\xef\x89\x52\x0a\x68\x3e\x9e\x7c\xfb\xd1\x64\x55\x5d\xf1\xc2\x7f\x4d\x7f\x68\x53\x97\x23\x40\x4c\xa6\x22\xdf\xa2\x12\xd5\xef\xc8\x21\xdc\xd5\xa3\x96\x78\x3a\x2b\x6a\x82\x17\xcc\x8b\x1a\x8b\xab\x06\x1d\x68\x43\x42\xfa\x1c\x09\xea\x5a\x49\x3d\xa1\x59\xf8\x24\xe2\x90\x38\x5b\xbe\xb6\x94\x87\x7c\x04\x7c\x94\xec\xf9\x26\x58\x94\xd2\xbf\xea\x27\x74\xd2\xcb\xfc\xef\x92\x7a\xe9\x7e\x60\xda\x3b\x25\x84\xee\x80\x46\x7a\x78\xad\xfb\xf5\x8a\xe9\x61\x0d\xb7\xeb\xa7\xd9\xf8\x29\xe3\xdb\x06\x5b\x08\x91\xf5\x44\xa2\x4e\xa3\xe6\x3b\xe7\xbc\x46\xc5\x79\x2e\xcc\x3d\xcc\x53\x4c\x79\x92\xc7\xcb\x1c\x46\xa3\x73\x5a\xa6\xf7\x9e\x09\xb6\x6d\x8d\x5b\xad\x3a\x79\x67\xea\xb7\x1a\xcc\x9e\x42\xcc\x64\x21\xdb\xd9\x99\xad\x87\xf8\x5c\xaa\x7a\xa0\x69\xa8\x68\x1b\x50\x51\x2c\x0f\x7c\x67\x9e\xbc\x7c\x7d\x05\xcf\x19\x9a\x6b\x78\x3a\x98\x7b\x10\xdb\x14\xcf\x5c\x9d\xbc\x43\x54\x5d\x27\x92\x43\x5d\x01\xf1\xbc\x7a\xed\xca\xdf\xa6\x83\xd8\x9b\x9c\x74\xb5\xb2\x90\xf7\xf9\xda\xec\x9e\x12\x30\x66\xd4\xfc\x5a\x12\xb5\x20\x27\xe2\x08\x1d\x5f\xe9\x98\x59\x55\x1e\x3a\x6d\x59\xb5\xee\x16\xd1\x4f\x5b\x78\x81\x28\x8c\xc4\xb8\x93\xb2\x95\x6b\xc7\x9f\xe0\xab\xc3\x4e\x06\x31\x63\x82\xab\x70\x30\xbb\xa1\x69\x20\xef\x84\x05\x6f\xe5\xdb\x9b\x8c\x15\xd2\xd8\xbd\xb7\x37\x3e\x21\x10\x73\x28\xa3\x8a\x80\x9d\x89\xc6\x05\x66\xf3\x3f\xff\xd7\xff\x7e\x7c\xc2\xc3\x3b\xe9\xdb\x35\x7d\xa9\x14\xc9\xf0\x82\x6e\xa9\x20\x3d\xff\x37\x3a\x0d\xec\xd5\x1e\xe3\x17\xf9\x4a\xec\x37\x96\x24\xe5\x77\xaa\x45\xc6\x47\xa2\xbf\x78\x65\x26\xea\xf9\xcc\x4b\x32\xe1\xa3\x98\x92\x07\x1d\xc3\x42\x46\xfa\xfb\xae\x5a\x7c\xcc\x44\x83\xf0\x34\xfd\x33\xff\x4a\xe1\xf4\xaa\x7b\x09\xf3\x27\xc7\x6c\x40\x84\x03\x8e\x15\x9a\x06\x83\x01\xab\x81\xbe\x67\x4e\x79\xbc\x37\xde\x98\xbd\xa1\x01\xb2\x3f\x4f\xb2\xdd\xb1\x09\x12\x4f\xbc\xb5\x76\x41\x29\x70\x8e\xe2\x44\x96\x64\x82\x1a\xdc\x6d\x62\x54\x07\x9a\xa7\xee\x8a\x73\xdb\xa4\x08\x80\x2c\xaf\x0f\x63\x53\xb3\x79\x4e\x43\x56\x71\x3c\x71\x5c\x53\xb9\x65\xdf\x96\x38\x64\xd0\x9f\x84\x98\x31\xdb\xaa\xe9\xd5\x24\x3b\x75\xf6\x39\xae\xe2\x90\x6e\x17\x93\x7c\xbf\x9a\x2f\xb5\x22\x9c\x2e\x9e\xeb\x67\x42\xe9\xfc\xfb\x8a\xfe\x8c\xdc\xaf\xd9\x59\x7b\xec\xa4\xbd\xce\xe7\x25\x92\xdf\xe0\x83\xe8\x9f\xf6\x83\x9e\x66\x01\x6a\x32\xf7\x23\x61\x34\x54\xbd\x10\x1f\xbe\x12\xf5\x7e\x90\x6b\x48\xf9\x4c\x70\xc9\xd3\xe6\x6c\x0a\xfc\x2e\xdf\xcb\x4f\x42\x91\x7a\x71\xbf\x92\x2f\x49\x86\x61\xb9\x80\xc2\xae\xdc\xc1\x43\x80\xd4\x15\x70\x61\xdf\x89\x75\x60\x36\xee\x88\xe5\x0c\x9c\xc8\xd3\xc5\x20\xff\x5a\x8e\xc1\x2f\xf8\x10\x6c\x69\x39\x38\x76\x6a\x86\x6f\x2e\x7d\x43\xcb\x48\x6e\x42\xce\xe4\xcb\xe5\x14\x62\x6c\x7a\x8a\x9d\x52\xd3\xcc\xd0\xff\x9c\xff\xba\x54\xa2\x49\x95\x91\xe8\xaf\x33\x9a\x97\x18\x0b\x7c\xfe\x15\xaf\x75\x9f\x3c\x1b\xce\x45\x90\x55\xb3\xd8\x31\xc7\x95\x13\x2d\x2f\xe4\x87\xd9\x0b\xc2\x7f\x9b\xb9\xf2\x27\xfc\x33\x5d\x8f\x6a\x71\x93\x1b\xce\xed\xa0\x99\x10\x86\x9a\x9a\x04\x93\xe6\x42\x48\x69\x71\x33\x05\x4c\x67\x9e\x3a\x82\x3d\xa7\x84\x90\xb4\xa2\x8a\x59\x5a\x1f\xd4\x0c\x01\x7e\x1a\x9e\x36\x43\x76\xac\xc2\x11\x46\x3f\xc7\xfd\x0c\x80\xa4\x9b\xf9\x04\x28\x6b\x92\x3c\x1c\x0d\x7c\x08\xa4\xca\x4e\xc7\x73\x86\xb3\xe7\xe7\x87\xa6\x76\x38\x41\x92\x99\x91\x7c\xb5\x28\x9d\x5b\x08\x80\x20\x67\x70\xbc\x83\xa8\x19\x57\x99\x36\x16\xd5\x07\x84\xf6\xf9\x9c\xb2\xef\x17\xc0\xa6\x2b\xcc\xb8\xf2\x59\x82\x3a\xcb\x54\xe6\x62\x35\x47\x55\x86\x79\x24\x12\x65\x22\x1e\x0a\x22\x9c\xa8\xb8\x9e\x28\x71\x2b\x45\x0d\x61\x0e\xd6\x3c\xa2\x1b\x2d\x79\xcb\xf4\x7a\x08\x8e\x10\x70\xb8\xea\x03\xe5\x54\x26\x83\x24\x36\xce\x99\xb1\xf3\x90\xe3\x9f\xc7\xb0\x47\x01\x0f\x9d\x02\xed\x34\xee\x09\x09\xdf\xbc\x9f\xbb\xae\x16\xaa\x56\x9a\x2a\x24\xb3\x5c\x64\xf3\x1b\x2d\x23\xf3\x0c\xa7\xcc\x03\x45\x36\x6c\xd2\x82\x23\x96\x16\x39\x73\x09\x13\x45\x3a\x75\xea\x66\xaf\xea\x71\xce\x8c\x37\x23\x98\xbc\x30\x6f\xea\x26\x41\x98\x4a\x01\x72\x8e\x8f\x29\x10\x51\xb6\xaa\xba\x84\x77\x01\x71\x5f\xb0\xeb\xd9\xc9\x86\xd9\x8e\xc7\x95\x78\x03\xab\x9e\xf6\x0b\xca\xb1\x89\x2c\xf3\x55\xd1\xad\x9f\x35\x30\x5b\xc5\xcf\x5b\xda\xf1\x05\xa4\xa1\x51\x09\x5e\x49\x98\x05\x02\x91\xef\xf4\xfe\xfb\x6f\x3f\x74\x3c\x0d\xfe\xda\xe2\xfd\x77\x1f\xe8\xcc\x7a\xff\xfd\xf7\x1f\x70\x5f\x31\x2a\x9c\x5d\xb3\xba\x6e\x5c\x03\x0a\x1a\xf4\xb6\x2d\x3f\x55\xcd\xae\x13\x19\x0d\x9f\x9e\x3f\x7c\x96\xa9\xf8\xdc\xc7\x4b\xdc\x39\x97\x0f\x56\x78\xe1\xb2\xe2\x15\x5e\xef\x36\x99\x8e\xb1\x13\x0e\x60\xbf\x5c\x71\xc3\x40\x96\x73\x93\xbf\xb9\xdf\x3c\xdc\xaa\xe0\xc1\x52\xe7\xed\xa8\xfe\x27\xf9\xf5\x0c\x03\xe1\xa1\xff\xe6\x5a\x6a\x82\x9b\x8e\x2b\xf1\x8f\x67\xc9\xda\xdd\xb9\xdc\x94\xfd\x2c\xe6\x4a\x16\xab\x05\x5d\x8e\xb3\xb4\x17\x1e\x44\xe7\x0d\x86\xc1\x21\x78\x5b\x02\x31\x06\xf7\x0e\x3f\x07\x99\xb7\x55\xd6\x46\x05\x94\xd5\x7a\x2a\x51\xd0\x01\xae\x15\x53\xb2\x0d\x7d\x1d\x9a\xa4\x3d\x57\x87\xfd\xfc\xca\x5a\x44\x9e\x20\xa1\xf5\xda\xd5\x73\x4d\x18\xaf\x17\xd0\x8a\xe3\xe2\x80\x87\xaa\x86\xa1\x02\xfd\x95\x4d\x6c\x1b\x8d\x34\x75\x81\x0f\x4b\x16\x35\x94\x5a\xfd\x3b\xda\x8c\x54\x76\x9a\x68\x6e\x60\x74\x24\xa0\xc3\x0f\x38\xb6\xb9\x7e\xf1\xdd\x11\x27\x45\xa0\x55\x9d\x99\xf3\x80\x9e\x1a\x88\x59\xb2\xc1\x9b\x8c\x88\xc8\x88\xbd\x5d\x55\x0b\x7c\xd0\x33\x2f\xba\x5a\x34\x4f\x3f\xb9\x58\xe6\x89\x0c\x57\x6b\x59\x40\x2f\xf2\x33\xfd\x71\x78\x1d\x18\xf1\x58\xff\xb8\x15\xea\x3e\xfd\xb1\x24\xd9\x17\x6d\xd1\xf9\x7d\x3b\xce\x5f\x34\xeb\xc6\xef\xeb\xf8\x35\x04\x10\xad\xec\xfd\x62\x20\x9b\x49\xb6\xa7\x6d\x5d\xbd\x9c\x30\xd8\x79\x04\x72\x62\x30\x92\x31\x30\x51\x8b\x33\x9d\x37\x8b\x74\x10\x3e\x2d\x16\x51\x61\x5c\x8b\x1a\x7a\x01\xd4\xa9\x85\x27\xc1\xa6\xf4\xff\x22\x65\x84\xfa\x7e\x96\xd9\x43\x43\x09\xbe\xf1\x0e\xae\x00\xb4\xe6\xc3\x1a\xff\xe9\xa6\xfd\x99\x58\x7a\x7a\xc7\xd5\xa2\x1c\x82\x02\x19\x3c\x3c\x0c\x69\x26\xeb\x8c\x73\xa2\x4b\x31\xab\xd1\x83\x06\xa7\xa8\x35\x51\x37\x0d\x67\x58\x30\xe0\x7e\xdf\xa4\xee\x88\x86\x18\x69\xbc\x4b\xe4\x29\x17\x36\x3f\x40\xac\x0d\x2d\x3f\x1b\x54\x0b\x5f\xee\xa7\x30\xe0\x1b\x36\xa8\x2d\x3c\x4d\xf5\x4b\xf3\xa3\xd3\xe3\xf0\xd4\x68\x23\x6f\x58\x61\xb6\x5b\x63\x83\xc0\x7d\xa9\xfc\xb8\x96\x9b\x3e\x03\x42\x98\x29\x96\x68\x7c\x5b\x01\x97\x97\x20\x54\x6a\xc0\xc1\xb9\xf3\x72\x91\xc3\x56\x17\x6e\x60\x35\x6b\x84\xf3\x22\x18\x3d\x81\x70\xd0\x0c\xab\x9f\x8d\x9f\xc3\xd0\x61\xcc\xd3\x5c\xf5\xa6\x0f\x19\x60\x6a\x5e\xf6\x7b\x9e\x57\x31\xa8\x60\xe4\x8a\x7a\xb9\xfb\x21\xdc\xa9\x89\xbd\x3d\x41\x1b\x4f\x78\xbb\x2e\x94\xd5\xfd\x09\x3f\x84\xe1\x29\x2a\x07\xc2\xfc\x04\x19\x60\xb5\xdb\xa4\x32\x39\x42\xdf\xbe\x29\xa9\x51\x6c\xf1\x85\x9d\x2f\x85\xf1\xfe\xc8\x4e\x7b\xc6\x59\xf1\x4d\x14\xce\x06\x13\x9a\xfe\xbd\x4b\xd7\xfa\x51\x93\xee\xe4\xd6\x8c\xa4\xfd\x63\xd5\x53\xe9\x7f\xf9\x60\x34\x4a\x47\x81\x2c\xe4\xa5\xa0\x4f\xff\x33\x82\x1a\x1e\xab\x7d\x9e\xe8\x88\x41\x50\xa5\x19\x53\x16\x9a\xaf\xbb\x2e\x91\x8a\xa0\xc6\xf9\x4b\x48\x86\xde\x06\x86\x33\x49\xbd\xa6\x23\x3e\x33\x02\xc5\xa6\xbb\x14\x9b\x45\xa8\x81\x88\xdb\xfa\x96\x98\x6a\x5c\xce\xd5\xa8\x5a\xb7\xf2\x15\x26\x5e\xf8\x52\x05\x07\xd9\xa2\xf5\x61\x57\xa1\xf4\xcb\x5d\x7a\x4c\xd7\xa5\xb0\xc5\xce\xdb\xb7\x33\x16\xa9\x10\x74\x5f\x01\x3f\xb3\xbe\x57\x5d\x06\x1b\x28\xb1\xa1\xbe\x52\xc3\xa6\x75\xb5\xe8\x53\x97\x4e\xcd\xa9\x95\x3b\x2c\x61\x96\x12\x93\xc7\x99\xb4\xd3\x66\xd9\xad\x10\xe4\x83\x01\xae\x89\x4b\x6d\x1a\x48\x71\x8e\x45\xe4\x75\x06\x65\x3f\x86\x1a\x46\xfe\x60\xa5\xac\x21\x97\x21\x1e\x0f\x30\x2c\x8a\xb1\xc1\x70\x83\x6a\xa1\x0d\x3f\x54\xf3\x83\xfe\xf6\xba\x8d\x0b\x88\xf7\x09\x2f\x7a\x1b\x7a\xe7\x96\xaf\xe9\x46\x0e\x36\x39\x15\x0c\x2e\x54\xc1\xd1\x3c\x34\x12\x37\x02\xc6\x45\x55\x1f\x11\xcd\x90\xad\x80\x80\xa6\x56\x37\x88\x76\x57\xeb\x22\x44\x29\x68\x01\x99\xcc\x7f\x1b\x8f\x57\x89\xf9\xd0\x58\x43\xb6\x55\xcb\xb6\x1d\xd1\xd3\xc3\x3f\xdd\x2f\x1e\xc9\x42\x86\x61\xd1\xe8\x36\x86\x13\x05\x9d\xe1\x16\xc9\x63\xae\x3a\x78\x81\x33\xd9\xf0\x66\xc1\x40\xf4\x3d\xfb\x2d\x09\x34\x75\xc1\x7e\xe6\xcf\xe0\x41\xf6\x84\xc2\x20\xc8\x9d\x56\x1a\x0c\x01\x0a\xaf\x8a\xb9\xdf\x45\x6d\x37\x19\x2d\x8f\x4c\x4f\x74\xb4\xa5\xf0\x62\xc1\xaf\x61\x17\xec\x28\x33\xac\xda\x1d\x0a\xe2\x11\xd1\xde\x3e\xe7\x7d\x44\x7c\x9b\x85\x4f\x07\xda\x49\x22\x01\x75\x56\xd1\x0b\x74\x15\x10\xa2\xea\x07\x6c\x7e\x12\x3b\x26\xd6\xc1\xbb\x36\xcc\x98\xb8\x14\x0c\x73\xfd\xa0\x4f\x69\xc4\xac\x0f\x4c\x1f\x5a\x60\xb0\x47\xf1\x20\x4b\xb1\xd4\xe6\xbf\x61\x86\x8b\xe3\xa2\x55\x65\x32\xf5\x5a\x23\x2a\xd7\x14\x1f\xdf\xe4\xc8\xf9\xa6\x3e\xb8\xa1\x7f\x8f\x37\x9b\xc7\x45\xf1\x60\x62\xd4\x81\x68\xe4\x86\x3d\x30\x37\x53\x2d\xc4\x80\x55\x06\x35\x05\x72\xe6\x34\xee\x18\x20\x9a\xa7\x5f\x58\x0a\x28\xf9\xd2\x2c\x2d\x3c\xde\x84\x74\xfd\xdc\x75\xbc\x05\x34\xc4\xf0\xbc\x09\x0b\xb3\x0a\xf1\x61\x0c\x47\x32\x90\xd0\x83\xac\x81\x6b\xf6\xad\xdd\x73\xd7\x26\x2a\xd1\x11\xfb\xde\x1c\x40\x89\x04\xf3\x3b\x88\x90\x40\x32\xf6\x48\x75\xd2\xf1\x04\xe0\x94\x6c\xec\xdb\xfe\x67\xca\xc7\x53\x8d\x4f\x91\xc0\x5d\x12\xf2\xbe\xfa\x58\x51\x81\x5f\xe9\x0f\xbe\x67\x7b\x75\x98\xf7\xae\xf3\xd4\x2e\x67\x7f\x13\xe5\xdb\x48\x39\x87\xe9\x95\xef\x4e\xa0\xef\x4c\x25\x7e\x9e\x18\x2c\xed\xd6\xcc\xc6\x3f\xca\x76\xda\x2c\x76\x38\x79\xdf\xa8\x2f\xc8\xdf\xe0\x98\xd1\x90\x54\xb7\xd2\x30\x6e\x90\x99\xab\x5e\x49\x6a\x26\x0d\x2a\x7d\xc3\xab\x2c\xd3\x68\xc7\xba\xc0\x7b\x04\xf4\xa4\x74\x6c\x9f\x02\x1e\xc6\x43\x46\x82\xca\xc9\x9a\xae\x52\xb2\x87\x17\x03\xff\xb0\xd6\xb7\x1a\xe8\x4b\xf2\xed\xfa\x5b\x8f\xe5\xfe\xa6\xe0\xd7\xb6\x92\xbb\x28\x0e\x15\x99\xcf\xd9\x80\x16\xf3\xad\xea\x2e\xcf\x1c\x74\x1c\x08\x8b\xa4\x2d\xf1\x69\x33\x68\x03\x06\x8f\xda\x00\x13\x05\xb3\xe6\x2e\x65\x72\xb6\x33\x3f\xca\x11\x27\x06\x38\xe8\x9c\x53\x32\x8d\xb0\xa1\x67\xc3\x68\x3c\x3e\x2f\x1e\x0f\xf2\x74\xfb\xf2\x9b\x20\xa6\x11\x8d\x0c\xec\x61\x23\x5b\xd8\x8e\xbd\xfa\x26\x22\x0d\x5b\xda\x4c\xc6\x0c\x5f\x2a\xf9\xf2\x59\x41\xf4\x22\x15\x4c\x83\xdf\x1e\x6c\xd5\x34\x1f\x25\x82\xd3\x1c\x9f\x3e\x67\xc9\x91\x4b\x25\x93\x63\x74\xbe\x8a\x73\xe9\x2c\x52\x2d\xc2\x88\xc6\xcf\x39\x61\xa2\x8b\x05\x33\x85\x36\xfb\xbb\x28\xb1\x4f\xf1\x2b\xfd\x1f\xcc\x49\x1c\x88\x3a\x42\x9d\x5b\xc4\x2e\xb6\xd1\xf1\xb9\xea\xc2\x12\x34\xa5\x1e\x37\xe3\xb6\xd4\xc7\x83\xf7\xff\x2f\x73\x53\x9a\x72\x4f\x8a\x7d\xa6\x67\xbe\x76\xe7\x75\xc9\xd7\x89\xfa\x79\x6e\x8e\x9b\x63\x30\x77\x9d\xef\x9d\x35\xe3\xdb\x4c\xb6\xb0\xac\xc5\x37\x03\x0e\x9b\x7c\xf1\xd8\x40\xc2\x09\xbd\x44\x89\x51\xb9\xa0\xa0\xaa\xa2\x81\xda\x08\xf6\x8a\x5d\xd0\x3d\x44\xc3\x86\xcb\x36\x8b\xf2\x9d\x18\x6f\xa8\xeb\xa9\x38\x30\x89\x6a\x29\x77\xea\x9e\x0e\x56\x2e\x13\xb2\x12\x2e\x4d\x5c\x34\x25\xf1\x80\xb2\xae\x22\x2f\x98\xde\x81\xd7\x1e\x30\x1d\xd8\x43\x0c\x00\x0d\x29\xe7\xb4\xe1\x88\x41\xad\x14\xcb\x23\xaf\xd7\x3e\x50\x79\x8a\x11\x1c\xdf\xf1\xba\x1e\xf1\x7e\x56\xb6\x3d\xfc\x4d\xc7\x68\x67\xff\x17\xe2\xb8\xd9\xb7\xd4\xcc\x63\x08\xd7\x12\xc6\x14\x83\x10\x86\x5d\x5d\x07\xf8\x80\x5d\x30\xdb\xf9\x7e\xaa\x8a\x1d\x51\x1f\xcf\xc5\x6d\xf5\x7e\x17\xd7\x4b\x5b\x04\xcc\x30\x0e\xd6\x3d\x98\x4f\x48\x9d\x2e\xc6\x35\x1c\x8e\xaf\xbd\x1f\x7d\x37\xd5\x32\xef\x5a\x4e\x3d\xa6\x38\x80\x3f\x7c\xea\x1d\x4a\xc3\xbd\x4d\x36\x2e\x58\x26\x8a\xf3\x80\xc9\xd5\x3f\xa4\xa3\xf9\x88\xb1\x25\x4e\xca\x4e\x0c\xbf\xd3\x36\x72\x44\x08\x03\x2c\x0d\xea\x03\xc2\x02\x0b\x46\x9b\x7d\x1e\x3e\xc7\x46\xd4\xf8\xdb\x76\x68\x0c\x49\x42\x82\x6b\x20\x1c\x38\x5b\x9a\xd0\xd9\xf2\x48\x37\xed\x23\xa7\x86\x17\xd7\xcc\xc0\xd8\xd5\xf3\xc0\x26\xc2\xec\xa0\xaf\xb0\x29\x11\x04\xbc\x1e\x35\xed\x3d\x46\x8f\xbc\xa1\x9e\x33\x1c\xe2\x83\x0a\xdb\x44\xd6\x45\xb9\xe5\xe0\xac\xac\x09\xbf\x16\xf1\x4c\x84\x84\x3b\x5a\xfd\xee\xb6\x56\xc5\xbe\x70\xaa\x59\xb3\xb4\xd5\x10\x0c\x58\xb4\x1c\x51\xfd\x8e\xd6\xbe\xb7\xd6\x42\x19\xe7\x63\x59\x6e\x83\x26\xe2\xee\x07\x9e\x47\x60\x9e\xb1\xc5\xdf\x04\x47\x53\xe7\x5a\xf3\xc6\x3f\xc0\xc4\xa3\xe0\x42\xde\xac\x44\x77\xb3\x3b\x1c\x11\xc7\x0b\xc4\x74\xe6\x78\x06\x00\x7a\x73\x07\xc3\x22\x4e\x16\x70\x6e\xd8\x7e\x1b\x4b\x9e\xa8\x4a\x6c\xca\x07\xc6\x6a\xde\x3d\xdf\x75\xcd\x0a\xb4\x87\xbb\x17\x9b\x0d\xa7\x13\xe6\xc2\x0e\x94\x7d\x32\x42\x62\x4d\xc5\x13\x87\xc7\x73\x12\x24\x1f\x2e\x30\xf0\x7f\x89\xea\x8a\xfd\x5f\x82\x0e\x0a\x15\x1d\xaa\xe7\x64\xb2\x0e\xa5\xbc\xa0\x16\xb1\x0b\x91\x00\x96\xf1\x0d\xbc\x1a\x8a\x80\xa1\xce\x42\x62\x60\xd0\x0a\x11\x1a\x32\x0d\x97\xa7\x8f\x5e\x0c\x43\x24\x68\xee\x7e\xd5\x04\xa1\x8f\xc4\x8d\x07\xbb\x57\xd8\xf5\x59\x8c\x9d\xbd\x08\x34\x8a\x49\x15\x6f\x06\x72\x8f\x13\xaa\x55\xf8\x81\x56\x65\xb3\xa3\x3e\x43\x88\x86\x8c\xa3\xf1\xb3\xcf\x2f\xaf\xa0\x64\xa5\x25\x43\x3b\xef\x92\x39\x75\xfa\xeb\xaa\xac\x11\xd2\x95\xc3\x58\x2b\xeb\x5a\x2c\xd8\xfb\xae\xaa\x35\xde\xe5\xbe\x34\x9f\x88\xba\x58\x0b\xa3\x0b\xfd\x33\x4d\xde\x10\x65\x6b\x8a\x50\xd5\xbc\x36\xbb\x6d\xb9\xa0\x63\xd7\x8c\x6f\x56\xdb\x1a\xef\x7f\xb8\x57\x09\x6e\x35\xfd\x75\x23\x81\x09\x18\xeb\x64\x03\xb4\x28\x4a\xc2\x0b\x08\xdd\xb5\x47\xe8\x19\x82\x4e\x1d\xb4\x0c\xc3\xb7\x1d\xb3\xc0\x91\xc5\x14\xbf\x62\x06\x9f\xaa\xb9\xd2\x6d\x1e\x4e\x07\xfb\x10\xc6\x1b\x95\xa6\xef\x38\x6d\x0d\xab\x9a\x79\xd5\x95\xe9\xab\x26\x40\xba\x6d\x23\x96\xc5\xef\xf4\x73\x0c\x24\x07\x72\xee\xc9\x2b\xf9\x1a\x83\x6c\x35\x2c\x98\x0b\x10\x36\x06\x99\x37\x05\x1f\xb1\x9f\xd3\x9f\xb1\xd8\xed\x1e\x9b\x30\xd9\x1b\xc4\xb9\xe5\xd0\x12\x62\xc8\xc0\x19\x84\xee\x72\x7d\x2d\x61\x42\x58\x39\x09\x8d\x82\xe8\x93\xd9\x24\x5f\xe2\xe4\xb2\x09\x39\x2a\x50\x47\x51\xf8\x40\x21\x48\x60\xa8\x2c\x56\xa7\xf2\xd0\x4b\x78\xd8\x27\x5c\x8c\x59\xbf\x5e\x8b\xd4\x82\x69\x80\xfe\x44\x22\x3a\x1e\xf1\x66\xc4\xaa\x07\xbb\xaa\xb6\x2d\x6b\x2b\x51\x1c\xd9\xbd\x8f\x88\x1a\x91\x77\x0c\x44\xa4\x5e\x31\xfa\x0b\xac\xe3\x2d\xb2\x3d\x88\x0d\x08\x1b\xf7\x48\xbd\x19\x18\x41\xe2\xc7\x30\x82\xf0\x17\xe9\x00\x32\xbf\xc1\xe1\xce\xa4\xe0\xfe\x74\xf1\x2a\x5a\x0f\x01\x47\x89\x5e\x01\x41\x47\x35\x36\xa3\x5c\x16\x30\xa7\xb0\xbb\x82\x40\x27\xcf\xb8\x62\xdb\xdd\x60\x75\xf3\xc6\x4e\xe2\x94\xc8\xdd\x6d\xb9\xcc\xdb\xc2\xe2\x11\x29\xa7\x61\x9f\x2c\x70\x94\xd0\xfd\x3c\x5f\x77\x8d\x55\x41\x9c\x91\x40\x3e\xb2\xe5\x1d\xcd\x37\x4b\x45\xa6\xd2\x62\xf9\xd2\xeb\x02\x98\xb9\xec\xb6\xcc\x6f\x84\x79\x59\x3b\x18\xf2\xc3\x7f\xbd\x3c\x7f\x7b\x94\x7e\x7e\xbc\xdf\xef\x1f\x73\xf1\xc7\xbb\x76\xcd\xbe\xa2\x05\xc7\x3b\xfa\xef\x67\x6f\x8e\xd2\xb2\x5f\x3c\x9a\xa5\x67\xc2\x86\xfc\xea\x56\x23\x65\xdc\x6e\x31\x75\xb1\xb0\xf9\xc7\xd9\x93\xae\x18\x7d\x61\x20\x0c\xab\x17\x6e\xa9\x3c\x7b\x66\x5f\xa4\x93\x29\x76\x46\xc1\x86\xb4\x68\x4b\x98\xe7\xe0\x23\xc8\xa0\xdd\xe9\xe3\x54\x9c\x8b\x21\x48\x45\xed\x68\x37\x5e\x2f\xf4\x85\x83\x01\x88\xdd\x46\x9f\xe0\x1e\xda\x65\x62\xe2\xdc\xb6\xc2\xb1\x1d\xbb\x15\xb4\x32\x11\xc7\x24\x9c\xe9\x44\x94\xc5\x4f\xc3\xc2\x30\xa4\x45\x88\xf2\xa7\xe9\xbf\xb2\x32\x92\x27\x4a\x68\x8b\xb3\x8c\xb6\x00\x3c\x1b\x16\x46\xb0\xcd\x40\x94\xa6\x01\x48\x10\x51\x13\xe5\x7d\x9e\x13\xe7\x47\x95\xe8\x89\x8f\xed\x7a\xfa\x74\xe3\x4e\x80\xa0\x35\xa9\x6e\x5c\x24\x56\x05\x4f\x67\x1b\x5e\xc4\x9e\xf6\x48\x2d\x6d\x4d\x4f\x3a\x85\x87\x54\xac\x88\x27\x51\x14\xf0\x47\x80\x32\x17\x09\xcd\x9a\xfd\xda\x05\x63\x4a\x35\xba\x6c\x39\xcc\x08\x62\x83\x94\x3d\xa2\x32\x4c\xad\x45\x39\x83\xbb\x59\xf3\xab\xc7\xf8\x9b\xee\x70\x22\x99\x88\x23\x5b\xc4\x3d\xc0\x3a\x62\x29\x6d\x3f\xdc\xc5\x86\x02\x9a\xf2\x26\x2f\xca\x28\x6f\x1a\x6d\xd7\x0a\x38\x68\x63\xb4\x4b\xaa\x3c\x3d\x3e\x25\xf8\x16\x0e\x09\x04\x62\x45\x96\xe9\x28\x2d\x3c\x12\xbc\x81\x4f\x5d\x5a\x2c\x5e\xd9\x2a\x05\xdf\x8d\x97\x28\x23\x44\xd6\x51\xc8\x51\x59\x50\x8b\x6d\x4e\x18\x04\x4e\xec\xec\xed\x62\x8e\x02\x23\x17\xfe\x50\xe8\x96\x5a\xcd\x1d\x53\xdc\x46\x07\x99\xc3\x27\x5d\x86\x2b\x9b\x64\x35\x79\x14\xec\x44\xbe\x42\x6c\x6d\xd7\xcd\x8d\x45\x39\x38\xc5\x2f\x0d\x83\x14\x8e\xcc\x83\xe9\xa0\x3c\xe4\x54\x5d\x5e\xb6\x02\x14\x17\xc3\xf2\xe7\x69\x63\x55\xcd\x63\x79\xc7\x01\xb3\x8a\xc7\x47\xd4\x53\x06\xa7\xbe\x3c\x76\x06\x95\xa7\x01\x34\x50\x40\xa8\x1c\x6a\xb2\xb8\xf3\x7f\x0d\xe2\x10\xab\x40\x5d\xf3\x79\xdc\xba\x10\x1e\xb3\xa2\x1b\x9c\xa9\x01\x8c\xdd\xf2\x1d\xd4\x30\x80\x40\x30\xc8\xe9\x00\x02\x71\xd1\x30\x88\x40\x50\xf4\x0b\x82\x08\xc4\x53\x32\x0e\x11\xe0\x87\xfa\x05\x51\x02\xa6\x67\x6d\x28\x45\xdf\x39\xcd\x87\x65\xe9\x22\x1c\xdb\x17\x44\x0b\x18\x9c\xbc\xbf\x44\x9c\x9e\xea\x89\x47\x49\x80\xdc\xbb\xae\x30\x8a\xea\xfa\x7a\x36\x6f\x9b\x7d\xc7\x2e\xf9\x78\x8d\x85\x79\x3a\xff\x4e\x2f\xf1\x5b\x40\xd8\x76\x05\x44\x21\x1f\x92\xa8\xf6\x73\x4f\xf5\xaa\x5a\x12\x61\x38\x30\x7c\x03\xe2\x94\x72\xc4\x88\xe0\x2d\x11\xfb\xb1\xe5\xcc\xa4\x08\x6d\xab\xfb\x8c\xbf\x10\x4c\x00\xda\x71\x56\xe6\xa2\xd0\x25\xa7\x28\x18\x7f\x1a\xc2\x6d\x0f\x84\xe9\xa6\x98\x59\x88\xb0\xec\x35\x5b\x20\x2c\x83\x23\x30\x22\x86\x0a\xd2\xb0\x07\x09\x9d\x86\x09\xc2\x70\xe9\x21\x14\x41\x60\x31\xcf\x5f\xbf\x95\x9f\xf0\xc7\xd0\x20\x5e\x70\xc8\x60\x6b\x8f\xc4\xbc\x3c\x66\x53\xde\x1e\x96\x27\x8e\x39\xa2\x86\xb1\xe7\x13\xf1\xcb\x41\x14\x6d\x7e\x8d\x7b\x4d\xfe\xeb\x52\x49\xe2\xf6\xc5\x2e\xda\xf2\xf1\xb0\x18\x21\x47\x50\x7d\x89\x0f\x97\xae\xf7\x92\xfc\xc7\xa5\xe5\xb0\x39\x7a\x1a\x8c\xdc\x63\xc4\x8c\x5b\x88\xee\xee\x77\x69\x57\xb1\x6e\x57\x09\x74\xd0\x20\xa8\xc3\x07\xe8\x06\xed\xe0\x41\xc1\x70\xac\xe1\x85\x27\x02\x87\x74\xab\xd4\xe1\x87\xbd\xd6\x7a\x89\x09\xa0\x0f\x04\xcd\xa2\x7e\x47\xa5\x65\x43\x2f\x6d\xb6\xd3\x75\xb3\x84\xcc\x0a\x8f\x5a\x79\x29\x66\xc7\x2f\x2a\x11\x22\x38\x18\x1c\xcb\x37\x8e\xf8\xab\x0d\xd5\xff\x49\x22\xfc\x4b\xf5\x24\xab\xb8\x98\x05\x24\xb6\xd4\xe2\x36\x6d\x79\x38\xc0\x5b\x90\xc3\xa8\x8c\x8f\x20\x6e\x9a\x74\xef\x12\x45\xf9\x90\x83\x16\xa1\xa7\x15\x0b\x45\x1c\xc5\x45\xc6\x1e\x74\x20\x62\xc4\x96\x3a\x66\xbe\x96\xb3\x6f\x35\xc2\x1c\xff\x0d\xc9\x42\x1f\xdf\xb9\x90\x2f\x97\xc3\xf2\xb6\x08\x8d\x6f\xe4\x4b\x1e\x8a\x1c\x52\xd3\x38\xaa\x06\xe5\x3d\x1e\xce\x75\x00\xef\x10\xf0\x6b\xf9\x9f\xff\xf3\xff\xb0\x0a\xb8\xa1\xfd\x3c\x95\x1b\xbc\xbc\x8f\x68\xc5\x36\x37\xff\xfa\xd3\x63\xf0\x75\xdf\x91\xe1\xad\xb5\x6b\x50\x49\xc5\x13\xcd\x88\xde\xf9\x46\xd0\xd6\x0a\xae\x04\xe3\x05\x03\xfa\xf1\x4b\x06\xf7\xf2\xa3\xa5\x26\x02\x93\x87\x8a\xef\x3d\x26\x80\x65\x8b\xd0\x2c\xaf\xfb\x1b\xc2\x4c\xed\x0a\xd6\x4a\x18\xcd\x00\x01\xcd\x58\x2f\xe1\x94\xe1\x44\x2e\xb7\xf0\xff\x51\x3b\xa1\xea\x55\xaa\xbf\x83\xe1\x0f\xe9\x3f\xbe\xcd\x0c\xea\x01\xf3\x44\xc7\x7b\x5d\x1f\xd3\x3b\xb3\xeb\x92\xbe\xd7\x83\xfd\xc7\xbe\x93\xe4\x7d\xd3\x2e\x3f\xf8\xe0\xd0\x4e\x9d\x18\x05\x86\xc6\x61\x9f\x61\x5c\x78\xc5\x03\x80\x3e\xe4\xa2\xaf\xd1\xe8\xf1\x25\xaf\xba\xf1\xfb\x86\xa2\x6a\x91\x00\xfe\xb8\x26\xb7\x98\x06\x33\xf3\x95\x94\xd8\xb2\x7a\x7f\x1d\x3d\x3c\x0b\x17\x46\xd3\x5b\x9b\xc0\x5e\x24\x6a\x8f\xc1\x2e\x77\xfc\xc1\xe1\x7f\xf9\xa9\x4c\x56\x1c\xca\xc5\xe8\x6b\x24\x10\x4f\x44\x02\x42\x5b\xc3\xd5\x90\xff\x26\x08\x28\xaa\xaa\x52\x4e\xd5\x2f\x4d\x1f\x04\x2d\x8d\x9e\x87\x09\x7c\x3b\x11\xcc\x38\xba\x74\xe7\xca\x81\x95\x09\x53\x9c\x51\x88\x6b\xa0\x10\xa9\xb7\x41\x47\x01\x03\x1e\xac\x71\x9b\xa6\x11\xf2\x72\x31\x6d\x50\x47\x1b\xa5\x13\x04\x58\xae\x23\x83\xf4\x6e\xe6\x9b\x09\x58\xc7\x4a\xec\x74\x7c\x31\xbc\xbc\xc6\x66\x00\x3f\x09\x7c\xe4\xf7\xac\xe7\xef\x5c\x02\x7e\x48\x72\xba\xa6\xa3\xdc\x3a\x3a\x90\xa3\x22\x16\x83\x7f\x3a\xe0\xf3\x3e\x0e\x46\xfe\xf5\x5e\xef\xe3\x3a\x6e\xf7\x7b\xff\xa3\x37\xfe\xd3\x81\x46\x43\xad\xe3\x20\xe2\xa8\xcb\x9a\x0a\x3d\xfa\x47\xee\xdf\x63\xd0\x80\xd3\x44\x28\x70\x35\x7d\xe9\x3d\x8f\x5e\xeb\x13\xa5\xfe\x63\xb7\xfa\x71\x08\xee\x61\xaf\x47\x31\x32\xa3\x4e\x7f\x5d\xac\xcc\x83\xd7\xe3\x11\xaf\x18\x9e\xc2\x47\x01\x6f\x30\xc0\x5b\x8b\xc4\xe1\x6f\xc2\x0e\x3b\xbd\x6b\x70\xdd\xaa\x97\x37\x12\xf8\x46\x2e\x13\xee\x8e\x7e\x73\xe0\x3e\xeb\xb6\x30\x38\xc3\x5e\x32\x8f\x71\xee\x56\x61\x27\x6f\x2d\x11\x8a\x19\xb1\x49\xc4\x3f\x12\x1a\x67\xfa\x06\x88\x4f\xe9\x7b\x53\x4e\x42\x28\x31\xfc\x79\x95\x0f\x9f\xbb\x0c\x5f\x72\x30\xf3\x8c\xd6\x63\x0e\x02\xa5\x20\x77\x10\xf2\x5d\xb9\xf6\xcc\x47\x0c\xcf\xa2\x70\x38\x67\x3e\x26\xb9\x8f\x8c\xf3\x83\x2b\xa6\x37\xab\x16\x4c\x6f\x90\xee\x39\x25\x8c\xba\xf4\xee\xd8\x03\xc9\x6f\x08\x7d\x93\x39\xc3\xf2\x71\x1b\xfa\xc4\x55\xdb\xac\x4b\xd7\xd1\xf4\x1d\xfd\xf2\xdd\x8b\xfd\x96\xe2\x82\xae\x8c\x4b\xd7\xf3\xad\x86\xe1\xf7\xbd\x91\x10\xeb\xf0\x28\x0c\x52\x75\xb7\x0c\xe6\x4a\x04\x65\xad\x1d\xe7\x8e\x1f\x86\xd0\xf2\x64\x96\xee\xab\x6f\x9b\x7d\x22\x9b\xea\x0c\x6e\x50\x12\xf4\x5b\x53\xe2\x46\x25\x8d\x45\x16\x8d\xc8\x96\x4a\xac\x18\x8d\xd9\x35\xce\x1f\x84\x17\xc1\x9e\xe2\x02\x8b\x58\x0c\x7f\x96\xb8\xd5\xe1\xae\x96\x6b\xb2\x38\xde\x86\xd4\x0a\x89\xdd\x37\x2b\x26\x6f\x51\xbb\x21\xc4\x97\x34\x8c\x17\xd2\x87\xcd\x1d\x99\x8e\x12\xea\x23\x55\x9e\x4a\x2c\x4b\x69\x45\x9f\xbd\xb6\x7e\xb8\x97\x27\x7d\x3f\x42\x88\x2f\xe9\x07\xb7\x02\xdf\x11\x39\xc1\xdd\xd2\x1f\x3a\x72\x6b\xc4\xda\xc8\x7c\x63\xd8\x45\x1f\x10\xe3\x2a\xd8\xc9\x61\x32\x54\x0c\x24\x13\xbe\x12\x18\x6f\xa9\x92\x23\x57\xfb\x13\xc2\x83\x58\x76\x4d\x06\xb3\xbb\x9b\x09\xc0\x49\x87\x4b\x3a\xd0\xc0\x66\xcb\x83\x4d\xee\x4b\xd2\x2f\x2f\xec\x41\xfa\x52\xde\xa0\x99\x77\x6f\xc9\x02\x67\x61\xdc\x44\xf2\x0b\x37\x15\x88\x7e\x36\x93\x85\x3c\x68\xe2\xd6\x2a\x2f\xb0\xa0\xd5\x71\x65\x8e\x99\x03\xca\x31\xf1\x31\x9c\xad\xd8\x50\x6e\x0b\x14\xe6\xcc\xb6\x8f\x4c\x9a\x75\x06\x25\x80\xda\xe4\x37\x91\xc9\x16\x5c\x12\x36\xf1\x1b\xe1\xb7\x9c\x7a\xc6\x5d\xf1\xfb\xba\xbc\x12\xe2\x08\xe6\xe0\xc9\x67\x16\x2e\xf5\x31\x81\x78\xb2\x5b\xb6\xf0\x5f\xb2\xb9\x66\x66\x11\x90\x02\x2a\xfc\xc1\x8d\xd2\x3d\x4d\xeb\xb9\x01\x2c\x00\xa8\xa2\x07\xb7\x31\x85\xaf\xe8\x00\xd8\xc6\xed\x3d\x00\x5b\x10\x97\x56\xea\x46\xc0\x02\x6e\xeb\x88\xbe\x29\xfb\xe5\x1d\x01\xdf\xf8\xc2\x8e\x1c\x59\x2f\x34\xc2\x7e\x51\x4c\xae\xff\xdb\xfa\x37\x38\x08\x81\x38\xa3\x27\x1c\x8c\x19\xc0\x60\x45\x5e\x69\x9d\x32\x58\x09\xf4\xaa\xb3\xd9\x70\x95\x04\xe6\x4e\xc1\x4a\x09\x2c\x1e\xad\x2f\xb0\xad\x51\x0b\x4c\xdd\xe5\x7c\x55\x35\xcd\x3b\x8e\xc3\x75\x1f\x5a\x69\xc6\xc1\x8b\xd8\x40\xb0\x6f\x6f\x54\xd2\x61\x8c\xc4\x11\x96\xbc\x71\x96\x9c\xe9\x70\xf7\x2f\x6f\x81\xbc\xc7\x5c\x7d\x48\xdc\x5b\xa8\xbc\xfe\xed\x3b\x11\xd5\x97\xdc\x7f\xe2\x35\x06\xff\x0c\x43\x3a\x7c\x96\xe1\xd6\x27\x31\xe2\xa7\x40\x86\x6f\xc2\x74\x12\x39\x71\x69\x22\xa2\xbd\x40\x9b\xa8\x51\x1a\x63\xfc\x86\x70\xb0\xc1\xf3\xe3\x0b\x8e\x8e\xde\xd4\x95\x98\x3f\x9d\xc9\x17\x8d\x3d\x89\x2c\xd1\x5f\xf0\x0f\x89\x58\xab\x29\x1c\xb1\x36\xe9\x9b\x1e\xa1\xd0\xae\xf8\xef\x0f\xe9\xfd\x22\xf1\x43\x87\x12\x98\xf5\x6d\x0b\x51\x75\xca\x77\x90\x1f\xbc\xdf\x00\x1f\x9a\xd6\x5e\xa4\xf0\x35\xa0\x9b\x50\x35\xef\x82\x6e\x6b\x27\x51\xe9\xae\x9b\x6a\xd1\xcc\xcb\x61\x2c\x50\xd8\x1b\xc2\xcc\x76\xf8\x5d\xc8\x82\xdf\x85\x14\x45\xe4\x51\x90\x10\x4d\x48\x98\xb1\x75\x61\x94\xa3\xe4\x78\x2b\xf5\xe9\x12\x00\x2e\x4a\xe2\xf8\x52\x51\x42\xbe\x18\xb5\x62\x17\x0d\x61\x9a\x99\x5a\xfa\x14\x33\xba\x8c\x6a\x8f\x43\xe9\x86\x59\x62\xa9\x1a\x25\xe9\x83\xb8\xf1\x48\x44\xcd\x1b\xa6\xad\x9b\x25\x3f\xdb\x62\x0f\xae\x07\xc3\x53\x79\x3d\xae\xd3\xdc\x34\xa2\x2a\xe0\x0e\x1e\xa6\xe0\xb6\xb3\xcf\xbb\xb8\x34\xd6\x67\x98\xa0\xbe\x05\x23\x40\x3a\xbf\xe7\x8b\x95\x7a\x0d\x4e\x10\x92\x1d\xc3\x1d\x31\xc9\x59\x7c\x0a\x52\x1e\x2d\x4e\xed\x89\xe2\x49\x98\x76\x07\x15\xe2\xae\x0e\x72\xd9\xed\x89\x7d\xec\x10\x6d\xb8\xd1\x30\x79\xec\x03\xe5\x22\x0b\xa7\xe7\x58\x8e\xdd\xad\x85\x82\x7d\x91\x03\xb1\x68\x34\x63\x2d\x29\x32\xcc\x2d\x1b\xa4\xaf\x59\xb7\x5a\x35\x03\x0a\x1e\xb0\xec\xbc\xe4\x91\xc3\x27\x53\xaf\xe3\x2d\xfb\x8b\xea\x18\xf4\xd2\x43\xb8\x6a\xbe\xbe\xab\xe0\xff\xcc\xef\xa9\x37\x83\x4e\x46\x3c\xcf\x40\xee\xa8\x61\xd0\xc5\xc9\x2a\xbe\xbe\x93\xd8\x69\xeb\xa5\x7b\x03\x7a\xaa\x93\x37\x08\x47\xdd\x16\x7a\x70\x5d\xb3\x11\xe1\x4b\xb3\x03\xbb\xa3\xca\x43\xbd\xbe\xb5\xce\xaf\x18\x06\x3f\x06\xbf\x5c\xf8\xee\x73\x30\xfe\x76\xce\x8c\x9b\x37\xf7\x72\x61\x5e\xb3\x91\xd2\x72\xba\xf8\x6d\x08\x46\x87\x58\x5d\x31\x55\xfd\xa1\xbe\xb5\x65\x77\x53\x2f\x32\xbc\x64\xde\xad\xf4\x5e\xfc\x5d\x29\xb7\x26\x0f\x66\x94\xf6\x24\xd7\x88\x93\x25\x6e\x90\xbb\x07\xf2\x5e\xcb\xc3\x05\xa5\xc3\x9c\x9e\xb6\xf1\xc7\x60\xed\x28\x6d\x92\x2d\x63\xeb\xd1\xad\x0d\x0d\xc6\x12\xf0\xf5\x00\xb7\x2d\xba\xd2\x97\x5f\x34\x82\xc0\x02\x24\x1c\x06\x13\x8a\x32\x31\xb0\xbc\xf0\x79\x31\x46\xdc\x43\xb6\xe6\xe1\xe7\x15\xd8\x54\x49\x4d\x00\x75\xd3\xb6\x97\xea\xf5\xa6\xf4\xc0\x80\xc2\x76\x6f\x99\xa1\x07\x51\x2f\xee\x1e\x63\xb8\x97\x22\xc8\x25\x35\xc4\x06\xee\x10\xd2\x10\xf4\xf2\x17\xfc\x0e\x79\x9b\xbc\x00\x93\x2d\x9b\xb6\xa1\xe9\x91\xe8\x66\xfa\x2a\xcc\x4b\x4b\xeb\x26\x0a\x40\xbd\x7f\x93\xed\xd4\xcf\xcc\xca\x9c\x21\x99\x64\x24\x76\xe5\xf2\xa5\x20\x69\x58\x19\x56\xda\x2e\x54\xd5\x0f\xd1\xc3\x4a\x1d\x5b\x46\x50\x52\xcb\x34\x73\xf6\x5c\x51\x07\x7c\x00\x9f\x6b\x4a\x00\x8b\x1b\x32\x0e\x19\x46\xe8\xda\x6d\x33\x1e\x2a\x62\x1b\x49\x72\xfa\x06\xc9\xe9\x15\x27\x8f\x5b\xb0\x5e\xb9\x62\x83\x4e\x1d\x2a\xc7\x61\x64\x86\x65\x5e\x70\xb4\x99\x21\xbc\x61\x6e\x55\xe6\xdb\x11\xde\x5e\x51\xe2\x08\x6b\x80\x1c\x23\x00\xb0\x87\xb1\x10\x96\xaa\x0a\x9c\x38\xc3\x12\xaf\x29\xe9\x10\x34\x0c\x4e\x86\xf0\x35\x4b\xbc\x07\x4a\xa8\xe8\x31\xec\x95\xde\x6d\x8d\x7a\xd5\xcc\xd9\x9d\xb2\x33\xe8\x73\xf9\x19\x40\xcd\x9b\xa6\xe7\x67\xcf\xb7\x2c\x35\xc2\xec\x50\xd0\xf4\xdc\xd2\x59\x6a\x5c\x7c\x1c\x61\x4a\xa0\xc7\xa8\x12\xe8\xc3\xb8\xda\x70\x84\x5a\x6a\xab\xdd\x2d\xfa\x1d\x2d\x50\xd7\xe0\xd9\x25\x47\xb6\xbd\x74\x19\xa3\x16\x47\x25\x43\x0a\x1d\x16\x9e\x6a\x79\x41\xb2\x50\x39\xd9\xf4\x09\xe7\xdc\xda\xf6\xa8\x6c\xd8\xf8\xa8\xf8\xd4\x4a\xc1\x23\x67\xbc\xa1\xcd\x77\x8b\x8f\x65\xcf\xde\x6f\xab\x0c\x06\x0d\x61\x5d\x17\x06\x96\x3e\x07\x58\xfa\x8a\xc0\xd2\x2b\xa8\xa7\x26\x6a\xa5\x4d\x67\x53\xf6\x39\x0c\x53\x82\x5a\x5e\x9e\xd0\x0c\x70\x72\x91\x4f\x95\x82\xda\x2a\xd3\xc3\x82\xae\x42\x96\xdf\x82\x1a\xce\xa1\xd9\xd2\xf3\xc3\xb1\x03\x99\xaa\x8d\x03\x97\xc9\xee\xb7\xb8\x59\xc8\xdb\x5f\x1c\xca\x8c\xfa\xf0\x4e\x52\x02\x58\x1c\x88\x08\xd6\x78\x24\x6c\x30\xf0\x96\x07\x81\x5f\xc5\x8c\x52\x38\x98\x07\x16\xc6\x45\x70\x17\x1c\x73\x61\x0a\x70\x9b\xcb\x62\x3a\x08\x69\xcd\x1b\xa0\xb5\x3c\x84\xd3\x46\x3b\x41\xa5\xb0\x15\x39\x8d\x8a\x53\x88\xbe\x84\x41\x34\x87\x1b\x7e\xf8\x84\xd8\x3b\x18\x9c\xa6\xb0\x78\xa1\xcd\x5f\x3f\xf8\x1b\x4d\xf7\x66\xa0\x80\x89\x10\x0e\xd1\x5b\x52\x4c\x6c\xc4\xfb\xa5\xf6\x6d\x79\x51\x34\x2e\x49\x33\xb9\x05\xa7\x5e\x4d\x33\xb7\x7e\x17\x55\x50\xd3\xf5\x9d\xfb\xe1\x83\xe8\x97\x6c\x1c\x2e\x2f\xa8\xdb\x51\x20\x74\x00\xb9\x6a\x30\xca\x60\x60\xb1\x99\x9a\x0d\xf3\xee\xd0\x02\x33\xad\x23\x8c\x5e\xa5\x23\x83\x9c\x6f\x96\x5a\x83\x77\x5b\xd5\x62\x4b\x20\x25\xa0\xb3\xdc\x02\xae\xc3\xd2\x38\x84\xd9\xa9\x66\x50\xc3\x1b\x1c\xd0\x02\x2c\x8f\xdf\xce\x87\x66\x9d\xf5\x13\x62\xe4\x0f\xbd\x34\x8c\x30\x77\xb5\x3d\xaf\x66\x64\x70\xe8\x45\x43\x7b\x43\xe1\x0b\x1f\x35\xf4\xb8\x08\x28\x05\x16\x1d\x31\x8d\x54\x5d\x16\x12\xc5\xf0\x09\x86\x7c\x40\x24\x0c\xae\x74\x12\x81\xc2\xce\x81\x33\x64\x9a\xf9\x19\x67\xa7\x26\x33\xc2\xc1\x0d\x2f\x3b\x1a\x64\x6a\x6b\x3b\xaa\x21\x28\x03\x75\xa6\x10\x36\xcb\xdd\xe2\x9b\x1d\xd6\x23\xb1\xbb\x33\x9b\xb1\xbb\xea\x3a\x18\xea\x7b\x12\xef\x5e\xa3\x6c\x68\x77\x2f\x4e\x02\xfa\xd6\x0b\xcb\x18\xc1\xd3\x0f\xe1\xfe\x3f\x79\x0b\x38\xec\x80\x7f\x11\xf8\x40\xfb\xff\x94\x17\x81\x87\xda\xfc\x2e\xee\xca\x84\x0d\xce\xf1\xf0\x59\xa0\x03\x46\x97\xfc\x64\xea\x0c\x0e\x73\x31\x8b\x8c\xae\x53\x23\x56\x89\x12\x21\x0b\x44\x42\x6c\x58\x82\x24\x7f\xd5\x60\xb7\x0c\xa2\xf4\x03\xf7\x1b\xb6\x17\x78\x45\x46\xad\x49\x89\xf1\x7b\x23\x71\x17\x24\x65\x7c\x19\x29\xe9\xaa\xaf\x4a\xed\xbd\x02\x55\x3e\xce\xa0\xb4\x12\x11\xa8\xb5\xb4\x61\xf8\x6d\xe8\x22\x95\x59\x0d\xba\x3c\x60\x57\x51\xb7\xa5\x94\x04\xf8\x31\x8f\x4b\xe5\x88\x9a\x15\xf4\x5e\x52\xc2\xd8\xb6\x92\x22\xef\x6d\xe2\x19\x79\xf9\xd2\xf4\xb1\x19\x50\xd0\x49\xad\x66\xd0\xb9\xa0\x56\x40\x4d\x73\xdc\xa0\x37\x43\x63\x76\x49\x85\x23\x21\x5b\xde\x77\xbd\xa6\x6c\x25\x62\xed\x05\x47\xac\x95\x14\xe8\x80\x0a\x18\xa9\xb2\xca\xe7\xf4\x6d\x98\x1e\x3c\xc1\x89\x5c\xf7\xf8\xe6\x04\x4c\x60\xa4\x93\xb7\x1c\x30\xf7\x07\x8d\x1f\x16\x3c\xc5\xc9\x4e\x7f\xf2\xb0\xd7\x76\xcd\xfd\xe5\x17\x16\x70\x7d\xc3\xca\x6c\x96\x19\x72\xbc\xbe\x87\x7b\x6b\x62\x33\x4b\xb1\x77\x96\xd7\xa2\x14\x99\x2c\x1f\x68\xd4\x3e\xc8\x05\xaa\xac\x7f\xce\x06\x77\x01\x08\x46\x04\x00\x37\xa2\xbc\xef\xdb\x6a\xbe\xe3\x3b\x61\xb5\x8e\x41\x0c\x13\x89\xb7\x61\x79\x23\xd8\x6e\x67\x6e\x42\x97\xfa\x75\x18\x56\xdf\x7f\xb4\x17\x13\x07\x70\x12\x11\xc5\xba\x25\x11\x51\xac\x0a\x5c\xa9\x38\x00\xb9\x68\x8d\x20\x36\xbc\xe3\x64\x5d\xce\xcb\x93\x78\x6b\x91\x5e\x1e\x6b\x4e\xb7\xe9\xb7\xf6\x3e\xc6\xe5\xd9\xd5\xc5\x2d\xb4\xc4\xa0\x4a\x13\x80\x0c\x08\x83\xb3\x94\x38\x90\x15\x50\x88\x9a\x24\xa9\xc3\x84\x1e\xeb\x61\xd4\x24\xc4\xd6\x4d\xc3\xdd\xb6\xed\xcb\xe3\x69\xb4\x47\x72\xc4\x36\x78\x1c\x48\x99\x59\x7a\xb6\x5b\xf7\x15\xdb\xc8\x59\x6b\x6a\xa7\x35\x2f\xd3\xae\xdc\xe6\xad\xc5\x6f\x46\xb4\xb2\xf4\xc1\xd1\x83\x59\xb4\xfa\xb2\x5e\xde\x5b\x95\xa7\x6f\xaf\xde\x5c\xd2\xe7\xa2\xbd\x91\x4b\x60\x1d\xe9\xc7\x6a\xcb\x60\xfa\x62\x3e\x0f\x98\x52\x00\xfb\x17\xa4\xd8\x52\xe1\xdb\xc2\xb2\xfd\x54\x2d\x1c\xc1\x5c\x1c\x9f\x41\xef\x40\x49\xe1\xe2\xd3\xa6\x11\x5f\xcd\x24\x3f\xdf\x09\x9a\x8e\x26\x92\xfc\x8c\x81\xf0\x53\xf1\x6c\xc5\xbb\x35\x04\x86\x81\xa0\x86\xe2\x99\xbe\x27\xac\x98\x1e\x89\x2a\x31\x74\x20\xb1\x78\xd6\x36\x94\x28\xe3\x22\x77\x39\x3f\xcc\x22\x66\x16\xee\x5c\x83\x87\xe5\xbf\xcc\x32\x2a\xac\x2c\x90\x32\x6e\x1b\xf4\x64\x88\x91\xb8\x44\x04\x99\x09\x7f\xb5\xb7\xb7\xe2\xaa\xfd\x5b\x6b\xa3\x12\xd1\x2b\x5c\x23\xbc\x4e\x58\x1c\xdd\x62\x65\x14\xd4\x3e\xd8\xef\xe3\x8a\xef\xda\xf6\x45\x17\x67\x3a\x30\x77\x9d\xa6\x3a\xb0\xf8\x56\x4d\x61\xf3\xed\xd6\x6d\x1b\xc1\xf3\x6a\x20\xdb\x00\xe4\x93\x30\x9c\x00\x82\x16\x41\x37\xa8\x47\x7c\x20\x43\x20\x76\x85\x54\x80\xe1\xd6\xa3\xc9\xcd\xf5\x35\x47\x12\xe4\x78\xb8\x1a\xd5\x07\x81\x05\xcf\xd8\xcc\xdf\x4a\x8a\x67\x6f\xc6\x4a\x39\x28\xb9\x78\x4c\xf6\x32\xf7\x3b\x24\xf2\xa9\xc2\xc0\xdb\x1d\xb4\x39\xad\xdc\x81\xc8\x79\x29\xc8\xd2\x86\x38\x2b\x6c\x04\xd2\x4b\xdb\x34\xbd\xbd\x5a\x13\x88\x2e\xef\x28\x99\xf6\xb4\x7e\xe5\x10\xcc\x17\x76\x8b\x4c\x1e\xd8\x08\xca\xe0\xba\x70\x01\x67\x8d\x71\x21\xea\xf7\xb8\x04\xf5\xfb\x00\xb8\x18\xa5\xd8\xc6\x7f\x89\x5f\xc2\xa4\x5d\x8f\xd9\x08\x56\xa9\xd1\x06\x2c\x69\x43\xba\x09\x71\x50\xcc\x3d\x61\x9c\xda\x15\xe3\x24\x69\x10\x64\x28\xbd\xf8\xd4\x50\x5e\xf0\xa9\xa1\xec\xe3\x53\xb5\x63\x83\x1e\x74\xdd\xda\x26\xe2\xf2\xf2\x4d\x3c\xdb\x3e\x37\x78\x15\x8d\xad\xe9\xee\x71\x60\x6c\x8e\xcf\x79\x0f\x1e\x6f\x8f\x82\x12\x8a\xcd\x10\x7f\x9a\x3a\xac\xa3\xfb\x7d\x5d\xf5\xe5\xf7\xf7\x60\x36\x70\xaf\xaf\x8a\xf9\xbd\x47\xe1\xba\xa9\xe0\x71\x12\x2c\x9c\x6a\x71\x00\x3d\xee\xf0\x1e\x3d\xdc\x9c\x4a\xb0\x80\xaa\x2d\x6d\x7f\x3f\x09\xde\x52\x1e\x91\xb4\xdf\x06\x1c\x41\x87\x5b\x80\x75\x8c\xdd\x97\xda\x20\xc3\x87\x0f\x83\x1f\xd3\x3b\xab\xe6\x39\x92\x7d\x0f\x25\xa8\xb7\x05\xf9\x56\x47\x0e\xeb\x1f\x62\x74\xbf\xae\xe1\x60\x64\x45\xec\x39\x7c\xe8\xd9\x46\x2f\xe7\x43\xc1\xa6\x0f\xe7\x6b\x01\x8c\xdd\xa9\x2f\xce\x78\xc0\xa1\xc6\x62\x38\x60\x78\xd6\x55\x7f\x2f\x25\x2e\x6b\x30\xec\x33\x3a\x0c\x6f\x76\x1b\x3c\x9b\x7b\xc9\x61\x24\xf1\xf0\xf1\xa8\x5b\x5b\x92\xf4\xf3\xb0\x47\x48\x70\x4c\x48\x5c\x74\xd9\x63\x28\x5b\xeb\x45\x9d\xb8\xf1\xc2\x6f\x28\x7d\x83\x9b\x39\x87\x1d\xda\x84\xbc\x58\x1a\x15\x7a\xc7\x79\x4e\x8c\x9d\x28\x6c\xde\xfd\x8e\x54\xcc\x7b\x76\x92\x54\x7e\xdf\x95\x3b\xaa\xbc\xac\x97\x20\xd3\x3f\xf3\x4f\x12\x77\xf8\xa7\x43\x90\xb8\xc5\x42\xe1\xc5\xae\x2e\x4f\xcd\x51\x16\x7a\x2f\x4a\x71\xb4\x70\xa7\x5c\x12\xcc\x4c\xb8\x0b\x9c\xe1\xf7\x74\x07\x15\x76\x7c\x34\x89\xf3\x6d\x16\x69\x4d\x35\xc1\xdc\xbd\xfa\xf9\xcd\xf9\x00\x72\x82\x19\x68\xce\x04\xf3\xd0\x9c\x09\x56\x21\x97\xce\x6e\x08\xb8\x68\x9e\x1e\x81\x40\x1e\x1c\x80\x10\xb4\x37\x30\x01\x25\x4f\x56\xa4\xa4\x5f\x10\x65\x89\x1b\x96\x10\xbd\xfc\x8e\x81\x82\x47\xf5\x04\xca\xde\xd4\x1b\xb5\x5a\x87\x6d\xd6\x72\xd3\xe8\xb9\x8e\x98\x47\x05\x5c\x47\x1c\x10\x26\xbb\x67\xd0\xec\x6e\x56\x99\x1d\x92\xc0\x5f\x68\x92\x81\x1a\x88\xaf\xd9\x20\xb4\x6a\xd7\x4d\x22\xdc\xca\x49\xaf\x27\xf8\x15\x4d\x9d\x2e\x3f\x5e\x2f\x02\xeb\x57\x20\xbf\xfc\x2f\x25\x0c\x78\xb9\x70\x88\x31\x9d\xf1\xcb\x13\xff\xdc\x20\xd4\xcb\x83\xc1\xac\xab\xeb\xd2\x29\xa3\x75\x34\x6f\x28\x2d\x02\x5e\xf5\xfd\xb6\xb3\x50\x07\x78\xe2\x2e\x3d\xa7\x1f\x83\x41\x84\x55\xe9\x48\x46\x35\x6d\x2b\x5c\x10\x04\x78\x91\x84\x69\x8c\x1b\xb4\xee\x0e\x01\xb8\x6e\x0f\x43\x1e\xb7\x6c\x1d\xe3\xb4\x15\xf2\x52\x93\x42\x59\xc0\xb5\xce\x32\xc0\x64\xcb\x0c\xa5\xbb\x24\xc3\x60\x97\x34\xa3\xa7\xd9\xa2\x95\x40\x8d\xfc\xe7\x8a\x2d\x4e\x5c\x4e\xb8\xf6\x2c\xad\x23\xda\x2b\x76\xe2\xbe\xa9\x9f\x1e\xde\x3f\x79\x22\x68\xb2\x8c\x89\x67\x52\x62\x80\xf2\x73\xb9\xd8\x05\x37\x87\x3f\xcb\x6f\x55\xd5\xfb\x6a\x1a\x33\x8c\xde\xd5\x78\x22\xe7\x42\x52\x02\x98\xa9\xf0\xbe\xd6\x75\xc2\x5b\xaf\xfa\x9c\xfe\x70\xfb\xae\x79\x1c\x66\x19\xca\x0c\xc7\xcc\x1e\x4b\x7e\x66\x6b\x71\x43\x1b\xd8\x92\x19\x6c\x28\xf1\x84\x69\x88\xf8\x16\xd8\xed\x59\xde\x44\xc7\x2d\xab\xd9\x32\xcb\xda\xce\x02\x58\x1c\x1f\x82\xc7\xbe\xa5\x0f\x92\x7f\x97\x79\x69\xf2\x5e\xac\xaf\x3e\x0c\xde\x04\x35\xed\x7e\x60\x8d\x11\x85\x45\xb8\x2f\x0f\xe5\xb4\x65\x1d\x04\x79\x94\x5f\xc5\xe8\x91\x3d\x0b\x61\xff\xad\x0f\x61\xcf\x26\xcc\x07\x9f\xdf\x71\xcf\xa1\xa0\x56\xb6\xc9\x94\xa7\x96\x06\xcf\x00\x74\xed\xe2\xc9\xb0\x2c\x6b\x4d\x63\x30\xce\xfc\x17\xab\x58\xc6\x68\x0f\xc7\xfc\xa6\x8f\xb5\xc8\xef\x60\x7c\x4f\x44\xb5\xf7\x44\x46\xfa\xa7\xe0\x35\x15\xad\x61\xf8\xb6\x81\xa1\x2b\x8a\x09\x1e\x56\xa8\x4f\x16\x8c\xeb\x1b\xbc\x65\x13\xbc\xd7\xd3\xd4\x5f\xd3\xb1\xc9\xe0\xe8\xbf\x69\xa4\xfc\xaf\xee\x96\x8b\x45\xa7\x73\x60\xbf\x07\x14\x21\xf3\x3a\x3d\xa9\x9e\x48\x10\x2a\x45\x9e\x39\xb4\xb9\xa4\x1f\x61\x37\x30\x93\xe1\xb3\x35\xe3\xd9\x1e\xd0\x07\x9e\xc9\xf8\x2e\x78\xd3\x00\x0e\xed\x92\x51\x75\x1a\x8f\x5a\x5e\x92\xf8\xce\x3d\x13\x98\xbc\xe7\xd0\xf2\x1f\x92\x7c\xc9\x63\xa2\xff\x13\xbc\xe2\x29\x5e\x1a\xa0\x54\xfa\x4c\xe4\x27\x7f\x7d\xcb\x15\x7f\x9b\x76\x25\xb1\x4e\x04\x45\xff\x76\x83\x84\x0d\x1d\xb0\x7b\xc4\xe6\xfd\x76\x85\x04\x7e\xec\x16\x3f\x0b\xfc\x2c\xf2\x1b\xfc\xda\xe3\xd7\xbe\x2c\x3f\x4a\x61\xf0\x56\x2a\x4e\x47\xf4\x15\x52\x6e\xf0\xfb\x86\x83\x87\xdf\x67\x1f\x36\x6e\x47\x5f\x86\xb1\x1f\x08\xc5\xce\xcd\x69\xba\xfd\xa0\x74\x6e\x55\x53\xe5\xf3\x3e\x5f\xfe\xdf\x68\x12\xbe\x38\x7c\x30\x35\xaf\x49\xf2\x79\x1f\x0c\xb2\x5f\x59\x85\xf2\x4d\xa9\xdc\x0f\x4d\x94\x4f\x4a\x6b\xf3\x7d\xe6\xfb\xa5\x5f\x48\xf5\xbd\xd2\x2f\x42\x6f\xd1\x36\x5b\x8e\xb2\xfb\xc1\xbd\x20\xec\x63\x27\x9f\x52\x9e\xd9\x6e\x71\x68\x55\xf6\x38\x5f\xf3\x4b\xa1\x78\x8f\x9d\xfd\x6e\x67\x89\x85\x4b\xaf\xea\xed\xce\x9d\x52\x7d\xac\x7e\x01\xf3\xc1\xc5\xc4\x54\x9f\x9f\x4e\x93\x77\x25\x69\x76\xb3\x79\xa5\xcf\x69\x96\x29\x1f\x09\x1e\xfe\xfb\xbf\x03\x9c\x3e\xff\xe3\x3f\xd2\xb3\xe7\x8f\xd2\xf2\x33\x07\x57\xec\xd2\x4d\xfe\x19\x67\x03\x85\xa2\x9f\x2f\x22\x40\xf6\x11\x86\xfd\xb4\x5e\x46\x89\xfd\xb4\x3c\xe0\xfc\x7f\x03\x00\x00\xff\xff\x06\xc2\x55\x63\x60\xb4\x00\x00") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -4379,7 +4379,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 45999, mode: os.FileMode(420), modTime: time.Unix(1448600194, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 46176, mode: os.FileMode(420), modTime: time.Unix(1448605845, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/modules/middleware/context.go b/modules/middleware/context.go index 4b217b63..4f7c4383 100644 --- a/modules/middleware/context.go +++ b/modules/middleware/context.go @@ -59,7 +59,7 @@ type Context struct { IsSigned bool IsBasicAuth bool - Repo RepoContext + Repo *RepoContext Org struct { IsOwner bool @@ -73,17 +73,22 @@ type Context struct { } // IsOwner returns true if current user is the owner of repository. -func (r RepoContext) IsOwner() bool { +func (r *RepoContext) IsOwner() bool { return r.AccessMode >= models.ACCESS_MODE_OWNER } // IsAdmin returns true if current user has admin or higher access of repository. -func (r RepoContext) IsAdmin() bool { +func (r *RepoContext) IsAdmin() bool { return r.AccessMode >= models.ACCESS_MODE_ADMIN } +// IsPusher returns true if current user has write or higher access of repository. +func (r *RepoContext) IsPusher() bool { + return r.AccessMode >= models.ACCESS_MODE_WRITE +} + // Return if the current user has read access for this repository -func (r RepoContext) HasAccess() bool { +func (r *RepoContext) HasAccess() bool { return r.AccessMode >= models.ACCESS_MODE_READ } diff --git a/modules/middleware/repo.go b/modules/middleware/repo.go index 210e5637..84c3f1d4 100644 --- a/modules/middleware/repo.go +++ b/modules/middleware/repo.go @@ -6,7 +6,6 @@ package middleware import ( "fmt" - "net/url" "path" "strings" @@ -225,6 +224,8 @@ func RetrieveBaseRepo(ctx *Context, repo *models.Repository) { func RepoAssignment(args ...bool) macaron.Handler { return func(ctx *Context) { + ctx.Repo = &RepoContext{} + var ( displayBare bool // To display bare page if it is a bare repo. ) @@ -335,6 +336,7 @@ func RepoAssignment(args ...bool) macaron.Handler { ctx.Data["Owner"] = ctx.Repo.Repository.Owner ctx.Data["IsRepositoryOwner"] = ctx.Repo.IsOwner() ctx.Data["IsRepositoryAdmin"] = ctx.Repo.IsAdmin() + ctx.Data["IsRepositoryPusher"] = ctx.Repo.IsPusher() ctx.Data["DisableSSH"] = setting.DisableSSH ctx.Repo.CloneLink, err = repo.CloneLink() @@ -397,11 +399,15 @@ func RepoAssignment(args ...bool) macaron.Handler { func RequireRepoAdmin() macaron.Handler { return func(ctx *Context) { if !ctx.Repo.IsAdmin() { - if !ctx.IsSigned { - ctx.SetCookie("redirect_to", "/"+url.QueryEscape(setting.AppSubUrl+ctx.Req.RequestURI), 0, setting.AppSubUrl) - ctx.Redirect(setting.AppSubUrl + "/user/login") - return - } + ctx.Handle(404, ctx.Req.RequestURI, nil) + return + } + } +} + +func RequireRepoPusher() macaron.Handler { + return func(ctx *Context) { + if !ctx.Repo.IsPusher() { ctx.Handle(404, ctx.Req.RequestURI, nil) return } diff --git a/public/js/gogs.js b/public/js/gogs.js index d9e00eb7..93af48e3 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -231,6 +231,11 @@ function initRepository() { }); } + // Wiki + if ($('.repository.wiki.view').length > 0) { + initFilterSearchDropdown('.choose.page .dropdown'); + } + // Options if ($('.repository.settings.options').length > 0) { $('#repo_name').keyup(function () { @@ -314,23 +319,23 @@ function initRepository() { $('#edit-title').click(editTitleToggle); $('#cancel-edit-title').click(editTitleToggle); $('#save-edit-title').click(editTitleToggle). - click(function () { - if ($edit_input.val().length == 0 || - $edit_input.val() == $issue_title.text()) { - $edit_input.val($issue_title.text()); - return false; - } + click(function () { + if ($edit_input.val().length == 0 || + $edit_input.val() == $issue_title.text()) { + $edit_input.val($issue_title.text()); + return false; + } - $.post($(this).data('update-url'), { - "_csrf": csrf, - "title": $edit_input.val() - }, - function (data) { - $edit_input.val(data.title); - $issue_title.text(data.title); - }); - return false; - }); + $.post($(this).data('update-url'), { + "_csrf": csrf, + "title": $edit_input.val() + }, + function (data) { + $edit_input.val(data.title); + $issue_title.text(data.title); + }); + return false; + }); // Edit issue or comment content $('.edit-content').click(function () { @@ -729,9 +734,9 @@ $(document).ready(function () { // Show exact time $('.time-since').each(function () { $(this).addClass('poping up'). - attr('data-content', $(this).attr('title')). - attr('data-variation', 'inverted tiny'). - attr('title', ''); + attr('data-content', $(this).attr('title')). + attr('data-variation', 'inverted tiny'). + attr('title', ''); }); // Semantic UI modules. diff --git a/routers/repo/wiki.go b/routers/repo/wiki.go index 4ea41b34..14625404 100644 --- a/routers/repo/wiki.go +++ b/routers/repo/wiki.go @@ -6,6 +6,7 @@ package repo import ( "io/ioutil" + "strings" "github.com/gogits/git-shell" @@ -21,56 +22,97 @@ const ( WIKI_NEW base.TplName = "repo/wiki/new" ) -func Wiki(ctx *middleware.Context) { - ctx.Data["PageIsWiki"] = true - - if !ctx.Repo.Repository.HasWiki() { - ctx.Data["Title"] = ctx.Tr("repo.wiki") - ctx.HTML(200, WIKI_START) - return - } +type PageMeta struct { + Name string + URL string +} +func renderWikiPage(ctx *middleware.Context, isViewPage bool) (*git.Repository, string) { wikiRepo, err := git.OpenRepository(ctx.Repo.Repository.WikiPath()) if err != nil { ctx.Handle(500, "OpenRepository", err) - return + return nil, "" } commit, err := wikiRepo.GetCommitOfBranch("master") if err != nil { ctx.Handle(500, "GetCommitOfBranch", err) - return + return nil, "" + } + + // Get page list. + if isViewPage { + entries, err := commit.ListEntries() + if err != nil { + ctx.Handle(500, "ListEntries", err) + return nil, "" + } + pages := make([]PageMeta, len(entries)) + for i := range entries { + name := strings.TrimSuffix(entries[i].Name(), ".md") + pages[i] = PageMeta{ + Name: name, + URL: models.ToWikiPageURL(name), + } + } + ctx.Data["Pages"] = pages } - page := models.ToWikiPageName(ctx.Params(":page")) - if len(page) == 0 { - page = "Home" + pageURL := ctx.Params(":page") + if len(pageURL) == 0 { + pageURL = "Home" } - ctx.Data["Title"] = page + ctx.Data["PageURL"] = pageURL + + pageName := models.ToWikiPageName(pageURL) + ctx.Data["old_title"] = pageName + ctx.Data["Title"] = pageName + ctx.Data["title"] = pageName ctx.Data["RequireHighlightJS"] = true - blob, err := commit.GetBlobByPath(page + ".md") + blob, err := commit.GetBlobByPath(pageName + ".md") if err != nil { if git.IsErrNotExist(err) { - ctx.Redirect(ctx.Repo.RepoLink + "/wiki/_list") + ctx.Redirect(ctx.Repo.RepoLink + "/wiki/_pages") } else { ctx.Handle(500, "GetBlobByPath", err) } - return + return nil, "" } r, err := blob.Data() if err != nil { ctx.Handle(500, "Data", err) - return + return nil, "" } data, err := ioutil.ReadAll(r) if err != nil { ctx.Handle(500, "ReadAll", err) + return nil, "" + } + if isViewPage { + ctx.Data["content"] = string(base.RenderMarkdown(data, ctx.Repo.RepoLink)) + } else { + ctx.Data["content"] = string(data) + } + + return wikiRepo, pageName +} + +func Wiki(ctx *middleware.Context) { + ctx.Data["PageIsWiki"] = true + + if !ctx.Repo.Repository.HasWiki() { + ctx.Data["Title"] = ctx.Tr("repo.wiki") + ctx.HTML(200, WIKI_START) + return + } + + wikiRepo, pageName := renderWikiPage(ctx, true) + if ctx.Written() { return } - ctx.Data["Content"] = string(base.RenderMarkdown(data, ctx.Repo.RepoLink)) // Get last change information. - lastCommit, err := wikiRepo.GetCommitByPath(page + ".md") + lastCommit, err := wikiRepo.GetCommitByPath(pageName + ".md") if err != nil { ctx.Handle(500, "GetCommitByPath", err) return @@ -80,7 +122,7 @@ func Wiki(ctx *middleware.Context) { ctx.HTML(200, WIKI_VIEW) } -func WikiList(ctx *middleware.Context) { +func WikiPages(ctx *middleware.Context) { } @@ -107,7 +149,12 @@ func NewWikiPost(ctx *middleware.Context, form auth.NewWikiForm) { } if err := ctx.Repo.Repository.AddWikiPage(ctx.User, form.Title, form.Content, form.Message); err != nil { - ctx.Handle(500, "AddWikiPage", err) + if models.IsErrWikiAlreadyExist(err) { + ctx.Data["Err_Title"] = true + ctx.RenderWithErr(ctx.Tr("repo.wiki.page_already_exists"), WIKI_NEW, &form) + } else { + ctx.Handle(500, "AddWikiPage", err) + } return } @@ -115,5 +162,37 @@ func NewWikiPost(ctx *middleware.Context, form auth.NewWikiForm) { } func EditWiki(ctx *middleware.Context) { - ctx.PlainText(200, []byte(ctx.Params(":page"))) + ctx.Data["PageIsWiki"] = true + ctx.Data["PageIsWikiEdit"] = true + ctx.Data["RequireSimpleMDE"] = true + + if !ctx.Repo.Repository.HasWiki() { + ctx.Redirect(ctx.Repo.RepoLink + "/wiki") + return + } + + renderWikiPage(ctx, false) + if ctx.Written() { + return + } + + ctx.HTML(200, WIKI_NEW) +} + +func EditWikiPost(ctx *middleware.Context, form auth.NewWikiForm) { + ctx.Data["Title"] = ctx.Tr("repo.wiki.new_page") + ctx.Data["PageIsWiki"] = true + ctx.Data["RequireSimpleMDE"] = true + + if ctx.HasError() { + ctx.HTML(200, WIKI_NEW) + return + } + + if err := ctx.Repo.Repository.EditWikiPage(ctx.User, form.OldTitle, form.Title, form.Content, form.Message); err != nil { + ctx.Handle(500, "EditWikiPage", err) + return + } + + ctx.Redirect(ctx.Repo.RepoLink + "/wiki/" + models.ToWikiPageURL(form.Title)) } diff --git a/templates/repo/nav.tmpl b/templates/repo/nav.tmpl deleted file mode 100644 index dfcfd745..00000000 --- a/templates/repo/nav.tmpl +++ /dev/null @@ -1,67 +0,0 @@ -
    -
    -
    -
    -

    {{.Owner.Name}} / {{.Repository.Name}} {{if .Repository.IsPrivate}}Private{{else if .Repository.IsMirror}}Mirror{{end}}

    -

    {{.Repository.DescriptionHtml}}{{if .Repository.Website}} {{.Repository.Website}}{{end}}

    -
    -
    - {{if not .IsBareRepo}} -
    - - - -
    - {{if .IsSigned}} -
    - {{if .IsRepositoryWatching}} - - {{else}} - - {{end}} - - -
    - {{end}} - - {{end}} - -
    -
    -
    -
    diff --git a/templates/repo/wiki/new.tmpl b/templates/repo/wiki/new.tmpl index fc556e49..6a2ce43a 100644 --- a/templates/repo/wiki/new.tmpl +++ b/templates/repo/wiki/new.tmpl @@ -3,16 +3,23 @@ {{template "repo/header" .}}
    {{template "repo/sidebar" .}} + {{template "base/alert" .}}
    {{.i18n.Tr "repo.wiki.new_page"}} + {{if .PageIsWikiEdit}} + + {{end}}
    {{.CsrfTokenHtml}} -
    + +
    - +
    diff --git a/templates/repo/wiki/view.tmpl b/templates/repo/wiki/view.tmpl index f41e297e..a23076ef 100644 --- a/templates/repo/wiki/view.tmpl +++ b/templates/repo/wiki/view.tmpl @@ -3,15 +3,43 @@ {{template "repo/header" .}}
    {{template "repo/sidebar" .}} +
    + +
    - {{.Title}} + {{.title}} + {{if .IsRepositoryPusher}} + + {{end}}
    {{$timeSince := TimeSince .Author.When $.Lang}} {{.i18n.Tr "repo.wiki.last_commit_info" .Author.Name $timeSince | Safe}}
    - {{.Content | Str2html}} + {{.content | Str2html}}
    -- cgit v1.2.3