This file is indexed.

/usr/share/octave/site/m/octave-epstk/esavpar.m is in octave-epstk 2.4-3.

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
oPath=ePath;
oConfigFile=eConfigFile;
oPsdPath=ePsdPath;
oFontPath=eFontPath;
oDocUrl=eDocUrl;
oGhostview=eGhostview;
oGhostscript=eGhostscript;
oBrowser=eBrowser;
oFileName=eFileName;
oFile=eFile;
oUserUnit=eUserUnit;
oFac=eFac;
oFonts=eFonts;
oColorMaps=eColorMaps;
oPageWidth=ePageWidth;
oPageHeight=ePageHeight;
oPageOrientation=ePageOrientation;
oPageReflection=ePageReflection;
oXScaleFac=eXScaleFac;
oYScaleFac=eYScaleFac;
oWinWidth=eWinWidth;
oWinHeight=eWinHeight;
oWinFrameVisible=eWinFrameVisible;
oWinFrameLineWidth=eWinFrameLineWidth;
oWinGridVisible=eWinGridVisible;
oWinTimeStampVisible=eWinTimeStampVisible;
oWinTimeStampFont=eWinTimeStampFont;
oWinTimeStampFontSize=eWinTimeStampFontSize;
oPlotAreaPos=ePlotAreaPos;
oPlotAreaWidth=ePlotAreaWidth;
oPlotAreaHeight=ePlotAreaHeight;
oPlotAreaXValueStart=ePlotAreaXValueStart;
oPlotAreaXValueEnd=ePlotAreaXValueEnd;
oPlotAreaYValueStart=ePlotAreaYValueStart;
oPlotAreaYValueEnd=ePlotAreaYValueEnd;
oPolarPlotAreaCenterPos=ePolarPlotAreaCenterPos;
oPolarPlotAreaRadMin=ePolarPlotAreaRadMin;
oPolarPlotAreaRadMax=ePolarPlotAreaRadMax;
oPolarPlotAreaAngStart=ePolarPlotAreaAngStart;
oPolarPlotAreaAngEnd=ePolarPlotAreaAngEnd;
oPolarPlotAreaValStart=ePolarPlotAreaValStart;
oPolarPlotAreaValEnd=ePolarPlotAreaValEnd;
oPlotTitleDistance=ePlotTitleDistance;
oPlotTitleFontSize=ePlotTitleFontSize;
oPlotTitleText=ePlotTitleText;
oPlotTitleTextFont=ePlotTitleTextFont;
oAxesColor=eAxesColor;
oAxesLineWidth=eAxesLineWidth;
oAxesTicShortLength=eAxesTicShortLength;
oAxesTicLongLength=eAxesTicLongLength;
oAxesTicLongMaxN=eAxesTicLongMaxN;
oAxesValueSpace=eAxesValueSpace;
oAxesValueFontSize=eAxesValueFontSize;
oAxesLabelFontSize=eAxesLabelFontSize;
oAxesLabelTextFont=eAxesLabelTextFont;
oAxesCrossOrigin=eAxesCrossOrigin;
oXGridLineWidth=eXGridLineWidth;
oXGridColor=eXGridColor;
oXGridDash=eXGridDash;
oXGridVisible=eXGridVisible;
oYGridLineWidth=eYGridLineWidth;
oYGridColor=eYGridColor;
oYGridDash=eYGridDash;
oYGridVisible=eYGridVisible;
oPolarRadiusGridLineWidth=ePolarRadiusGridLineWidth;
oPolarRadiusGridColor=ePolarRadiusGridColor;
oPolarRadiusGridDash=ePolarRadiusGridDash;
oPolarRadiusGridVisible=ePolarRadiusGridVisible;
oPolarAngleGridLineWidth=ePolarAngleGridLineWidth;
oPolarAngleGridColor=ePolarAngleGridColor;
oPolarAngleGridDash=ePolarAngleGridDash;
oPolarAngleGridVisible=ePolarAngleGridVisible;
oXAxisSouthScale=eXAxisSouthScale;
oXAxisSouthScaleType=eXAxisSouthScaleType;
oXAxisSouthValueFormat=eXAxisSouthValueFormat;
oXAxisSouthValueVisible=eXAxisSouthValueVisible;
oXAxisSouthValuePos=eXAxisSouthValuePos;
oXAxisSouthLabelDistance=eXAxisSouthLabelDistance;
oXAxisSouthLabelText=eXAxisSouthLabelText;
oXAxisSouthVisible=eXAxisSouthVisible;
oXAxisNorthScale=eXAxisNorthScale;
oXAxisNorthScaleType=eXAxisNorthScaleType;
oXAxisNorthValueFormat=eXAxisNorthValueFormat;
oXAxisNorthValueVisible=eXAxisNorthValueVisible;
oXAxisNorthValuePos=eXAxisNorthValuePos;
oXAxisNorthLabelDistance=eXAxisNorthLabelDistance;
oXAxisNorthLabelText=eXAxisNorthLabelText;
oXAxisNorthVisible=eXAxisNorthVisible;
oYAxisWestScale=eYAxisWestScale;
oYAxisWestScaleType=eYAxisWestScaleType;
oYAxisWestValueFormat=eYAxisWestValueFormat;
oYAxisWestValueVisible=eYAxisWestValueVisible;
oYAxisWestValuePos=eYAxisWestValuePos;
oYAxisWestLabelDistance=eYAxisWestLabelDistance;
oYAxisWestLabelText=eYAxisWestLabelText;
oYAxisWestVisible=eYAxisWestVisible;
oYAxisEastScale=eYAxisEastScale;
oYAxisEastScaleType=eYAxisEastScaleType;
oYAxisEastValueFormat=eYAxisEastValueFormat;
oYAxisEastValueVisible=eYAxisEastValueVisible;
oYAxisEastValuePos=eYAxisEastValuePos;
oYAxisEastLabelDistance=eYAxisEastLabelDistance;
oYAxisEastLabelText=eYAxisEastLabelText;
oYAxisEastVisible=eYAxisEastVisible;
oPieSliceNo=ePieSliceNo;
oPolarAxisRadScale=ePolarAxisRadScale;
oPolarAxisRadScaleType=ePolarAxisRadScaleType;
oPolarAxisRadValueFormat=ePolarAxisRadValueFormat;
oPolarAxisRadValueVisible=ePolarAxisRadValueVisible;
oPolarAxisRadValuePos=ePolarAxisRadValuePos;
oPolarAxisRadVisible=ePolarAxisRadVisible;
oPolarAxisAngScale=ePolarAxisAngScale;
oPolarAxisAngValueFormat=ePolarAxisAngValueFormat;
oPolarAxisAngValueVisible=ePolarAxisAngValueVisible;
oPolarAxisAngValueAngle=ePolarAxisAngValueAngle;
oPolarAxisAngVisible=ePolarAxisAngVisible;
oPlotLineNo=ePlotLineNo;
oPolarPlotLineNo=ePolarPlotLineNo;
oPlotLineColor=ePlotLineColor;
oPlotLineDash=ePlotLineDash;
oPlotLineWidth=ePlotLineWidth;
oPlotLineInterpolation=ePlotLineInterpolation;
oPlotLegendPos=ePlotLegendPos;
oPlotLegendFontSize=ePlotLegendFontSize;
oPlotLegendDistance=ePlotLegendDistance;
oPlotLegendTextFont=ePlotLegendTextFont;
oPlotLegendTextColor=ePlotLegendTextColor;
oImageDefaultColorMap=eImageDefaultColorMap;
oImageFrameVisible=eImageFrameVisible;
oImageLegendPos=eImageLegendPos;
oImageLegendWidth=eImageLegendWidth;
oImageLegendHeight=eImageLegendHeight;
oImageLegendScale=eImageLegendScale;
oImageLegendScaleType=eImageLegendScaleType;
oImageLegendValueFormat=eImageLegendValueFormat;
oImageLegendValueVisible=eImageLegendValueVisible;
oImageLegendValuePos=eImageLegendValuePos;
oImageLegendLabelDistance=eImageLegendLabelDistance;
oImageLegendLabelText=eImageLegendLabelText;
oImageLegendVisible=eImageLegendVisible;
oParamPos=eParamPos;
oParamFontSize=eParamFontSize;
oParamLineDistance=eParamLineDistance;
oParamTextValueDistance=eParamTextValueDistance;
oParamText=eParamText;
oParamTextFont=eParamTextFont;
oParamValue=eParamValue;
oParamValueFont=eParamValueFont;
oLineWidth=eLineWidth;
oLineColor=eLineColor;
oLineDash=eLineDash;
oTextFont=eTextFont;
oTextFontSize=eTextFontSize;
oTextPos=eTextPos;
oTextColor=eTextColor;
oTextAlignment=eTextAlignment;
oTextRotation=eTextRotation;
oTextLimitWord=eTextLimitWord;
oTextLimitPara=eTextLimitPara;
oTextBoxFeedLine=eTextBoxFeedLine;
oTextBoxFeedPara=eTextBoxFeedPara;
oTextBoxSpaceNorth=eTextBoxSpaceNorth;
oTextBoxSpaceSouth=eTextBoxSpaceSouth;
oTextBoxSpaceWest=eTextBoxSpaceWest;
oTextBoxSpaceEast=eTextBoxSpaceEast;
oContourLineWidth=eContourLineWidth;
oContourLineColor=eContourLineColor;
oContourLineDash=eContourLineDash;
oContourScale=eContourScale;
oContourValueVisible=eContourValueVisible;
oContourValueFormat=eContourValueFormat;
oContourValueFont=eContourValueFont;
oContourValueFontSize=eContourValueFontSize;
oContourValueDistance=eContourValueDistance;
oContourLevelsMaxN=eContourLevelsMaxN;
oTabBackgroundColor=eTabBackgroundColor;
oTabFrameVisible=eTabFrameVisible;
oTabFrameLineWidth=eTabFrameLineWidth;
oTabFrameColor=eTabFrameColor;
oTabFrameDash=eTabFrameDash;
oTabXLineVisible=eTabXLineVisible;
oTabXLineWidth=eTabXLineWidth;
oTabXLineColor=eTabXLineColor;
oTabXLineDash=eTabXLineDash;
oTabYLineVisible=eTabYLineVisible;
oTabYLineWidth=eTabYLineWidth;
oTabYLineColor=eTabYLineColor;
oTabYLineDash =eTabYLineDash ;