Home | History | Annotate | Download | only in cs
      1 
      2 Config.VarEscapeMode = none
      3 arg1 = 1
      4 var =
      5 
      6 Empty =
      7 
      8 
      9 Numbers {
     10   hdf9 = 9
     11   hdf14 = 14
     12 }
     13 
     14 Blah = wow
     15 BlahJs = quote ' backslash \ semicolon ; end tag </script>
     16 Title = </title><script>alert(1)</script>
     17 UrlArg = Secret Password~!@#$%^&*()+=-_|\[]{}:";'<>,.?
     18 Foo = Worn Out
     19 
     20 Foo.Bar.Baz {
     21   0 = zero
     22   0.num = #0
     23   1 = one
     24   2 = two
     25   2.num = #2
     26   3 = three
     27 }
     28 
     29 Wow.Foo = 3
     30 
     31 Outside {
     32   0 {
     33     Inside {
     34       0 = 0
     35       1 = 1
     36     }
     37   }
     38   1 {
     39     Inside {
     40       2 = 2
     41       3 = 3
     42     }
     43   }
     44   2 : Outside.1
     45   3 {
     46   }
     47 }
     48 
     49 TestIf = 0
     50 
     51 Days {
     52   0 = 0
     53   0.Abbr = Mon
     54   1 = 1
     55   1.Abbr = Tues
     56   2 = 2
     57   2.Abbr = Wed
     58   3 = 3
     59   3.Abbr = Thur
     60   4 = 4
     61   4.Abbr = Fri
     62   5 = 5
     63   5.Abbr = Sat 
     64   6 = 6
     65   6.Abbr = Sun
     66 }
     67 
     68 Neg = -1
     69 
     70 My.Test : Days.0.Abbr
     71 My.Test2 : Days.0
     72 
     73 Color = #fffff
     74 
     75 CGI.box.msgs {
     76   0 {
     77     ticket_id = 1
     78   }
     79   1 {
     80     ticket_id = 2
     81   }
     82   2 {
     83     ticket_id = 3
     84   }
     85 }
     86 
     87 Query.boxid = 2
     88 Query.split = 1
     89 Query.filter = 0
     90 Query.sort = t
     91 Query.sort_dir = u
     92 CGI.box.cur.min_box_idx = 1
     93 
     94 
     95 Files.0.Name = Desktop
     96 Files.0.Type = dir
     97 Files.0.Sub.0.Name = Bookmarks.html
     98 Files.0.Sub.0.Type = file
     99 Files.0.Sub.1.Name = History.txt
    100 Files.0.Sub.1.Type = file
    101 Files.0.Sub.2.Name = Resume.doc
    102 Files.0.Sub.2.Type = file
    103 Files.0.Sub.3.Name = Favorites
    104 Files.0.Sub.3.Type = dir
    105 Files.0.Sub.3.Sub.0.Name = foo
    106 Files.0.Sub.3.Sub.0.Type = file
    107 Files.0.Sub.3.Sub.1.Name = bar
    108 Files.0.Sub.3.Sub.1.Type = file
    109 Files.0.Sub.3.Sub.2.Name = boo
    110 Files.0.Sub.3.Sub.2.Type = file
    111 Files.0.Sub.3.Sub.3.Name = baz
    112 Files.0.Sub.3.Sub.3.Type = file
    113 Files.0.Sub.3.Sub.4.Name = faq
    114 Files.0.Sub.3.Sub.4.Type = file
    115 Files.0.Sub.3.Sub.5.Name = far
    116 Files.0.Sub.3.Sub.5.Type = file
    117 Files.1.Name = .cshrc
    118 Files.1.Type = file
    119 Files.2.Name = .login
    120 Files.2.Type = file
    121 Files.2.Name = Mail
    122 Files.2.Type = dir
    123 Files.2.Sub.0.Name = inbox
    124 Files.2.Sub.0.Type = file
    125 Files.2.Sub.1.Name = received
    126 Files.2.Sub.1.Type = file
    127 Files.2.Sub.2.Name = sent
    128 Files.2.Sub.2.Type = file
    129 Files.2.Sub.2.Name = postponed
    130 Files.2.Sub.2.Type = file
    131 
    132 
    133 EvarTests {
    134   0 = <?cs alt:Foo ?>ERROR<?cs /alt ?>
    135   1 = test1
    136   2 = test 2 <?cs var:Blah ?>
    137 }
    138 
    139 CS_START = <?cs
    140 CS_END = ?>
    141 
    142 A = HELLO
    143 B = WORLD
    144 C = <?cs var:A ?>/<?cs var:B ?>
    145 
    146 Biz.Address2 = addr
    147 parent_id = -1
    148 faq.topic_id = 1
    149 Query.topic = -1
    150 
    151 faq.sub_topic_id = -1
    152