Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2031 - 2040 of 3,108 for host:developer.mozilla.org (0.06 sec)

  1. while - JavaScript | MDN

    The while statement creates a loop that executes a specified statement as long as the test condition evaluates to true. The condition is evaluated before executing the statement.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/while
    Registered: Wed Jul 16 01:01:33 UTC 2025
    - Last Modified: Wed Jul 16 00:47:29 UTC 2025
    - 156.8K bytes
    - Viewed (0)
  2. font-size-adjust - SVG | MDN

    The font-size-adjust attribute allows authors to specify an aspect value for an element that will preserve the x-height of the first choice font in a substitute font.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/font-size-adjust
    Registered: Wed Jul 16 01:03:31 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 112.1K bytes
    - Viewed (0)
  3. var - JavaScript | MDN

    The var statement declares function-scoped or globally-scoped variables, optionally initializing each to a value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/var
    Registered: Wed Jul 16 00:58:15 UTC 2025
    - Last Modified: Wed Jul 16 00:47:29 UTC 2025
    - 170.8K bytes
    - Viewed (0)
  4. TypeError - JavaScript | MDN

    The TypeError object represents an error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypeError
    Registered: Wed Jul 16 00:58:26 UTC 2025
    - Last Modified: Wed Jul 16 00:47:26 UTC 2025
    - 73K bytes
    - Viewed (0)
  5. this - JavaScript | MDN

    The this keyword refers to the context where a piece of code, such as a function's body, is supposed to run. Most typically, it is used in object methods, where this refers to the object that the method is attached to, thus allowing the same method to be reused on different objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/this
    Registered: Wed Jul 16 00:58:38 UTC 2025
    - Last Modified: Wed Jul 16 00:47:28 UTC 2025
    - 210.8K bytes
    - Viewed (0)
  6. SVG Attribute reference - SVG | MDN

    SVG elements can be modified using attributes that specify details about exactly how the element should be handled or rendered.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute
    Registered: Wed Jul 16 00:57:19 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 184K bytes
    - Viewed (0)
  7. <foreignObject> - SVG | MDN

    The <foreignObject> SVG element includes elements from a different XML namespace. In the context of a browser, it is most likely (X)HTML.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/foreignObject
    Registered: Wed Jul 16 00:57:27 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 114.9K bytes
    - Viewed (0)
  8. <feDropShadow> - SVG | MDN

    The <feDropShadow> SVG filter primitive creates a drop shadow of the input image. It can only be used inside a <filter> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feDropShadow
    Registered: Wed Jul 16 00:57:31 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 116.9K bytes
    - Viewed (0)
  9. kernelUnitLength - SVG | MDN

    The kernelUnitLength attribute has two meanings based on the context it's used in. For lighting filter primitives, it indicates the intended distance for the x and y coordinates, for <feConvolveMatrix>, it indicates the intended distance between successive columns and rows in the kernel matrix.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/kernelUnitLength
    Registered: Wed Jul 16 00:59:16 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 114.5K bytes
    - Viewed (0)
  10. Uint16Array - JavaScript | MDN

    The Uint16Array typed array represents an array of 16-bit unsigned integers in the platform byte order. If control over byte order is needed, use DataView instead. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array
    Registered: Wed Jul 16 00:59:26 UTC 2025
    - Last Modified: Wed Jul 16 00:47:26 UTC 2025
    - 80.6K bytes
    - Viewed (0)
Back to top