cascade-extend
Use cascade layers in CSS
Parse CSS Cascade Layer names.
CSS Cascade Layer plugin for Docusaurus.
Port of jQuery.extend for node.js and the browser
Extend an object with the properties of additional objects. node.js/javascript util.
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
Core logic for the cascade-select widget implemented as a state machine
extend an object
PostCSS plugin to fallback initial keyword.
A suite of parsers and compilers for WordPress styles.
Recursive object extending
extend like a boss
Minify selectors with PostCSS.
PostCSS plugin to fallback initial keyword.
JSS plugin that enables mixing in styles.
Support for `import <defer|source>` phase syntax in Acorn
CLI tool for WillBooster projects
A CSS Modules transform to extract export statements from local-scope classes
Promise-based file system walker with nested .gitignore cascade support.
minimal implementation of a PassThrough stream
Node's internal object extension function
Support for import attributes in acorn
Process styles in an ember-cli application using Autoprefixer
Core gem used by all the elastics gems. Provides the core resources: HTTP clients, Elasticsearch API Methods, Templating System, Cascading Variables Management, Result Extenders, Logging & Debugging, Self-documenting Tool, Rake Tasks, ...
Adds a add_foreign_key_constraint schema method, and extends the schema dump code to output these foreign key constraints. Only MySQL and PostgreSQL are currently supported. Examples ======== # adds a constraint on projects.customer_id with parent customers.id add_foreign_key :projects, :customer_id, :customers, :id # adds a constraint on projects(a, b) with parent(a, b) with the default RESTRICT update/delete actions add_foreign_key "child", ["a", "b"], "parent", ["a", "b"] # adds a constraint with the ON UPDATE action set to CASCADE and the ON DELETE action set to SET NULL add_foreign_key 'projects', 'customer_id', 'customers', 'id', :on_update => :cascade, :on_delete => :set_null The following actions are defined: :restrict :no_action :cascade :set_null (aka :nullify) :set_default Note that MySQL does not support :set_default, and also treats :no_action as :restrict. Compatibility ============= Supports mysql, mysql2, postgresql. Currently tested against Rails 3.2.13 on 2.0.0p0 and Rails 3.2.13, 3.1.8, 3.0.17, and 2.3.14 on Ruby 1.8.7.
Create and track parallel inheritance hierarchies. Hook parallel hierarchies (by including a module) to automatically update/register ancestry at include and extend, or update/register only manually. Manual registration permits definitions of ancestry across, for example, instances of the same type or instances of entirely different types. Implementation is provided by simple child/parent trees with an block to choose which parent. This permits a simple multiple inheritance model very similar to how Ruby handles modules. Conflicts for multiple inheritance are resolved by the parent most recently named for the block match. Used heavily by CascadingConfiguration gem (cascading-configuration) as well as by forthcoming Persistence and Magnets gems (persistence and magnets).
Create and track parallel inheritance hierarchies. Hook parallel hierarchies (by including a module) to automatically update/register ancestry at include and extend, or update/register only manually. Manual registration permits definitions of ancestry across, for example, instances of the same type or instances of entirely different types. Implementation is provided by simple child/parent trees with an block to choose which parent. This permits a simple multiple inheritance model very similar to how Ruby handles modules. Conflicts for multiple inheritance are resolved by the parent most recently named for the block match. Used heavily by CascadingConfiguration gem (cascading-configuration) as well as by forthcoming Persistence and Magnets gems (persistence and magnets).