DeleteBorderComponents[image] replaces connected components adjacent to the border in a binary image image with background pixels.DeleteBorderComponents[m] replaces ...
DeleteContents is an option for DeleteDirectory that specifies whether the contents of directories should automatically be deleted.
DelimiterFlashTime is an option for cells and notebooks that specifies how long in seconds a delimiter should flash when its matching delimiter is entered.
Evaluator is an option for objects such as Button, Dynamic, and Cell that gives the name of the kernel to use to evaluate their contents.
FontColor is an option for Style, Cell, and related constructs that specifies the default color in which to render text.
FrameBox[box] is a low-level box construct which represents box with a frame drawn around it.
GenerateConditions is an option for Integrate, Sum, and similar functions that specifies whether explicit conditions on parameters should be generated in the result.
GeoDestination[pos, {d, \[Alpha]}] gives the geodetic position reached by going distance d in azimuthal direction \[Alpha] from pos.
Import
(Built-in Mathematica Symbol) Import["file"] imports data from a file, returning a complete Mathematica version of it. Import["file", elements] imports the specified elements from a file.Import["http:// ...
Infix
(Built-in Mathematica Symbol) Infix[f[e_1, e_2, ...]] prints with f[e_1, e_2, ...] given in default infix form: e_1~f~e_2~f~e_3 .... Infix[expr, h] prints with arguments separated by h: e_1 h e_2 h e_3 ...