Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 2,702 for host:developer.mozilla.org (0.3 sec)

  1. set - JavaScript | MDN

    The set syntax binds an object property to a function to be called when there is an attempt to set that property. It can also be used in classes.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set
    Registered: Mon Nov 25 04:15:45 UTC 2024
    - Last Modified: Sat Nov 23 16:10:13 UTC 2024
    - 154.1K bytes
    - Viewed (0)
  2. Right shift (>>) - JavaScript | MDN

    The right shift (>>) operator returns a number or BigInt 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 copies of the leftmost bit are shifted in from the left. This operation is also called "sign-propagating right shift" or "arithmetic right shift", because the sign of the resulting number is the same as the sign of the first operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Right_shift
    Registered: Mon Nov 25 04:14:16 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 150.8K bytes
    - Viewed (0)
  3. <switch> - SVG: Scalable Vector Graphics | MDN

    The <switch> SVG element evaluates any requiredFeatures, requiredExtensions and systemLanguage attributes on its direct child elements in order, and then renders the first child where these attributes evaluate to true.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/switch
    Registered: Mon Nov 25 04:16:33 UTC 2024
    - Last Modified: Sat Nov 23 16:10:34 UTC 2024
    - 130.9K bytes
    - Viewed (0)
  4. cx - SVG: Scalable Vector Graphics | MDN

    The cx attribute defines the x-axis coordinate of a center point.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/cx
    Registered: Mon Nov 25 04:22:53 UTC 2024
    - Last Modified: Mon Nov 25 01:24:46 UTC 2024
    - 136.4K bytes
    - Viewed (0)
  5. attributeName - SVG: Scalable Vector Graphics |...

    The attributeName attribute indicates the name of the CSS property or attribute of the target element that is going to be changed during an animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/attributeName
    Registered: Mon Nov 25 04:22:57 UTC 2024
    - Last Modified: Sat Nov 23 16:10:29 UTC 2024
    - 123.7K bytes
    - Viewed (0)
  6. constructor - JavaScript | MDN

    The constructor method is a special method of a class for creating and initializing an object instance of that class.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/constructor
    Registered: Mon Nov 25 04:22:59 UTC 2024
    - Last Modified: Sat Nov 23 16:10:11 UTC 2024
    - 166.4K bytes
    - Viewed (0)
  7. <use> - SVG: Scalable Vector Graphics | MDN

    The <use> element takes nodes from within the SVG document, and duplicates them somewhere else. The effect is the same as if the nodes were deeply cloned into a non-exposed DOM, then pasted where the use element is, much like cloned template elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/use
    Registered: Mon Nov 25 04:22:28 UTC 2024
    - Last Modified: Sat Nov 23 16:10:34 UTC 2024
    - 139.5K bytes
    - Viewed (0)
  8. clip-path - SVG: Scalable Vector Graphics | MDN

    The clip-path presentation attribute defines or associates a clipping path with the element it is related to.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/clip-path
    Registered: Mon Nov 25 04:22:00 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  9. accent-height - SVG: Scalable Vector Graphics |...

    The accent-height attribute defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/accent-height
    Registered: Mon Nov 25 04:24:27 UTC 2024
    - Last Modified: Sat Nov 23 16:10:29 UTC 2024
    - 123.6K bytes
    - Viewed (0)
  10. Spread syntax (...) - JavaScript | MDN

    The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected. In an object literal, the spread syntax enumerates the properties of an object and adds the key-value pairs to the object being created.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax
    Registered: Mon Nov 25 04:25:52 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 176.2K bytes
    - Viewed (0)
Back to top