Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2291 - 2300 of 2,702 for host:developer.mozilla.org (0.13 sec)

  1. g1 - SVG: Scalable Vector Graphics | MDN

    The g1 attribute specifies a list of glyph names which identify a set of possible first glyphs in the kerning pair.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/g1
    Registered: Mon Nov 25 04:33:44 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  2. Named capturing group: (?<name>...) - JavaScrip...

    A named capturing group is a particular kind of capturing group that allows to give a name to the group. The group's matching result can later be identified by this name instead of by its index in the pattern.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_capturing_group
    Registered: Mon Nov 25 04:32:17 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 149.8K bytes
    - Viewed (0)
  3. Subtraction assignment (-=) - JavaScript | MDN

    The subtraction assignment (-=) operator performs subtraction on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Subtraction_assignment
    Registered: Mon Nov 25 04:38:52 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 142K bytes
    - Viewed (0)
  4. data-* - SVG: Scalable Vector Graphics | MDN

    The data-* SVG attributes are called custom data attributes. They let SVG markup and its resulting DOM share information that standard attributes can't, usually for scripting purposes. Their custom data are available via the SVGElement interface of the element the attributes belong to, with the SVGElement.dataset property.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/data-*
    Registered: Mon Nov 25 04:40:47 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 122.7K bytes
    - Viewed (0)
  5. yield - JavaScript | MDN

    The yield operator is used to pause and resume a generator function.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/yield
    Registered: Mon Nov 25 04:40:47 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  6. for - JavaScript | MDN

    The for statement creates a loop that consists of three optional expressions, enclosed in parentheses and separated by semicolons, followed by a statement (usually a block statement) to be executed in the loop.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for
    Registered: Mon Nov 25 04:42:00 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  7. edgeMode - SVG: Scalable Vector Graphics | MDN

    The edgeMode attribute determines how to extend the input image as necessary with color values so that the matrix operations can be applied when the kernel is positioned at or near the edge of the input image.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/edgeMode
    Registered: Mon Nov 25 04:40:23 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 125.2K bytes
    - Viewed (0)
  8. flood-opacity - SVG: Scalable Vector Graphics |...

    The flood-opacity attribute indicates the opacity value to use across the current filter primitive subregion.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/flood-opacity
    Registered: Mon Nov 25 04:39:37 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 126.4K bytes
    - Viewed (0)
  9. Assignment (=) - JavaScript | MDN

    The assignment (=) operator is used to assign a value to a variable or property. The assignment expression itself has a value, which is the assigned value. This allows multiple assignments to be chained in order to assign a single value to multiple variables.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Assignment
    Registered: Mon Nov 25 04:43:47 UTC 2024
    - Last Modified: Sat Nov 23 16:10:24 UTC 2024
    - 155.3K bytes
    - Viewed (0)
  10. for...in - JavaScript | MDN

    The for...in statement iterates over all enumerable string properties of an object (ignoring properties keyed by symbols), including inherited enumerable properties.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...in
    Registered: Mon Nov 25 04:43:54 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top