ControllerPath is an option that gives a list of external controllers or classes of controllers to try for functions such as ControllerState, Manipulate, and Graphics3D.
EdgeLabelStyle is an option and property for Graph and related functions that specifies the style to use for edge labels.
Except
(Built-in Mathematica Symbol) Except[c] is a pattern object which represents any expression except one that matches c. Except[c, p] represents any expression that matches p but not c.
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 " ...
FileNameTake["name"] gives the last path element in the file name " name".FileNameTake["name", n] gives the first n path elements in the file name " ...
FisherZDistribution[n, m] represents a Fisher z distribution with n numerator and m denominator degrees of freedom.
FrontEndEventActions is an option for the notebook front end that gives a list of actions to perform when specified user-interface events occur.
FrontEndExecute[expr] sends expr to be executed by the Mathematica front end.
GeneratingFunction[expr, n, x] gives the generating function in x for the sequence whose n\[Null]^th series coefficient is given by the expression ...
HornerForm[poly] puts the polynomial poly in Horner form.HornerForm[poly, vars] puts poly in Horner form with respect to the variable or variable list ...