mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-15 19:34:42 +08:00
56 lines
No EOL
4.2 KiB
YAML
56 lines
No EOL
4.2 KiB
YAML
Example_2_01: |-
|
|
["Mark McGwire","Sammy Sosa","Ken Griffey"]
|
|
Example_2_02: |-
|
|
{"hr":65,"avg":0.278,"rbi":147}
|
|
Example_2_03: |-
|
|
{"american":["Boston Red Sox","Detroit Tigers","New York Yankees"],"national":["New York Mets","Chicago Cubs","Atlanta Braves"]}
|
|
Example_2_04: |-
|
|
[{"name":"Mark McGwire","hr":65,"avg":0.278},{"name":"Sammy Sosa","hr":63,"avg":0.288}]
|
|
Example_2_05: |-
|
|
[["name","hr","avg"],["Mark McGwire",65,0.278],["Sammy Sosa",63,0.288]]
|
|
Example_2_06: |-
|
|
{"Mark McGwire":{"hr":65,"avg":0.278},"Sammy Sosa":{"hr":63,"avg":0.288}}
|
|
Example_2_07: |-
|
|
[["Mark McGwire","Sammy Sosa","Ken Griffey"],["Chicago Cubs","St Louis Cardinals"]]
|
|
Example_2_08: |-
|
|
[{"time":"20:03:20","player":"Sammy Sosa","action":"strike (miss)"},{"time":"20:03:47","player":"Sammy Sosa","action":"grand slam"}]
|
|
Example_2_09: |-
|
|
{"hr":["Mark McGwire","Sammy Sosa"],"rbi":["Sammy Sosa","Ken Griffey"]}
|
|
Example_2_10: |-
|
|
{"hr":["Mark McGwire","Sammy Sosa"],"rbi":["Sammy Sosa","Ken Griffey"]}
|
|
Example_2_11: |-
|
|
{"[\"Detroit Tigers\"]":["2001-07-23"],"[\"New York Yankees\",\"Atlanta Braves\"]":["2001-07-02","2001-08-12","2001-08-14"]}
|
|
Example_2_12: |-
|
|
[{"item":"Super Hoop","quantity":1},{"item":"Basketball","quantity":4},{"item":"Big Shoes","quantity":1}]
|
|
Example_2_13: |-
|
|
""\\//||\\/||\n// || ||__\n""
|
|
Example_2_14: |-
|
|
""Mark McGwire's year was crippled by a knee injury.\n""
|
|
Example_2_15: |-
|
|
""Sammy Sosa completed another fine season with great stats.\n\n63 Home Runs\n0.288 Batting Average\nWhat a year!\n""
|
|
Example_2_16: |-
|
|
{"name":"Mark McGwire","accomplishment":"Mark set a major league home run record in 1998.\n","stats":"65 Home Runs\n0.278 Batting Average\n"}
|
|
Example_2_17: |-
|
|
"{"unicode":"Sosa did fine.\u263A","control":"\\b1998\\t1999\\t2000\\n","hex esc":"\x0d\x0a is \\r\\n","single":"\"Howdy!\" he cried.","quoted":" # Not a ''comment''.","tie-fighter":"|\\-*-/|"}"
|
|
Example_2_18: |-
|
|
{"plain":"This unquoted scalar spans many lines.","quoted":"So does this quoted scalar.\\n"}
|
|
Example_2_19: |-
|
|
{"canonical":12345,"decimal":12345,"octal":12,"hexadecimal":12}
|
|
Example_2_20: |-
|
|
{"canonical":1230.15,"exponential":1230.15,"fixed":1230.15,"negative infinity":0,"not a number":0}
|
|
Example_2_21: |-
|
|
{"null":null,"booleans":[true,false],"string":"012345"}
|
|
Example_2_22: |-
|
|
{"canonical":"2001-12-15T02:59:43.1Z","iso8601":"2001-12-14t21:59:43.10-05:00","spaced":"2001-12-14 21:59:43.10 -5","date":"2002-12-14"}
|
|
Example_2_23: |-
|
|
{"not-date":"2002-04-28","picture":"R0lGODlhDAAMAIQAAP//9/X17unp5WZmZgAAAOfn515eXvPz7Y6OjuDg4J+fn5OTk6enp56enmleECcgggoBADs=","application specific tag":{"tagName":"!something","value":"The semantics of the tag\nabove may be different for\ndifferent documents.\n"}}
|
|
Example_2_24: |-
|
|
[{"tagName":"!circle","value":{"center":{"x":73,"y":129},"radius":7}},{"tagName":"!line","value":{"start":{"x":73,"y":129},"finish":{"x":89,"y":102}}},{"tagName":"!label","value":{"start":{"x":73,"y":129},"color":16772795,"text":"Pretty vector drawing."}}]
|
|
Example_2_25: |-
|
|
{"Mark McGwire":null,"Sammy Sosa":null,"Ken Griffey":null}
|
|
Example_2_26: |-
|
|
{"Mark McGwire":65,"Sammy Sosa":63,"Ken Griffy":58}
|
|
Example_2_27: |-
|
|
"{"invoice":34843,"date":"2001-01-23","bill-to":{"given":"Chris","family":"Dumars","address":{"lines":"458 Walkman Dr.\nSuite\n","city":"Royal Oak","state":"MI","postal":48046}},"ship-to":{"given":"Chris","family":"Dumars","address":{"lines":"458 Walkman Dr.\nSuite\n","city":"Royal Oak","state":"MI","postal":48046}},"product":[{"sku":"BL394D","quantity":4,"description":"Basketball","price":450.0},{"sku":"BL4438H","quantity":1,"description":"Super Hoop","price":2392.0}],"tax":251.42,"total":4443.52,"comments":"Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338."}"
|
|
Example_2_28: |-
|
|
[{"Time":"2001-11-23 15:01:42 -5","User":"ed","Warning":"This is an error message for the log file"},{"Time":"2001-11-23 15:02:31 -5","User":"ed","Warning":"A slightly different error message."},{"Date":"2001-11-23 15:03:17 -5","User":"ed","Fatal":"Unknown variable \"bar\"","Stack":[{"file":"TopClass.py","line":23,"code":"x = MoreObject(\"345\\n\")\n"},{"file":"MoreClass.py","line":58,"code":"foo = bar"}]}] |