Directory[] gives the current working directory.
DiscreteWaveletPacketTransform[data] gives the discrete wavelet packet transform (DWPT) of an array of data.DiscreteWaveletPacketTransform[data, wave] gives the discrete ...
DownValues[f] gives a list of transformation rules corresponding to all downvalues defined for the symbol f.
DumpSave["file.mx", symbol] writes definitions associated with a symbol to a file in internal Mathematica format. DumpSave["file.mx", " context`"] writes out definitions ...
EdgeRenderingFunction is an option for GraphPlot and related functions that gives a function to generate the graphics primitives to use in rendering each edge.
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", " ...
ErrorBox[boxes] is a low-level box construct that represents boxes that cannot be interpreted in input or output.
EvaluationCompletionAction is an option for notebooks that specifies the action taken when an evaluation is completed.
EvaluationElements is an option for NotebookEvaluate that determines which cells to evaluate.
ExactNumberQ[expr] returns True if expr is an exact real or complex number, and returns False otherwise.