(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[16366],{16366:function(m,k,y){m=y.nmd(m),ace.define("ace/mode/c9search_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],function(r,v,_){"use strict";var p=r("../lib/oop"),f=r("../lib/lang"),o=r("./text_highlight_rules").TextHighlightRules;function c(h,i){try{return new RegExp(h,i)}catch(n){}}var d=function(){this.$rules={start:[{tokenNames:["c9searchresults.constant.numeric","c9searchresults.text","c9searchresults.text","c9searchresults.keyword"],regex:/(^\s+[0-9]+)(:)(\d*\s?)([^\r\n]+)/,onMatch:function(h,i,n){var e=this.splitRegex.exec(h),a=this.tokenNames,s=[{type:a[0],value:e[1]},{type:a[1],value:e[2]}];e[3]&&(e[3]==" "?s[1]={type:a[1],value:e[2]+" "}:s.push({type:a[1],value:e[3]}));var t=n[1],u=e[4],g,l=0;if(t&&t.exec)for(t.lastIndex=0;g=t.exec(u);){var x=u.substring(l,g.index);if(l=t.lastIndex,x&&s.push({type:a[2],value:x}),g[0])s.push({type:a[3],value:g[0]});else if(!x)break}return l=0&&(e=n[l],!t.test(e));l--);u=l}if(u!=g){var b=e.length;return t===a&&(b=e.search(/\(Found[^)]+\)$|$/)),new f(u,b,g,0)}}}.call(c.prototype)}),ace.define("ace/mode/c9search",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/c9search_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/folding/c9search"],function(r,v,_){"use strict";var p=r("../lib/oop"),f=r("./text").Mode,o=r("./c9search_highlight_rules").C9SearchHighlightRules,c=r("./matching_brace_outdent").MatchingBraceOutdent,d=r("./folding/c9search").FoldMode,h=function(){this.HighlightRules=o,this.$outdent=new c,this.foldingRules=new d};p.inherits(h,f),function(){this.getNextLineIndent=function(i,n,e){var a=this.$getIndent(n);return a},this.checkOutdent=function(i,n,e){return this.$outdent.checkOutdent(n,e)},this.autoOutdent=function(i,n,e){this.$outdent.autoOutdent(n,e)},this.$id="ace/mode/c9search"}.call(h.prototype),v.Mode=h}),function(){ace.require(["ace/mode/c9search"],function(r){m&&(m.exports=r)})}()}}]);