ControlsRendering is a Style option that specifies how controls should be rendered.
CreateDirectory["dir"] creates a directory with name dir. CreateDirectory[] creates a directory in the default area for temporary directories on your computer system.
DegreeCentrality[g] gives a list of vertex degrees for the vertices in the underlying simple graph of g. DegreeCentrality[g, "InDegree"] gives a list of vertex ...
FileNameDepth["file"] gives the number of path elements in the file name " file".
FindHamiltonianCycle[g] finds a Hamiltonian cycle in the graph g if one exists.
FontSlant is an option for Style, Cell, and related constructs that specifies how slanted characters in text should be.
FontWeight is an option for Style, Cell, and related constructs that specifies how heavy the characters in a font should be.
GeoDestination[pos, {d, \[Alpha]}] gives the geodetic position reached by going distance d in azimuthal direction \[Alpha] from pos.
GroupPageBreakWithin is an option for Cell that specifies whether a page break should be allowed within the group of cells if the notebook that contains the group is printed.
HamiltonianGraphQ[g] yields True if the graph g is Hamiltonian, and False otherwise.