Tutorial by Topics

git flow <subcommand> git flow init git flow [feature|release|hotfix] [start|finish] SubcommandDetailsinitInitialize a new git repo with support for the branching model.featureManage your feature branches.releaseManage your release branches.hotfixManage your hotfix branches. gitf...
Analyzers take the text from a string field and generate tokens that will be used when querying. An Analyzer operates in a sequence: CharFilters (Zero or more) Tokenizer (One) TokenFilters (Zero or more) The analyzer may be applied to mappings so that when fields are indexed, it is done o...
Host Manager is a web application inside of Tomcat that creates/removes Virtual Hosts within Tomcat. A Virtual Host allows you to define multiple hostnames on a single server, so you can use the same server to handles requests to, for example, ren.myserver.com and stimpy.myserver.com. Unfortunat...
template –– is the name of the main WordPress theme, the parent. child-theme –– is the package which overrides the template. I've been advertising that the use of a child theme is always a good thing but there is always a But ... In our Template overwriting example let's imagine that the ...
Asset catalogs are way to manage multiple resolutions of iOS image assets. In order to display optimal images, iOS uses 1x, 2x, and 3x versions of each image according to the device's screen density. The 1x version is only for very old, non-retina devices so it isn't necessary for apps only suppor...
luma theme as parent { "name": "magento/luma", "description": "N/A", "require": { "php": "~5.5.0|~5.6.0|~7.0.0", "magento/theme-luma": "100.0.*", "magento/frame...
An ActionResult is best though of as an web endpoint in MVC. Ever ActionResult method can be reached by typing in the appropriate web address as configured by your Routing engine.
Instrumentation getInstrumentation() UIDevice UiDevice.getInstance(Instrumentation instrumentation) boolean UIDevice.pressHome() boolean UIDevice.pressBack() boolean UIDevice.pressRecentApps() void UIDevice.wakeUp() boolean UIDevice.swipe(int startX, int startY, int endX, int endY, int steps...
void mediaSessionCompat.setFlags(int flags) void mediaSessionCompat.setMediaButtonReceiver(PendingIntent mbr) void mediaSessionCompat.setCallback(MediaSessionCompat.Callback callback) void mediaSessionCompat.setActive(boolean active) MediaSessionCompat.Token mediaSessionCompat.getSessionToken(...

Page 249 of 428