Tutorial by Topics: o

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...
This section provides an overview of what solrj is, and why a developer might want to use it. It should also mention any large subjects within solrj, and link out to the related topics. Since the Documentation for solrj is new, you may need to create initial versions of those related topics. ...
Spock is a testing and specification framework for Java and Groovy applications. It uses an expressive specification language. A developer, usually a Java developer using groovy, may use Spock as specification driven checking (testing) framework. A tester may use Spock to write functional checks ...
Process that runs package.json’s main script is called the main process. The main process creates web pages by creating BrowserWindow instances. Each web page in Electron runs in its own process, which is called the renderer process. The main process manages all web pages and their corresponding r...
ServiceLoader can be used to get instances of classes extending a given type(=service) that are specified in a file packed in a .jar file. The service that is extended/implemented is often a interface, but this is not required. The extending/implementing classes need to provide a zero argument co...
ParameterDetailsNSAppTransportSecurityConfigure ATSNSAllowsArbitraryLoadsSet to YES to disable ATS everywhere. In iOS 10 and later, and macOS 10.12 and later, the value of this key is ignored if any of the following keys are present in your app’s Info.plist file: NSAllowsArbitraryLoadsInMedia, NSAl...
Bukkit.getScheduler().scheduleSyncRepeatingTask(Plugin plugin, Runnable task, int initialDelay, int repeatingDelay) Bukkit.getScheduler().scheduleSyncDelayedTask(Plugin plugin, Runnable task, int initialDelay) Bukkit.getScheduler().runTaskAsynchronously(Plugin plugin, Runnable task) Bukkit.getS...
Theano is a python library, which handles defining and evaluating symbolic expressions over tensor variables. Has various application, but most popular is deep learning.
addFunction() //Register one (or more) function into SOAP request handler addSoapHeader() //Add a SOAP header to the response fault() //Issue SoapServer fault indicating an error getFunctions() //Returns list of functions handle() //Handles a SOAP request setClass() //Sets the class which han...
A classloader is a class whose primary purpose is to mediate the location and loading of classes used by an application. A class loader can also find and loaded resources. The standard classloader classes can load classes and resources from directories in the file system and from JAR and ZIP fil...
ParameterDescriptiongroup.idThe name of the Consumer Group.enable.auto.commitAutomatically commit offsets; default: true.auto.commit.interval.msThe minimum delay in milliseconds between to commits (requires enable.auto.commit=true); default: 5000.auto.offset.resetWhat to do when there is no valid c...
ParameterDetailsparametersMapExpressionThe Map with parameters. Not requiredsubreportParameterThe pair of name and value (set with subreportParameterExpression). Not required. Several parameters can be passed to subreportconnectionExpressionConnection for getting data. Not requireddataSourceExpress...

Page 133 of 283