Last change
on this file since 320 was
316,
checked in by Maciej Komosinski, 10 years ago
|
Improved documentation (for Param flags in particular)
|
File size:
517 bytes
|
Rev | Line | |
---|
[316] | 1 | #this is comment1
|
---|
[307] | 2 | # this is comment2
|
---|
| 3 | data:
|
---|
| 4 | text:qwerty
|
---|
| 5 | longtext:~
|
---|
| 6 | Long multiline text
|
---|
| 7 | 1\\~
|
---|
| 8 | 22\~
|
---|
| 9 | 333\ \\
|
---|
| 10 | 4444~
|
---|
[311] | 11 | deftext:other
|
---|
[307] | 12 | i1:-12345
|
---|
| 13 | i2:10
|
---|
| 14 | i3:2
|
---|
| 15 | f1:22
|
---|
| 16 | f2:222
|
---|
| 17 | x:3.14
|
---|
[311] | 18 | notloaded:44
|
---|
| 19 | unchanged:444
|
---|
| 20 | notsaved:4444
|
---|
[307] | 21 |
|
---|
| 22 | #all fields except x will have default values
|
---|
| 23 | data:
|
---|
| 24 | x:just x (string extvalue)
|
---|
| 25 |
|
---|
| 26 | data:
|
---|
| 27 | text:abcdefghijklmnopqrstuvwxyz
|
---|
| 28 | i1:uu
|
---|
| 29 | i2:-99999
|
---|
| 30 | i3:99999
|
---|
[311] | 31 | x:@Serialized:[1,2,3,1.00000,2e0,3.0,"x","]","\""]
|
---|
[307] | 32 |
|
---|
[311] | 33 | data:
|
---|
| 34 | i1:0x100
|
---|
| 35 | i2:1e2
|
---|
| 36 | i3:-10
|
---|
| 37 | x:@Serialized:{"a":[1,2,3],"b":"abc","c":1.23}
|
---|
Note: See
TracBrowser
for help on using the repository browser.