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/autoit/autoit_submit.au3.output
2022-12-04 16:06:01 +01:00

211 lines
4.9 KiB
Text
Generated

'#include' Name.Builtin
' ' Text
'<' Operator
'IE' Name
'.' Operator
'au3' Name
'>' Operator
'\n' Text.Whitespace
';http://msdn.microsoft.com/en-us/library/Aa752084.aspx\n' Comment.Single
'$ourl' Name.Variable
'=' Operator
'"' Literal.String
'http://localhost:5000/' Literal.String
'"' Literal.String
'\n' Text.Whitespace
'\n' Text.Whitespace
'$oIE' Name.Variable
' ' Text
'=' Operator
' ' Text
'_IEAttach' Name
' ' Text
'(' Punctuation
'$ourl' Name.Variable
',' Punctuation
'"' Literal.String
'url' Literal.String
'"' Literal.String
')' Punctuation
'\n' Text
'If' Name.Builtin
' ' Text
'@error' Name.Variable
' ' Text
'=' Operator
' ' Text
'$_IEStatus_NoMatch' Name.Variable
' ' Text
'Then' Name.Builtin
'\n' Text.Whitespace
'\t' Text
'$oIE' Name.Variable
' ' Text
'=' Operator
' ' Text
'_IECreate' Name
' ' Text
'(' Punctuation
'$ourl' Name.Variable
' ' Text
'&' Operator
' ' Text
'"' Literal.String
'sample.html' Literal.String
'"' Literal.String
')' Punctuation
'\n' Text
'endIf' Name.Builtin
'\n' Text.Whitespace
'\n' Text.Whitespace
'$oForm' Name.Variable
' ' Text
'=' Operator
' ' Text
'_IEFormGetObjByName' Name
' ' Text
'(' Punctuation
'$oIE' Name.Variable
',' Punctuation
' ' Text
'"' Literal.String
'form1' Literal.String
'"' Literal.String
')' Punctuation
'\n' Text.Whitespace
';username, call DOM directly\n' Comment.Single
'$oIE' Name.Variable
'.' Operator
'document' Name
'.' Operator
'getElementById' Name
'(' Punctuation
'"' Literal.String
'username' Literal.String
'"' Literal.String
')' Punctuation
'.' Operator
'value' Name
'=' Operator
'"' Literal.String
'helloAutoIT' Literal.String
'"' Literal.String
'\n' Text.Whitespace
';state select\n' Comment.Single
'$oSelect' Name.Variable
' ' Text
'=' Operator
' ' Text
'_IEFormElementGetObjByName' Name
' ' Text
'(' Punctuation
'$oForm' Name.Variable
',' Punctuation
' ' Text
'"' Literal.String
'state' Literal.String
'"' Literal.String
')' Punctuation
'\n' Text.Whitespace
'_IEFormElementOptionSelect' Name
' ' Text
'(' Punctuation
'$oSelect' Name.Variable
',' Punctuation
' ' Text
'"' Literal.String
'S2' Literal.String
'"' Literal.String
',' Punctuation
' ' Text
'1' Literal.Number.Integer
',' Punctuation
' ' Text
'"' Literal.String
'byText' Literal.String
'"' Literal.String
')' Punctuation
'\n' Text.Whitespace
';options raido\n' Comment.Single
'_IEFormElementRadioSelect' Name
'(' Punctuation
'$oForm' Name.Variable
',' Punctuation
' ' Text
'"' Literal.String
'2nd' Literal.String
'"' Literal.String
',' Punctuation
' ' Text
'"' Literal.String
'type' Literal.String
'"' Literal.String
',' Punctuation
' ' Text
'1' Literal.Number.Integer
',' Punctuation
' ' Text
'"' Literal.String
'byValue' Literal.String
'"' Literal.String
')' Punctuation
'\n' Text.Whitespace
'\n' Text.Whitespace
'$myvar' Name.Variable
' ' Text
'=' Operator
' ' Text
"'" Literal.String
'boo; bar; "baz"' Literal.String
"'" Literal.String
'\n' Text.Whitespace
'\n' Text.Whitespace
'#cs\nConsoleWrite(@Error)\nSleep(10000)\n#ce' Comment.Multiline
'\n' Text.Whitespace
'_IEFormSubmit' Name
'(' Punctuation
'$oForm' Name.Variable
',' Punctuation
' ' Text
'0' Literal.Number.Integer
')' Punctuation
'\n' Text.Whitespace
'_IELoadWait' Name
'(' Punctuation
'$oIE' Name.Variable
')' Punctuation
'\n' Text.Whitespace
'Sleep' Name.Function
'(' Punctuation
'60000' Literal.Number.Integer
')' Punctuation
'\n' Text.Whitespace
'_IEQuit' Name
'(' Punctuation
'$oIE' Name.Variable
')' Punctuation
'\n' Text.Whitespace