Tutorial by Topics: m

map = %{} // creates an empty map map = %{:a => 1, :b => 2} // creates a non-empty map list = [] // creates an empty list list = [{:a, 1}, {:b, 2}] // creates a non-empty keyword list Elixir provides two associative data structures: maps and keyword lists. Maps are the Elixir key-...
Module Names In Elixir, module names such as IO or String are just atoms under the hood and are converted to the form :"Elixir.ModuleName" at compile time. iex(1)> is_atom(IO) true iex(2)> IO == :"Elixir.IO" true
This section provides an overview of what websphere-mq is, and why a developer might want to use it. It should also mention any large subjects within websphere-mq, and link out to the related topics. Since the Documentation for websphere-mq is new, you may need to create initial versions of thos...
child_process.exec(command[, options][, callback]) child_process.execFile(file[, args][, options][, callback]) child_process.fork(modulePath[, args][, options]) child_process.spawn(command[, args][, options]) child_process.execFileSync(file[, args][, options]) child_process.execSync(command[,...
.css( cssProperty ) // Get the rendered CSS property value .css( [cssProperty , ...] ) // Get values from Array of cssProperties .css( cssProperty, value ) // Set value .css( {cssProperty:value, ...} ) // Set properties and values .css( cssProperty, function ) // Expose the cssProperty to a...
Lifecycle methods are to be used to run code and interact with your component at different points in the components life. These methods are based around a component Mounting, Updating, and Unmounting.
Acceptable URI examples: "http://www.example.com/image.png" // from Web "file:///mnt/sdcard/image.png" // from SD card "file:///mnt/sdcard/video.mp4" // from SD card (video thumbnail) "content://media/external/images/media/13" // from content provider ...
Symbol() Symbol(description) Symbol.toString() ECMAScript 2015 Specification 19.4 Symbols
The mysqli interface is an improvement (it means "MySQL Improvement extension") of the mysql interface, which was deprecated in version 5.5 and is removed in version 7.0. The mysqli extension, or as it is sometimes known, the MySQL improved extension, was developed to take advantage of ne...
WooCommerce is an eCommerce plugin for the WordPress CMS. It is the most popular eCommerce software on the internet, used to power about 39% of all eCommerce websites at time of writing. It's greatest strength is it's ease of use for shop owners and high flexibility for developers allowing it to...

Page 35 of 161