filesbox/web/dist/12676.ebd4d44a.async.js

2 lines
93 KiB
JavaScript
Raw Normal View History

2024-07-26 06:10:54 +00:00
(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[12676],{12676:function(IO,X,z){"use strict";z.r(X),z.d(X,{php:function(){return EO},phpLanguage:function(){return l}});var S=z(11705),$=z(79653);const x=1,R=2,V=263,r=3,v=264,n=265,U=266,u=4,m=5,b=6,p=7,d=8,k=9,c=10,Y=11,Z=12,h=13,w=14,j=15,_=16,f=17,G=18,g=19,E=20,I=21,C=22,F=23,N=24,L=25,A=26,H=27,K=28,J=29,D=30,B=31,M=32,OO=33,$O=34,QO=35,iO=36,yO=37,aO=38,zO=39,SO=40,PO=41,WO=42,eO=43,TO=44,sO=45,XO=46,nO=47,dO=48,qO=49,oO=50,tO=51,lO=52,xO=53,RO=54,VO=55,rO=56,vO=57,UO=58,uO=59,mO=60,bO=61,e=62,pO={abstract:u,and:m,array:b,as:p,true:d,false:d,break:k,case:c,catch:Y,clone:Z,const:h,continue:w,declare:_,default:j,do:f,echo:G,else:g,elseif:E,enddeclare:I,endfor:C,endforeach:F,endif:N,endswitch:L,endwhile:A,enum:H,extends:K,final:J,finally:D,fn:B,for:M,foreach:OO,from:$O,function:QO,global:iO,goto:yO,if:aO,implements:zO,include:SO,include_once:PO,instanceof:WO,insteadof:eO,interface:TO,list:sO,match:XO,namespace:nO,new:dO,null:qO,or:oO,print:tO,require:lO,require_once:xO,return:RO,switch:VO,throw:rO,trait:vO,try:UO,unset:uO,use:mO,var:bO,public:e,private:e,protected:e,while:63,xor:64,yield:65,__proto__:null};function q(O){let Q=pO[O.toLowerCase()];return Q==null?-1:Q}function o(O){return O==9||O==10||O==13||O==32}function t(O){return O>=97&&O<=122||O>=65&&O<=90}function P(O){return O==95||O>=128||t(O)}function T(O){return O>=48&&O<=55||O>=97&&O<=102||O>=65&&O<=70}const kO={int:!0,integer:!0,bool:!0,boolean:!0,float:!0,double:!0,real:!0,string:!0,array:!0,object:!0,unset:!0,__proto__:null},cO=new S.Jq(O=>{if(O.next==40){O.advance();let Q=0;for(;o(O.peek(Q));)Q++;let i="",y;for(;t(y=O.peek(Q));)i+=String.fromCharCode(y),Q++;for(;o(O.peek(Q));)Q++;O.peek(Q)==41&&kO[i.toLowerCase()]&&O.acceptToken(x)}else if(O.next==60&&O.peek(1)==60&&O.peek(2)==60){for(let y=0;y<3;y++)O.advance();for(;O.next==32||O.next==9;)O.advance();let Q=O.next==39;if(Q&&O.advance(),!P(O.next))return;let i=String.fromCharCode(O.next);for(;O.advance(),!(!P(O.next)&&!(O.next>=48&&O.next<=55));)i+=String.fromCharCode(O.next);if(Q){if(O.next!=39)return;O.advance()}if(O.next!=10&&O.next!=13)return;for(;;){let y=O.next==10||O.next==13;if(O.advance(),O.next<0)return;if(y){for(;O.next==32||O.next==9;)O.advance();let W=!0;for(let s=0;s<i.length;s++){if(O.next!=i.charCodeAt(s)){W=!1;break}O.advance()}if(W)return O.acceptToken(R)}}}}),YO=new S.Jq(O=>{O.next<0&&O.acceptToken(U)}),ZO=new S.Jq((O,Q)=>{O.next==63&&Q.canShift(n)&&O.peek(1)==62&&O.acceptToken(n)});function hO(O){let Q=O.peek(1);if(Q==110||Q==114||Q==116||Q==118||Q==101||Q==102||Q==92||Q==36||Q==34||Q==123)return 2;if(Q>=48&&Q<=55){let i=2,y;for(;i<5&&(y=O.peek(i))>=48&&y<=55;)i++;return i}if(Q==120&&T(O.peek(2)))return T(O.peek(3))?4:3;if(Q==117&&O.peek(2)==123)for(let i=3;;i++){let y=O.peek(i);if(y==125)return i==2?0:i+1;if(!T(y))break}return 0}const wO=new S.Jq((O,Q)=>{let i=!1;for(;!(O.next==34||O.next<0||O.next==36&&(P(O.peek(1))||O.peek(1)==123)||O.next==123&&O.peek(1)==36);i=!0){if(O.next==92){let y=hO(O);if(y){if(i)break;return O.acceptToken(r,y)}}else if(!i&&(O.next==91||O.next==45&&O.peek(1)==62&&P(O.peek(2))||O.next==63&&O.peek(1)==45&&O.peek(2)==62&&P(O.peek(3)))&&Q.canShift(v))break;O.advance()}i&&O.acceptToken(V)}),jO=(0,$.Gv)({"Visibility abstract final static":$.pJ.modifier,"for foreach while do if else elseif switch try catch finally return throw break continue default case":$.pJ.controlKeyword,"endif endfor endforeach endswitch endwhile declare enddeclare goto match":$.pJ.controlKeyword,"and or xor yield unset clone instanceof insteadof":$.pJ.operatorKeyword,"function fn class trait implements extends const enum global interface use var":$.pJ.definitionKeyword,"include include_once require require_once namespace":$.pJ.moduleKeyword,"new from echo print array list as":$.pJ.keyword,null:$.pJ.null,Boolean:$.pJ.bool,VariableName:$.pJ.variableName,"NamespaceName/...":$.pJ.namespace,"NamedType/...":$.pJ.typeName,Name:$.pJ.name,"CallExpression/Name":$.pJ.function($.pJ.variableName),"LabelStatement/Name":$.pJ.labelNa