Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1851 - 1860 of 2,702 for host:developer.mozilla.org (0.1 sec)

  1. d - SVG: Scalable Vector Graphics | MDN

    The d attribute defines a path to be drawn.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d
    Registered: Mon Nov 25 04:40:40 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 203.7K bytes
    - Viewed (0)
  2. Named backreference: \k<name> - JavaScript | MDN

    A named backreference refers to the submatch of a previous named capturing group and matches the same text as that group. For unnamed capturing groups, you need to use the normal backreference syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_backreference
    Registered: Mon Nov 25 04:40:02 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  3. horiz-adv-x - SVG: Scalable Vector Graphics | MDN

    The horiz-adv-x attribute indicates the horizontal advance after rendering a glyph in horizontal orientation.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/horiz-adv-x
    Registered: Mon Nov 25 04:42:02 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 125.4K bytes
    - Viewed (0)
  4. Logical OR (||) - JavaScript | MDN

    The logical OR (||) (logical disjunction) operator for a set of operands is true if and only if one or more of its operands is true. It is typically used with boolean (logical) values. When it is, it returns a Boolean value. However, the || operator actually returns the value of one of the specified operands, so if this operator is used with non-Boolean values, it will return a non-Boolean value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_OR
    Registered: Mon Nov 25 04:45:26 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 154.1K bytes
    - Viewed (0)
  5. break - JavaScript | MDN

    The break statement terminates the current loop or switch statement and transfers program control to the statement following the terminated statement. It can also be used to jump past a labeled statement when used within that labeled statement.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/break
    Registered: Mon Nov 25 04:48:15 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 151.2K bytes
    - Viewed (0)
  6. async function* - JavaScript | MDN

    The async function* declaration creates a binding of a new async generator function to a given name.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function*
    Registered: Mon Nov 25 04:46:50 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 153.2K bytes
    - Viewed (0)
  7. lighting-color - SVG: Scalable Vector Graphics ...

    The lighting-color attribute defines the color of the light source for lighting filter primitives.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/lighting-color
    Registered: Mon Nov 25 04:44:49 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 126.2K bytes
    - Viewed (0)
  8. media - SVG: Scalable Vector Graphics | MDN

    The media attribute specifies a media query that must be matched for a style sheet to apply.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/media
    Registered: Mon Nov 25 04:44:55 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 124.6K bytes
    - Viewed (0)
  9. limitingConeAngle - SVG: Scalable Vector Graphi...

    The limitingConeAngle attribute represents the angle in degrees between the spot light axis (i.e. the axis between the light source and the point to which it is pointing at) and the spot light cone. So it defines a limiting cone which restricts the region where the light is projected. No light is projected outside the cone.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/limitingConeAngle
    Registered: Mon Nov 25 04:43:39 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 126.5K bytes
    - Viewed (0)
  10. Math - JavaScript | MDN

    The Math namespace object contains static properties and methods for mathematical constants and functions.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math
    Registered: Mon Nov 25 04:50:37 UTC 2024
    - Last Modified: Sat Nov 23 16:10:19 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top