FieldMasked is an option to InputField that determines whether to mask user input.
InitializationCell is an option for Cell that specifies whether the cell should be tagged to be evaluated by the Mathematica kernel when the notebook that contains it is ...
MaxExtraBandwidths is an option to SmoothKernelDistribution that controls the behavior outside that data range.
MemoryInUse[] gives the number of bytes currently being used to store all data in the current Mathematica kernel session. MemoryInUse[$FrontEnd] gives the number of bytes ...
NotebookClose[notebook] closes the notebook corresponding to the specified notebook object. NotebookClose[] closes the current evaluation notebook.
Overlaps is an option to StringCases, StringCount, and StringPosition that specifies how to treat overlapping substrings.
SetSystemOptions["name" -> value] resets the value for the internal system option with the specified name.
SystemOptions["name"] gives the current setting for the internal system option with the specified name.SystemOptions[] gives the current settings for all settable internal ...
VertexAdd[g, v] makes a graph by adding the vertex v to the graph g.VertexAdd[g, {v_1, v_2, ...}] adds a collection of vertices to g.
$ByteOrdering gives the native ordering of bytes in binary data on your computer system.