SWF
(Mathematica Import/Export Format) Registered MIME type: application/x-shockwave-flash Adobe/Macromedia Flash file format. Used for interactive and animated vector graphics, video and sound on the web. SWF is ...
StringReplace["string", s -> sp] or StringReplace["string", {s_1 -> sp_1, s_2 -> sp_2, ...}] replaces the string expressions s_i by sp_i whenever they appear as substrings of ...
LegendBackground is an option for Legend, which specifies the style of background to use with a legend.
Uniform sequence of signed 24-bit integers. Binary data format.
Integer8
(Mathematica Import/Export Format) Uniform sequence of signed 8-bit integers. Binary data format.
HarmonicMean[list] gives the harmonic mean of the values in list.
ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1.ImageAdjust[image, c] adjusts the contrast of image by an amount c.ImageAdjust[image, ...
Inherited represents an option value to be inherited from an enclosing style, cell, or notebook.
TextCell["string"] gives a text cell that can appear in a Mathematica notebook.TextCell["string", " style"] gives a text cell with the specified style.
Trigger
(Built-in Mathematica Symbol) Trigger[Dynamic[u]] represents a trigger that can be pressed to make the dynamically updated value of u be continually increased with time from 0 to 1. Trigger[Dynamic[u], ...