Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 3,166 for host:developer.mozilla.org (0.12 sec)

  1. Character escape: \n, \u{...} - JavaScript | MDN

    A character escape represents a character that may not be able to be conveniently represented in its literal form.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Character_escape
    Registered: Mon Sep 08 02:57:41 UTC 2025
    - Last Modified: Mon Sep 08 00:48:41 UTC 2025
    - 226.6K bytes
    - Viewed (0)
  2. fill - SVG | MDN

    The fill attribute has two different meanings. For shapes and text it's a presentation attribute that defines the color (or any SVG paint servers like gradients or patterns) used to paint the element; for animation it defines the final state of the animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fill
    Registered: Mon Sep 08 02:57:23 UTC 2025
    - Last Modified: Mon Sep 08 00:48:46 UTC 2025
    - 230K bytes
    - Viewed (0)
  3. void operator - JavaScript | MDN

    The void operator evaluates the given expression and then returns undefined.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/void
    Registered: Mon Sep 08 03:06:50 UTC 2025
    - Last Modified: Mon Sep 08 00:48:41 UTC 2025
    - 229.4K bytes
    - Viewed (0)
  4. SyntaxError: invalid character in class in regu...

    The JavaScript exception "invalid character in class in regular expression" occurs when a character appears in a v-mode character class but it's not allowed to appear literally.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_char_in_class
    Registered: Mon Sep 08 03:07:22 UTC 2025
    - Last Modified: Mon Sep 08 00:48:25 UTC 2025
    - 214.8K bytes
    - Viewed (0)
  5. dur - SVG | MDN

    The dur attribute indicates the simple duration of an animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/dur
    Registered: Mon Sep 08 03:04:55 UTC 2025
    - Last Modified: Mon Sep 08 00:48:46 UTC 2025
    - 204K bytes
    - Viewed (0)
  6. Inequality (!=) - JavaScript | MDN

    The inequality (!=) operator checks whether its two operands are not equal, returning a Boolean result. Unlike the strict inequality operator, it attempts to convert and compare operands that are of different types.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality
    Registered: Mon Sep 08 03:05:24 UTC 2025
    - Last Modified: Mon Sep 08 00:48:40 UTC 2025
    - 225.6K bytes
    - Viewed (0)
  7. diffuseConstant - SVG | MDN

    The diffuseConstant attribute represents the kd value in the Phong lighting model. In SVG, this can be any non-negative number.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/diffuseConstant
    Registered: Mon Sep 08 03:05:16 UTC 2025
    - Last Modified: Mon Sep 08 00:48:46 UTC 2025
    - 203.1K bytes
    - Viewed (0)
  8. glyph-orientation-vertical - SVG | MDN

    The glyph-orientation-vertical attribute affects the amount that the current text position advances as each glyph is rendered.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/glyph-orientation-vertical
    Registered: Mon Sep 08 03:08:19 UTC 2025
    - Last Modified: Mon Sep 08 00:48:46 UTC 2025
    - 200.1K bytes
    - Viewed (0)
  9. limitingConeAngle - SVG | MDN

    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/Reference/Attribute/limitingConeAngle
    Registered: Mon Sep 08 03:07:45 UTC 2025
    - Last Modified: Mon Sep 08 00:48:46 UTC 2025
    - 202.9K bytes
    - Viewed (0)
  10. Labeled statement - JavaScript | MDN

    A labeled statement is any statement that is prefixed with an identifier. You can jump to this label using a break or continue statement nested within the labeled statement.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label
    Registered: Mon Sep 08 03:13:27 UTC 2025
    - Last Modified: Mon Sep 08 00:48:42 UTC 2025
    - 233.9K bytes
    - Viewed (0)
Back to top