VCF
(Mathematica Import/Export Format) MIME types: text/directory, text/x-vcard vCard personal data format. Commonly used in email and personal information management applications and on mobile devices. Standard ...
MathKernel options starts the Mathematica kernel in Windows and Mac OS X.
AccuracyGoal is an option for various numerical operations which specifies how many effective digits of accuracy should be sought in the final result.
Alignment is an option which specifies how the contents of a displayed object should be aligned within the available area in the object.
Antialiasing is a Style option which specifies whether antialiasing should be done in rendering graphics.
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
ChartElements is an option to charting functions such as BarChart that specifies the graphics to use as the basis for bars or other chart elements.
ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
DerivativeFilter[image, {n_1, n_2}] computes the n_i\[Null]^th derivative of image in the vertical and horizontal directions.DerivativeFilter[image, {n_1, n_2}, \[Sigma]] ...
EdgeStyle is an option and property for Graph and related functions that specifies what style to use for edges.