OrderedQ[h[e_1, e_2, ...]] gives True if the e_i are in canonical order, and False otherwise.
OutputSizeLimit is an option for notebooks which specifies the maximum size in bytes of expressions that will automatically be output in their entirety.
OverscriptBox[x, y] is the low-level box representation for OverscriptBox[x, y] in notebook expressions.
PaneSelector[{v_1 -> expr_1, v_2 -> expr_2, ...}, v] represents an object that displays as a pane containing the expr_i for which v_i is equal to v.
PointSize[d] is a graphics directive which specifies that points which follow are to be shown if possible as circular regions with diameter d. The diameter d is given as a ...
Prolog
(Built-in Mathematica Symbol) Prolog is an option for graphics functions which gives a list of graphics primitives to be rendered before the main part of the graphics is rendered.
Quantile[list, q] gives the q\[Null]\[Null]^th quantile of list. Quantile[list, {q_1, q_2, ...}] gives a list of quantiles q_1, q_2, .... Quantile[list, q, {{a, b}, {c, d}}] ...
Replace
(Built-in Mathematica Symbol) Replace[expr, rules] applies a rule or list of rules in an attempt to transform the entire expression expr. Replace[expr, rules, levelspec] applies rules to parts of expr ...
lhs :> rhs or lhs :> rhs represents a rule that transforms lhs to rhs, evaluating rhs only after the rule is used.
RussellRaoDissimilarity[u, v] gives the Russell\[Dash]Rao dissimilarity between Boolean vectors u and v.