EdgeLabelStyle is an option and property for Graph and related functions that specifies the style to use for edge labels.
Enabled
(Built-in Mathematica Symbol) Enabled is an option for objects such as Slider that specifies whether the objects should be enabled for interactive manipulation.
EntropyFilter[image, r] filters image by replacing every value by the information entropy of the values in its range r neighborhood. EntropyFilter[data, r] applies entropy ...
FileBaseName["file"] gives the base name for a file without its extension.
FinancialIndicator["ind", par_1, par_2, ...] represents a financial indicator " ind" with parameters par_1, par_2, etc.
FindLibrary[lib] finds a dynamic library that can be loaded by LibraryFunctionLoad.
FunctionExpand[expr] tries to expand out special and certain other functions in expr, when possible reducing compound arguments to simpler ones. FunctionExpand[expr, assum] ...
GeodesicErosion[marker, mask] gives the fixed point of the geodesic erosion of the image marker constrained by the image mask.
IntegerQ[expr] gives True if expr is an integer, and False otherwise.
MachineNumberQ[expr] returns True if expr is a machine-precision real or complex number, and returns False otherwise.