* Diff lexer - match whitespace * Make lexer - whitespace token set * Actionscript lexer - whitespace token * Bare lexer - whitespace token * Business(cobol) lexers - whitespace token
110 lines
2.9 KiB
Text
Generated
110 lines
2.9 KiB
Text
Generated
'# Execute the date dimension MAQL script' Comment.Single
|
|
'\n' Text
|
|
|
|
'ExecuteMaql' Name.Function
|
|
'(' Punctuation
|
|
'maqlFile' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'examples/quotes/quote_date.maql' Literal.String
|
|
'"' Literal.String
|
|
')' Punctuation
|
|
';' Punctuation
|
|
'\n\n' Text
|
|
|
|
'# load the stock quotes data file' Comment.Single
|
|
'\n' Text
|
|
|
|
'# the data file config has been generated' Comment.Single
|
|
'\n' Text
|
|
|
|
'LoadCsv' Name.Function
|
|
'(' Punctuation
|
|
'csvDataFile' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'examples/quotes/quotes.csv' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'\t' Text.Whitespace
|
|
'header' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'true' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'\t' Text.Whitespace
|
|
'configFile' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'examples/quotes/quotes.config.xml' Literal.String
|
|
'"' Literal.String
|
|
')' Punctuation
|
|
';' Punctuation
|
|
'\n\n' Text
|
|
|
|
'# transfer the stock quotes data' Comment.Single
|
|
'\n' Text
|
|
|
|
'TransferLastSnapshot' Name.Function
|
|
'(' Punctuation
|
|
')' Punctuation
|
|
';' Punctuation
|
|
'\n\n' Text
|
|
|
|
'LoadGoogleAnalytics' Name.Function
|
|
'(' Punctuation
|
|
'configFile' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'examples/ga/ga.config.xml' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
'username' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'example@gmail.com' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
'password' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'******' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
'profileId' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'ga:7468896' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
'dimensions' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'ga:date|ga:browser|ga:browserVersion|ga:country|ga:isMobile' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
'metrics' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'ga:bounces|ga:newVisits|ga:pageViews|ga:visits' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
'startDate' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'2008-01-01' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
'endDate' Name.Variable
|
|
'=' Operator
|
|
'"' Literal.String
|
|
'2010-06-15' Literal.String
|
|
'"' Literal.String
|
|
')' Punctuation
|
|
';' Punctuation
|
|
'\n' Text
|