Tutorial by Topics

RSpec is a BDD tool used to specify and test Ruby programs. It is used primarily to specify and test classes and methods, i.e. for unit testing. The rspec gem is just a meta-gem which brings in the three parts of RSpec. Those three parts are also a way to structure this documentation. rspec-co...
This section provides an overview of what database is, and why a developer might want to use it. It should also mention any large subjects within database, and link out to the related topics. Since the Documentation for database is new, you may need to create initial versions of those related to...
A Custom Element in Aurelia is used to extend the basic set of HTML elements by feature-enriched, reusable components. A Custom Element normally exists out of two files, a View-Model based on Javasciprt, and a corresponding view written in HTML. Both files compose the HTML element which can then be ...
The SQLAlchemy ORM is built on top of SQLAlchemy Core. For example, although model classes use Column objects, they are part of the core and more relevant documentation will be found there. The main parts of the ORM are the session, query, and mapped classes (typically using the declarative exten...
Overload resolution happens in several different situations Calls to named overloaded functions. The candidates are all the functions found by name lookup. Calls to class object. The candidates are usually all the overloaded function call operators of the class. Use of an operator. The candid...
An interfaces specifies a list of fields and functions that may be expected on any class implementing the interface. Conversely, a class cannot implement an interface unless it has every field and function specified on the interface. The primary benefit of using interfaces, is that it allows one to...
inflater.inflate(R.menu.your_xml_file, menu); ParameterDescriptioninflate(int menuRes, Menu menu)Inflate a menu hierarchy from the specified XML resource.getMenuInflater ()Returns a MenuInflater with this context.onCreateOptionsMenu (Menu menu)Initialize the contents of the Activity's stand...
This section provides an overview of what mvvmcross is, and why a developer might want to use it. It should also mention any large subjects within mvvmcross, and link out to the related topics. Since the Documentation for mvvmcross is new, you may need to create initial versions of those related...
ParameterDetailsdecodeConverts URL value (string) to the value available in $stateParamsencodeConverts a value to the string that will be used in the URLequalsVerifies if two values are equal from the type's point of viewisChecks if the value can be used as defined parameter typepatternEnsures that...
Gaussian Blur Syntax C++: void GaussianBlur(InputArray src, OutputArray dst, Size ksize, double sigmaX, double sigmaY=0, int borderType=BORDER_DEFAULT ) Parameters of Gaussian BlurDetailssrcInput image, the image can have any number of channels, which are processed independently, but the dep...
This section provides an overview of what resharper is, and why a developer might want to use it. It should also mention any large subjects within resharper, and link out to the related topics. Since the Documentation for resharper is new, you may need to create initial versions of those related...
shape-outside: none | [ <basic-shape> || <shape-box> ] | <image> shape-margin: <length> | <percentage> shape-image-threshold: <number> ParameterDetailsnoneA value of none means that the float area (the area that is used for wrapping content a...
Database.GetItem(ID itemId) Database.GetItem(ID itemId, Language language) Database.GetItem(ID itemId, Language language, Version version) Database.GetItem(string path) Database.GetItem(string path, Language language) Database.GetItem(string path, Language language, Version version) Mo...

Page 79 of 428