Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2571 - 2580 of 3,108 for host:developer.mozilla.org (0.04 sec)

  1. Numbers and strings - JavaScript | MDN

    This chapter introduces the two most fundamental data types in JavaScript: numbers and strings. We will introduce their underlying representations, and functions used to work with and perform calculations on them.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Numbers_and_strings
    Registered: Wed Jul 16 00:51:18 UTC 2025
    - Last Modified: Tue Jul 15 00:51:09 UTC 2025
    - 199.6K bytes
    - Viewed (0)
  2. <feFuncG> - SVG | MDN

    The <feFuncG> SVG filter primitive defines the transfer function for the green component of the input graphic of its parent <feComponentTransfer> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFuncG
    Registered: Wed Jul 16 00:50:14 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 109.2K bytes
    - Viewed (0)
  3. <defs> - SVG | MDN

    The <defs> SVG element is used to store graphical objects that will be used at a later time. Objects created inside a <defs> element are not rendered directly. To display them you have to reference them (with a <use> element for example).
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/defs
    Registered: Wed Jul 16 00:50:37 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 114.4K bytes
    - Viewed (0)
  4. <use> - SVG | MDN

    The <use> element takes nodes from within an 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/Reference/Element/use
    Registered: Wed Jul 16 00:52:53 UTC 2025
    - Last Modified: Wed Jul 16 00:47:36 UTC 2025
    - 128.4K bytes
    - Viewed (0)
  5. <desc> - SVG | MDN

    The <desc> SVG element provides an accessible, long-text description of any SVG container element or graphics element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/desc
    Registered: Wed Jul 16 00:52:32 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 111.4K bytes
    - Viewed (0)
  6. Bitwise OR assignment (|=) - JavaScript | MDN

    The bitwise OR assignment (|=) operator performs bitwise OR on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_OR_assignment
    Registered: Wed Jul 16 00:55:25 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 142.1K bytes
    - Viewed (0)
  7. <animateTransform> - SVG | MDN

    The <animateTransform> SVG element animates a transformation attribute on its target element, thereby allowing animations to control translation, scaling, rotation, and/or skewing.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/animateTransform
    Registered: Wed Jul 16 00:55:26 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 110.7K bytes
    - Viewed (0)
  8. SVG filters - SVG | MDN

    SVG allows us to use similar tools as the bitmap description language such as the use of shadow, blur effects or even merging the results of different filters. With the filter element <filter> it is possible to add these effects and later on attach them to an object.
    developer.mozilla.org/en-US/docs/Web/SVG/Guides/SVG_filters
    Registered: Wed Jul 16 00:55:32 UTC 2025
    - Last Modified: Wed Jul 16 00:47:32 UTC 2025
    - 106.1K bytes
    - Viewed (0)
  9. <feComponentTransfer> - SVG | MDN

    The <feComponentTransfer> SVG filter primitive performs color-component-wise remapping of data for each pixel. It allows operations like brightness adjustment, contrast adjustment, color balance or thresholding.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feComponentTransfer
    Registered: Wed Jul 16 00:54:34 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 125.1K bytes
    - Viewed (0)
  10. <feFlood> - SVG | MDN

    The <feFlood> SVG filter primitive fills the filter subregion with the color and opacity defined by flood-color and flood-opacity.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFlood
    Registered: Wed Jul 16 00:54:40 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 114.7K bytes
    - Viewed (0)
Back to top