XHTML
(Mathematica Import/Export Format) Registered MIME type: application/xhtml+xml XHTML markup language and file format. XML-based reformulation of HTML. XHTML is an acronym derived from Extensible Hypertext ...
PDF
(Mathematica Import/Export Format) MIME type: application/pdf Adobe Acrobat format. Standard format for exchanging and archiving multi-page documents. PDF is an acronym for Portable Document Format. Binary ...
Contexts[] gives a list of all contexts. Contexts["string"] gives a list of the contexts that match the string.
FindHamiltonianCycle[g] finds a Hamiltonian cycle in the graph g if one exists.
WaitNext[{eid_1, eid_2, ...}] waits until the first evaluation represented by any of the eid_i finishes, then returns its result, the corresponding eid_i, and the list of ...
MLINK getMathLink (WolframLibraryData libData) gets a MathLink connection to use for evaluations in Mathematica.
UnrankGrayCodeSubset[n, l] gives the n\[Null]^th subset of list l, listed in Gray code order.
UnrankSubset[n, l] gives the n\[Null]^th subset of list l, listed in some canonical order.
ActiveInputAliases[] returns a list of all active aliases in the current notebook. ActiveInputAliases[notebook] returns a list of all active aliases in the notebook notebook.
FormatTypeAutoConvert is an option for cells that specifies whether the contents of a cell are automatically converted into a different format when the style of that cell is ...