This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/jsp/test.jsp.output
2022-12-04 16:25:25 +01:00

235 lines
5.7 KiB
Text
Generated

'<!-- This page was loaded on ' Comment.Multiline
'<%=' Keyword
' ' Text.Whitespace
'(' Punctuation
'new' Keyword
' ' Text.Whitespace
'java' Name
'.' Punctuation
'util' Name.Attribute
'.' Punctuation
'Date' Name.Attribute
'(' Punctuation
')' Punctuation
')' Punctuation
'.' Punctuation
'toLocaleString' Name.Attribute
'(' Punctuation
')' Punctuation
' ' Text.Whitespace
'%>' Keyword
' -->' Comment.Multiline
'\n' Text.Whitespace
'<%=' Keyword
' ' Text.Whitespace
'var' Keyword.Declaration
' ' Text.Whitespace
'x' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'1' Literal.Number.Integer
';' Punctuation
'\n' Text.Whitespace
'%>' Keyword
'\n' Text.Whitespace
'<%!' Keyword
' ' Text.Whitespace
'int' Keyword.Type
' ' Text.Whitespace
'i' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'0' Literal.Number.Integer
';' Punctuation
' ' Text.Whitespace
'%>' Keyword
'\n' Text.Whitespace
'<%!' Keyword
' ' Text.Whitespace
'int' Keyword.Type
' ' Text.Whitespace
'a' Name
',' Punctuation
' ' Text.Whitespace
'b' Name
',' Punctuation
' ' Text.Whitespace
'c' Name
';' Punctuation
' ' Text.Whitespace
'%>' Keyword
'\n' Text.Whitespace
'<%!' Keyword
' ' Text.Whitespace
'Circle' Name
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'Circle' Name
'(' Punctuation
'2.0' Literal.Number.Float
')' Punctuation
';' Punctuation
' ' Text.Whitespace
'%>' Keyword
'\n\n' Text.Whitespace
'<%' Keyword
'\n' Text.Whitespace
' ' Text.Whitespace
'String' Name
' ' Text.Whitespace
'name' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'null' Keyword.Constant
';' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'if' Keyword
' ' Text.Whitespace
'(' Punctuation
'request' Name
'.' Punctuation
'getParameter' Name.Attribute
'(' Punctuation
'"' Literal.String
'name' Literal.String
'"' Literal.String
')' Punctuation
' ' Text.Whitespace
'=' Operator
'=' Operator
' ' Text.Whitespace
'null' Keyword.Constant
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
'%>' Keyword
'\n' Text.Whitespace
'<%@' Keyword
' ' Text.Whitespace
'include' Name
' ' Text.Whitespace
'file' Name
'=' Operator
'"' Literal.String
'error.html' Literal.String
'"' Literal.String
' ' Text.Whitespace
'%>' Keyword
'\n' Text.Whitespace
'<%' Keyword
'\n' Text.Whitespace
' ' Text.Whitespace
'}' Punctuation
' ' Text.Whitespace
'else' Keyword
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'foo' Name
'.' Punctuation
'setName' Name.Attribute
'(' Punctuation
'request' Name
'.' Punctuation
'getParameter' Name.Attribute
'(' Punctuation
'"' Literal.String
'name' Literal.String
'"' Literal.String
')' Punctuation
')' Punctuation
';' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'if' Keyword
' ' Text.Whitespace
'(' Punctuation
'foo' Name
'.' Punctuation
'getName' Name.Attribute
'(' Punctuation
')' Punctuation
'.' Punctuation
'equalsIgnoreCase' Name.Attribute
'(' Punctuation
'"' Literal.String
'integra' Literal.String
'"' Literal.String
')' Punctuation
')' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'name' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'"' Literal.String
'acura' Literal.String
'"' Literal.String
';' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'if' Keyword
' ' Text.Whitespace
'(' Punctuation
'name' Name
'.' Punctuation
'equalsIgnoreCase' Name.Attribute
'(' Punctuation
' ' Text.Whitespace
'"' Literal.String
'acura' Literal.String
'"' Literal.String
' ' Text.Whitespace
')' Punctuation
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
'%>' Keyword
'\n\n' Text.Whitespace
'<jsp:useBean id="calendar" scope="page" class="employee.Calendar" />' Keyword
'\n' Text.Whitespace
'<h2' Name.Tag
'>' Name.Tag
'\n' Text.Whitespace
'Calendar' Text
' ' Text.Whitespace
'of' Text
' ' Text.Whitespace
'<jsp:getProperty name="calendar" property="username" />' Keyword
'\n' Text.Whitespace
'</h2>' Name.Tag
'\n' Text.Whitespace