Tutorial by Topics: to

Task - main function to execute a step of your build script Depends - property that specify what the current step depends upon default - there must always be a default task that will get executed if no initial task is specified FormatTaskName - specifies how each step is displayed in the result...
Python operators have a set order of precedence, which determines what operators are evaluated first in a potentially ambiguous expression. For instance, in the expression 3 * 2 + 7, first 3 is multiplied by 2, and then the result is added to 7, yielding 13. The expression is not evaluated the other...
With Firebird 2.1 and databases with ODS 11.1 (and higher) Firebird introduces the ability to monitor server-side activity happening inside a particular database. Complete database monitoring is available to SYSDBA and the database owner. Regular users are restricted to the information about thei...
Git's reflog records the position of HEAD (the ref for the current state of the repository) every time that it is changed. Generally, every operation that might be destructive involves moving the HEAD pointer (since if anything is changed, including in the past, the tip commit's hash will change)...
As at the time of writing (Aug '16), parent selector (&) always refers to the full parent selector chain right till the top most level. It cannot be used to select just the immediate parent or the root most ancestor alone. That is, in the below code &#type1 would resolve to #demo-containe...
This section provides an overview of what vsto is, and why a developer might want to use it. It should also mention any large subjects within vsto, and link out to the related topics. Since the Documentation for vsto is new, you may need to create initial versions of those related topics.
FTPClient connect(InetAddress host, int port) FTPClient login(String username, String password) FTPClient disconnect() FTPReply getReplyStrings() boolean storeFile(String remote, InputStream local) OutputStream storeFileStream(String remote) boolean setFileType(int fileType) boolean complet...
setColorSchemeResources sets the colors of the SwipeToRefreshLayout indicator setOnRefreshListener sets what to do when layout is swiped app:layout_behavior="@string/appbar_scrolling_view_behavior" if you have a Toolbar with your layout, add this with the scrollFlags in Toolbar and the...
This section provides an overview of what automapper is, and why a developer might want to use it. It should also mention any large subjects within automapper, and link out to the related topics. Since the Documentation for automapper is new, you may need to create initial versions of those rela...
decorator(name, decorator); Decorator is function that allow a service, factory, directive or filter to be modified prior to its usage. Decorator is used to override or modify the behavior of the service. The return value of the decorator function may be the original service, or a new ...
This section provides an overview of what jquery-selectors is, and why a developer might want to use it. It should also mention any large subjects within jquery-selectors, and link out to the related topics. Since the Documentation for jquery-selectors is new, you may need to create initial vers...

Page 19 of 51