Tutorial by Topics: o

The most tricky part is finding description for error codes. This site has a most complete list of codes I've found so far. Below you can find a copy cleaned of "@@@"s. Error NumberError Description3Return without GoSub5Invalid procedure call or argument6Overflow7Out of memory9Subscri...
RSpec::Expectations lets you express expected outcomes on an object using an example-based DSL syntax. This topic gives examples of how to expect test results in RSpec using expect .to and the many built-in matchers. This functionality is provided by the rspec-expectations gem.
This section provides an overview of what encryption is, and why a developer might want to use it. It should also mention any large subjects within encryption, and link out to the related topics. Since the Documentation for encryption is new, you may need to create initial versions of those rela...
The Kendo UI grid is a powerful widget which allows you to visualize and edit data via its table representation. It provides a variety of options about how to present and perform operations over the underlying data, such as paging, sorting, filtering, grouping, editing, etc. To feed the grid with ...
FlagMeaning"r"Read-only, starts at beginning of file (default mode)."r+"Read-write, starts at beginning of file."w"Write-only, truncates existing file to zero length or creates a new file for writing."w+"Read-write, truncates existing file to zero length or...
var width = document.getElementById('chartArea').clientWidth; var height = width / 3.236; window.onresize = resizeFunctionCall;
For ease of readability, keep all declarations indented one level from their selector, and the closing curly brace on its own line. Add a single space after selectors and colons, and always place a semicolon after the final declaration. Good p { color: maroon; font-size: 16px; } ...
page-break-after: auto | always | avoid | left | right | initial | inherit; page-break-before: auto | always | avoid | left | right | initial | inherit; page-break-inside: auto | avoid | initial | inherit; ValueDescriptionautoDefault. Automatic page breaksalwaysAlways insert a page break...
Searches for a value in the first column of a table array and returns a value in the same row from another column in the table array. The V in VLOOKUP stands for vertical. Use VLOOKUP instead of HLOOKUP when your comparison values are located in a column to the left of the data that you want to fin...
var stripeSubscriptionOptions = new StripeSubscriptionCreateOptions(); //create a variable to hold options object stripeSubscriptionOptions.Quantity = model.update; //example option of quantity of seats for a subscription var subscriptionService = new StripeSubscriptionSer...
On this page, you can find examples of how design patterns are implemented in C++. For the details on these patterns, you can check out the design patterns documentation. A design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. ...
Addons and modules are encouraged to be registered with Packagist which then means they are found and registered with the SilverStripe add-on repository Installation of modules is recommended through use of Composer

Page 106 of 283