PlotRangeClipping is an option for graphics functions that specifies whether graphics objects should be clipped at the edge of the region defined by PlotRange, or should be ...
PlotRegion is an option for graphics functions that specifies what region of the final display area a plot should fill.
--x decreases the value of x by 1, returning the new value of x.
++x increases the value of x by 1, returning the new value of x.
PrivatePaths -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for paths private to the notebook front end.
Protect
(Built-in Mathematica Symbol) Protect[s_1, s_2, ...] sets the attribute Protected for the symbols s_i. Protect["form_1", "form_2", ...] protects all symbols whose names match any of the string patterns ...
QGamma
(Built-in Mathematica Symbol) QGamma[z, q] gives the q-gamma function \[CapitalGamma]_q (z).
RadicalBox[x, n] is a low-level box construct that represents the displayed object Power[x, (n)^-1] in notebook expressions.
ReferenceLineStyle is an option for QuantilePlot and similar functions that specifies the style used for the reference line.
RemoveScheduledTask[obj] remove the obj from the list of currently set tasks.