With
(Built-in Mathematica Symbol) With[{x = x_0, y = y_0, ...}, expr] specifies that in expr occurrences of the symbols x, y, ... should be replaced by x_0, y_0, ....
PodStates is an option for WolframAlpha that determines information about the states of the pods.
ImageKeypoints[image] finds key features in image and returns their coordinates.ImageKeypoints[image, prop] gives the specified property prop for each keypoint.
int MLTransferToEndOfLoopbackLink (MLINK d, MLINK s) transfers the full contents of the loopback link s to the destination link d.
InverseFourier[list] finds the discrete inverse Fourier transform of a list of complex numbers.
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
HoldAll
(Built-in Mathematica Symbol) HoldAll is an attribute which specifies that all arguments to a function are to be maintained in an unevaluated form.
BubbleScale is an option to BubbleChart and related functions that specifies how the scale of each bubble should be determined from the value of each data element.
$Line
(Built-in Mathematica Symbol) $Line is a global variable that specifies the number of the current input line.
ShowStringCharacters is an option for Cell that specifies whether to display " when a string is entered.