Tutorial by Topics: custom

Typically a struct is used only when performance is very important. Since value types live on the stack, they can be accessed much quicker than classes. However, the stack has much less room than the heap, so structs should be kept small (Microsoft recommends structs take up no more than 16 bytes)...
.prototype.createdCallback() .prototype.attachedCallback() .prototype.detachedCallback() .prototype.attributeChangedCallback(name, oldValue, newValue) document.registerElement(name, [options]) ParameterDetailsnameThe name of the new custom element.options.extendsThe name of the native el...
Here you will learn about the Directives feature of AngularJS. Below you will find information on what Directives are, as well as Basic and Advanced examples of how to use them. ParameterDetailsscopeProperty to set the scope of the directive. It can be set as false, true or as an isolate scope:...
From Apple: Creating a Custom View That Renders in Interface Builder Note: Keep in mind that if you'd use fancy 'custom' fonts in your XIB elements (such UILabel, UITextField etc) then the initial loading time of your XIB will be longer depending on the font chosen and system version.
register_post_type( $post_type, $args ); ParameterDetails$post_type(string) (Required)$args(array/string) (Optional)
{{ my_date_time|my_custom_filter }} {{ my_date_time|my_custom_filter(args) }} ParameterDetailsvalueThe value passed in by Jinja, to be filteredargsExtra arguments to be passed into the filter function
CSS Variables allow authors to create reusable values which can be used throughout a CSS document. For example, it's common in CSS to reuse a single color throughout a document. Prior to CSS Variables this would mean reusing the same color value many times throughout a document. With CSS Variables ...
Vue.filter(name, function(value){}); //Basic Vue.filter(name, function(value, begin, end){}); //Basic with wrapping values Vue.filter(name, function(value, input){}); //Dynamic Vue.filter(name, { read: function(value){}, write: function(value){} }); //Two-way ParameterDetailsnameString - ...
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 ...
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...
groovy.util.Node = node.find { childNode -> return true || false } node.append(nodeYouWantAsAChild) groovy.util.Node parsedNode = (new XmlParser()).parseText(someRawXMLString) ''' mutli-line string (not interpolated) ''' The three basic files of an IntelliJ project - the ipr, iws, and...
Vue.directive(id, definition); Vue.directive(id, update); //when you need only the update function. ParameterDetailsidString - The directive id that will be used without the v- prefix. (Add the v- prefix when using it)definitionObject - A definition object can provide several hook function...
ParameterDetailsmythemeA unique identifier for your theme (or child theme). This can be your theme slug

Page 1 of 6