403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/cygwin64/lib/python3.9/site-packages/pygments/lexers/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/cygwin64/lib/python3.9/site-packages/pygments/lexers/__pycache__/actionscript.cpython-39.pyc
a

SҼa�,�@s�dZddlZddlmZmZmZmZmZmZddl	m
Z
mZmZm
Z
mZmZmZmZgd�ZGdd�de�ZGdd	�d	e�ZGd
d�de�ZdS)z�
    pygments.lexers.actionscript
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Lexers for ActionScript and MXML.

    :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
�N)�
RegexLexer�bygroups�using�this�words�default)�Text�Comment�Operator�Keyword�Name�String�Number�Punctuation)�ActionScriptLexer�ActionScript3Lexer�	MxmlLexerc@s�eZdZdZdZddgZdgZgd�Zej	Z
ddefd	ej
fd
ejfdejfdefd
efeddd�efeddd�ejfdejfeddd�ejfeddd�ejfdejfdejfdejfdejfdejfdej
fgiZ dd�Z!dS)rzB
    For ActionScript source code.

    .. versionadded:: 0.9
    ZActionScriptZactionscript�as�*.as)zapplication/x-actionscriptztext/x-actionscriptztext/actionscript�root�\s+�//.*?\n�	/\*.*?\*/z /(\\\\|\\[^\\]|[^/\\\n])*/[gim]*z[~^*!%&<>|+=:;,/?\\-]+z
[{}\[\]();.]+)Zcaser�forZeach�in�whileZdo�break�return�continue�if�else�throw�tryZcatch�var�with�newZtypeofZ	argumentsZ
instanceofrZswitchz\b)�suffix)�classZpublic�finalZinternalZnative�overrideZprivateZ	protectedZstatic�importZextendsZ
implementsZ	interfaceZ	intrinsicr�superZdynamic�function�const�get�	namespace�package�setz9(true|false|null|NaN|Infinity|-Infinity|undefined|Void)\b)�Z
AccessibilityZAccessibilityPropertiesZActionScriptVersionZ
ActivityEventZ
AntiAliasTypeZApplicationDomainZ
AsBroadcasterZArrayZAsyncErrorEventZ	AVM1MovieZBevelFilterZBitmapZ
BitmapDataZBitmapDataChannelZBitmapFilterZBitmapFilterQualityZBitmapFilterTypeZ	BlendModeZ
BlurFilterZBooleanZ	ByteArrayZCameraZCapabilitiesZ	CapsStyleZClassZColorZColorMatrixFilterZColorTransformZContextMenuZContextMenuBuiltInItemsZContextMenuEventZContextMenuItemZConvultionFilterZCSMSettingsZ	DataEventZDateZDefinitionErrorZDeleteObjectSampleZ
DictionaryZDisplacmentMapFilterZ
DisplayObjectZDisplacmentMapFilterModeZDisplayObjectContainerZDropShadowFilterZEndian�EOFError�ErrorZ
ErrorEventZ	EvalError�EventZEventDispatcherZ
EventPhaseZExternalInterfaceZ
FileFilterZ
FileReferenceZFileReferenceListZFocusDirectionZ
FocusEventZFontZ	FontStyleZFontTypeZ
FrameLabelZFullScreenEvent�FunctionZ
GlowFilterZGradientBevelFilterZGradientGlowFilterZGradientTypeZGraphicsZGridFitTypeZHTTPStatusEventZIBitmapDrawableZID3InfoZ
IDataInputZIDataOutputZ,IDynamicPropertyOutputIDynamicPropertyWriterZIEventDispatcherZIExternalizableZIllegalOperationErrorZIMEZIMEConversionModeZIMEEvent�intZInteractiveObjectZInterpolationMethodZInvalidSWFErrorZInvokeEvent�IOErrorZIOErrorEventZ
JointStyleZKeyZKeyboardZ
KeyboardEventZKeyLocationZ
LineScaleMode�LoaderZ
LoaderContextZ
LoaderInfoZLoadVarsZLocalConnectionZLocaleZMathZMatrix�MemoryErrorZ
MicrophoneZ
MorphShapeZMouseZ
MouseEventZ	MovieClipZMovieClipLoader�	NamespaceZ
NetConnectionZNetStatusEventZ	NetStreamZNewObjectSamplerZObjectZObjectEncodingZ
PixelSnappingZPointZPrintJobZPrintJobOptionsZPrintJobOrientationZ
ProgressEventZProxyZQNameZ
RangeErrorZ	Rectangle�ReferenceErrorZRegExpZ	ResponderZSampleZSceneZScriptTimeoutErrorZSecurityZSecurityDomainZ
SecurityErrorZSecurityErrorEventZ
SecurityPanelZ	SelectionZShapeZSharedObjectZSharedObjectFlushStatusZSimpleButtonZSocketZSoundZSoundChannelZSoundLoaderContextZ
SoundMixerZSoundTransformZSpreadMethodZSpriteZ
StackFrameZStackOverflowErrorZStageZ
StageAlignZStageDisplayStateZStageQualityZStageScaleModeZ
StaticTextZStatusEventr
Z
StyleSheetZ
SWFVersionZ	SyncEvent�SyntaxErrorZSystemZ
TextColorTypeZ	TextFieldZTextFieldAutoSizeZ
TextFieldTypeZ
TextFormatZTextFormatAlignZTextLineMetricsZTextRendererZTextSnapshot�TimerZ
TimerEventZ	Transform�	TypeErrorZuintZURIErrorZ	URLLoaderZURLLoaderDataFormatZ
URLRequestZURLRequestHeaderZURLRequestMethodZ	URLStreamZ
URLVariabelesZVerifyErrorZVideoZXMLZXMLDocumentZXMLListZXMLNodeZXMLNodeTypeZ	XMLSocketZXMLUI)Z	decodeURIZdecodeURIComponentZ	encodeURI�escape�evalZisFiniteZisNaNZ	isXMLNameZ
clearIntervalZ	fscommandZgetTimerZgetURLZ
getVersionZ
parseFloatZparseIntZsetIntervalZtraceZupdateAfterEventZunescape�
[$a-zA-Z_]\w*�%[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?�0x[0-9a-f]+�[0-9]+�"(\\\\|\\[^\\]|[^"\\])*"�'(\\\\|\\[^\\]|[^'\\])*'cCsdS)z�This is only used to disambiguate between ActionScript and
        ActionScript3. We return 0 here; the ActionScript3 lexer will match
        AS3 variable definitions and that will hopefully suffice.r���textrGrG�@/usr/lib/python3.9/site-packages/pygments/lexers/actionscript.py�analyse_textpszActionScriptLexer.analyse_textN)"�__name__�
__module__�__qualname__�__doc__�name�aliases�	filenames�	mimetypes�re�DOTALL�flagsrr	�Single�	Multiliner
�Regexr
rrr�Declaration�ConstantrZBuiltinr5ZOtherr�Float�Hex�Integer�Double�tokensrKrGrGrGrJrsZ�����'�(�)����Nrc@s�eZdZdZdZddgZdgZgd�ZdZedZ	e
je
jBZ
d	efd
edeejejee�dfd
ede	deejeeeeeej�fdedeeeeje�fde	deeeejee�fdejfdejfdejfdedeeej�fdefdejfdejfdejfeefdej fdej!fdej"fdej#fdejfd efgd	efd!ede	d"eeeeeeeeje�d#fd$ed%fgd&e	d'eeeeej�d(fd	ed(fe$d(�gd)eeee%e&�ee�d*fd+ed*fe$d*�gd,�Z'd-d.�Z(d/S)0rzE
    For ActionScript 3 source code.

    .. versionadded:: 0.11
    zActionScript 3Z
actionscript3Zas3r)zapplication/x-actionscript3ztext/x-actionscript3ztext/actionscript3rAz(?:\.<\w+>)?rz(function\s+)(z
)(\s*)(\()�
funcparamsz(var|const)(\s+)(z)(\s*)(:)(\s*)(�)z(import|package)(\s+)((?:z|\.)+)(\s*)z(new)(\s+)(rrz /(\\\\|\\[^\\]|[^\\\n])*/[gisx]*z(\.)(z�(case|default|for|each|in|while|do|break|return|continue|if|else|throw|try|catch|with|new|typeof|arguments|instanceof|this|switch|import|include|as|is)\bz�(class|public|final|internal|native|override|private|protected|static|import|extends|implements|interface|intrinsic|return|super|dynamic|function|const|get|namespace|package|set)\bz9(true|false|null|NaN|Infinity|-Infinity|undefined|void)\bz�(decodeURI|decodeURIComponent|encodeURI|escape|eval|isFinite|isNaN|isXMLName|clearInterval|fscommand|getTimer|getURL|getVersion|isFinite|parseFloat|parseInt|setInterval|trace|updateAfterEvent|unescape)\brBrCrDrErFz[~^*!%&<>|+=:;,/?\\{}\[\]().-]+z(\s*)(\.\.\.)?(z	|\*)(\s*)�defvalz\)�typez(\s*)(:)(\s*)(z|\*)z#pop:2z(=)(\s*)([^(),]+)(\s*)(,?)�#pop�,)rrardrccCst�d|�rdSdS)Nz\w+\s*:\s*\wg333333�?r)rT�matchrHrGrGrJrK�szActionScript3Lexer.analyse_textN))rLrMrNrOrPrQrRrSZ
identifierZtypeidentifierrTrU�	MULTILINErVrrrrZrr5r
r�Typer:r	rWrXr
rY�	Attributer[rr\r]r^r_rrrr`rKrGrGrGrJrvs�
�
����
�
������(
�����	
�����>rc	@s�eZdZdZejejBZdZdgZ	dgZ
ddgZdefde
jfd	eeee�e�fd
edfdejfd
ejfde
jdfde
jfgdefdedfdefgdefde
jdfde
jdfgdefdedfdedfdedfgd�ZdS)rz~
    For MXML markup.
    Nested AS3 in <script> tags is highlighted by the appropriate lexer.

    .. versionadded:: 1.1
    ZMXMLZmxmlz*.mxmlztext/xmlzapplication/xmlz[^<&]+z&\S*?;z(\<\!\[CDATA\[)(.*?)(\]\]\>)z<!--�commentz	<\?.*?\?>z<![^>]*>z<\s*[\w:.-]+�tagz<\s*/\s*[\w:.-]+\s*>z[^-]+z-->re�-rz[\w.:-]+\s*=�attrz/?\s*>z".*?"z'.*?'z[^\s>]+)rrkrlrnN)rLrMrNrOrTrhrUrVrPrQrRZ	mimetimesrrZEntityrr
rrr	ZPreprocZTagrjr`rGrGrGrJr�s>�
��

���r)rOrTZpygments.lexerrrrrrrZpygments.tokenrr	r
rrr
rr�__all__rrrrGrGrGrJ�<module>s
 (bU

Youez - 2016 - github.com/yon3zu
LinuXploit