Tutorial by Topics: n

Tk is one of the most commonly used GUI toolkits for Perl. Other common toolkits are GTK+2 & 3, WxWidgets, and Win32 widgets. Less commonly used are Qt4, XUL, Prima, and FLTK. Tk, GTK+3, Wx, Win32, Prima, FLTK, and XUL are actively updated. Qt4 and GTK+2 are no longer developed actively, but ...
function Enumeration'Image (Argument : Enumeration'Base) return String; function Enumeration'Img return String; -- GNAT function Enumeration'Val (Argument : Universal_Integer) return Enumeration'Base; function Enumeration'Pos (Argument : Enumeration'Base) return Universal_Integer; function En...
ES6, ECMAScript 6 or ES2015 is the latest specification for JavaScript which introduces some syntactic sugar to the language. It's a big update to the language and introduces a lot of new features More details on Node and ES6 can be found on their site https://nodejs.org/en/docs/es6/
console.log([data][, ...]) console.error([data][, ...]) console.time(label) console.timeEnd(label)
ParamsDetailsselectortag name you reference your component by in the htmltemplate(templateUrl)a string that represents html which will be inserted wherever the <selector> tag is. templateUrl is a path to an html file with the same behaviorpipesan array of pipes that are used by this component...
register_taxonomy( $taxonomy, $object_type, $args ); ParameterDetails$taxonomy(string) (required) The name of the taxonomy. Name should only contain lowercase letters and the underscore character, and not be more than 32 characters long (database structure restriction).$object_type(array/str...
References The POSIX 'Shell Command Language' section on 'Quoting'

Page 177 of 329