Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 3,166 for host:developer.mozilla.org (0.18 sec)

  1. Unsigned right shift (>>>) - JavaScript | MDN

    The unsigned right shift (>>>) operator returns a number whose binary representation is the first operand shifted by the specified number of bits to the right. Excess bits shifted off to the right are discarded, and zero bits are shifted in from the left. This operation is also called "zero-filling right shift", because the sign bit becomes 0, so the resulting number is always positive. Unsigned right shift does not accept BigInt values.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unsigned_right_shift
    Registered: Mon Sep 08 03:12:31 UTC 2025
    - Last Modified: Mon Sep 08 00:48:41 UTC 2025
    - 226.7K bytes
    - Viewed (0)
  2. glyph-orientation-horizontal - SVG | MDN

    The glyph-orientation-horizontal 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-horizontal
    Registered: Mon Sep 08 03:08:00 UTC 2025
    - Last Modified: Mon Sep 08 00:48:46 UTC 2025
    - 198.9K bytes
    - Viewed (0)
  3. SyntaxError: invalid regexp group - JavaScript ...

    The JavaScript exception "invalid regexp group" occurs when the sequence (? does not start a valid group syntax. Recognized group syntaxes that start with (? include:
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_group
    Registered: Mon Sep 08 03:43:40 UTC 2025
    - Last Modified: Mon Sep 08 00:48:25 UTC 2025
    - 216.3K bytes
    - Viewed (0)
  4. InternalError: too much recursion - JavaScript ...

    The JavaScript exception "too much recursion" or "Maximum call stack size exceeded" occurs when there are too many function calls, or a function is missing a base case.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Too_much_recursion
    Registered: Mon Sep 08 03:43:58 UTC 2025
    - Last Modified: Mon Sep 08 00:48:25 UTC 2025
    - 220.2K bytes
    - Viewed (0)
  5. style - SVG | 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/Reference/Attribute/style
    Registered: Mon Sep 08 03:51:58 UTC 2025
    - Last Modified: Mon Sep 08 00:48:47 UTC 2025
    - 203.6K bytes
    - Viewed (0)
  6. SVG attribute: crossorigin - SVG | MDN

    The crossorigin attribute, valid on the <image> and <feImage> elements, provides support for configuration of the Cross-Origin Resource Sharing (CORS) requests for the element's fetched data.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/crossorigin
    Registered: Mon Sep 08 03:45:48 UTC 2025
    - Last Modified: Mon Sep 08 00:48:46 UTC 2025
    - 199.7K bytes
    - Viewed (0)
  7. SyntaxError: invalid property name in regular e...

    The JavaScript exception "invalid property name in regular expression" or "invalid class property name in regular expression" occurs when the \p and \P Unicode character class escapes are not followed by a valid Unicode property name and/or value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_property_name
    Registered: Mon Sep 08 03:43:17 UTC 2025
    - Last Modified: Mon Sep 08 00:48:25 UTC 2025
    - 216.2K bytes
    - Viewed (0)
  8. startOffset - SVG | MDN

    The startOffset attribute defines an offset from the start of the path for the initial current text position along the path after converting the path to the <textPath> element's coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/startOffset
    Registered: Mon Sep 08 03:43:03 UTC 2025
    - Last Modified: Mon Sep 08 00:48:47 UTC 2025
    - 203.3K bytes
    - Viewed (0)
  9. specularExponent - SVG | MDN

    The specularExponent attribute controls the focus for the light source. The bigger the value the brighter the light.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/specularExponent
    Registered: Mon Sep 08 03:49:38 UTC 2025
    - Last Modified: Mon Sep 08 00:48:47 UTC 2025
    - 200.2K bytes
    - Viewed (0)
  10. viewBox - SVG | MDN

    The viewBox attribute defines the position and dimension, in user space, of an SVG viewport.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/viewBox
    Registered: Mon Sep 08 03:57:56 UTC 2025
    - Last Modified: Mon Sep 08 00:48:48 UTC 2025
    - 207.5K bytes
    - Viewed (0)
Back to top