BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.
ButtonSource is an option for the low-level function ButtonBox that specifies the first argument to give to the ButtonFunction for the button when the button is active and is ...
CellGroup[{cell_1, cell_2, ...}] gives an open group of cells that can appear in a Mathematica notebook.CellGroup[{cell_1, cell_2, ...}, 1] gives a cell group in which only ...
CellLabelAutoDelete is an option for Cell which specifies whether a label for the cell should be automatically deleted if the contents of the cell are modified or the ...
ChartLabels is an option for charting functions that specifies what labels should be used for chart elements.
ContentSize is an option for Manipulate and other functions that specifies the size of the content area to use.
Defer
(Built-in Mathematica Symbol) Defer[expr] yields an object that displays as the unevaluated form of expr, but that is evaluated if it is explicitly given as Mathematica input.
DynamicSetting[e] represents an object which displays as e, but is interpreted as the dynamically updated current value of Setting[e] if supplied as Mathematica ...
EmptyGraphQ[g] yields True if g is an empty graph and False otherwise.
FileBaseName["file"] gives the base name for a file without its extension.