Tutorial by Topics: if

Create This method is called once when the Application is started. In this method resources should be loaded and variables should be initialized. Render The method is called every frame, and is used to display whatever needs to be displayed. It is also used to update any variables/classes...
Regular expression patterns are often used with modifiers (also called flags) that redefine regex behavior. Regex modifiers can be regular (e.g. /abc/i) and inline (or embedded) (e.g. (?i)abc). The most common modifiers are global, case-insensitive, multiline and dotall modifiers. However, regex fla...
if [/i] StringToCompare1 == StringToCompare2 (commandA) else (commandB) if errorlevel 1 (commandA) else (commandB) if %errorlevel% == 1 (commandA) else (commandB) if exist Filename (commandA) else (commandB) if defined VariableName (commandA) else (commandB) There a...
This section provides an overview of what amazon-redshift is, and why a developer might want to use it. It should also mention any large subjects within amazon-redshift, and link out to the related topics. Since the Documentation for amazon-redshift is new, you may need to create initial version...
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...
Special Characters *?+[(){}^$|\./
This section provides an overview of what shopify is, and why a developer might want to use it. It should also mention any large subjects within shopify, and link out to the related topics. Since the Documentation for shopify is new, you may need to create initial versions of those related topic...
This section provides an overview of what artificial-intelligence is, and why a developer might want to use it. It should also mention any large subjects within artificial-intelligence, and link out to the related topics. Since the Documentation for artificial-intelligence is new, you may need t...
IF [condition 1] THEN [statements to execute when condition 1 is TRUE]; ELSIF [condition 2] THEN [statements to execute when condition 2 is TRUE]; ELSE [statements to execute when both condition 1 & condition 2 are FALSE]; END IF;
The SenderID that is present in the initialization example is a gcm sender id that is given to you by google. It should also be present when you install the plugin ionic plugin add phonegap-plugin-push --variable SENDER_ID="XXXXXXX" If you wish to add additional data to your push n...
NB Emulating possessive quantifiers
AWS Simple Notification Service Lingo: Endpoint - The endpoint can be a phone, email address or whatever, it's what AWS SNS can hit back with a notification Topic - Essentially a group that contains all of your endpoints Subscribe - You sign up your phone/client to receive notifcations Gen...

Page 5 of 11