Tutorial by Topics

This section provides an overview of what aspectj is, and why a developer might want to use it. It should also mention any large subjects within aspectj, and link out to the related topics. Since the Documentation for aspectj is new, you may need to create initial versions of those related topic...
Cypher is a declarative graph query language that allows for expressive and efficient querying and updating of a property graph. Cypher was originally created by Neo Technology for its graph database Neo4j, but was opened up through the openCypher project in October 2015 and has since been adopte...
Bukkit is a simple API that allows for modifying the normal Minecraft multiplayer experience using plugins. Bukkit is now discontinued, and is no longer available for newer versions of Minecraft. Spigot, a version of Bukkit that boasts improving server performance is available. The API for Spigot...
This section provides an overview of search in MarkLogic. Intent is to cover cts:search, search:search and qbe with use cases and examples
In CodeIgniter 3 you have to include the parameter: $config['newline'] = "\r\n"; It just won't work without it. If you don't care about new lines and you're using CodeIgniter 2 then this config parameter is optional.
error [text] [number integer] ParameterDetailsunnamedA textual description of the error.numberThe error's number, an integer (usually negative).
A Synchronization Context is an abstraction that allows consuming to code to pass units of work to a scheduler, without requiring awareness of how the work will be scheduled. Synchronization contexts are traditionally used to ensure that code is run on a specific thread. In WPF and Winforms appli...
To discuss editing the R tag Docs, visit the R chat.
Covariance of a parameter or a return value for a virtual member function m is where its type T gets more specific in a derived class' override of m. The type T then varies (variance) in specificity in the same way (co) as the classes providing m. C++ provides language support for covariant return...
ParameterContextDetails@BeforeClassStaticExecuted when the class is first created@BeforeInstanceExecuted before each test in the class@TestInstanceShould be declared each method to test@AfterInstanceExecuted after each test in the class@AfterClassStaticExecuted before destruction of the class Exa...
doc.insertString(index, text, attributes); //attributes should be a AttributeSet
This section provides an overview of what instagram is, and why a developer might want to use it. It should also mention any large subjects within instagram, and link out to the related topics. Since the Documentation for instagram is new, you may need to create initial versions of those related...
Rx.Observable.prototype.map(selector, [thisArg]) Rx.Observable.prototype.select(selector, [thisArg]) Parameter, TypeDetailsselector, Function or ObjectTransform function to apply to each source element or an element to yield. If selector is a function, it is called with the following inform...

Page 212 of 428