BoxBaselineShift is an option for AdjustmentBox that specifies how much the baseline of the box should be shifted relative to those of neighboring characters.
Boxed
(Built-in Mathematica Symbol) Boxed is an option for Graphics3D that specifies whether to draw the edges of the bounding box in a three-dimensional picture.
DeclarePackage["context`", {"name_1", "name_2", ...}] declares that Needs["context`"] should automatically be executed if a symbol with any of the specified names is ever ...
FileFormat["name"] attempts to determine what Import format could be used to import the file corresponding to " name".
FindHamiltonianCycle[g] finds a Hamiltonian cycle in the graph g if one exists.
GapPenalty is an option for SequenceAlignment and related functions that gives the additional cost associated with each gap corresponding to a run of insertions or deletions.
GraphPower[g, n] gives the graph-n\[Null]^th power of the graph g.
ImageAlign[image_1, image_2] returns a version of image_2 that is aligned with image_1.
Magnify
(Built-in Mathematica Symbol) Magnify[expr, r] represents an object to be displayed with magnification r. Magnify[expr] displays with expr magnified by a fixed factor.
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.