Tutorial by Topics: m

(read-char &optional stream eof-error-p eof-value recursive-p) => character (write-char character &optional stream) => character (read-line &optional stream eof-error-p eof-value recursive-p) => line, missing-newline-p (write-line line &optional stream) => line ...
[ localpart "@" ] domainpart [ "/" resourcepart ] PartCommon UsageLocalpartIdentifies an XMPP entity (optional)DomainpartIdentifies the XMPP serviceResourcepartIdentifies a session of an XMPP entity (optional) XMPP addresses, more commonly known as JIDs (Jabber Identif...
Multi-Dimensional eXpressions MDX is a declarative language. A developer will use it to query multi-dimensional data structures known as OLAP Cubes. It is also used within the cubes to create aspects of the cubes.
column-count: auto|number|inherit|initial|unset; column-width: auto|length; column: [column-width]|[column-count]; column-span: none|all|inherit|initial|unset; column-gap: normal|length|inherit|initial|unset; column-fill: auto|balance|inherit|intial|unset; column-rule-color: color|inherit|in...
One way binding from parent component to nested component: [propertyName] One way binding from nested component to parent component: (propertyName) Two-way binding (a.k.a banana box notation) : [(propertyName)]
ParameterDetails/versionThe version to retrieve. View remarks./allForces all files to be retrieved, not just those that are out-of-date./overwriteOverwrites writable files that are not checked out/forceCombines /all and /overwrite/previewDisplays what would occur, without actually performing the Ge...
var foo [= value [, foo2 [, foo3 ... [, fooN]]]]; let bar [= value [, bar2 [, foo3 ... [, barN]]]]; const baz = value [, baz2 = value2 [, ... [, bazN = valueN]]]; See also: Reserved Keywords Scope
LocalTime time = LocalTime.now(); // Initializes with current system clock LocalTime time = LocalTime.MIDNIGHT; // 00:00 LocalTime time = LocalTime.NOON; // 12:00 LocalTime time = LocalTime.of(12, 12, 45); // 12:12:45 MethodOutputLocalTime.of(13, 12, 11)13:12:11LocalTime.MIDNIGHT00:00Loca...
(yield -- Allows you to export items from a component (hash -- Allows you to export a hash or object, since this is required to call child components within the parent's block. The requirement is that there is a . for the component to be created (component -- Creates the child component which c...
about_Remote about_RemoteFAQ about_RemoteTroubleshooting
Inside a specific node: {path-to-parent}/name()='search string'] Anywhere in the document: //*[name()='search string'] functionreturn valuelocal-name()the node's name without prefix local-name() result does not include prefix (lookup name() XPATH function for it)
objectskeysAn array containing the values for the new dictionary.CellAn array containing the keys for the new dictionary. Each key is copied and the copy is added to the dictionary.

Page 39 of 161