Tutorial by Topics: m

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...
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...
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.
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...
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...
The much beloved ALTER statement. Changes the target of a GO TO paragraph. No longer part of the COBOL standard, still supported by many compilers for reasons of backward compatibility. (The syntax diagram is dimmed to show that this is no longer standard COBOL).
JTOpen links https://gist.github.com/phpdave/52d6d8f135181a042901b2918141f82a#file-zdocumentation-md
There are some means to chain commands together. Simple ones like just a ; or more complex ones like logical chains which run depending on some conditions. The third one is piping commands, which effectively hands over the output data to the next command in the chain.
Remember that Angular 2 is all about singular responsibility. No matter how small your component is, dedicate a separate logic for each and every component. Be it a button, a fancy anchor link, a dialog header or even a sidenav's sub item.

Page 74 of 161