Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1461 - 1470 of 3,108 for host:developer.mozilla.org (0.05 sec)

  1. Bitwise XOR (^) - JavaScript | MDN

    The bitwise XOR (^) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bits of either but not both operands are 1.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_XOR
    Registered: Wed Jul 16 01:00:00 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 147.6K bytes
    - Viewed (0)
  2. font-stretch - SVG | MDN

    The font-stretch attribute indicates the desired amount of condensing or expansion in the glyphs used to render the text.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/font-stretch
    Registered: Wed Jul 16 00:58:14 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 105.8K bytes
    - Viewed (0)
  3. font-variant - SVG | MDN

    The font-variant attribute indicates whether the text is to be rendered using variations of the font's glyphs.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/font-variant
    Registered: Wed Jul 16 00:58:21 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 112K bytes
    - Viewed (0)
  4. import - JavaScript | MDN

    The static import declaration is used to import read-only live bindings which are exported by another module. The imported bindings are called live bindings because they are updated by the module that exported the binding, but cannot be re-assigned by the importing module.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
    Registered: Wed Jul 16 00:59:16 UTC 2025
    - Last Modified: Wed Jul 16 00:47:29 UTC 2025
    - 184.2K bytes
    - Viewed (0)
  5. font-size - SVG | MDN

    The font-size attribute refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/font-size
    Registered: Wed Jul 16 00:59:26 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 109.5K bytes
    - Viewed (0)
  6. begin - SVG | MDN

    The begin attribute defines when the associated element becomes active. For an animation element, this is the point at which the animation should begin.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/begin
    Registered: Wed Jul 16 00:59:33 UTC 2025
    - Last Modified: Wed Jul 16 00:47:32 UTC 2025
    - 146K bytes
    - Viewed (0)
  7. kernelMatrix - SVG | MDN

    The kernelMatrix attribute defines the list of numbers that make up the kernel matrix for the <feConvolveMatrix> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/kernelMatrix
    Registered: Wed Jul 16 00:59:01 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  8. Exponentiation (**) - JavaScript | MDN

    The exponentiation (**) operator returns the result of raising the first operand to the power of the second operand. It is equivalent to Math.pow(), except it also accepts BigInts as operands.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation
    Registered: Wed Jul 16 00:57:34 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 156.5K bytes
    - Viewed (0)
  9. clip-rule - SVG | MDN

    The clip-rule attribute only applies to graphics elements that are contained within a <clipPath> element. The clip-rule attribute basically works as the fill-rule attribute, except that it applies to <clipPath> definitions.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/clip-rule
    Registered: Wed Jul 16 00:57:44 UTC 2025
    - Last Modified: Wed Jul 16 00:47:32 UTC 2025
    - 114.1K bytes
    - Viewed (0)
  10. direction - SVG | MDN

    The direction attribute specifies the inline-base direction of a <text> or <tspan> element. It defines the start and end points of a line of text as used by the text-anchor and inline-size properties. It also may affect the direction in which characters are positioned if the unicode-bidi property's value is either embed or bidi-override.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/direction
    Registered: Wed Jul 16 00:57:50 UTC 2025
    - Last Modified: Wed Jul 16 00:47:32 UTC 2025
    - 111.5K bytes
    - Viewed (0)
Back to top