This file is indexed.

/usr/share/metview/etc/MBOXPLOTDef is in metview-data 5.0.0~beta.1-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
PARAMSHARE ; ParamShare; PARAMSHARE
{
	COLOUR {
		%include MagicsColours.txt
		}
	STYLE {
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DOT; CHAIN_DOT
		CHAIN_DASH; CHAIN_DASH
	}
}
MBOXPLOT; Magics; Automatically generated
{
	BOXPLOT_POSITIONS
	[ help_text = 'Array containing the x-values		' ]
	{
		*		
		/
	} 
	BOXPLOT_DATE_POSITIONS
	[ help_text = 'Array containing the dates X-values		' ]
	{		@; @
		/
	}
	BOXPLOT_MINIMUM_VALUES
	[ help_text = 'Array containing minimum values		' ]
	{
		*		
		/
	} 
	BOXPLOT_MAXIMUM_VALUES
	[ help_text = 'Array containing maximum values		' ]
	{
		*		
		/
	} 
	BOXPLOT_BOX_UPPER_VALUES
	[ help_text = 'Array containing the upper box values		' ]
	{
		*		
		/
	} 
	BOXPLOT_BOX_LOWER_VALUES
	[ help_text = 'Array containing the lower box values		' ]
	{
		*		
		/
	} 
	BOXPLOT_MEDIAN_VALUES
	[ help_text = 'Array containing the median values		' ]
	{
		*		
		/
	} 
	BOXPLOT_BOX
	[ help_text = 'Turns the plotting of the box on or off		' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	BOXPLOT_BOX_COLOUR
	[ help_text = 'Colour of the box		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = SKY

	BOXPLOT_BOX_WIDTH
	[ help_text = 'Width of the box in centimeters		' ]
	{
		*
	} = 1.0

	BOXPLOT_BOX_BORDER
	[ help_text = 'Determines whether the box border is drawn or not		' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	BOXPLOT_BOX_BORDER_COLOUR
	[ help_text = 'Colour of the box border		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	BOXPLOT_BOX_BORDER_THICKNESS
	[ help_text = 'Thickness of the box border		' ]
	{
		*
	} = 1

	BOXPLOT_BOX_BORDER_LINE_STYLE
	[ help_text = 'Line style of the box border		' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

	BOXPLOT_MEDIAN
	[ help_text = 'Determines whether the median line is drawn or not		' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	BOXPLOT_MEDIAN_COLOUR
	[ help_text = 'Colour of the median line		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	BOXPLOT_MEDIAN_THICKNESS
	[ help_text = 'Thickness of the median line		' ]
	{
		*
	} = 3

	BOXPLOT_MEDIAN_LINE_STYLE
	[ help_text = 'Line style of the median line		' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

	BOXPLOT_WHISKER
	[ help_text = 'Determines whether the whiskers are shown as lines, boxes or not at all		' ]
	{
		BOX; BOX
		OFF; OFF
		LINE; LINE
	} = LINE

	BOXPLOT_WHISKER_BOX_COLOUR
	[ help_text = 'Colour of the whisker box		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = SKY

	BOXPLOT_WHISKER_BOX_WIDTH
	[ help_text = 'Width of the whisker box in centimeters		' ]
	{
		*
	} = 0.25

	BOXPLOT_WHISKER_BOX_BORDER
	[ help_text = 'Determines whether the whisker box border is drawn or not		' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	BOXPLOT_WHISKER_BOX_BORDER_COLOUR
	[ help_text = 'Colour of the whisker box border		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	BOXPLOT_WHISKER_BOX_BORDER_THICKNESS
	[ help_text = 'Thickness of the whisker box border		' ]
	{
		*
	} = 1

	BOXPLOT_WHISKER_BOX_BORDER_LINE_STYLE
	[ help_text = 'Line style of the whisker box border		' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

	BOXPLOT_WHISKER_LINE_COLOUR
	[ help_text = 'Colour of the whisker line		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	BOXPLOT_WHISKER_LINE_THICKNESS
	[ help_text = 'Thickness of the whisker line		' ]
	{
		*
	} = 3

	BOXPLOT_WHISKER_LINE_STYLE
	[ help_text = 'Line style of the whisker line		' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

}