| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 |
$language_data = array ( |
|---|
| 51 |
'LANG_NAME' => 'BLITZ BASIC', |
|---|
| 52 |
'COMMENT_SINGLE' => array(1 => ';'), |
|---|
| 53 |
'COMMENT_MULTI' => array(), |
|---|
| 54 |
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, |
|---|
| 55 |
'QUOTEMARKS' => array('"'), |
|---|
| 56 |
'ESCAPE_CHAR' => '', |
|---|
| 57 |
'KEYWORDS' => array( |
|---|
| 58 |
1 => array( |
|---|
| 59 |
'If','EndIf','ElseIf','Else If','Else','While','Wend','Return','Next','Include','End Type','End Select','End If','End Function','End','Select', |
|---|
| 60 |
'Type','Forever','For','Or','And','AppTitle','Case','Goto','Gosub','Step','Stop','Int','Last','False','Then','To','True','Until','Float', |
|---|
| 61 |
'String','Before','Not' |
|---|
| 62 |
), |
|---|
| 63 |
2 => array( |
|---|
| 64 |
|
|---|
| 65 |
|
|---|
| 66 |
'Xor','WriteString','WriteShort','WritePixelFast','WritePixel','WriteLine','WriteInt','WriteFloat','WriteFile','WriteBytes', |
|---|
| 67 |
'WriteByte','Write','WaitTimer','WaitMouse','WaitKey','WaitJoy','VWait','Viewport', |
|---|
| 68 |
'Upper','UpdateGamma','UnlockBuffer','UDPTimeouts','UDPStreamPort','UDPStreamIP','UDPMsgPort','UDPMsgIP', |
|---|
| 69 |
'Trim','TotalVidMem','TileImage','TileBlock','TFormImage','TFormFilter','Text', |
|---|
| 70 |
'TCPTimeouts','TCPStreamPort','TCPStreamIP','Tan','SystemProperty','StringWidth','StringHeight','Str','StopNetGame', |
|---|
| 71 |
'StopChannel','StartNetGame','Sqr','SoundVolume','SoundPitch','SoundPan','Sin','Shr', |
|---|
| 72 |
'ShowPointer','Shl','Sgn','SetGfxDriver','SetGamma','SetFont','SetEnv','SetBuffer','SendUDPMsg','SendNetMsg', |
|---|
| 73 |
'SeekFile','SeedRnd','ScanLine','ScaleImage','SaveImage','SaveBuffer','Sar','RuntimeError','RSet', |
|---|
| 74 |
'RotateImage','RndSeed','Rnd','Right','ResumeChannel','Restore','ResizeImage','ResizeBank','Replace', |
|---|
| 75 |
'Repeat','RecvUDPMsg','RecvNetMsg','RectsOverlap','Rect','ReadString','ReadShort','ReadPixelFast','ReadPixel','ReadLine', |
|---|
| 76 |
'ReadInt','ReadFloat','ReadFile','ReadDir','ReadBytes','ReadByte','ReadAvail','Read','Rand','Print', |
|---|
| 77 |
'PokeShort','PokeInt','PokeFloat','PokeByte','Plot','PlaySound','PlayMusic','PlayCDTrack','Pi','PeekShort', |
|---|
| 78 |
'PeekInt','PeekFloat','PeekByte','PauseChannel','Oval','Origin','OpenTCPStream','OpenMovie','OpenFile', |
|---|
| 79 |
'Null','NextFile','New','NetPlayerName','NetPlayerLocal','NetMsgType','NetMsgTo','NetMsgFrom', |
|---|
| 80 |
'NetMsgData','MovieWidth','MoviePlaying','MovieHeight','MoveMouse','MouseZSpeed','MouseZ','MouseYSpeed','MouseY','MouseXSpeed', |
|---|
| 81 |
'MouseX','MouseHit','MouseDown','Mod','Millisecs','MidHandle','Mid','MaskImage','LSet','Lower', |
|---|
| 82 |
'LoopSound','Log10','Log','LockBuffer','Locate','Local','LoadSound','LoadImage','LoadFont','LoadBuffer', |
|---|
| 83 |
'LoadAnimImage','Line','Len','Left','KeyHit','KeyDown','JoyZDir','JoyZ','JoyYDir', |
|---|
| 84 |
'JoyYaw','JoyY','JoyXDir','JoyX','JoyVDir','JoyV','JoyUDir','JoyU','JoyType','JoyRoll', |
|---|
| 85 |
'JoyPitch','JoyHit','JoyHat','JoyDown','JoinNetGame','Instr','Insert','Input', |
|---|
| 86 |
'ImageYHandle','ImageXHandle','ImageWidth','ImagesOverlap','ImagesCollide','ImageRectOverlap','ImageRectCollide','ImageHeight','ImageBuffer','If', |
|---|
| 87 |
'HostNetGame','HostIP','HidePointer','Hex','HandleImage','GraphicsWidth','GraphicsHeight','GraphicsDepth','GraphicsBuffer','Graphics', |
|---|
| 88 |
'GrabImage','Global','GFXModeWidth','GFXModeHeight','GfxModeExists','GFXModeDepth','GfxDriverName','GetMouse', |
|---|
| 89 |
'GetKey','GetJoy','GetEnv','GetColor','GammaRed','GammaGreen','GammaBlue','Function','FrontBuffer','FreeTimer', |
|---|
| 90 |
'FreeSound','FreeImage','FreeFont','FreeBank','FontWidth','FontHeight','FlushMouse','FlushKeys', |
|---|
| 91 |
'FlushJoy','Floor','Flip','First','FileType','FileSize','FilePos','Field', |
|---|
| 92 |
'Exp','Exit','ExecFile','Eof','EndGraphics','Each','DrawMovie','DrawImageRect','DrawImage','DrawBlockRect','DrawBlock', |
|---|
| 93 |
'DottedIP','Dim','DeleteNetPlayer','DeleteFile','DeleteDir','Delete','Delay','Default','DebugLog','Data', |
|---|
| 94 |
'CurrentTime','CurrentDir','CurrentDate','CreateUDPStream','CreateTimer','CreateTCPServer','CreateNetPlayer','CreateImage','CreateDir','CreateBank', |
|---|
| 95 |
'CountHostIPs','CountGFXModes','CountGfxDrivers','Cos','CopyStream','CopyRect','CopyPixelFast','CopyPixel','CopyImage','CopyFile', |
|---|
| 96 |
'CopyBank','Const','CommandLine','ColorRed','ColorGreen','ColorBlue','Color','ClsColor','Cls','CloseUDPStream', |
|---|
| 97 |
'CloseTCPStream','CloseTCPServer','CloseMovie','CloseFile','CloseDir','Chr','ChannelVolume','ChannelPlaying','ChannelPitch','ChannelPan', |
|---|
| 98 |
'ChangeDir','Ceil','CallDLL','Bin','BankSize','BackBuffer','AvailVidMem','AutoMidHandle', |
|---|
| 99 |
'ATan2','ATan','ASin','Asc','After','ACos','AcceptTCPStream','Abs', |
|---|
| 100 |
|
|---|
| 101 |
'Wireframe','Windowed3D','WBuffer','VertexZ','VertexY', |
|---|
| 102 |
'VertexX','VertexW','VertexV','VertexU','VertexTexCoords','VertexRed','VertexNZ','VertexNY','VertexNX','VertexNormal', |
|---|
| 103 |
'VertexGreen','VertexCoords','VertexColor','VertexBlue','VertexAlpha','VectorYaw','VectorPitch','UpdateWorld','UpdateNormals','TurnEntity', |
|---|
| 104 |
'TrisRendered','TriangleVertex','TranslateEntity','TFormVector','TFormPoint','TFormNormal','TFormedZ','TFormedY','TFormedX','TextureWidth', |
|---|
| 105 |
'TextureName','TextureHeight','TextureFilter','TextureCoords','TextureBuffer','TextureBlend','TerrainZ','TerrainY','TerrainX','TerrainSize', |
|---|
| 106 |
'TerrainShading','TerrainHeight','TerrainDetail','SpriteViewMode','ShowEntity','SetCubeFace','SetAnimTime','SetAnimKey','ScaleTexture','ScaleSprite', |
|---|
| 107 |
'ScaleMesh','ScaleEntity','RotateTexture','RotateSprite','RotateMesh','RotateEntity','ResetEntity','RenderWorld','ProjectedZ','ProjectedY', |
|---|
| 108 |
'ProjectedX','PositionTexture','PositionMesh','PositionEntity','PointEntity','PickedZ','PickedY','PickedX','PickedTriangle','PickedTime', |
|---|
| 109 |
'PickedSurface','PickedNZ','PickedNY','PickedNX','PickedEntity','PaintSurface','PaintMesh','PaintEntity','NameEntity','MoveEntity', |
|---|
| 110 |
'ModifyTerrain','MeshWidth','MeshHeight','MeshesIntersect','MeshDepth','MD2AnimTime','MD2AnimLength','MD2Animating','LoadTexture','LoadTerrain', |
|---|
| 111 |
'LoadSprite','LoadMesh','LoadMD2','LoaderMatrix','LoadBSP','LoadBrush','LoadAnimTexture','LoadAnimSeq','LoadAnimMesh','Load3DSound', |
|---|
| 112 |
'LinePick','LightRange','LightMesh','LightConeAngles','LightColor','HWMultiTex','HideEntity','HandleSprite','Graphics3D','GfxMode3DExists', |
|---|
| 113 |
'GfxMode3D','GfxDriverCaps3D','GfxDriver3D','GetSurfaceBrush','GetSurface','GetParent','GetMatElement','GetEntityType','GetEntityBrush','GetChild', |
|---|
| 114 |
'GetBrushTexture','FreeTexture','FreeEntity','FreeBrush','FlipMesh','FitMesh','FindSurface','FindChild','ExtractAnimSeq','EntityZ', |
|---|
| 115 |
'EntityYaw','EntityY','EntityX','EntityVisible','EntityType','EntityTexture','EntityShininess','EntityRoll','EntityRadius','EntityPitch', |
|---|
| 116 |
'EntityPickMode','EntityPick','EntityParent','EntityOrder','EntityName','EntityInView','EntityFX','EntityDistance','EntityColor','EntityCollided', |
|---|
| 117 |
'EntityBox','EntityBlend','EntityAutoFade','EntityAlpha','EmitSound','Dither','DeltaYaw','DeltaPitch','CreateTexture','CreateTerrain', |
|---|
| 118 |
'CreateSurface','CreateSprite','CreateSphere','CreatePlane','CreatePivot','CreateMirror','CreateMesh','CreateListener','CreateLight','CreateCylinder', |
|---|
| 119 |
'CreateCube','CreateCone','CreateCamera','CreateBrush','CountVertices','CountTriangles','CountSurfaces','CountGfxModes3D','CountCollisions','CountChildren', |
|---|
| 120 |
'CopyMesh','CopyEntity','CollisionZ','CollisionY','CollisionX','CollisionTriangle','CollisionTime','CollisionSurface','Collisions','CollisionNZ', |
|---|
| 121 |
'CollisionNY','CollisionNX','CollisionEntity','ClearWorld','ClearTextureFilters','ClearSurface','ClearCollisions','CaptureWorld','CameraZoom','CameraViewport', |
|---|
| 122 |
'CameraRange','CameraProjMode','CameraProject','CameraPick','CameraFogRange','CameraFogMode','CameraFogColor','CameraClsMode','CameraClsColor','BSPLighting', |
|---|
| 123 |
'BSPAmbientLight','BrushTexture','BrushShininess','BrushFX','BrushColor','BrushBlend','BrushAlpha','AntiAlias','AnimTime','AnimSeq', |
|---|
| 124 |
'AnimLength','Animating','AnimateMD2','Animate','AmbientLight','AlignToVector','AddVertex','AddTriangle','AddMesh','AddAnimSeq', |
|---|
| 125 |
|
|---|
| 126 |
|
|---|
| 127 |
'SYMBOLS' => array( |
|---|
| 128 |
'(',')' |
|---|
| 129 |
), |
|---|
| 130 |
'CASE_SENSITIVE' => array( |
|---|
| 131 |
GESHI_COMMENTS => false, |
|---|
| 132 |
1 => false, |
|---|
| 133 |
2 => false, |
|---|
| 134 |
|
|---|
| 135 |
'STYLES' => array( |
|---|
| 136 |
'KEYWORDS' => array( |
|---|
| 137 |
1 => 'color: #000066; font-weight: bold;', |
|---|
| 138 |
2 => 'color: #0000ff;' |
|---|
| 139 |
), |
|---|
| 140 |
'COMMENTS' => array( |
|---|
| 141 |
1 => 'color: #D9D100; font-style: italic;', |
|---|
| 142 |
|
|---|
| 143 |
'ESCAPE_CHAR' => array( |
|---|
| 144 |
0 => 'color: #000099; font-weight: bold;' |
|---|
| 145 |
), |
|---|
| 146 |
'BRACKETS' => array( |
|---|
| 147 |
0 => 'color: #000066;' |
|---|
| 148 |
), |
|---|
| 149 |
'STRINGS' => array( |
|---|
| 150 |
0 => 'color: #009900;' |
|---|
| 151 |
), |
|---|
| 152 |
'NUMBERS' => array( |
|---|
| 153 |
0 => 'color: #CC0000;' |
|---|
| 154 |
), |
|---|
| 155 |
'METHODS' => array( |
|---|
| 156 |
1 => 'color: #006600;' |
|---|
| 157 |
), |
|---|
| 158 |
'SYMBOLS' => array( |
|---|
| 159 |
0 => 'color: #000066;' |
|---|
| 160 |
), |
|---|
| 161 |
'REGEXPS' => array( |
|---|
| 162 |
0 => 'font-weight: bold;' |
|---|
| 163 |
), |
|---|
| 164 |
'SCRIPT' => array( |
|---|
| 165 |
0 => '', |
|---|
| 166 |
1 => '', |
|---|
| 167 |
|
|---|
| 168 |
|
|---|
| 169 |
'URLS' => array( |
|---|
| 170 |
1 => '' |
|---|
| 171 |
), |
|---|
| 172 |
'OOLANG' => false, |
|---|
| 173 |
'OBJECT_SPLITTERS' => array( |
|---|
| 174 |
1 => '\\' |
|---|
| 175 |
), |
|---|
| 176 |
'REGEXPS' => array( |
|---|
| 177 |
|
|---|
| 178 |
|
|---|
| 179 |
'STRICT_MODE_APPLIES' => GESHI_NEVER, |
|---|
| 180 |
'SCRIPT_DELIMITERS' => array(), |
|---|
| 181 |
'HIGHLIGHT_STRICT_BLOCK' => array( |
|---|
| 182 |
0 => false, |
|---|
| 183 |
1 => false |
|---|
| 184 |
) |
|---|
| 185 |
|
|---|
| 186 |
|
|---|
| 187 |
?> |
|---|