InterpolationPoints is an option to SmoothKernelDistribution and FunctionInterpolation that specifies the initial number of interpolation points to use.
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
MinFilter[image, r] filters image by replacing every value by the minimum in its range r neighborhood. MinFilter[data, r] applies min filtering to an array of data.
NumberSigns is an option for NumberForm and related functions which gives strings to use as signs for negative and positive numbers.
PlotMarkers is an option for graphics functions like ListPlot and ListLinePlot that specifies what markers to draw at the points plotted.
Range
(Built-in Mathematica Symbol) Range[i_max] generates the list {1, 2, ..., i_max}. Range[i_min, i_max] generates the list {i_min, ..., i_max}. Range[i_min, i_max, di] uses step di.
SectorSpacing is an option to PieChart and related functions that specifies radial spacing of sectors.
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
UnderoverscriptBox[x, y, z] is the low-level box representation for x_y^z in notebook expressions.
$ModuleNumber gives the current serial number to be used for local variables that are created.