ControlPlacement is an option for Manipulate, TabView, and other control objects that specifies where controls should be placed.
Count
(Built-in Mathematica Symbol) Count[list, pattern] gives the number of elements in list that match pattern. Count[expr, pattern, levelspec] gives the total number of subexpressions matching pattern that ...
CreateArchive[source] creates a compressed archive in the current directory from a file or directory specified by source.CreateArchive[source, path] creates a compressed ...
CreateDocument[] creates an empty document notebook and opens it in the front end.CreateDocument[expr] creates and opens a document notebook containing the expression ...
DataDistribution[ddist, ...] represents a probability distribution of type ddist, estimated from a set of data.
DirichletTransform[expr, n, s] gives the Dirichlet transform of expr with respect to n.
EditDistance[u, v] gives the edit or Levenshtein distance between strings or vectors u and v.
Encode
(Built-in Mathematica Symbol) Encode["source", " dest"] writes an encoded version of the file source to the file dest. << dest decodes the file before reading its contents. Encode["source", " dest", " ...
Erosion
(Built-in Mathematica Symbol) Erosion[image, ker] gives the morphological erosion of image with respect to the structuring element ker.Erosion[image, r] gives the erosion with respect to a range-r square.
ExclusionsStyle is an option to plotting functions that specifies how to render subregions excluded according to Exclusions.