AnimationCycleRepetitions is an option for cells that specifies the number of times a given animation cycle should be repeated.
AutoOpenNotebooks is a global option that specifies which notebooks should be automatically opened when Mathematica is started.
BoxMargins is an option for AdjustmentBox objects that specifies the margins to leave around the contents of the box.
Clock
(Built-in Mathematica Symbol) Clock[] represents a clock variable whose value cycles continuously from 0 to 1 once per second when it appears inside a dynamically updated object such as a Dynamic. ...
ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1.ImageAdjust[image, c] adjusts the contrast of image by an amount c.ImageAdjust[image, ...
OverscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option that specifies the style and display of OverscriptBox constructs.
PeronaMalikFilter[image] applies a Perona\[Dash]Malik diffusion filter to image.PeronaMalikFilter[image, t] specifies the amount of diffusion t to be applied. ...
PixelConstrained is an option for ArrayPlot which specifies how to constrain cells to align with displayed pixels.
StyleSheetPath is a global option that specifies which directories Mathematica searches to find stylesheets.
TraditionalFunctionNotation is an option for selections that specifies whether input of the form f(x) is interpreted by the kernel as a function or as a product.