Tutorial by Topics: n

"[string]" '[Unicode scalar value]' graphemes([string]) ParameterDetailsForsprint(f, xs...)fA function that takes an IO object as its first argument.xsZero or more remaining arguments to pass to f.
x < y # if x is strictly less than y x > y # if x is strictly greater than y x == y # if x is equal to y x === y # alternatively x ≡ y, if x is egal to y x ≤ y # alternatively x <= y, if x is less than or equal to y x ≥ y # alternatively x >= y, if x is greater than or eq...
@goto label @label label Overuse or inappropriate use of advanced control flow makes code hard to read. @goto or its equivalents in other languages, when used improperly, leads to unreadable spaghetti code. Similar to languages like C, one cannot jump between functions in Julia. This also...
file dirname filepath file tail filepath file rootname filepath file extension filepath file join path1 path2 ... file normalize path file nativename path
return val; /* Returns from the current function. val can be a value of any type that is converts to the function's return type. */ return; /* Returns from the current void-function. */ break; /* Unconditionally jumps beyond the end ("breaks out") of an Iteration Statement (loop) or o...
Always remember to check out Ionic 2 Tab docs to be aware of the latest changes and updates.
This section provides an overview of what wordpress-theming is, and why a developer might want to use it. It should also mention any large subjects within wordpress-theming, and link out to the related topics. Since the Documentation for wordpress-theming is new, you may need to create initial v...
A custom function in google docs is tied to a specific document (and thus can only be used in that document). It must therefore be created with that document's scrip edit (Tools -> Script Editor). Once saved, it can then be used like any other regular spreadsheet formula.
GRANT [privilege1] [, [privilege2] ... ] ON [table] TO [grantee1] [, [grantee2] ... ] [ WITH GRANT OPTION ] REVOKE [privilege1] [, [privilege2] ... ] ON [table] FROM [grantee1] [, [grantee2] ... ] Grant permissions to users. If the WITH GRANT OPTION is specified, the grantee additionally g...
This section provides an overview of what ldap is, and why a developer might want to use it. It should also mention any large subjects within ldap, and link out to the related topics. Since the Documentation for ldap is new, you may need to create initial versions of those related topics.
phpMyAdmin is a free software used to manage MySQL databases via web interface. It is much easier than using MySQL console where the user must use commands to manage databases. By using phpMyAdmin, with a few mouse clicks people can create database and grant privileges for MySQL user for that data...
This section provides an overview of what devexpress is, and why a developer might want to use it. It should also mention any large subjects within devexpress, and link out to the related topics. Since the Documentation for devexpress is new, you may need to create initial versions of those rela...
ParameterDetailscompletionHandlerA block that has no return value and takes the following parameters:accountStatusThe status of the current user’s iCloud account.errorAn error object or nil if the status is determined successfully. Use the information in the error object to determine whether the pr...

Page 164 of 329