Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 2,702 for host:developer.mozilla.org (0.05 sec)

  1. filter - SVG: Scalable Vector Graphics | MDN

    The filter attribute specifies the filter effects defined by the <filter> element that shall be applied to its element.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/filter
    Registered: Mon Nov 25 04:32:23 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 126.6K bytes
    - Viewed (0)
  2. Non-capturing group: (?:...) - JavaScript | MDN

    A non-capturing group groups a subpattern, allowing you to apply a quantifier to the entire group or use disjunctions within it. It acts like the grouping operator in JavaScript expressions, and unlike capturing groups, it does not memorize the matched text, allowing for better performance and avoiding confusion when the pattern also contains useful capturing groups.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Non-capturing_group
    Registered: Mon Nov 25 04:32:23 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 149.4K bytes
    - Viewed (0)
  3. rotate - SVG: Scalable Vector Graphics | MDN

    The rotate attribute specifies how the animated element rotates as it travels along a path specified in an <animateMotion> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/rotate
    Registered: Mon Nov 25 04:56:22 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 126.3K bytes
    - Viewed (0)
  4. result - SVG: Scalable Vector Graphics | MDN

    The result attribute defines the assigned name for this filter primitive. If supplied, then graphics that result from processing this filter primitive can be referenced by an in attribute on a subsequent filter primitive within the same <filter> element. If no value is provided, the output will only be available for re-use as the implicit input into the next filter primitive if that filter primitive provides no value for its in attribute.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/result
    Registered: Mon Nov 25 04:55:57 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 128.4K bytes
    - Viewed (0)
  5. ideographic - SVG: Scalable Vector Graphics | MDN

    The ideographic attribute indicates the alignment coordinate for glyphs to achieve ideographic baseline alignment for horizontally oriented glyph layouts. The value is an offset in the font coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/ideographic
    Registered: Mon Nov 25 04:53:16 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 121.9K bytes
    - Viewed (0)
  6. pointsAtX - SVG: Scalable Vector Graphics | MDN

    The pointsAtX attribute represents the x location in the coordinate system established by attribute primitiveUnits on the <filter> element of the point at which the light source is pointing.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/pointsAtX Similar Results (1)
    Registered: Mon Nov 25 04:55:02 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 125.3K bytes
    - Viewed (0)
  7. ReferenceError: can't access lexical declaratio...

    The JavaScript exception "can't access lexical declaration 'X' before initialization" occurs when a lexical variable was accessed before it was initialized. This happens within any scope (global, module, function, or block) when let or const variables are accessed before the place where they are declared is executed.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_access_lexical_declaration_...
    Registered: Mon Nov 25 05:12:27 UTC 2024
    - Last Modified: Sat Nov 23 16:10:11 UTC 2024
    - 146.8K bytes
    - Viewed (0)
  8. target - SVG: Scalable Vector Graphics | MDN

    The target attribute should be used when there are multiple possible targets for the ending resource, such as when the parent document is embedded within an HTML or XHTML document, or is viewed with a tabbed browser. This attribute specifies the name of the browsing context (e.g., a browser tab or an (X)HTML iframe or object element) into which a document is to be opened when the link is activated:
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/target
    Registered: Mon Nov 25 05:14:45 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  9. SyntaxError: unparenthesized unary expression c...

    The JavaScript exception "unparenthesized unary expression can't appear on the left-hand side of '**'" occurs when a unary operator (one of typeof, void, delete, await, !, ~, +, -) is used on the left operand of the exponentiation operator without parentheses.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Unparenthesized_unary_expr_lhs_e...
    Registered: Mon Nov 25 05:15:16 UTC 2024
    - Last Modified: Sat Nov 23 16:10:13 UTC 2024
    - 141.7K bytes
    - Viewed (0)
  10. style - SVG: Scalable Vector Graphics | MDN

    The style attribute allows to style an element using CSS declarations. It functions identically to the style attribute in HTML.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/style
    Registered: Mon Nov 25 05:15:18 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 125.6K bytes
    - Viewed (0)
Back to top