AutoIndent is an option for Style and Cell that specifies what automatic indentation should be done at the beginning of a new line after an explicit return character has been ...
AutoOpenPalettes is a global option that specifies the palettes that are automatically opened when Mathematica is started.
Booleans represents the domain of Booleans, as in x \[Element] Booleans.
CellFrame is an option for Cell which specifies whether a frame should be drawn around a cell.
CommonestFilter[image, r] transforms image by replacing each pixel with the most common pixel value in its range r neighborhood.CommonestFilter[data, r] applies commonest ...
CompiledFunction[args...] represents compiled code for evaluating a compiled function.
Control
(Built-in Mathematica Symbol) Control[{u, dom}] represents an interactive control for the variable u in the domain dom, with the type of control chosen to be appropriate for the domain ...
EvaluatorNames is a global option that specifies the kernels that are currently configured to perform evaluations.
ExtractArchive[file] expands an archive file, saving its content into the current directory.ExtractArchive[file, dir] saves the content of an archive file into directory ...
FileNameDrop["name", n] drops the first n path elements in the file name " name".FileNameDrop["name", -n] drops the last n path elements in the file name " ...