Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2631 - 2640 of about 10,000 for content_length:[100000 TO 499999] (0.22 sec)

  1. <defs> - SVG: Scalable Vector Graphics | 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/Element/defs
    Registered: Mon Jan 13 00:57:22 UTC 2025
    - Last Modified: Sun Jan 12 00:53:45 UTC 2025
    - 128.5K bytes
    - Viewed (0)
  2. <a> - SVG: Scalable Vector Graphics | MDN

    The <a> SVG element creates a hyperlink to other web pages, files, locations in the same page, email addresses, or any other URL. It is very similar to HTML's <a> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/a
    Registered: Mon Jan 13 00:57:32 UTC 2025
    - Last Modified: Sun Jan 12 00:53:45 UTC 2025
    - 140.3K bytes
    - Viewed (0)
  3. data-* - SVG: Scalable Vector Graphics | MDN

    The data-* SVG attributes are called custom data attributes. They let SVG markup and its resulting DOM share information that standard attributes can't, usually for scripting purposes. Their custom data are available via the SVGElement interface of the element the attributes belong to, with the SVGElement.dataset property.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/data-*
    Registered: Mon Jan 13 01:05:36 UTC 2025
    - Last Modified: Sun Jan 12 00:53:42 UTC 2025
    - 121.6K bytes
    - Viewed (0)
  4. Division (/) - JavaScript | MDN

    The division (/) operator produces the quotient of its operands where the left operand is the dividend and the right operand is the divisor.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Division
    Registered: Mon Jan 13 01:05:39 UTC 2025
    - Last Modified: Sun Jan 12 00:53:36 UTC 2025
    - 145.2K bytes
    - Viewed (0)
  5. Greater than (>) - JavaScript | MDN

    The greater than (>) operator returns true if the left operand is greater than the right operand, and false otherwise.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Greater_than
    Registered: Mon Jan 13 01:07:34 UTC 2025
    - Last Modified: Sun Jan 12 00:53:36 UTC 2025
    - 142.5K bytes
    - Viewed (0)
  6. accumulate - SVG: Scalable Vector Graphics | MDN

    The accumulate attribute controls whether or not an animation is cumulative.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/accumulate
    Registered: Mon Jan 13 01:07:51 UTC 2025
    - Last Modified: Sun Jan 12 00:53:41 UTC 2025
    - 121.2K bytes
    - Viewed (0)
  7. ascent - SVG: Scalable Vector Graphics | MDN

    The ascent attribute defines the maximum unaccented height of the font within the font coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/ascent
    Registered: Mon Jan 13 01:07:59 UTC 2025
    - Last Modified: Sun Jan 12 00:53:41 UTC 2025
    - 121.1K bytes
    - Viewed (0)
  8. Memory management - JavaScript | MDN

    Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automaticity is a potential source of confusion: it can give developers the false impression that they don't need to worry about memory management.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_management
    Registered: Mon Jan 13 01:04:47 UTC 2025
    - Last Modified: Sun Jan 12 00:53:20 UTC 2025
    - 179.1K bytes
    - Viewed (0)
  9. <tspan> - SVG: Scalable Vector Graphics | MDN

    The <tspan> SVG element defines a subtext within a <text> element or another <tspan> element. It allows for adjustment of the style and/or position of that subtext as needed.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/tspan
    Registered: Mon Jan 13 01:08:27 UTC 2025
    - Last Modified: Sun Jan 12 00:53:46 UTC 2025
    - 133.3K bytes
    - Viewed (0)
  10. cursor - SVG: Scalable Vector Graphics | MDN

    SVG Attribute reference home
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/cursor
    Registered: Mon Jan 13 01:08:33 UTC 2025
    - Last Modified: Sun Jan 12 00:53:42 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top