Subversion Repositories wimsdev

Rev

Rev 1951 | Rev 2935 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1319 guerimand 1
#This is the variable definition file of the tool module `...'.
2
#It is part of the software wims. Author: XIAO Gang
3
 
4
#Each non-comment line defines a variable. Format of the line:
5
#
6
#name	allow	log	default	llim	ulim
7
#
8
#name: name of the variable
9
#log: log priority. 0: no log. 1: little log. 2: more log. etc.
10
#allow: when allow the user to override the defined value.
11
#       it maybe any, deny, init, config, reply.
12
#llim, ulim: lower and upper limits. (Not valid for string variable)
13
#
14
#
15
#name	allow	log	llim	    ulim
16
 
17
asheets				init
18
livret_color			init
1845 guerimand 19
livret_minac			deny
1319 guerimand 20
livret_title			deny
21
livret_description              deny
22
livret_nbpalier			deny
23
cf_nbpalier			any
24
cf_description                  any
25
cf_title                        any
26
cf_abandon                      any
27
cf_set                          any
28
cf_nonactivesheet		any
1768 guerimand 29
cf_minac			any
1951 guerimand 30
cf_scoreoption			any
31
cf_scorecolor[11]		any
32
cf_scoreview			any
1319 guerimand 33
job				any
34
maxcomp				init
35
maxpalier			init
36
comp				any
37
cf_palier[5]			reply
38
ltsheets			reply
39
palier				reply
40
echoose				reply
41
sheet[64]			init
1845 guerimand 42
user				any
43
livret_dir			init
44
livret_supervise		init
1951 guerimand 45
wims_scoreview			deny
46
wims_scoreoption		init
47
wims_scorecolor			deny